You can subscribe to this list here.
2009 |
Jan
(41) |
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Florian S. <fsc...@te...> - 2009-01-23 16:19:50
|
Florian Schmidt wrote: > Hi, > > there's another small bugfix release now available on sf.net where i > only bothered to create a binary package for OSX. If you want the fixed > source, please checkout SVN or download the osx package, which, by way > of sf.net policy contains the source tree used to build it, too.. Oh i guess i should mention what has been fixed: It was another setn problem. The index of the parameter was calculated wrongly when using named parameters in setn messages.. Flo -- Dipl.-Inform. Florian Paul Schmidt University of Bielefeld, Neuroinformatics Group, CITEC Contact: http://ekvv.uni-bielefeld.de/pers_publ/publ/personDetailAct?id=5504453 |
From: Florian S. <fsc...@te...> - 2009-01-23 16:17:44
|
Hi, there's another small bugfix release now available on sf.net where i only bothered to create a binary package for OSX. If you want the fixed source, please checkout SVN or download the osx package, which, by way of sf.net policy contains the source tree used to build it, too.. filename is: scgraph_osx_10.4_01.23.2009b.tgz Regards, Flo -- Dipl.-Inform. Florian Paul Schmidt University of Bielefeld, Neuroinformatics Group, CITEC Contact: http://ekvv.uni-bielefeld.de/pers_publ/publ/personDetailAct?id=5504453 |
From: Florian S. <fsc...@te...> - 2009-01-23 15:56:42
|
Hi Marije, nescivi wrote: > On Thursday 22 January 2009 12:14:29 Florian Schmidt wrote: >> On Thursday 22 January 2009, Till Bovermann wrote: >> Adding to this, we released a new tarball today with some bugfixes >> [especially n_setn is finally working.. Look out though, you can still >> crash scgraph when some parameters are out of bounds (e.g. sending more >> parameters than a synth has).. > > great, I'll check it out when I have time... > > Maybe unrelated, but I did have a problem with latest svn sclang vs. latest > svn scgraph a couple of days ago... Was it posted on the sc-lists? If so, i will look for details there. If not, do you mind elaborating? :) > I actually went back to my old setup I had in December that was working for my > purposes (scgraph0.10 and sc from late november). > > There have been a lot of changes in SC in Node set messages and even in > SynthDef, I think... so once 3.3beta is there, we should start looking at > ensuring that scgraph gets up-to-date with these changes... Yes, it's a good idea to keep these synced. Does the documentation in the new SC versions reflect these changes? I will have to touch the OSC handling code sometime in the future anyways, as it's not very efficient at the moment. So i guess that will be a good time to look at changes in the OSC interface, too.. Regards, flo -- Dipl.-Inform. Florian Paul Schmidt University of Bielefeld, Neuroinformatics Group, CITEC Contact: http://ekvv.uni-bielefeld.de/pers_publ/publ/personDetailAct?id=5504453 |
From: nescivi <ne...@gm...> - 2009-01-23 15:35:33
|
On Thursday 22 January 2009 12:14:29 Florian Schmidt wrote: > On Thursday 22 January 2009, Till Bovermann wrote: > Adding to this, we released a new tarball today with some bugfixes > [especially n_setn is finally working.. Look out though, you can still > crash scgraph when some parameters are out of bounds (e.g. sending more > parameters than a synth has).. great, I'll check it out when I have time... Maybe unrelated, but I did have a problem with latest svn sclang vs. latest svn scgraph a couple of days ago... I actually went back to my old setup I had in December that was working for my purposes (scgraph0.10 and sc from late november). There have been a lot of changes in SC in Node set messages and even in SynthDef, I think... so once 3.3beta is there, we should start looking at ensuring that scgraph gets up-to-date with these changes... sincerely, Marije |
From: Florian S. <mis...@gm...> - 2009-01-22 18:25:27
|
On Thursday 22 January 2009, Florian Schmidt wrote: > On Thursday 22 January 2009, thor wrote: > > Congratulations with this project and mailinglist. [snip] > Right, i guess, we should include an OSX INSTALL howto.. Here's the deal in > shortform: Oh and BTW: Sorry, thor, for having let you wait for so long. Finally you can find out in exactly which ways ScGraph still sucks ;) Regards, Flo -- Palimm Palimm! http://tapas.affenbande.org |
From: Florian S. <mis...@gm...> - 2009-01-22 18:16:47
|
On Thursday 22 January 2009, thor wrote: > Hi all. > > Congratulations with this project and mailinglist. > > Now, to the question that you were all waiting for and would be a good > first mail on a list like this: how to install on OSX? > > I read the INSTALL file that says that the contents of the bin, lib > and share folders > should be placed in the corresponding places under /usr/local > > I did that and opened the terminal and typed ./usr/local/bin/scgraph > but scgraph responds: Right, i guess, we should include an OSX INSTALL howto.. Here's the deal in shortform: - Get the Qt SDK from trolltech: ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-4.4.3.dmg It's rather big. I wonder why Qt doesn't distribute just the binaries as "runtime environment".. - Install it using just the default options.. - Unpack the scgraph tarball somewhere of your liking - Copy (or use a symbolic link) the share/scgraph/sclang folder to a place where SC finds these classes - Then, in a terminal, run export SCGRAPH_PLUGIN_PATH=/path/to/your/scgraph/lib/scgraph/plugins export SCGRAPH_SC_PLUGING_PATH=/path/to/your/SC/plugins scgraph - If something goes wrong, try to see whether scgraph -vvv gives you some hint (you can use different verbosity levels, up to vvvv and even change this at runtime via a custom OSC command).. Then try something like this: Server.default = s = Server(\scgraph, NetAddr("localhost", 37291)); // if this makes the Server class start scsynth, then use your IP address instead of "localhost".. s.boot {GGLRenderer.gr(GCube.gr(size: 1+SinOsc.kr(freq:1)))}.play Regards, Flo -- Palimm Palimm! http://tapas.affenbande.org |
From: thor <th...@gm...> - 2009-01-22 18:02:39
|
Hi all. Congratulations with this project and mailinglist. Now, to the question that you were all waiting for and would be a good first mail on a list like this: how to install on OSX? I read the INSTALL file that says that the contents of the bin, lib and share folders should be placed in the corresponding places under /usr/local I did that and opened the terminal and typed ./usr/local/bin/scgraph but scgraph responds: thor:scgraph thor$ ./bin/scgraph ScGraph - (C) 2006, 2007, 2008 [Run scgraph -h for help] Bus error I have not installed any classes in my SuperCollider classpaths. Do I need to install anything there? Can't wait to try scgraph! thor ps. I'm using the _b version |
From: Florian S. <fsc...@te...> - 2009-01-22 16:12:52
|
Florian Schmidt wrote: > Hi, > > scgraph-0.13 is available as of now. Find source code and OSX-binary > packages here: > > http://sf.net/projects/scgraph > > This release contains many important bugfixes, so please do upgrade.. Erm, i forgot one minor usability bug in it (exiting the program on a noncritical condition, i.e. specifying a parameter name that doesn't exist).. So please grab the "b"-packages. They contain a fix for this bug... Oh, while i'm at it.. i guess, there should also be some more sanity checks. At the moment you can still crash scgraph, when e.g. passing too many parameters in the setn command.. I will not release a fix for this before 0.14 though.. So stay tuned or send me patches, to speed up the process ;) Regards, Flo -- Dipl.-Inform. Florian Paul Schmidt University of Bielefeld, Neuroinformatics Group, CITEC Contact: http://ekvv.uni-bielefeld.de/pers_publ/publ/personDetailAct?id=5504453 |
From: Florian S. <fsc...@te...> - 2009-01-22 15:53:30
|
Hi, scgraph-0.13 is available as of now. Find source code and OSX-binary packages here: http://sf.net/projects/scgraph This release contains many important bugfixes, so please do upgrade.. Regards, Flo -- Dipl.-Inform. Florian Paul Schmidt University of Bielefeld, Neuroinformatics Group, CITEC Contact: http://ekvv.uni-bielefeld.de/pers_publ/publ/personDetailAct?id=5504453 |
From: Till B. <tbo...@te...> - 2009-01-22 13:53:46
|
this is a test :-) Till |
From: Florian G. <fg...@te...> - 2009-01-21 15:57:52
|
Hi there, I'm just playing around with scgraph on OSX. These lines might be helpful to stat scgraph from sclang: cheers, Florian ( //****************************// // Starting SCGraph from SClang // 0. where is your scgraphfolder / SC application? ~scgraphLocation = "/Applications/SuperCollider"; // path, where to find the scgraph folder ~scpluginLocation = "/Applications/SuperCollider"; // path, where to find the sc plugins folder, scgraph might want to use SinOsc for instance // 1. start sgraph "SCGRAPH_PLUGIN_PATH=%/scgraph/lib/scgraph/plugins/ SCGRAPH_SC_PLUGIN_PATH=%/plugins/ %/scgraph/bin/scgraph -v".format(~scgraphLocation, ~scpluginLocation, ~scgraphLocation).runInTerminal; // 2. you need to get your IP adress: ~getIpPipe = Pipe.new("ifconfig | grep 'inet [0-9].*netmask.*broadcast'", "r"); ~ipString = ~getIpPipe.getLine.split($ )[1]; // get the first line from pipe, split, at pos 1 you find IP (inet 129.70.134.146 netmask 0xffffff00 broadcast 129.70.134.255) ~getIpPipe.close; // 3. scgraph server setzten g = Server.new("scgraphServer",NetAddr.new(~ipString, 37291)) // default port is 37291 //*****************************// ) -- -------------------------------------------------------------- F l o r i a n G R O N D PhD Student at Ambient Intelligence Group, CITEC Bielefeld University, Germany Universitaetsstrasse 21 - 23 33615 Bielefeld Tel.: 0049 521 106 12132 http://cit-ec.org http://grond.at -------------------------------------------------------------- |
From: mista t. <mis...@gm...> - 2009-01-21 13:56:32
|
testing the list -- NUR NOCH BIS 31.01.! GMX FreeDSL - Telefonanschluss + DSL für nur 16,37 EURO/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a |