Search found 8 matches

by vicbit
21 Feb 2012 14:34
Forum: General Discussion
Topic: various pads to control the value of a fader
Replies: 3
Views: 882

Re: various pads to control the value of a fader

x for a set of pads is an array, you need to use: if (x[0]) Fader.x = 0.1 if (x[1]) Fader.x = 0.2 etc... I need a individual pads to scroll containers and make a return pad to the main page. You must use '==' to test for equality, not '='. Using '=' overwrites the value. That´s what I need!! Thanks ...
by vicbit
21 Feb 2012 13:52
Forum: General Discussion
Topic: various pads to control the value of a fader
Replies: 3
Views: 882

various pads to control the value of a fader

HI! with expresion mode x I tried this script for each pad:
if(x=1) Fader.x=0.1;
if(x=1) Fader.x=0.2;
....
but only the the first pad I configured works and I think it´s because this pads remains on. the other pads don´t respond well...
any help? ;)
by vicbit
21 Feb 2012 10:42
Forum: General Discussion
Topic: 2 different cc for a toogle pad
Replies: 4
Views: 1455

Re: 2 different cc for a toogle pad

other way to do the task, cool!
by vicbit
20 Feb 2012 21:44
Forum: General Discussion
Topic: 2 different cc for a toogle pad
Replies: 4
Views: 1455

Re: 2 different cc for a toogle pad

Nice!!! really apreciate!!
by vicbit
20 Feb 2012 19:50
Forum: General Discussion
Topic: 2 different cc for a toogle pad
Replies: 4
Views: 1455

2 different cc for a toogle pad

I´m trying to send 2 differents values of midi cc for one toogle pad, the pad send cc 5/channel 16 and I want send cc20/channel16 in the same time so I added this script to the pad:

if(firstof(x))
{
ctlout(0,20,127,16);
}

don´t working ... what I miss?
by vicbit
14 Dec 2011 19:23
Forum: Projects
Topic: i_Monomur_v3.1
Replies: 6
Views: 3251

Re: i_Monomur_v3.1

now works!! I also have a monome gs64 and monomeserial open, when i close monomeserial all works fine;)
by vicbit
14 Dec 2011 16:10
Forum: Projects
Topic: i_Monomur_v3.1
Replies: 6
Views: 3251

Re: i_Monomur_v3.1

this works very well! ipad2, ableton live 8.2.6, osx 7.2 Maybe it didn't work for you if you havent set the proper port at the lemur app 7999 (check the rtf help file within the monomur3.1 download package) or your Ipad's ip in the max patch. Warm regards dimi Still no feedback led,I´m trying to ...
by vicbit
14 Dec 2011 10:54
Forum: Projects
Topic: i_Monomur_v3.1
Replies: 6
Views: 3251

Re: i_Monomur_v3.1

Need to update de max patch? the monome apps works but don´t receive feedback led;(