Search found 15 matches

by Emerson
19 Feb 2016 23:25
Forum: General Discussion
Topic: Is there a windows user interface for Lemur
Replies: 11
Views: 5552

Re: Is there a windows user interface for Lemur

Figured it out...if anyone else is interested, simply change the Andy network settings from 'NAT' to 'bridged' in the VM launcher. Seemed to do the trick for me.
by Emerson
19 Feb 2016 18:46
Forum: General Discussion
Topic: Is there a windows user interface for Lemur
Replies: 11
Views: 5552

Re: Is there a windows user interface for Lemur

opened the virtualbox settings and I managed to get it to use an IP address that was part of my network and then Lemur could be seen by my first PC, the one running Cubase. I cant remember the setting as I am not in the studio now but I will post this later when I re-run the test again. I am ...
by Emerson
04 Nov 2014 18:51
Forum: Troubleshooting
Topic: Erratic Pan Knob Behavior
Replies: 4
Views: 1536

Re: Erratic Pan Knob Behavior

Thanks guys!

That gives me some good info about what to look for and try. I am not super familiar with all the aspects of scripting yet so it may take me some time to fully understand the approach you described...but I am slowly getting it. I appreciate your help!
by Emerson
01 Nov 2014 21:45
Forum: Troubleshooting
Topic: Erratic Pan Knob Behavior
Replies: 4
Views: 1536

Erratic Pan Knob Behavior

Hello, I am trying to create a template that will allow me to control various functions within my DAW (Pro tools). So far everything is going great except when it comes to controlling pan knobs and I am not sure how to go about troubleshooting the problem. When I pan a track left or right in my DAW ...
by Emerson
17 Aug 2014 01:12
Forum: Troubleshooting
Topic: Manually Entering Color Values (RGB,ect)
Replies: 11
Views: 6918

Re: Manually Entering Color Values (RGB,ect)

Awesome, this has been super helpful! Thanks again Joe!
by Emerson
15 Aug 2014 23:12
Forum: Troubleshooting
Topic: Manually Entering Color Values (RGB,ect)
Replies: 11
Views: 6918

Re: Manually Entering Color Values (RGB,ect)

Nice! Thanks Joe!
by Emerson
15 Aug 2014 16:49
Forum: Troubleshooting
Topic: Manually Entering Color Values (RGB,ect)
Replies: 11
Views: 6918

Re: Manually Entering Color Values (RGB,ect)

Ok...so I just tried the obvious (duh!) and it works great!

setattribute(Pads, 'color', RGB ( 198*0.003921568627451, 14*0.003921568627451, 244*0.003921568627451) );
by Emerson
15 Aug 2014 15:46
Forum: Troubleshooting
Topic: Manually Entering Color Values (RGB,ect)
Replies: 11
Views: 6918

Re: Manually Entering Color Values (RGB,ect)

Thanks again Joe (for your help and confirming that I'm not going crazy)! You have saved me many headaches! Fyi, I think I have figured out the conversion I need. From what I can tell, standard html RGB values go from 0-255 and, as you pointed out, Lemur requires a value from 0-1. So, 1/255=0 ...
by Emerson
14 Aug 2014 21:06
Forum: Troubleshooting
Topic: Manually Entering Color Values (RGB,ect)
Replies: 11
Views: 6918

Re: Manually Entering Color Values (RGB,ect)

Thanks for your help Joe! Thats very strange indeed...I am sure I'm doing something wrong on my end then but I don't know what! I've uploaded a simple .jzml example of how I am "trying" to go about it if you'd like to take a look. I think my light properties are all good as I haven't touched them ...
by Emerson
14 Aug 2014 19:19
Forum: Troubleshooting
Topic: Manually Entering Color Values (RGB,ect)
Replies: 11
Views: 6918

Re: Manually Entering Color Values (RGB,ect)

Thanks Joe! After a bit more research, I finally did figure out how to manually change the colors of objects using the "setattribute" functions. Pretty basic I know...but I'm new to this :) So...thats great BUT the numbers I input for the RGB values do not correspond to the colors I'd like them to ...