Command line sound apps trouble
Hi. I try use timidity++ for midi in pocketbook pro 603.
no problem to build, but...
I see a strange behavior when i only touch screen with stilus misic is played. It seams that PB go to sleep with no events.
Does anyone know solution?
I use wrapper timidity.app and freepats
---timidity.app------
#!/bin/sh
/mnt/ext1/system/bin/timidity $1 >/dev/null 2>&1 &
-----------------------
|