this is my first post, and it’s just a few hours that I heard about and discovered Cabbage.
I would love to develop a simple effect plugin myself, but have a few newbie questions I will have to bother you with in the following days. ^^
My first question is:
How to monitor audio while developing an effects plugin?
If I’d develop an instrument, I’d have the virtual keyboard to test.
But is there a way to use an audiofile or the actual soundcard stereo input/output to monitor what my effect is actually doing?
Looking for forward for your answers … please don’t blast me.
You can use a microphone if you like. When you launch an effect in Cabbage it automatically picks up the mic input. The other thing you can do is load a soundfile into your instrument using diskin2, i.e,
instr 1
a1, a2 diskin2 "myfile.wav", 1, 0, 1
...
And lastly you can open up the Cabbage patcher, add a sound file player, connect it to your instrument and hit play. Lots of options. Let me know if you can’t get them to work!