Skip to content

Instantly share code, notes, and snippets.

View aarontyree's full-sized avatar
💭
simplify

artyr3 aarontyree

💭
simplify
View GitHub Profile
@rbnpi
rbnpi / ReadMe.md
Last active August 4, 2023 14:35
Sonic Pi Record / Player version 1.2 (not Pi3 friendly) See REadMe file.

Sonic Pi Record / Player version 1.3

This version is updated to work on SP 3.2 or greater. This involves a change which is detailed in teh comments at the beginning of the program. The TouchOSC template is unchanged. I have left it as a MkI TouchOSC file , but you can load it into the latest TouchOSC and it will automatically concert from a .touchosc file to the new .tosc format which will only work in the new version of TouchOSC.

The two other files enable a TouchOSC interface to be used with Sonic Pi 3 and above to allow notes to be played on Sonic Pi, and also recorded in real time for subsequent replay. Recordings can also be stored in files on your computer.

The Sonic Pi program is too long to run in a buffer, and should be run using the run_file command eg

run_file "/path/to/file/recordplayercombined-RF.rb"
@kevinSuttle
kevinSuttle / meta-tags.md
Last active May 12, 2024 15:28 — forked from lancejpollard/meta-tags.md
List of Usable HTML Meta and Link Tags
@Integralist
Integralist / bootstrap.css
Created November 24, 2011 14:16
List of Twitter Bootstrap CSS classes
/*
* Scaffolding
* Basic and global styles for generating a grid system, structural layout, and page templates
* ------------------------------------------------------------------------------------------- */
.container
Sets a width of 940px which also centres the content (clears floated elements before/after)
.container-fluid
Sets a minimum width of 940px (clears floated elements before/after)