[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] cruciallib Patch not updating



I see the Light…yes…yes

Thanks!


Am 29.12.2013 um 17:01 schrieb felix <felix@xxxxxxxxxxxxxxxxxxx>:

I am traveling, but I did start to look at it.  I would like to solve it soon.  Only mobile internet right now.

You can hack it by redefining the instr or removing it from the instr cache.

On Dec 29, 2013 9:25 PM, "Pieter Volger" <volger@xxxxxxxxxxxxx> wrote:
any light on the horizon?
I really would like to use Instr with Jitlib and or inside Routines. But I don't get any args updated.
I get it to work with InstrSpawner and Pbind.



Am 13.12.2013 um 10:25 schrieb Pieter Volger <volger@xxxxxxxxxxxxx>:

Hi felix,
I just saw that I wrote you the wrong rev number. The newest rev is 2662 not 2665.

This is the Instr from the example.

Instr("car1mod1", {arg note = 49, modPartial1 = 1, index1 = 1, mul = 0.1;
var mod, car;
mod = SinOsc.ar(note.midicps * modPartial1,0, note.midicps*index1*LFNoise1.kr(0.5).abs);
car = SinOsc.ar(note.midicps + mod,0,mul)* EnvGen.kr(Env.linen(3, 1, 3), doneAction:2);},
[
\midinote,
[0.0, 20.0],
[0.0, 20.0],
[0.0, 1.0]
]);

just another simple example from the help-file which is also not working:

Instr(\Pulse,{ arg freq=440.0,width=0.5,mul=0.1;
    Pulse.ar( freq, width, mul )
});
p = Patch( \Pulse, [ 300, 0.2, 0.1 ]);
c = Patch( \Pulse, [ 500, 0.3, 0.1 ]);
p.play;
c.play;











Am 13.12.2013 um 04:31 schrieb felix <felix@xxxxxxxxxxxxxxxxxxx>:


could you post the instrument ?
maybe its something to do with that or the specs.

I posted an issue here:




On Tue, Dec 10, 2013 at 10:28 PM, Pieter Volger <volger@xxxxxxxxxxxxx> wrote:
OK. Then I have the newest version Revision 2665. But Patch is still not updating.




Am 10.12.2013 um 17:52 schrieb felix <felix@xxxxxxxxxxxxxxxxxxx>:


I think there is an update button right by each quark on the quarks gui.

either that or see Quarks helpfile. there is a command to update a single quark but I don't remember it off the top of my head





On Tue, Dec 10, 2013 at 8:41 PM, Pieter Volger <volger@xxxxxxxxxxxxx> wrote:
When I use Quarks.gui it says Version 4.1.

How can I get 4.1.3?

Thanks!



Am 10.12.2013 um 14:25 schrieb felix <felix@xxxxxxxxxxxxxxxxxxx>:


AFAIK this was fixed here:


this is in cruciallib version 4.1.3

I'm not sure what SVN revision that is. can you check the version number ?  its in the quark file:







On Sun, Dec 8, 2013 at 6:18 PM, Pieter Volger <volger@xxxxxxxxxxxxx> wrote:

Oh I forgot: I use SC 3.6.6.

_______________________________________________
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/