-
path var is not updated when a different buffer is queued into a Buffer
see an example here:
http://www.listarc.bham.ac.uk/lists/sc-users/msg61785.html.
2010-01-08 00:46:46 UTC by falurcu
-
When the VM is busy, the incoming OSC messages are dropped entirely.
A discussion is here: http://n2.nabble.com/Multi-threading-questions-tp4263678p4263678.html
Example code:
//boot the server so status messages come from an external process
s.boot;
c = 0;
thisProcess.recvOSCfunc = { c.postln; c = c + 1; };
(
fork {
var i=0;
while( {i < 100000000}, { i = i + 1 } );
};
)
2010-01-07 15:30:23 UTC by bbozkurt
-
OSX 10.5.8 intel.
2010-01-05 09:47:10 UTC by jmfuo
-
CocoaDocument.defaultFont_(Font("Monaco",11));
after making this call, SCapp crashes if I open a new window.
SVN revision 9659
openning a document (rather than crating a new one) after setting the font prevents a crash, but the font size will be wrong
If I set
CocoaDocument.defaultFont_(Font("Monaco",11)); // any font size other than 9
and then open a document, it always has the font...
2010-01-05 09:44:33 UTC by nobody
-
timblech committed revision 9646 to the SuperCollider SVN repository, changing 1 files.
2010-01-01 16:27:24 UTC by timblech
-
timblech committed revision 9645 to the SuperCollider SVN repository, changing 5 files.
2010-01-01 16:27:06 UTC by timblech
-
danstowell committed revision 9644 to the SuperCollider SVN repository, changing 4 files.
2009-12-31 20:22:58 UTC by danstowell
-
danstowell committed revision 9643 to the SuperCollider SVN repository, changing 1 files.
2009-12-31 18:11:41 UTC by danstowell
-
jrhb committed revision 9642 to the SuperCollider SVN repository, changing 1 files.
2009-12-31 11:59:48 UTC by jrhb
-
jrhb committed revision 9641 to the SuperCollider SVN repository, changing 1 files.
2009-12-30 23:29:29 UTC by jrhb