Page 2 of 3

Re: SCRIPTING PROBLEM, please help!!

Posted: 03 Jun 2014 17:41
by Softcore
UNLESS if by CC you actually mean "value" of a given CC.....in that case everything is wrong

Re: SCRIPTING PROBLEM, please help!!

Posted: 03 Jun 2014 17:49
by pieeer
yes they do!!! great!! so as i say in the PM ;)

but let's say the 4x4 has to control 8 1x4, i was thinking to use a different midi channel per 1x4 pad

Re: SCRIPTING PROBLEM, please help!!

Posted: 03 Jun 2014 18:04
by Softcore
Oh come onnnn! Study the example a bit....its just copy-pasting after you get it

;)

Re: SCRIPTING PROBLEM, please help!!

Posted: 03 Jun 2014 18:15
by pieeer
great!!!

there should be 8 1x4 pad, i thought of giving different channel output to each one..

i can't find where you declare the midi channel in the script..

Re: SCRIPTING PROBLEM, please help!!

Posted: 03 Jun 2014 18:20
by pieeer
Great!!!
and got it now,
thanks for this great lesson, i'll show you soon what this is for

Yes, c++ is my black hole... :lol:

Re: SCRIPTING PROBLEM, please help!!

Posted: 10 Jun 2014 16:01
by pieeer
-hi softcore

mmm,

your patch works perfectly standalone, but as i implement it in my main control patch all the pads send on chan 1, instead of 1-8..

damn, i copied the scripts with care, but i'm wondering if there's conflicts with other easy scripts or.. don't know,
i think would be better to send you the main patch then..

Re: SCRIPTING PROBLEM, please help!!

Posted: 11 Jun 2014 07:46
by Softcore
Did you also copy the scripts residing in the project level?

init, CCs, labels.....

Also, as the Pads names are generic, if you already have an object "Pads1" up to "Pads8", upon pasting those above, they get renamed so that might be the culprit.

Re: SCRIPTING PROBLEM, please help!!

Posted: 11 Jun 2014 11:52
by pieeer
i renamed the pads to be ok ,
triple checked the scripts, yes i did copy the global ones, i'll rebuild starting from your patch, i do use other objects with midiout, can be a problem?

Re: SCRIPTING PROBLEM, please help!!

Posted: 11 Jun 2014 12:03
by Softcore
Nope no problem there - but if you rename the Pads then you have to change the referenced names in my scripts....

Re: SCRIPTING PROBLEM, please help!!

Posted: 12 Jun 2014 06:47
by pieeer
ok.. i did rebuild on yours and works amazing!! and i have still space for more control!!

but
mmm i might have another tricky one.. :-)
please tell me if this can be done

i have a switch and 8 sliders with their values (they all send cc values on midiout) let's say on 0-7 chan1, they're currently used for delay sends
with switch on the 8 sliders change into other 8 with their values ( those also send cc on midiout 8-15 chan1) i would use that to have also a reverb control within the same space..

what you think? was it clear?