PLEASE SEE THREAD MARKED 'Pre-release Cabbage 2 for testing - part 2’
I finally got around to building version of Cabbage2 for WIndows and OSX for testing. It would be great if people can try out their instruments and report back. Note that this zip contain only the new standalone editor. You should be able to run it from anywhere, but you don’t have export options for now.
Right now I’m just concerned with how existing instruments load. They should hopefully run just the same as before. If they don’t please let me know what’s going on. Best to probably post a simplified version of the .csd that causes problems.
There are still lots and lots of things to be added, but right now I just want to see if I’ve managed to provide all the same functionality we had in the previous version in terms of instrument code and syntax. Let me know how you get on. You can track bug fixes by browsing the commit history.
LINKS REMOVED
p.s. this version should also run any Csound csd files, not just Cabbage ones. So feel free to try running any of the Csound examples from the manual. They should all run.
Notes about small changes made
- The plant() identifier is deprecated. To create a plant just use opening and closing { }. Old examples will still work
- You can now have a space between the identifier and the parentheses. So bounds (1, 1, 1, 1) is valid
- there are a number of new identifiers for widgets, but I’ll make these all available through the updated docs. For now they shouldn’t affect any previous instruments.