cabbage3docs

Cabbage 3** and the associated Visual Studio Code extension are currently in **Alpha* development. These releases are experimental and may undergo significant changes. Features are not final, and stability or performance may vary. Use at your own discretion, and expect frequent updates and potential breaking changes.*

Cabbage 3 uses Csound7 across all platforms. Here are links to the Windows and MacOS version that Cabbage3 is build with:

On MacOS you may need to codesign the Csound executable. To do so, run this command from ther terminal: codesign -s - /Applications/Csound/CsoundLib64.framework --timestamp --force --deep

The latest Cabbage Visual Studio Code extension can be found from the vscabbage releases page. Once you download the relevant .vsix file you will need to manually install it in VS Code. You can manually install a VS Code extension using the Install from VSIX command in the Extensions view command dropdown, or the Extensions: Install from VSIX command in the Command Palette.

To take advantage of Csound language features, you should also install the csound-vscode-plugin. This plugin adds syntax highlighting, opcode hints, and much more. It is available in the Visual Studio Code marketplace and can be installed from the Extensions panel within Visual Studio Code.