Re: SoundTab Theremin software synthesizer

2016-11-09 Thread Vadim Lopatin via Digitalmars-d-announce

On Friday, 28 October 2016 at 08:28:41 UTC, Vadim Lopatin wrote:
I've open sourced my project SoundTab: 
https://github.com/buggins/soundtab/


Play like on Theremin, but instead of moving hand in the air, 
move pen over wacom tablet. Volume is modulated by pen pressure,

instead of left hand movement in Theremin.

For better experience, use Wacom digitizer with pressure 
detection.


You can play with mouse as well, but w/o volume modulation (no 
pressure information), and less precise positioning.



Supports only Windows so far.

Binaries may be downloaded here: 
https://github.com/buggins/soundtab/releases




Updated:
- MP3 playback for accompaniment track is implemented
- any controller may be mapped on Y axis of tablet/mouse
Fresh screenshot: 
https://buggins.github.io/soundtab/screenshots/soundtab-screenshot-1.png





Re: SoundTab Theremin software synthesizer

2016-11-02 Thread Karabuta via Digitalmars-d-announce
On Wednesday, 2 November 2016 at 09:35:20 UTC, Vadim Lopatin 
wrote:

On Monday, 31 October 2016 at 22:33:38 UTC, Karabuta wrote:
On Friday, 28 October 2016 at 08:28:41 UTC, Vadim Lopatin 
wrote:

Hello,

I've open sourced my project SoundTab: 
https://github.com/buggins/soundtab/




I've published derelict-wintab (Wacom tablet API) and wasapi 
(windows audio API) libraries used for this project.


+1


Re: SoundTab Theremin software synthesizer

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

On Friday, 28 October 2016 at 08:28:41 UTC, Vadim Lopatin wrote:

Hello,

I've open sourced my project SoundTab: 
https://github.com/buggins/soundtab/




For better experience, use Wacom digitizer with pressure 
detection.




These are are the kind of stuff needed to build enterprise level 
softwares for real-world use case. I really love to see more 
similar hardware interface libraries like reading from scanners, 
sensors, printing, PDF generators for printing, WebRTC, 
peer-to-peer, etc. and more IoT stuff/packages in dub registry.



I think we have a QRCode library in dub so the more the better - 
D becomes more competitive for both hobbyists, independent and 
enterprise developers.




Re: SoundTab Theremin software synthesizer

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

On Friday, 28 October 2016 at 08:28:41 UTC, Vadim Lopatin wrote:
I've open sourced my project SoundTab: 
https://github.com/buggins/soundtab/


Play like on Theremin, but instead of moving hand in the air, 
move pen over wacom tablet. Volume is modulated by pen pressure,

instead of left hand movement in Theremin.

For better experience, use Wacom digitizer with pressure 
detection.


You can play with mouse as well, but w/o volume modulation (no 
pressure information), and less precise positioning.



Supports only Windows so far.

Binaries may be downloaded here: 
https://github.com/buggins/soundtab/releases



Reddit: 
https://www.reddit.com/r/programming/comments/59thwr/soundtab_theremin_software_synth_with_wacom/
Screenshot added: 
https://buggins.github.io/soundtab/screenshots/soundtab-screenshot-1.png





SoundTab Theremin software synthesizer

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

Hello,

I've open sourced my project SoundTab: 
https://github.com/buggins/soundtab/


Play like on Theremin, but instead of moving hand in the air, 
move pen over wacom tablet. Volume is modulated by pen pressure,

instead of left hand movement in Theremin.

For better experience, use Wacom digitizer with pressure 
detection.


You can play with mouse as well, but w/o volume modulation (no 
pressure information), and less precise positioning.



Supports only Windows so far.

Binaries may be downloaded here: 
https://github.com/buggins/soundtab/releases



Best regards,
Vadim