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

2015-09-23 Thread amindfv
In SuperCollider for example, it's possible to identify which device a midi event came from. In SuperCollider it's called a "device ID" and searching the internet, a midi "device ID" is commonly referred to. The ID seems to be coming from the device itself (it's not e.g. a uuid assigned by SC),

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

2015-09-23 Thread Henning Thielemann
On Wed, 23 Sep 2015, amin...@gmail.com wrote: > It may not be called "device ID" in alsa-seq but my question is how > to distinguish between midi events that came from different sources. In Event.T there is a record field called 'source' that has the type Address.T:

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

2015-09-23 Thread Julian Rohrhuber
> On 23.09.2015, at 15:09, amin...@gmail.com wrote: > > In SuperCollider for example, it's possible to identify which device a midi > event came from. In SuperCollider it's called a "device ID" and searching the > internet, a midi "device ID" is commonly referred to. The ID seems to be >