This plugin allows remote controlling Sonic Pi via Atom.
Sonic Pi is fun to play with, but its built-in editor is very rudimentary. With this plugin, you can do all the live coding in Atom instead.
Sonic Pi needs to be running in the background.
Key Binding | Action | Description |
---|---|---|
ctrl-r |
atom-sonic:play-file |
Sends content of the currently open buffer to Sonic Pi for instant playback |
ctrl-alt-r |
atom-sonic:play-selection |
Sends currently selected text to Sonic Pi for instant playback |
ctrl-s |
atom-sonic:stop |
Tells Sonic Pi to stop all playback |