- or download this
"Couldn't write to /dev/sequencer, bad file descriptor
at (....)Realtime.pm line 201.
- or download this
sub send_midi_bytes {
my $self = shift;
...
return $bytes;
}
- or download this
#!/usr/bin/perl
use warnings;
...
select(undef,undef,undef, 0.10);
}