Page 1 of 1

ATOM MIDI Messages Received?

Posted: Mon Jan 14, 2019 9:21 am
by markdelorenzo
PreSonus, Can you expose the MIDI messages received by the ATOM to set button illuminations and colors? SDK, MIDI Chart, etc... For programming outside of Studio One.

Re: ATOM MIDI Messages Received?

Posted: Tue Jan 15, 2019 2:44 am
by heinzhupfer
HI:)

========================================================================
<!-- ******************************************************************************************** -->
<!-- Pads transmit Note On for pressed and Note Off for release with velocity -->
<!-- Pads transmit Poly Pressure -->
<!-- Color is transmitted with Note On message -->
<!-- ******************************************************************************************** -->

<Control name="pad[0]" type="trigger" options="receive"> <MidiMessage status="NoteTrigger" address="#24" options="through"/> </Control>
<Control name="padLED[0]" options="transmit fastupdate"> <MidiMessage status="#90" address="#24"/> </Control>
<Control name="padLEDColor[0]" type="rgb" options="transmit fastupdate"> <Handler class="PadColorLEDHandler" address="#24"/> </Control>
=======================================================================

I'm no programmer, but obviously color is changed by a Note ON Message. You'll never know what these control names can do!

Presonus do not expose the reference of these surface files! I've tried a long time to get a reference of the faderport xmls, but never got an answer, and I have mailed a lot of people of the support:(

Bassman.

Re: ATOM MIDI Messages Received?

Posted: Tue Jan 15, 2019 5:58 am
by markdelorenzo
Thanx for your reply.
I'd love to figure out how to change the colors via MIDI CC or SYSEX. So that when I pull up a NI Battery Drum patch, the ATOM colors are set. And other scenarios. It would be great to customize the ATOM.

Re: ATOM MIDI Messages Received?

Posted: Tue Jan 15, 2019 11:14 am
by ennbr
I spent about half and hour mapping the Midi values being sent to the Atom from Studio One heres a table I put together. The table is using the C1 button or 24 hex to show values sent for the Presonus Atom default colors. During my testing I found there to be only 11 colors of the 28 shown in the Studio One table sent to the Atom.

Hope this helps

PDF files has instructions and Color table

Re: ATOM MIDI Messages Received?

Posted: Tue Jan 15, 2019 11:29 am
by markdelorenzo
ennbr wrotePDF files has instructions and Color table

Very interesting find. Nice job.
Definitely something to start experimenting with.