I am creating a Piano out of a bare MIDI Keyboard by just putting a Pi on it and running the synth.
So I need to autostart properly the programs. For that I just tweaked succesfully
adding the programs I need to be started/.config/lxsession/LXDE-pi/autostart
Code: Select all
@qsynth
@vmpkCode: Select all
aconnect 20:0 129:0@aconnect 20:0 129:0
But its not making any effect.
Any idea what I am doing wrong?
Thanks very much