-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scsynth OSC packet size in NRT mode #61
Comments
Also Rohan mentioned this recently. We have three different situations:
–> 2. surprises me, because I thought that size wouldn't matter in tcp There are different places in the system where packet sizes are checked, some in the class library, some in the lang sources. Once we know all the correct size limits, and where they currently are applied, we can fix this correctly. |
Someone want to look and see if this is an easy issue (meaning - changing a constant somewhere :) ) to fix for 3.7? |
Maybe this issue is obsolete now since #714 was merged? |
Yup, this looks like a duplicate of #714 |
As this looks like a duplicate of #714 , can we close? |
fixes an issue with Function::play. For UGens without any output, such as AnalogOut and DigitalOut, returning 0.0 prevents the creation of a wrapping Out UGen, which in turn was seen messing with poll rates in Bela's issue supercollider#61.
fixes an issue with Function::play. For UGens without any output, such as AnalogOut and DigitalOut, returning 0.0 prevents the creation of a wrapping Out UGen, which in turn was seen messing with poll rates in Bela's issue supercollider#61.
fixes an issue with Function::play. For UGens without any output, such as AnalogOut and DigitalOut, returning 0.0 prevents the creation of a wrapping Out UGen, which in turn was seen messing with poll rates in Bela's issue supercollider#61.
fixes an issue with Function::play. For UGens without any output, such as AnalogOut and DigitalOut, returning 0.0 prevents the creation of a wrapping Out UGen, which in turn was seen messing with poll rates in Bela's issue supercollider#61.
[Issue migrated from SourceForge | ID: 1970340 | Submitted by 'sciss']
[http://sourceforge.net/support/tracker.php?aid=1970340]
scsynth's OSC packet size differs from realtime and NRT mode, in realtime i think it's 64K(?) and in NRT just 8K(?). that produces problems in porting realtime code to NRT equivalents, particularly with using /d_recv to transfer synthdefs. The packet size should be increased in NRT to match the realtime size.
The text was updated successfully, but these errors were encountered: