Install
CsoundQt 7¶
csoundqt 7 is built to support csound >= 7 (this is the current, development version of csound)
See https://github.com/CsoundQt/CsoundQt/releases
Linux¶
- AppImage: https://github.com/CsoundQt/CsoundQt/releases/download/v7.0.2/CsoundQt-x86_64.AppImage
- Flatpak: https://flathub.org/en/apps/io.github.CsoundQt.CsoundQt
In both cases csoundqt is shipped with its own version of csound
macOS¶
-
Download the CsoundQt.dmg from https://github.com/CsoundQt/CsoundQt/releases.
-
Open the .dmg and drag the application into the Applications folder.
-
Install the csound
.pkginside the .dmg
Windows¶
- Download and install csound: https://github.com/CsoundQt/CsoundQt/releases/download/v7.0.2/Csound7-windows_x86_64.exe
- Download and install csoundqt: https://github.com/CsoundQt/CsoundQt/releases/download/v7.0.2/CsoundQt-7.0.2-windows_x86_64-140.exe
CsoundQt 6¶
Install Csound first¶
CsoundQt is a frontend for Csound, so Csound needs to be installed first.
macOS¶
-
Download the CsoundQt-[Version Number]-MacOS.dmg from https://github.com/CsoundQt/CsoundQt/releases.
Note
Choose the plain version (without "pythonqt") for normal use.
-
Open the .dmg and drag the green CsoundQt application into the Applications folder.
Windows¶
- Download the CsoundQt-[Version Number]-Win64.zip from https://github.com/CsoundQt/CsoundQt/releases.
- Unzip the file.
- Go to the CsoundQt (or bin) folder.
- Select and copy the whole content of the bin folder.
- Go to C: → Program Files → Csound6_x64 → bin and paste all the copied files here.
- Send "CsoundQt-d-html-cs6.exe" from this folder as a shortcut to your desktop if you like.
Linux¶
CsoundQt binaries are in most of the package managers.
These binaries might be built without RtMidi and/or without PythonQt support. If you need to work with it, you should build CsoundQt. Instructions can be found at https://github.com/CsoundQt/CsoundQt/wiki and in the BUILDING.md file in the sources.