Search found 23 matches

by Glennzone
09 Nov 2015 02:16
Forum: Projects
Topic: Lemur template for Native Instruments Kore 2
Replies: 3
Views: 6889

Re: Lemur template for Native Instruments Kore 2

I know, I know. It's been years now, but I finally got around to the deployment of the KORE2 controller I have, and doing more things with KORE2 VST. Perhaps someone can tell me the best way(s) to select among multiple occurrences of KORE2, outside of using the KORE2 controller. Even if it's a MIDI ...
by Glennzone
03 Nov 2015 01:50
Forum: Troubleshooting
Topic: Container resizing with a Custom button ?
Replies: 3
Views: 1372

Re: Container resizing with a Custom button ?

I found it by looking at some other code. . . .

Stupid computers don't recognize spelling errors >?! :=D

"if(x==0) {
setobjectrect(cKORE2audioFX,{0,273,1022,208});
}
else {
setobjectrect(cKORE2audioFX,{0,81,1022,400});
}"


Thanks Phil. ;-)
by Glennzone
02 Nov 2015 23:53
Forum: Troubleshooting
Topic: Container resizing with a Custom button ?
Replies: 3
Views: 1372

Container resizing with a Custom button ?

Hey folks ! S'been awhile, but I've been able to fly solo for a period of time. Now, I've a manoevre I can't manage which requires some perspective. I find I'm still kind of inept with the coding of scripts where I don't have a functional example to guide me through. The code I was trying is : if ...
by Glennzone
07 Oct 2013 13:22
Forum: General Discussion
Topic: Changin colors in multicolor mode
Replies: 3
Views: 2354

Re: Changin colors in multicolor mode

So, if you were to go one step further and submit a "command" via OSC, would you send the script object the vector as "highlight, base, base, base, base" (for a phrase of 5 rather than 4) ? The situation I'm working with is somewhat different, but i expect this same technique will work for me as ...
by Glennzone
14 Sep 2013 17:30
Forum: General Discussion
Topic: "Something here . . ." to text and monitor objects
Replies: 1
Views: 697

"Something here . . ." to text and monitor objects

Can someone stitch together a tiny jzml to demonstrate a text object which is ready to receive strings via OSC ? I am nearly operational with my amazing new tool, and have one last thing to attend to: I have text and monitor objects which are to receive strings (as in status updates) from my Max app ...
by Glennzone
29 Aug 2013 19:32
Forum: General Discussion
Topic: Getting good, but apparently not THAT good !
Replies: 7
Views: 2065

Re: Getting good, but apparently not THAT good !

Before going any further, I just wanted to share with the forum the solution I arrived at. It may not be the only one, but it's for the catalog nonetheless. I'll think you'll see by the attached graphic. When the CustomButton is pressed, it cycles through 1, 2, 3, 4, 1, etc., which updates the ...
by Glennzone
28 Aug 2013 21:07
Forum: General Discussion
Topic: Getting good, but apparently not THAT good !
Replies: 7
Views: 2065

Re: Getting good, but apparently not THAT good !

As I understand it, the attached screenshot shows what I believe it should be, but when I look at the data coming into my udpreceive object . . . nuffin'. :-( Again, I can touch other controls in Lemur, and I see the different data coming in. Just not from pBank/bank, the Monitor or Text objects ...
by Glennzone
27 Aug 2013 21:14
Forum: General Discussion
Topic: Getting good, but apparently not THAT good !
Replies: 7
Views: 2065

Re: Getting good, but apparently not THAT good !

Thanks for your assistance Softcore (as always), but it's still not sending the bank number out of the Lemur to my Max app. I can send data to and from for other items, but this one is not working for whatever reason.
by Glennzone
24 Aug 2013 22:59
Forum: General Discussion
Topic: Getting good, but apparently not THAT good !
Replies: 7
Views: 2065

Getting good, but apparently not THAT good !

Oh, this is seeming so stupid, but the attached jzml, as simple as it is, shows a simple pads object and a monitor object. When you press the button, the monitor cycles through values of 1, 2, 3, 4, and then starts over. I just want to be able to send this value over OSC, and I can't figure it out ...
by Glennzone
17 Aug 2013 10:47
Forum: Troubleshooting
Topic: Get\post the index value of a Switches object
Replies: 1
Views: 638

Get\post the index value of a Switches object

I'm trying to send an OSC message for the index value of the selected switch in Switches object (+1). Within "Switches1" I've created an expression called index : firstof(Switches1.x)+1 I'm also trying to post that value onscreen in a monitor object using the value Switches1.index I don't think the ...