MPC-LiveXplore icon indicating copy to clipboard operation
MPC-LiveXplore copied to clipboard

MPC Touch - Display Control (on/off)

Open mungewell opened this issue 4 years ago • 0 comments

Once the DisplayLink software is set up on host PC (Ubuntu in my case) the display can be switched on/off with the following commands

Turn display off
--
$ amidi -p hw:2,0,0 -S 'f0 47 00 37 64 00 03 00 01 00 f7'
--

Turn display on
--
$ amidi -p hw:2,0,0 -S 'f0 47 00 37 64 00 03 00 01 01 f7'
--

Note: 1). The device ID '47 00 37' is different from the MPC Live. 2). Controller is in the 'blank expression' state. Ie after plugin with none of the pads illuminated (I have yet to find the magic to 'unlock' it).

mungewell avatar Oct 17 '19 17:10 mungewell