Re: WinTab (wacom tablet API) and Windows Core Audio bindings - new DUB packages

2016-10-06 Thread Vadim Lopatin via Digitalmars-d-announce

On Thursday, 6 October 2016 at 21:21:33 UTC, Karabuta wrote:
On Thursday, 6 October 2016 at 07:10:29 UTC, Vadim Lopatin 
wrote:

Hello,

I've published two new DUB packages.

derelict-wintab: derelict binding of WinTab32.DLL - API for 
Wacom digitizer tablets.


wasapi: translation of Windows Core Audio interfaces (Core 
Audio interfaces: MMDevice, WASAPI, EndpointVolume API).


I'm using them in my  - Theremin-like synthesizer app which 
uses Wacom tablet as input device.


Just in hope it might be useful for someone.

Best regards,
Vadim


Nice stuff, will the SoundTab project work on Linux?


To work on Linux, it needs Wacom Tablet support library and some 
low latency audio playback library.

WinTab and core audio are windows only.
It would be great to create some cross platform solution.



Re: PowerNex - The Userspace update! (also first birthday)

2016-10-06 Thread Karabuta via Digitalmars-d-announce

On Tuesday, 4 October 2016 at 11:08:51 UTC, Dejan Lekic wrote:

On Sunday, 2 October 2016 at 22:46:17 UTC, Wild wrote:


Congratulations!! It definitely looks promising, even though I 
really do not like the coding style, but that is just a matter 
of taste I guess.


:) The coding convention is not the official Dlang type. I feels 
same way too.


Re: WinTab (wacom tablet API) and Windows Core Audio bindings - new DUB packages

2016-10-06 Thread Karabuta via Digitalmars-d-announce

On Thursday, 6 October 2016 at 07:10:29 UTC, Vadim Lopatin wrote:

Hello,

I've published two new DUB packages.

derelict-wintab: derelict binding of WinTab32.DLL - API for 
Wacom digitizer tablets.


wasapi: translation of Windows Core Audio interfaces (Core 
Audio interfaces: MMDevice, WASAPI, EndpointVolume API).


I'm using them in my  - Theremin-like synthesizer app which 
uses Wacom tablet as input device.


Just in hope it might be useful for someone.

Best regards,
Vadim


Nice stuff, will the SoundTab project work on Linux?


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-06 Thread WebFreak001 via Digitalmars-d-announce

On Thursday, 6 October 2016 at 18:43:14 UTC, Luís Marques wrote:

On Thursday, 6 October 2016 at 16:43:56 UTC, WebFreak001 wrote:
code-d runs dub to get the compiler errors and display them, 
just press the errors/warnings button at the bottom left.


Nope, the errors/warnings is always empty for me. I'm on a Mac.


oh right there is some bug on mac causing most features to not 
work, not really sure why. It just gets stuck in some system call 
(process spawn)


But that should only affect auto completion, static code analysis 
and make code formatting delayed. Showing dub errors should still 
work


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-06 Thread Luís Marques via Digitalmars-d-announce

On Thursday, 6 October 2016 at 16:43:56 UTC, WebFreak001 wrote:
Debugging is also implemented if you install my second 
extension if you search for `webfreak.debug` in the extension 
search. Then using the code-d debug button in the statusbar you 
can debug your app. Works on linux, windows and osx assuming 
you have the debuggers installed (on windows if you magically 
get gdb or lldb working then thats great but otherwise there is 
also Mago/MI support)


I don't see any code-d debug button in the statusbar. In any 
case, I don't know if this is supposed to work if the basic 
code-d building doesn't work (although without any visible 
errors; I fixed the only error, a wrong default import path 
setting).


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-06 Thread Luís Marques via Digitalmars-d-announce

On Thursday, 6 October 2016 at 16:43:56 UTC, WebFreak001 wrote:
code-d runs dub to get the compiler errors and display them, 
just press the errors/warnings button at the bottom left.


Nope, the errors/warnings is always empty for me. I'm on a Mac.


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-06 Thread WebFreak001 via Digitalmars-d-announce

On Thursday, 6 October 2016 at 11:39:17 UTC, Luís Marques wrote:

On Tuesday, 4 October 2016 at 19:28:27 UTC, WebFreak001 wrote:
I've been working a lot on the new features for code-d to 
improve the user experience for new users and lower the 
barrier of creating D projects.


What I really wish I had was integration with the compilation 
process (either pure (r)dmd or dub), since having to manually 
find in my editor the error lines mentioned by the compiler is 
quite inconvenient.


Debugging is probably a pipedream, no?


code-d runs dub to get the compiler errors and display them, just 
press the errors/warnings button at the bottom left.


Debugging is also implemented if you install my second extension 
if you search for `webfreak.debug` in the extension search. Then 
using the code-d debug button in the statusbar you can debug your 
app. Works on linux, windows and osx assuming you have the 
debuggers installed (on windows if you magically get gdb or lldb 
working then thats great but otherwise there is also Mago/MI 
support)


Re: Please say hello to Alexandru

2016-10-06 Thread Meta via Digitalmars-d-announce
On Thursday, 6 October 2016 at 08:56:43 UTC, Alexandru Razvan 
Caciulescu wrote:
On Tuesday, 4 October 2016 at 23:01:37 UTC, Andrei Alexandrescu 
wrote:

Hello everyone,


It is with great joy and honor to announce that Alexandru 
Razvan Caciulescu will work with the D Language Foundation 
starting today. Please join me in welcoming him to the 
community.


[...]


Hi everyone !

Thank you for the awesome intro and warm welcome.
Looking forward to working together !

Cheers,
Alex


Welcome.


Re: Please say hello to Alexandru

2016-10-06 Thread Martin Tschierschke via Digitalmars-d-announce

On Wednesday, 5 October 2016 at 00:09:39 UTC, Walter Bright wrote:


Welcome, Alexandru!


+1 :-)


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-06 Thread Luís Marques via Digitalmars-d-announce

On Tuesday, 4 October 2016 at 19:28:27 UTC, WebFreak001 wrote:
I've been working a lot on the new features for code-d to 
improve the user experience for new users and lower the barrier 
of creating D projects.


What I really wish I had was integration with the compilation 
process (either pure (r)dmd or dub), since having to manually 
find in my editor the error lines mentioned by the compiler is 
quite inconvenient.


Debugging is probably a pipedream, no?


Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-06 Thread Patric Dexheimer via Digitalmars-d-announce

On Wednesday, 5 October 2016 at 05:53:06 UTC, Suliman wrote:

Please, add Sublime support


+1 for Sublime Support :)


Re: Please say hello to Alexandru

2016-10-06 Thread Alexandru Razvan Caciulescu via Digitalmars-d-announce
On Tuesday, 4 October 2016 at 23:01:37 UTC, Andrei Alexandrescu 
wrote:

Hello everyone,


It is with great joy and honor to announce that Alexandru 
Razvan Caciulescu will work with the D Language Foundation 
starting today. Please join me in welcoming him to the 
community.


[...]


Hi everyone !

Thank you for the awesome intro and warm welcome.
Looking forward to working together !

Cheers,
Alex


WinTab (wacom tablet API) and Windows Core Audio bindings - new DUB packages

2016-10-06 Thread Vadim Lopatin via Digitalmars-d-announce

Hello,

I've published two new DUB packages.

derelict-wintab: derelict binding of WinTab32.DLL - API for Wacom 
digitizer tablets.


wasapi: translation of Windows Core Audio interfaces (Core Audio 
interfaces: MMDevice, WASAPI, EndpointVolume API).


I'm using them in my SoundTab project - Theremin-like synthesizer 
app which uses Wacom tablet as input device.


Just in hope it might be useful for someone.

Best regards,
Vadim