Hi, before I learn Cabbage/Csound I’d like someone to please let me know if it can do the task I’m trying to complete - creating a prepared piano (something like this, but more complex: https://vimeo.com/105598759).
I want to compile a VSTi that will take MIDI input, render some of the notes as a piano (via a soundfont, or general system midi), use others as triggers for effects, route the rendered piano sound through effects that are turned on and off by the triggers using complex logic (including delay, reverse, distortion, and altering the instrument timbre (mix) based on piano keys pressed).
Can Cabbage do such a thing? The alternative would be PureData wrapped in Camomile, or a bunch of Javascript frameworks in a webpage I guess.