Re: Playback problem in Linux
Reply #6 –
Well OK, you win. I've hacked together this little script
killall timidity
timidity -iA &
env WINEPREFIX="/home/fjb/.wine" wine C:\\windows\\command\\start.exe /Unix "/home/fjb/.wine/dosdevices/c:/Program Files (x86)/Noteworthy Software/NoteWorthy Composer 2/NWC2.exe"
The first line makes sure that we don't end up with multiple timidity process, since I can't figure out how to close timidity when the program exits.
The second line runs timidity and sends it to the background so that we can move on to the next line.
And of course, the 3rd has some Francis-specific path names.