Skip to content

Commit

Permalink
Update README.md with more info about the save-and-play-file command
Browse files Browse the repository at this point in the history
  • Loading branch information
SunderB authored Feb 25, 2018
1 parent 0b4c90a commit 6aa6e8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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
`f5` | `atom-sonic:save-and-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
`ctrl-r` | `atom-sonic:play-file` | Sends content of the currently open buffer to Sonic Pi for instant playback.
`f5` | `atom-sonic:save-and-play-file`| Saves the file and tells Sonic Pi to play the file. Allows for playback of large buffers.
`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.

0 comments on commit 6aa6e8c

Please sign in to comment.