Hello,
Is there a way to get the list of all channels created in cabbage (with channel and identchannel) in order to check if they are really used inside the csound instruments? This comes to my mind as in every evoluted language or gui designer, there is always a way to check for declared but unused variables.
This could be of great help to debug cabbage /csound instruments.
Question and suggestion for cabbage2
That’s a neat idea. And something that can be easily added I think. Csound provides a list to all declared channels when you compile and orchestra. And I already have the channels declared in Cabbage. It would be a simple procedure to see if either have unused channels.