> Henning Thielemann <[EMAIL PROTECTED]> writes:
>> We need
>>  encodeOSCZeroBase :: OSC -> B.ByteString
>>   which converts a message by converting Double to Integer
>>   and does the message encoding (which is currently done by encodeOSC)
>>  delayOSC :: Double -> OSC -> OSC
>>   which shifts a message in time (i.e. changes time base)
>>  encodeOSC :: Double -> OSC -> B.ByteString
>>   calls delayOSC and encodeOSCZeroBase

actually, decided this is ok, hosc now also exports 
'encodeOSC_NTP' for ntp epoch time-stamps.  hsc3
encodeNRT now relies on that.  hope that helps.

rd
_______________________________________________
haskell-art mailing list
haskell-art@lists.lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to