sylMV wrote:Only for a few devices such as Denon decks.
There's unfortunately no standard way of sending text over MIDI...
meaning, there's some code in Cross to send text using the Denon format

However, if you can handle them using Max, here are the kind of lines needed in the mappings file:
- Code: Select all
<mapping>
<control alias="fam(Player)[0x1].TrackArtist" value="miditext"/>
<miditext kind="DENONS3700_1" channel="0x1"/>
</mapping>
There are 4 kinds available:
- "DENONS3700_1" (1st line of the Denon S3700/S3900)
- "DENONS3700_2" (2nd line of the Denon S3700/S3900)
- "DENONHC4500_1" (1st line of the Denon HC4500)
- "DENONHC4500_2" (2nd line of the Denon HC4500)
You can find the MIDI messages sent in the Denon docs.
Hope this helps a bit
