® Waves System
V 1.0 - 2013
I.D. AL - MicroPlayer mkII - Wav MP3 Audio player - User manual
- 22 -
5.8 - Assign particular functions to buttons - #BUTTONx:function
The two front buttons are dedicated by default to the volume setting. With the file config.txt, it is possible
to assign them other functions.
PLAY : Reading of the last known file
STOP : stop of the current reading
NEXT_TRACK : Reading of the next file of the folder currently read.
PREV_TRACK : Reading of the previous file of the folder currently read.
VOLUME_PLUS : Increase the volume from one step
VOLUME_MINUS : Decrease the volume from one step
FOLDERxxx : Jump to the folder xxx - xxx can be a value between 000 and 999
RSxxx : send the line n° xxx of the file " serial.txt " on the output RS232 ( with xxx from 001 to 999 ).
Command line:
#BUTTONx:function
x the number of the button 1 or 2 - function among the list below:
Example:
#BUTTON1:NEXT_TRACK
The button 1 is assigned to the function " next file "
#BUTTON2:STOP
The button 2 is assigned to the function " STOP"
Note: The buttons 1 and 2 of the infrared remote control fulfil the same functions that the ones assigned
respectively to front buttons 1 and 2.
Example of a configuration file:
#ID:002
#VOLUME:48
# POWER:1
#BAUDRATE:9600
#RS_MONITORING:1
#BOOT:005
#INPUT01:PREV_TRACK
#INPUT02:STOP
#INPUT04:PLAY
#INPUT08:NEXT_TRACK
#BUTTON1:STOP
#BUTTON2:PLAY