![]() |
waveform line demo by SupremoZanne - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Programs (https://qb64phoenix.com/forum/forumdisplay.php?fid=7) +---- Thread: waveform line demo by SupremoZanne (/showthread.php?tid=666) |
waveform line demo by SupremoZanne - madscijr - 07-21-2022 This one is kind of neat, looks like it lets you draw a sound waveform and plays it. Code: (Select All) ' QB64 - A tech demo where one can move the mouse to alter the _SNDRAW waveform (self.QBprograms) RE: waveform line demo by SupremoZanne - SierraKen - 07-21-2022 LOL that is weird stuff, almost like a theremin. ![]() ![]() RE: waveform line demo by SupremoZanne - vince - 07-23-2022 nice example of _SNDRAW |