mehstruslehpy / SeaSound

An experimental browser based front end to csound for simple music composition.
GNU General Public License v3.0
0 stars 0 forks source link

Graph based instrument interface cannot use certain csound functionality #4

Open mehstruslehpy opened 2 months ago

mehstruslehpy commented 2 months ago

The current graph based instrument design widget I created cannot do things like specify labels or branching statements. Finding a way to implement more of csounds orchestra language more cleanly in a visual way would be very nice.

mehstruslehpy commented 1 month ago

Perhaps I could explore the code base of https://cabel.sourceforge.net/screenshots.html for inspiration. It seems I have reinvented some of this functionality. They might be doing things better than me.