drat, different client same problem, sorry...

--- Begin Message ---
Henning Thielemann <[EMAIL PROTECTED]> writes:
>> what gives that error? hosc or hsc3 or scsynth?
>
> scsynth

ok, i'd guess that restriction could be trivially lifted 
for nrt but it is not usually an issue.  of course, in 
this case the size was probably off by 2^31 or so...

>> try unreversed encode_i32 (osc tends to use sized integers,
>> this is the case also for bundle sizes)
>
> Is the difference between u32 and i32, unsigned vs. signed?

yes, a typo in my message, replace sized with signed.

> Good to know.

perhaps... actually nrt in scsynth is very nice, what are 
ordinarily asynchronous operations become synchronous 
(eg. b_alloc and friends).  rt designs generally 'degrade' 
well to nrt use, the other direction tends to be a 
disaster area.

--- End Message ---
_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to