Group 1 is not created when buffer size < 256.

[email protected]
Newsgroups gmane.comp.audio.supercollider.user,gmane.comp.audio.supercollider.devel
Message-ID <[email protected]>
Hi users and devs,

I just moved to SC 3.9 (thanks to all devs for the great work!) and
bumped into an issue with Groups.  Here is a way to reproduce the
problem (I'm on Arch Linux).

First, start Jack with a buffer size of 64 samples, then fire up SC.

s.boot;
s.queryAllNodes;
// NODE TREE Group 0

g = Group.head(s);
// -> Group(1001)
// FAILURE IN SERVER /g_new Group 1 not found

When Jack is running with a buffer size of 256, I do not have this
issue.

s.boot;
s.queryAllNodes;
// NODE TREE Group 0
//    1 group

g = Group.head(s);
// -> Group(1001)

FAILURE IN SERVER /g_new Group 1 not found
FAILURE IN SERVER /s_new Group 1000 not found

So it looks like Group 1 is not created whenever I try to use a small
buffer size.  I never had this issue with 3.8.

Any hints?

Thank you all very much!

Martin
--
Martin Marier
http://www.martinmarier.com
http://www.prisedesoncreative.com
Vous pouvez utiliser ma clef publique pour m'envoyer des courriels chiffrés.
You can use my public key to send me encrypted emails.
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xFB5BDFBE93D31280

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.