Skip to content

Commit

Permalink
added mpd218 script (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlep committed Dec 15, 2015
1 parent 5c6189f commit 91dfcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmp/MPD218.control.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ host.addDeviceNameBasedDiscoveryPair([DEVICE_NAME], [DEVICE_NAME]);

function init() {
var midiIn = host.getMidiInPort(0),
padNotes = midiIn.createNoteInput('MPD218 Pads', '89????', '99????', 'D?????', 'EF????', 'AF????'),
padNotes = midiIn.createNoteInput('MPD218 Pads', '89????', '99????', 'B?????', 'D?????', 'EF????', 'AF????'),
cursorDevice = host.createEditorCursorDevice(),
channelAftertouchAsUserControl = host.createUserControls(1).getControl(0);

Expand Down

0 comments on commit 91dfcdf

Please sign in to comment.