Search found 14 matches

by kisslorand
13 Mar 2013 21:07
Forum: Projects
Topic: LeMackie v2 - Mackie Emulation for Cakewalk's Sonar
Replies: 40
Views: 19580

Re: LeMackie v2 - Mackie Emulation for Cakewalk's Sonar

I updated the LED's for vPots but it seems it was in vain, Sonar don't really care about Mackie.
by kisslorand
19 Jan 2013 21:07
Forum: General Discussion
Topic: Lemur Ableton Controller Overwrite Question
Replies: 8
Views: 1908

Re: Lemur Ableton Controller Overwrite Question

"I'm sure it's in the manual"
Strange, but it isn't.
by kisslorand
14 Jan 2013 23:08
Forum: Projects
Topic: LeMackie v2 - Mackie Emulation for Cakewalk's Sonar
Replies: 40
Views: 19580

Re: LeMackie v2 - Mackie Emulation for Cakewalk's Sonar

The template is just gorgious. The led pattern used for pan it is different than on mackie. The one used in this latest template on mackie is used for values {-x, ...., x}, for example EQ band gain that goes from -xdB to xdB. This template inherited the same minor text missalignement from the ...
by kisslorand
14 Jan 2013 22:51
Forum: General Discussion
Topic: Best way to determine which array item is closest to a value
Replies: 5
Views: 1259

Re: Best way to determine which array item is closest to a v

For the infos you gave, that's the only solution. You have a generic solution for a generic problem. If your array is arranged, you can try the bubble algorithm, if not arranged, you should verify closeness upon every array element change... and so on.
by kisslorand
11 Jan 2013 22:34
Forum: General Discussion
Topic: Best way to determine which array item is closest to a value
Replies: 5
Views: 1259

Re: Best way to determine which array item is closest to a v

Something like this: decl index; decl closeness; index=0; closeness=abs(a[0]-b); for (i=0; i<sizeof(a); i++) if (abs(a[i]-b) < closeness) { closeness=abs(a[i]-b); index=i; } return(a[index]); This algo finds the first element which is closest to "b" if you have two of them (like 250 and 750 compared ...
by kisslorand
11 Jan 2013 22:10
Forum: Troubleshooting
Topic: lemur on the stage ....and wifi...
Replies: 43
Views: 7638

Re: lemur on the stage ....and wifi...

You can try 5GHz WiFi...
by kisslorand
03 Jan 2013 18:42
Forum: Projects
Topic: LeMackie v2 - Mackie Emulation for Cakewalk's Sonar
Replies: 40
Views: 19580

Re: LeMackie - Mackie Emulation for Cakewalk's Sonar (releas

I felt in love with this template, I have no patience to see what will you come up with.
Sneek peek pls :)
by kisslorand
03 Jan 2013 06:47
Forum: Troubleshooting
Topic: Button Flash script
Replies: 1
Views: 700

Re: Button Flash script

Use the global "time" variable and the "light" attribute of the button when the "x" of the button is 1.
by kisslorand
02 Jan 2013 09:48
Forum: Projects
Topic: LeMackie v2 - Mackie Emulation for Cakewalk's Sonar
Replies: 40
Views: 19580

Re: LeMackie - Mackie Emulation for Cakewalk's Sonar (releas

Feel free to use my codes/ideas, as I did with yours. I used your ideas for "click"-ing buttons and pots, waiting for the feedback from sonar to change the actual state of them. I still cannot figure out how to properly initialize the leds for the faders/pots assignment. I gave them value 1 as the ...
by kisslorand
02 Jan 2013 00:07
Forum: Projects
Topic: LeMackie v2 - Mackie Emulation for Cakewalk's Sonar
Replies: 40
Views: 19580

Re: LeMackie - Mackie Emulation for Cakewalk's Sonar (releas

Sorry, my bad, download again. :)
I guess it was me still under the influence of... whatever they were... LOL