[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] SCVim on OS X
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] SCVim on OS X
- From: Dan Stowell <danstowell@xxxxxxxxx>
- Date: Tue, 28 Jul 2009 07:23:07 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=u36V31Yj+Dm1y5T2qABBHe/Vd5YgArrUUFyoXNafzY0=; b=OoH957car1QDs8TyBlVKaOgVlRAIeaLzwXLy5Nh1r0MWYIOIV5x8CWsjRechJmQlmb gvuxu6RIjX72mMtCzQM706thbTf2U2nMh28rIDaf31kLNuEKogkfFT/uUbg0SmyYNb1m N/inJdzfIelb6MNsIejR2jmwEA7XoLyw1x6X8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Ezn+IEY+F/baa7qRLrPeVeD08n2pJrIeZyzwTKofCO6AhIEPgN8PgeljVhljrZJn0y l/nbse6xahZzEbwgRj3jvjhD9lJ/TnssySwXljrxqRmcwWF62Y1Le+k/oWADdUvTxVCc uG/t1AJN0pc0mQH+YhNzVOzarxA86GABHuiKA=
- In-reply-to: <13F08682-EE27-4692-87EB-EF01DF3FDA39@xxxxxxxxx>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <1A76B16A-0B96-4233-9191-F4FAA7DD2FE2@xxxxxxxxx> <13F08682-EE27-4692-87EB-EF01DF3FDA39@xxxxxxxxx>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
A line line this:
exception in GrafDef_Load: UGen 'Control' not installed.
means that the server can't find it's core plugin set, without which
it can't make any sound. So where did you install the plugins to?
There's a folder called "plugins" which contains plugin files named
"*.scx". I'm not sure what the right path is going to be, but for a
start you could try placing the plugins folder into the same folder as
the "scsynth" executable (I don't think you said where it is - run the
line "Server.program" to find out, if you're not sure)
Dan
2009/7/28, Samuel Potter <personal@xxxxxxxxx>:
> I figure while I wait for help I should dabble around at trying to get this
> thing working, so here is my current naive attempt:
>
> - install the current SC universal binary
> - install scvim manually (the scons script shipped with the latest non-svn
> download seems broken)
> - create ~/sclang with a copy of the binary's SCClassLibrary
> - copy sclang to /usr/local/bin and scsynth to ~/sclang
> - follow some directions in the sclang readme file included with the binary
> about commenting out lines in the osx startup file
> - there were a ton of problems with letting cocoa or mac os x hid remain
> uncommented, so those got commented out, too
> - follow instructions about updating SCLANG_RUNDIR in the readme included
> with scvim; general tweaking to get things pointing in the right direction
>
> At this point, I can run scvim from the command-line, but I run into the
> following problems when trying to boot the server (with Server.local.boot
> sent from scvim):
>
> booting 57110
> localhost
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cb1playbuf1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cb1playbuf2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cb2playbuf1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cb2playbuf2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cb3playbuf1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cb3playbuf2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cs1playbuf1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cs1playbuf2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cs1recordbuf1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cs1recordbuf2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cs2recordbuf1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cs2recordbuf2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/ct1playbuf1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/ct1playbuf2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutbit1chan1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutbit1chan2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutbpf1chan1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutbpf1chan2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutbrf1chan1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutbrf1chan2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutcomb1chan1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutcomb1chan2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutmixer1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutmixer2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutmod1chan1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutmod1chan2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutrev1chan1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/cutrev1chan2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/default.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/segmentation1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/segmentation2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_diskout_1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_diskout_2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_env_0_audio.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_env_0_control.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_env_1_audio.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_env_1_control.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_gate_audio.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_gate_control.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_line_audio.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_line_control.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_link_audio_1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_link_audio_2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_link_control_1.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_link_control_2.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_xline_audio.scsyndef'
> exception in GrafDef_Load: UGen 'Control' not installed.
> while reading file '/Users/sfp/Library/Application
> Support/SuperCollider/synthdefs/system_xline_control.scsyndef'
> Number of Devices: 2
> 0 : "Built-in Input"
> 1 : "Built-in Output"
>
> input and output sample rates do not match. 8000 != 44100
> could not initialize audio.
> RESULT = 1
> ERROR:
> server failed to start
>
> The last bit about the sample rates not matching seems like it should be
> fairly straight-forward to fix, however the other errors and my very
> uninformed approach to trying to make this work suggests to me that I'm
> missing something pretty important here. :) The only thing stopping me from
> enjoying SC on Mac is the bundled editor. Work was made much simpler and
> more stream-lined using scvim under Linux, so any help would be much, much
> appreciated!
>
> Sam Potter
>
>
> On Jul 27, 2009, at 2:13 PM, Samuel Potter wrote:
>
>
> > Hey,
> > I'm trying to get scvim working on OS X and have been having a difficult
> time. Does anyone have any general guidelines or links to discussions
> regarding this?
> >
> > Thanks in advance,
> > Sam Potter
> >
> > _______________________________________________
> > sc-users mailing list
> >
> > info (subscription, etc.):
> http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> > archive:
> https://listarc.bham.ac.uk/marchives/sc-users/
> > search:
> https://listarc.bham.ac.uk/lists/sc-users/search/
> >
>
>
> _______________________________________________
> sc-users mailing list
>
> info (subscription, etc.):
> http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
> archive: https://listarc.bham.ac.uk/marchives/sc-users/
> search:
> https://listarc.bham.ac.uk/lists/sc-users/search/
>
--
http://www.mcld.co.uk
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/