Skip to content

Instantly share code, notes, and snippets.

@youpy
Last active August 29, 2015 14:11
Show Gist options
  • Save youpy/92dd7d28692013e7b38e to your computer and use it in GitHub Desktop.
Save youpy/92dd7d28692013e7b38e to your computer and use it in GitHub Desktop.
require 'coremidi'
require 'nerpin'
micron = Nerpin::Micron(CoreMIDI::Destination.all[1])
micron.patch_cable_2_destination(76)
micron.patch_cable_4_source(17)
micron.patch_cable_4_destination(67)
micron.patch_cable_5_source(6)
micron.patch_cable_5_destination(2)
micron.patch_cable_1_source(31)
micron.patch_cable_1_destination(34)
micron.patch_cable_2_source(9)
micron.patch_cable_2_destination(48)
micron.patch_cable_3_source(23)
micron.patch_cable_3_destination(0)
micron.patch_cable_4_source(18)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment