Page 1 of 1

'Wavefuser' sound synthesizer

Posted: Mon Dec 11, 2017 10:39 am
by doctornash
Wavefuser is a midi-playable spectral sound synthesizer. In creating it, I was inspired by some features of the Fairlight CMI and Zebra's 'spectromorphing':
Image

This is the overview/tute/help for it:
https://youtu.be/ffRjHIkeIsM

To get midi notes to the synth, you can for example use the 'virtual midi cable' and 'virtual keyboard' discussed here:
http://www.purebasic.fr/english/viewtop ... 14&t=57781

I have provided the app source in the attached .zip file. Also in the .zip file are portaudio.pb and its associated dlls (portaudio.pb is an include in wavefuser_v101.pb). Throw them all into a directory and execute wavefuser_v101.pb (Note: on my installation I sometimes get IMA if I run with 'use debugger' ticked, but never when it is not). Created with PureBasic 5.31 on a Windows XP machine. The .zip also contains a compiled (threadsafe) exe, if you just want to run it:
https://www.mediafire.com/file/wjtmqlbn ... r_v101.zip

Hope you have fun with it! :D

Re: 'Wavefuser' sound synthesizer

Posted: Mon Dec 11, 2017 8:00 pm
by Kwai chang caine
Thanks a lot for sharing your splendids codes 8)

Re: 'Wavefuser' sound synthesizer

Posted: Tue Dec 12, 2017 12:48 pm
by Joris
Woooow nice code again and good helpfile.

Thanks doctornash.

P.s. I see you use the LoopBe tool ... I found out that it isn't able to transfer sysex, if you need that you can better use MYokeNT.