Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkh/atom-sonic
Sonic Pi Atom integration
https://github.com/rkh/atom-sonic
Last synced: about 1 month ago
JSON representation
Sonic Pi Atom integration
- Host: GitHub
- URL: https://github.com/rkh/atom-sonic
- Owner: rkh
- License: mit
- Created: 2015-08-02T12:50:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T08:45:06.000Z (about 8 years ago)
- Last Synced: 2023-04-10T08:23:06.818Z (over 1 year ago)
- Language: CoffeeScript
- Size: 155 KB
- Stars: 26
- Watchers: 4
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sonic Pi Atom integration
This plugin allows remote controlling [Sonic Pi](http://sonic-pi.net/) via [Atom](https://atom.io/).
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-atom-screenshot](https://raw.githubusercontent.com/rkh/atom-sonic/master/screenshot.png)
## Requirements
Sonic Pi needs to be running in the background.
## Default Key Bindings
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