Skip to content

Instantly share code, notes, and snippets.

@soxsa
soxsa / Grain Recorder V1
Created November 9, 2020 08:41
VCV Rack Grain Recorder V1
{
"version": "1.1.6",
"modules": [
{
"id": 1,
"plugin": "Core",
"version": "1.1.6",
"model": "AudioInterface",
"params": [],
"leftModuleId": 613,
@soxsa
soxsa / oscPulse2Midi.txt
Created October 11, 2020 14:45
EEL2 script for Cuckos OSCII-Bot to send a midi pulse to VCV Rack
@input remoteosc OSC "*:4560"
//@input remoteosc OMNI-OSC
@output localhost MIDI "loopMIDI Port"
@init
t = time;
destdevice = localhost;
@timer
@soxsa
soxsa / gist:91e1274f5efed68a6fb46f496ac8f7d3
Created October 10, 2020 14:03
Sonic Pi script Monthly Challenge #1
# sample '456833__florianreichelt__interior-sound-of-a-bus'
use_bpm 120
define :playsample do |time, duration, amp, rate|
d = $mymusicpath + "etc/interior-bus/"
s = "bus.ogg"
l = bt(sample_duration(d + s))
#puts "duration " + l.to_s