KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sonic-pi-snippets
★ 22
Open GitHub ↗
My Sonic Pi Snippets
Download README (.md)
Explore Similar Repositories
u5e
:
Unicode Text C++ library
tanok
:
Elm Architecture-inspired wrapper for Rx.js+React
nodelet_rosbag
:
No description available.
stereogramaxo
:
Self-designed Autostereogram Generator
iron-swiper
:
Polymer element that wraps Swiper.js
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sonic-pi-snippets
?
Download (.md)
# My Sonic Pi Snippets If You want to use this snippets in Sonic Pi then You need to - Clone/download this repository to the $DIR_OF_YOUR_CHOICE - Add below snippet inside `$HOME/.sonic-pi/init.rb` file replacing $DIR_OF_YOUR_CHOICE with absolute path: Linux/Mac OS/Raspberry Pi load_snippets('$DIR_OF_YOUR_CHOICE/sonic-pi-snippets') Windows load_snippets('c:/dir/of/your/choice/sonic-pi-snippets') From that point snippets should be loaded automagically when Sonic Pi starts. ----