Cabbage Logo
Back to Cabbage Site

Creating opcodes

Hi I have been using cabbage audio and having fun I wanted to try and create my own opcode as I heard that this was possible is it possible to do this using the juce framework :face_with_monocle:. I’m not really sure where to start with this project. Does anyone know of anything that could point me in the right direction to achieve this. I also assume that c++ is the way to go but know very little on how to implement audio DSP in c++.

No need to use JUCE. If you want to create opcodes in C++ the simplest way is to use the CPOF framework. It’s what I used to create these opcodes.