Editor for SuperCollider with built-in help browser and post window. Runs on Mac and Windows.
- Install SuperCollider using the DMG file and use the suggested location.
- Download Hadron-1.0.2.dmg, open it and drag Hadron.app to /Applications.
- Install SuperCollider using the EXE installer and use the suggested location.
- Download Hadron-1.0.2.exe, run it and let the installer finish. It will show a greenish animation while installing.
Start the application, type in SuperCollider code and evaluate it with cmd/ctrl+enter
. Following are the keyboard shortcuts. Depending on your platform you use either the Command or Control key as a modifier:
Boot server
Evaluate code region
Evaluate code line
Hush. Free all synths. Stop all audio output
Recompile class library
Show server meter
Show server scope
Select current line(s)
Duplicate current line
Comment/uncomment text selection
Lookup help for word under cursor
Show/hide help browser
Show/hide post window
Increase font size
Decrease font size
Reset font size
Clear post window
Open file
Save file
Save file as
Quit application
First you need to install SuperCollider and NodeJS on your computer. Then, with NPM do:
npm install
npm start
The application should start automatically.
To build the installer, use:
npm run make
It should be located somewhere under the out
directory.
The editor is built with supercolliderjs and Electron. For code editing, the codemirror library is used.
MIT