-
-
Notifications
You must be signed in to change notification settings - Fork 927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New to Sonic Pi #541
Comments
Hi there |
Hi rbnpi Thanks for reply, but what do i really have to do? |
Well you need to set up your own copy of SP. On a Raspberry Pi Once you have this working and can run your own local version of SP ver 2.6dev you can alter it to use TCP instead of UDP. The alternative is to use two workspaces as you are currently doing. You can however link them together using cue :secondpart at the end of the first workspace and sync :secondpart at the beginning of the second workspace. Run the second workspace, then the first one and they will play one after the other without a break. Using TCP cures the problem. It is not included by default yet as it creates some other issues, although I don't think these will affect the files you are running. Hopefully these other issues will be addressed and it will be added before too long, but not many people use very large files so it is not a number 1 priority. Note you can add the modified version of SP and it can coexist with the built in one. |
Robin Newman Thanks a lot, I will try the alternative method, because i still await
2015-06-19 2:51 GMT+07:00 Robin Newman [email protected]:
|
Tried 'cue :secondpart' and 'sync :secondpart' - It works perfect!
2015-06-19 10:17 GMT+07:00 Helge Rasmussen [email protected]:
|
This ticket could be closed - no further action is requested. |
Hi, I am trying to test TCP protocol:
I've successfully built last version of Sonic Pi (v2.10 dev). Thanks, |
Hi @pierredewilde - unfortunately the TCP stuff isn't finished at this stage and therefore won't work without further dev time. Apologies. |
Hi Sam, OK, don't worry. I just wanted to test a long script (~2000 lines). It Thanks, On Sat, Mar 5, 2016 at 11:26 PM, Sam Aaron [email protected] wrote:
|
Yes, unfortunately this is a limitation of our current approach :-( |
@helgeras - thanks for sharing your composition! In the future, a lot more people would be able to enjoy your code if you posted it to our forums over on https://in-thread.sonic-pi.net :-) Hope you're still having fun with Sonic Pi! |
In my younger days i spend ten years to learn play the piano, - gave up learning because i do not have the talent.
Recently i bought a Raspberry Pi 2-B, and found the amazing Sonic Pi v2.5 program.
Began to learn coding and coded some of the music i tried to play many years ago, suddently i could play Bach, Pachelbel, Mozart, et cetera.
But i found, there are limitations in the Sonic Pi.
When coding Scott Joplins 'The Entertainer', Sonic Pi would not play more than the first 75 bars, about 1 minute, 15 seconds of the score, therefore i have to code the rest in another workspace.
Great thanks to Sam Aaron and the team who build this program.
Here is the codes:
The text was updated successfully, but these errors were encountered: