Re: [haskell-art] [hsc3] soundIn

2008-05-06 Thread Rohan Drape
hello stefan, > i've attached a patch; there's a slight runtime overhead of course > for detecting consecutive bus indices ... the test for an empty input > MCE is also slightly ugly, probably there's a better way. finally applied and pushed, away longer than expected. i deleted the empty mce te

Re: [haskell-art] [hsc3] soundIn

2008-04-24 Thread Rohan Drape
hello stefan, > i've attached a patch; there's a slight runtime overhead of course for > detecting consecutive bus indices ... the test for an empty input MCE is > also slightly ugly, probably there's a better way. excellent, many thanks! i am away for a few days but will apply and push next we

Re: [haskell-art] [hsc3] soundIn

2008-04-22 Thread stefan kersten
On 22.04.2008, at 01:39, Rohan Drape wrote: great, thanks, mce is what i was looking for. am i correct in there is a start of a sketch of the mce rules at: http://slavepianos.org/rd/sw/hsc3/Help/hsc3.help.lhs thanks, lots of interesting stuff in there! assuming that in' 2 AR 0 compiles t

Re: [haskell-art] [hsc3] soundIn

2008-04-21 Thread Rohan Drape
> great, thanks, mce is what i was looking for. am i correct in > assuming that in' 2 AR 0 compiles to a single In ugen, while soundIn > [0, 1] references two? what i meant was making the first argument to actually, i don't think this is written down anywhere, but for unit generators that in sc

Re: [haskell-art] [hsc3] soundIn

2008-04-21 Thread Rohan Drape
> great, thanks, mce is what i was looking for. am i correct in there is a start of a sketch of the mce rules at: http://slavepianos.org/rd/sw/hsc3/Help/hsc3.help.lhs (ie. in the hsc3 sources, notes from never completed sc3 book effort) > assuming that in' 2 AR 0 compiles to a single In ugen,

Re: [haskell-art] [hsc3] soundIn

2008-04-21 Thread stefan kersten
On 21.04.2008, at 16:35, Rohan Drape wrote: >> >> is there a particular reason soundIn hides the number of channels >> being read? maybe a variation (soundInN?) could be added? > > i'm not sure i understand the question, can you perhaps elaborate? > > the number of channels being read is the degree

Re: [haskell-art] [hsc3] soundIn

2008-04-21 Thread Rohan Drape
hello stefan, > is there a particular reason soundIn hides the number of channels > being read? maybe a variation (soundInN?) could be added? i'm not sure i understand the question, can you perhaps elaborate? the number of channels being read is the degree (number of output ports) of the input

[haskell-art] [hsc3] soundIn

2008-04-21 Thread stefan kersten
hi rohan, all, is there a particular reason soundIn hides the number of channels being read? maybe a variation (soundInN?) could be added? ___ haskell-art mailing list haskell-art@lists.lurk.org http://lists.lurk.org/mailman/listinfo/haskell-art