Re: real time FM synthesizer

2016-04-13 Thread Irmen de Jong
On 13-4-2016 10:41, jkn wrote: > Hi Irmen > > On Wednesday, April 13, 2016 at 12:22:25 AM UTC+1, Irmen de Jong wrote: >> It seems that Python is fast enough [1] to create a real time FM music >> synthesizer >> (think Yamaha DX-7). I made one that you can see here: >> https://github.com/irmen/sy

Re: real time FM synthesizer

2016-04-13 Thread jkn
Hi Irmen On Wednesday, April 13, 2016 at 12:22:25 AM UTC+1, Irmen de Jong wrote: > It seems that Python is fast enough [1] to create a real time FM music > synthesizer > (think Yamaha DX-7). I made one that you can see here: > https://github.com/irmen/synthesizer > > The synthesizer can create

real time FM synthesizer

2016-04-12 Thread Irmen de Jong
It seems that Python is fast enough [1] to create a real time FM music synthesizer (think Yamaha DX-7). I made one that you can see here: https://github.com/irmen/synthesizer The synthesizer can create various waveforms (sine, sawtooth, pulse etc.) and lets you modify them in various ways. You