Search found 37 matches
- 19 May 2017 16:46
- Forum: Troubleshooting
- Topic: Need Help to change Roboknobs to OSC
- Replies: 1
- Views: 690
Re: Need Help to change Roboknobs to OSC - Solved!!!
Figured it out!!! Thanks to SAVEAS on the user library for posting the original version of Roboknobs. I am definitely not smart enough to figure out how to script it from scratch. But I did figure out how to modify it to send OSC only messages!!! Thanks!!!! Here's the OSC version of Roboknobs if ...
- 15 May 2017 22:43
- Forum: Troubleshooting
- Topic: Need Help to change Roboknobs to OSC
- Replies: 1
- Views: 690
Need Help to change Roboknobs to OSC
Hello, just want to say I completely suck at scripting! I've been working on a template for a long time because I suck at it! I have ideas how I want my template to work. I tried to incorporate as much of the badass stuff in the user library into my template as I could. I really would like to ...
- 15 May 2017 22:33
- Forum: Troubleshooting
- Topic: Trouble showing and hiding a container
- Replies: 1
- Views: 763
Trouble showing and hiding a container
Hello, just wondering if anyone out there can help me with scripting this button. I want a pad button to execute an action and open a container at the same time. I have this working but when you let go of the pad button the container disappears. I need help getting the container to only disappear ...
- 15 May 2017 22:27
- Forum: Troubleshooting
- Topic: KbMouse gets removed on each startup
- Replies: 3
- Views: 2280
Re: KbMouse gets removed on each startup
Can't help with kbmouse issue, I have same problem. But, as far as getting windows to boot it at startup, I got it to work by unchecking run at startup on the daemon installer, then check the checkbox in the actual Daemon while its open then it starts up fine for me!
- 29 Jan 2017 15:24
- Forum: Troubleshooting
- Topic: Need help with scripting Reaper SWS Actions?
- Replies: 0
- Views: 999
Need help with scripting Reaper SWS Actions?
Hello, Ok, so I figured out how to map a Reaper SWS action from an OSC button! Great! Totally stoked about that! But, I can't get it fully functioning. It sends the SWS action twice, no matter what I try. So, I'm using this action to trigger the SWS action: if(x==1){oscout(0,'/action/str','_S&M_MIDI ...
- 29 Jan 2017 15:08
- Forum: Troubleshooting
- Topic: IS THERE A MOUSE RIGHT-CLICK? Mouse Problems!
- Replies: 0
- Views: 905
IS THERE A MOUSE RIGHT-CLICK? Mouse Problems!
Hello everyone, I have two questions? One: Is there a mouse right click? I've searched the forum, this has been asked. But, I couldn't find an answer? Anyone, is there a mouse right click and how do you script it please? Two: I do have a mouse problem too. So, I commandeered this mouse from the user ...
- 16 Jan 2017 05:24
- Forum: Troubleshooting
- Topic: How reset the on/off state of a switch with another switch?
- Replies: 7
- Views: 2356
Re: How reset the on/off state of a switch with another swit
Sorry bud. Didn't mean it sarcastically like that at all. I meant it literally like I was happy you didn't answer because I discovered what I already knew. Self-discovery is much more gratifying than just having someone give it to you. So really, I'm sorry if you took it like I was rushing you. Didn ...
- 15 Jan 2017 01:38
- Forum: Troubleshooting
- Topic: How reset the on/off state of a switch with another switch?
- Replies: 7
- Views: 2356
Re: How reset the on/off state of a switch with another swit
Ok, thank you for not answering me and making me use my brain. Sorry for asking stupid questions that I already knew the answer to! So I figured most of it out. I knew how to reference objects in other containers by using periods. Like Acontainer.A1container.button.x. So I already knew that. Duh ...
- 15 Jan 2017 01:19
- Forum: Troubleshooting
- Topic: Need Help to Make Endless Rotary Knob Send Only OSC 1 or 0
- Replies: 9
- Views: 4395
Re: Need Help to Make Endless Rotary Knob Send Only OSC 1 or
Once again, the master "oldgearguy" comes through again. Thank you. That was exactly what I was looking for! Much better for me to have endless rotary for zoom, scroll, jog/scrub. Got them all working perfectly. Thanks! For anyone who wants an endless encoder knob to control zoom, scrub, and scroll ...
- 14 Jan 2017 08:28
- Forum: Troubleshooting
- Topic: Need Help to Make Endless Rotary Knob Send Only OSC 1 or 0
- Replies: 9
- Views: 4395
Re: Need Help to Make Endless Rotary Knob Send Only OSC 1 or
Thank you very much! That works perfectly, adjusted the number to .035 just to slow it some. Thanks! Very great! One more question and I'm done with this knob. I made another example below. In this one I just added a button. My goal is to have the button change the oscout value to a different one ...