Comments on: CVCenter pre1.0 https://pustota.basislager.org exploring the void Wed, 12 Feb 2014 12:39:34 +0000 hourly 1 By: Rudy https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-3/#comment-428 Mon, 26 Nov 2012 08:42:22 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-428 I get that error message when I click on the “edit OSC” button in the CVCenter main gui.
Could it be that the sensor wasn’t connected properly or there was something wrong with it?

sorry about this bit I am freaking out as I am suppose to install the work tomorrow and leave it on display for 4 days. Going through a lot of stress (not just for this). Now I am away from the sensor but I will be working on it before the set up around 9/9:30 your time.

]]>
By: Stefan Nussbaumer https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-2/#comment-427 Mon, 26 Nov 2012 06:24:04 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-427 In reply to Rudy.

Not sure what’s going on here. SC 3.5.6 should be fine with CVCenter. I’ll have a look at the Quark on SF as soon as I find time (I’m at work right now). Anyway, Quarks don’t update automatically. To update CVCenter you should issue

1
Quarks.update("CVCenter")

Until later,

Stefan

]]>
By: Rudy https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-2/#comment-426 Mon, 26 Nov 2012 02:57:16 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-426 Sorry Stefan but this is urgent.
I am panicking right now as I CVCenter doesn’t seems to work and I am not sure what I have done .
When running
///////////////
Server.default.waitForBoot { y = Synth(“fMod2S”) };
y.cvcGui
//////////////////////////////
The synth is created —-Synth(“fMod2S” : 1000)
but when I activate the gui I get this:
———————
file “/Users/MrSilly/Library/Application Support/SuperCollider/Extensions/quarks/CVCenter/OSCCommands” does not exist.
———————
But OSCommands is there. Not sure what I did when I was trying to install the (what I thought it was) new version of CVCenter.
Any suggestion for this.? Is SC 3.5.6 good to use with CVCenter?
sorry about this

]]>
By: Rudy https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-2/#comment-425 Mon, 26 Nov 2012 02:46:31 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-425 I went to
https://quarks.svn.sourceforge.net/svnroot/quarks/ (revision 2499)
and in the DIRECTORY folder the version of CVCenter is 0.85
could that be the problem?

]]>
By: Rudy https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-2/#comment-424 Mon, 26 Nov 2012 01:27:47 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-424 In reply to Rudy.

Off course, it should have been:

Quarks.isInstalled(“CVCenter”)

that returns a TRUE

]]>
By: Rudy https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-2/#comment-423 Mon, 26 Nov 2012 00:46:07 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-423 Hello Stefan
sooo weird
I can see CVCenter in the Quarks.gui and is telling me is version 0.85
when I run — Quarks.isInstalled(CVCenter) — it returns — False —
but when I run — Quarks.listInstalled — CVCenter [0.85] is the first to appear in the list.
It occurs to me that I am actually not 100% sure how to instal new version of old Quarks but I assume it should somewhat automatic.
I would really appreciate if you hold on to the new version for a week. My exhibit will be over on Fri.
Have a good day,
R

]]>
By: Stefan Nussbaumer https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-2/#comment-422 Sun, 25 Nov 2012 13:42:12 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-422 In reply to Rudy.

I hope my “help” will work for you (I’m pretty confident regarding setup-loading – not sure about the calibration-issue). Currently I’m about to release an update to CVCenter, implementing a couple of new features (e.g. real preferences, tooltips and some new or improved methods). If you’re going to have a presentation involving CVCenter I might hold it back until afterwards to prevent unpleasant surprises (though as far as my tests went things seem to work as expected).
Regarding the version: currently it’s 0.87 (it’s going to be 0.90 after the next update). If you’ve installed CVCenter via the quarks-mechanism you should see the version in the quarks-gui. Otherwise it can be found in CVCenter/DIRECTORY/CVCenter.quark

Good luck!

Stefan

]]>
By: Rudy https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-2/#comment-421 Sun, 25 Nov 2012 04:48:05 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-421 P.S.:
what version of CVCenter should it be? 0.85?

]]>
By: Rudy https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-2/#comment-420 Sun, 25 Nov 2012 04:46:24 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-420 HI Stefan thanks for the quick help.
I am testing it right now on my laptop and at home. Will let you know asap.
Also found another minor bug and will notify it via the github repository.
Next week my work will be displayed so it might be delayed
Cheers,
R

]]>
By: Stefan Nussbaumer https://pustota.basislager.org/coding/cvcenter/cvcenter-pre1-0/comment-page-1/#comment-419 Sat, 24 Nov 2012 01:53:07 +0000 http://pustota.5tefan.us/om/?page_id=109#comment-419 In reply to Rudy.

Hi Rudy,

I’ve pushed a fix for the non-working “loadSetup” (also committed to the quarks-repository already). You were on the right track suspecting it something to do with the way it was working in the gui – the arguments were switched: if “load actions” was selected the opposite was happening… can you try if my fix works for you? (I really hope I haven’t messed up something else now…).

Thanks, Stefan

]]>