Skip to content

Instantly share code, notes, and snippets.

View stevenriggs's full-sized avatar
🙃

Steven Riggs stevenriggs

🙃
View GitHub Profile
@stevenriggs
stevenriggs / renoise_launcher.bat
Created March 22, 2016 22:24
Launch Renoise instance with specific preferences
REM ## Renoise Launcher for Windows-based systems ##
REM See http://goo.gl/XxQHmW for details
REM Specify the name of 'your' config.xml - one for each instance
set my_config="Config1.xml"
REM Set codepage to UTF (required if your username contains special characters)
chcp 65001
REM Set up our paths - depends on OS & installed version of Renoise
@stevenriggs
stevenriggs / 0_reuse_code.js
Last active August 29, 2015 14:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console