Skip to content

xavriley/sonic-pi-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sonic-pi-cli

A simple and functional CLI for Sonic Pi, written in Ruby.

Join the chat at https://gitter.im/Widdershin/sonic-pi-cli

Installation

gem install sonic-pi-cli

Usage

Sonic Pi must be running, as this is just a client.

sonic_pi play 50
sonic_pi sample :loop_breakbeat, rate: 0.5
sonic_pi stop

or

echo 'sample :loop_amen' | sonic_pi
cat music.rb | sonic_pi

or

$ irb

irb(main):001:0> require 'sonic_pi'
=> true
irb(main):002:0> SonicPi.new.run('play [50, 55, 60]')
=> 36

License

sonic-pi-cli is released under the MIT license. See LICENSE file for more details.

Todo

  • Tests
  • Command line help
  • Stop command

Thanks to Sam Aaron for creating Sonic Pi. Official command line support is planned for Sonic Pi 3.0.

For those interested, the code weighs in at around 100 lines and is stupid simple. Take a look.

About

A CLI for Sonic Pi, in Ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%