Yacht - music studio for Pd

probably...

I think classic game creators or "sound developers" like us prefer to implement algorithms per sample rate rather than sampling (e.g. SoundFont).

Currently, the Lua API only allows access to static wavetables.
But in C, "playdate->sound->synth->setGenerator" exists.
I would like to combine my current code with this. but so hard to me😭