Re: [haskell art] MIDI device ID in alsa-seq

2015-09-21 Thread Henning Thielemann
On Mon, 21 Sep 2015, amin...@gmail.com wrote: > I'm not seeing it. Can you point to the type itself, or the module it's > in? I still do not know what MIDI device ID you mean. Can you please tell me the record type and field name you refer to? Is it in the Event module: https://hackage.ha

Re: [haskell art] MIDI device ID in alsa-seq

2015-09-21 Thread amindfv
> On Sep 21, 2015, at 15:44, Henning Thielemann > wrote: > > >> On Sat, 19 Sep 2015, amin...@gmail.com wrote: >> >>I've written a little thing with alsa-seq that listens out for >> Sound.ALSA.Sequencer.Event.NoteOn messages and peforms actions based on >> the message. Something I'm stuc

Re: [haskell art] the library of beautiful instruments implemented in haskell / csound

2015-09-21 Thread Henning Thielemann
On Thu, 17 Sep 2015, Evan Laforge wrote: > On Wed, Sep 16, 2015 at 12:59 PM, Anton Kholomiov > wrote: >> That's the first piece of music done with csound-expression >> not by me. I'm very happy to listen to it. I'm biased as an author. >> and you have managed to do it so quickly! > > I was going

Re: [haskell art] MIDI device ID in alsa-seq

2015-09-21 Thread Henning Thielemann
On Sat, 19 Sep 2015, amin...@gmail.com wrote: > I've written a little thing with alsa-seq that listens out for > Sound.ALSA.Sequencer.Event.NoteOn messages and peforms actions based on > the message. Something I'm stuck on, though, is I can't find where the > MIDI device id is. What MIDI