[sc-users] [Linux] sc3-plugins

Joshua Parmenter josh at realizedsound.net
Sun Oct 21 12:12:50 PDT 2007


Hi again Bjorn,

Sorry - I just realized that the Ambisonic (and granular) ugens were  
separated out of the JoshUGens file (the file was HUGE and difficult  
to manage!). I just looked at the scons file that I told you to run,  
and noticed that they aren't listed there... open the SConstruct  
file, and add these two files to the 'plugs' array:

	'JoshAmbiUGens',
	'JoshGrainUGens',

so it should look something like this:

plugs = [
	'AmbisonicUGens',
	'BEQSuiteUGens',
	'BlackrainUGens',
	'JoshUGens',
	'JoshAmbiUGens',
	'JoshGrainUGens',
	'ReverbUGens',
	'MCLDBufferUGens',
	'MCLDChaosUGens',
	'MCLDTriggeredStatsUgens',
	'LoopBuf',
	'SymbolicMachines',
	'TagSystemUgens',
	'bhobChaos',
	'BhobFilt',
	'bhobGrain',
	'BhobNoise'
]

Build again, and you should have a JoshAmbiUGens.so file. Sorry I  
didn't spot this earlier (I don't have a Linux system right now to  
test these things on). Give that a try, and if it works, I'll update  
the scons file in svn.

Best,

Josh

On Oct 21, 2007, at 11:01 AM, Björn Kessler wrote:

> I moved the thread, because I think, the topic has nothing to do  
> with the server any more.
>
> I did run scons, and I have a file called JoshUGens.so ~/ 
> supercollider/sc3-plugins/Extensions/JoshUGens/ and the softlink is  
> pointing to ~/supercollider/sc3-plugins/Extensions but still I get  
> the same error.
>
> I was allways asking myself what sciss meant when he said, during a  
> course, that installing plugins is a little more sophisticated. Now  
> I think I know why. It feels a little like fighting mosquitos in  
> the dark.
>
> I allready removed the whole foulder and installed it again and I  
> also tried copying the Extensions foulder to /usr/local/share/ 
> Supercollider/Extensions or to ~/supercollider/build/plugins. It  
> didn`t change. So if anybody has any suspections on this, I´d be  
> glad to hear about it. Would be great if we could get this thing  
> runnin´!
>
> Thanks again for your patience.
>
> Björn
>
>
> Joshua Parmenter <josh at realizedsound.net> schrieb:
> did you compile the sc3-plugins package with scons? If so, you  
> should have a plugins file called JoshUGens.so (though I am not  
> sure where these would appear on Linux...). If you don't have that  
> file, then the UGens wouldn't be installed, and you should run scons.
>
> Hope that helps.
>
> Josh
>
> On Oct 21, 2007, at 12:46 AM, Björn Kessler wrote:
>
>> Thanks, this solves at least a part of the problem. But still I  
>> get this error:
>>
>> Synth("2017444050" : 1000)
>> exception in GraphDef_Recv: UGen 'BFEncode1' not installed.
>> *** ERROR: SynthDef 2017444050 not found
>> FAILURE /s_new SynthDef not found
>>
>> what I´m trying to run is the example of the BFEncode1 Help and I  
>> have installed the sc3-plugins.
>>
>> Stefan Nussbaumer <stefanus at chello.at> schrieb:
>> Server.default = s = Server.internal.boot;
>>
>> The default server is localhost if you don't explicitly make internal
>> your default (very likely ...)
>>
>>
>>
>>
>> Björn Kessler schrieb:
>> > Hi everybody,
>> >
>> > when I tried to run the example in the help of BFEncode1:
>> >
>> > s=Server.internal.boot;
>> >
>> > // You'll only hear the first two channels on a stereo setup.
>> >
>> > (
>> >
>> > {
>> >
>> > #w, x, y, z = BFEncode1.ar(WhiteNoise.ar,MouseX.kr(0, 2pi), 0,  
>> MouseY.kr(0.0, 1.0), 0.3);
>> >
>> > //decode for 4 channels
>> >
>> > DecodeB2.ar(4, w, x, y, 0.5);
>> >
>> > }.scope(4));
>> >
>> >
>> > , I got the following errror:
>> >
>> > localhost server not running!
>> >
>>
>> _______________________________________________
>> sc-users mailing list
>> sc-users at create.ucsb.edu
>> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>>
>>
>> Heute schon einen Blick in die Zukunft von E-Mails wagen?  
>> Versuchen Sie´s mit dem neuen Yahoo! Mail.
>> _______________________________________________
>> sc-users mailing list
>> sc-users at create.ucsb.edu
>> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>
> ******************************************
> /* Joshua D. Parmenter
> http://www.realizedsound.net/josh/
>
> “Every composer – at all times and in all cases – gives his own  
> interpretation of how modern society is structured: whether  
> actively or passively, consciously or unconsciously, he makes  
> choices in this regard. He may be conservative or he may subject  
> himself to continual renewal; or he may strive for a revolutionary,  
> historical or social palingenesis." - Luigi Nono
> */
>
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users
>
>
> Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen  
> Sie´s mit dem neuen Yahoo! Mail.
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users

******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/

“Every composer – at all times and in all cases – gives his own  
interpretation of how modern society is structured: whether actively  
or passively, consciously or unconsciously, he makes choices in this  
regard. He may be conservative or he may subject himself to continual  
renewal; or he may strive for a revolutionary, historical or social  
palingenesis." - Luigi Nono
*/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.create.ucsb.edu/pipermail/sc-users/attachments/20071021/674cfb2f/attachment.htm


More information about the sc-users mailing list