To play new alarm clocks you have to send specific MIDI messages that the server will broadcast to the clients. The clients will read the config.ini file to know how to map the MIDI messages to specific music tracks.
This message would then:
- select the radio or radios at
0in the [radios] section of the config.ini - select the radios at
1in the [extra_radios] - select the music file at
64in the [midi_to_music]
and then play the selected music file in the selected radios.
Every line in these sections of the config.ini can have one or more items, separeated by commas. So for example if we write
in the section [extra_radios]:
2: radio2, radio6, radio8
the value at 2 would play in radios 2, 6 and 8.
TODO
