Re: MIDI to systemcommand, exute script etc.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nils Gey <ilfhi@xxxxxx> writes:

> Do you know any ways to receive midi events to start programms

This is really easy with SuperCollider. This applications has some
really stupid;) ways to work with MIDI, though, that needs some
fixing. It also does not do JACK MIDI.

var p, l;
(
  ~bcfNoteOffResponder=NoteOffResponder({|src,chan,num,val|
    if(src==1310720,
      if(chan==0,
      {
        if(num==14,{//BANK 5,LOWER BUTTON 1
        p=Pipe.new("notify-send -t 100000000 -u critical \"ATTENTION: Jabber\"", "r");	
        });
      });
    )};
  )
)

-- 
Esben Stien is b0ef@e     s      a             
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e 
           jid:b0ef@    n     n
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux