pschatzmann / arduino-stk

The Synthesis ToolKit in C++ (STK) Library for Arduino
Other
42 stars 3 forks source link

Not an issue Maybe we can have a equation composer? #5

Open NoNamedCat opened 1 year ago

NoNamedCat commented 1 year ago

Man TKS A LOT for this library. I hope I can learn to use it in my spare time. Just a question... Is very difficult task to add a tool like this one? https://esptiny86.github.io/espnode86 This tool is a composer (graphical node patcher) for the esptiny86 project (Another synth library but for the ESP8266): https://github.com/esptiny86/espsynth86

pschatzmann commented 1 year ago

I had a quick look at espsynth86 and it seems that it has an API where you can pull indicividual samples. You could work directly with this, but I would recommend that you create some simple interface class like I have done for Maximilian, STK or Faust or Mozzi

NoNamedCat commented 1 year ago

Do you look at the espnode86? the graphical tool for making the patches?