Skip to content

Commit a8fdf3e

Browse files
authored
Add comments for pc-to-note startup
Added comments for starting pc-to-note on boot.
1 parent 5361a51 commit a8fdf3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

m8c.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jack_connect system:capture_2 M8_out:playback_2
6666
# Uncomment the following line to start control-amixer on boot. More info: github.com/RowdyVoyeur/midi-tools
6767
# sudo /bin/bash /home/patch/midi-tools/control-amixer/control-amixer.sh &
6868

69+
# Start Program Change to Note
70+
# Uncomment the following line to start pc-to-note on boot. More info: github>
71+
# sudo python /home/patch/midi-tools/pc-to-note/main.py &
72+
6973
# Start M8C
7074
pushd /home/patch/m8c-rpi4
7175
./m8c

0 commit comments

Comments
 (0)