sonic-pi-tool icon indicating copy to clipboard operation
sonic-pi-tool copied to clipboard

🎻 Controlling Sonic Pi from the command line

Results 9 sonic-pi-tool issues
Sort by recently updated
recently updated
newest added

Hi, The build fails on my OS. Cargo 1.56.0, rustc 1.56.1. Here are some logs: ```shell error[E0282]: type annotations needed --> src/lib.rs:111:13 | 111 | execv(cmd, &[]).unwrap_or_else(|_| panic!("Unable to start...

Given the following code from the [tutorial](https://sonic-pi.net/tutorial.html#section-5-4), the thread name should be displayed in the logs: ```ruby in_thread(name: :bass) do loop do use_synth :prophet play chord(:e2, :m7).choose, release: 0.6 sleep...

Hello, i'm trying to compile the project on Windows but it fails. My Rust knowledge is zero so i hard can make any sense of it, except it's a Unix-Windows...

hello, sonic-pi-tool start-server gives me an error : I couldn't find the Sonic Pi server executable :( sonic-pi 3.2.2 App is in Applications folder. I am on mac os 10.14.4...

Sonic Pi's `server/bin/sonic-pi-server.rb` has a shebang line for `#!/usr/bin/env ruby`. When running `sonic-pi-tool start-server` from the command line, it uses whatever `ruby` it finds in your `PATH`. If it's not...

Got this error when showing the logs via `sonic-pi-tool logs`: ``` [Run 7, Time 497.6501] ├ cue :drum └ sync :lead => Starting run 35 => Thread :live_loop_drum exists: skipping...

bug

## Proposal Given a live coding performance where the user is using `echo $CODE | sonic-pi-tool eval-stdin --save some/dir` at the end of the performance the given directory would contain...

Hi, Sonic Pi version 3.3.1 The simple OSC receiver code that works flawlessly in the Sonic Pi GUI does not work while using the tool: ```ruby live_loop :receive_sequence do use_real_time...

Updated to SonicPi 4.3 and it broke all my vim integrations - So I figured I could wire it up. I tested with [vim-sonic-pi](https://github.com/lilyinstarlight/vim-sonic-pi) and everything is working but the...