Dev branch now has some awesome updates, none of which will break code:
-
running Portaudio in Mojo instead of Python. This is more stable and more efficient.
-
pixi install is waaaay simplified. just one line to run:
pixi install. no more system-wide portaudio and hidapi install as pixi installs these. -
much more efficient wavetable lookup, which equals many more oscillators. on my machine, when using an Osc[8], I can get 12000 oscillators in one MMMAudio instance. This is up from about 4000. We are now on par with pd…but we can run as many MMMAudio instances as we want. I can run 96000 oscillators on my 8 performance cores.
-
Drew has made VBAP3D and dbap3d, so we have some killer 3d panners
-
I just finished a WaveShaper, which can do variable waveshaping distortion using a 3D lookup table. Examples showing multi-waveshaping Chebyshev polynomials and also a Lockhardt WaveFolder (the Serge-style wavefolder) with just one distortion table, but with variable distortion.
I know Ted has some stuff up his sleeve for the next release as well.