Help for this page

Select Code to Download


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