
By Airyck
Thu Apr 25, 2013 1:25 pm
As an example this is what a remote script looks like, it's actually not super complicated but might look overwhelming if you've never dug inside any code before.
etc etc
Akai would need to provide us with a way to cut off the communication with the MPC software to switch into a MIDI mode, if I'm correct though that would also mean that they would have to do something about the software producing silence when the hardware isn't connected.... uh oh
Code: Select all
# Config File for User-defined Instant Mappings
# We assume that the controls on your MIDI controller
# send CCs (except for pads). All controls that do not have
# an explicit channel setting are expected to use the
# global channel. CCs & Notes are counted from 0-127
# and channels from 0-15.
[Globals]
# The channel that the controller should send on
GlobalChannel: 13
# If your controller is connected via USB, replace ControllerName
[DeviceControls]
Encoder1: 51
Encoder2: 02
Encoder3: 03
Encoder4: 04
Encoder5: 05
Encoder6: 06
Encoder7: 07
Encoder8: 08
EncoderChannel1: -1
EncoderChannel2: -1
EncoderChannel3: -1
EncoderChannel4: -1
EncoderChannel5: -1
EncoderChannel6: -1
EncoderChannel7: -1
EncoderChannel8: -1
# Enter the respective map mode for the encoders here. The following
# map modes are available:
# - Absolute
# - Absolute14Bit
# - LinearSignedBit
# - LinearSignedBit2
# - LinearTwoCompliment
# - LinearBinaryOffset
# - AccelSignedBit
# - AccelSignedBit2
# - AccelTwoCompliment
..........
etc etc
Akai would need to provide us with a way to cut off the communication with the MPC software to switch into a MIDI mode, if I'm correct though that would also mean that they would have to do something about the software producing silence when the hardware isn't connected.... uh oh

MPC-1000 -- Blofeld -- Mopho -- Electribe ES2 -- H9(soon)




