[abcusers] play abc repeats a wee snatch

2003-12-21 Thread joe mc cool
Please, I use the following script to play abc: ### use strict; use File::Basename; my $filename = shift; my $volume = shift; $volume++; my $repeats = shift; my $midi_file= /tmp/.basename($filename); my $au_file =

Re: [abcusers] play abc repeats a wee snatch

2003-12-21 Thread Jim Russell
It works fine, but insists on repeating a wee snatch of the last part of the tune when it has finished. What happens if you use timidity to play the midi file directly to the sound card? Does it happen to all your .abc files? Jim R To subscribe/unsubscribe, point your browser to:

Re: [abcusers] play abc repeats a wee snatch

2003-12-21 Thread joe mc cool
Jim Russell wrote: It works fine, but insists on repeating a wee snatch of the last part of the tune when it has finished. What happens if you use timidity to play the midi file directly to the sound card? The first note is played correctly, after that - jibberish. Does it happen to all