www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - SoundTab Theremin software synthesizer

reply Vadim Lopatin <coolreader.org gmail.com> writes:
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
Oct 28 2016
next sibling parent Vadim Lopatin <coolreader.org gmail.com> writes:
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
Oct 28 2016
prev sibling next sibling parent reply Karabuta <karabutaworld gmail.com> writes:
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.
Oct 31 2016
parent reply Vadim Lopatin <coolreader.org gmail.com> writes:
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/
 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.
I've published derelict-wintab (Wacom tablet API) and wasapi (windows audio API) libraries used for this project.
Nov 02 2016
parent Karabuta <karabutaworld gmail.com> writes:
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
Nov 02 2016
prev sibling parent Vadim Lopatin <coolreader.org gmail.com> writes:
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
Nov 09 2016