Forum Replies Created
-
AuthorPosts
-
Neurogami
MemberOK, so clearly there’s no spam filtering on this forum.
Neurogami
MemberAnother thing… and I think this is real problem. The messages, through UDP (master version) arrives to Control and they work…. only on default interfaces (DJ, for example), but not in a personalized one. For this reason, I don’t think that the problem is in connection. Is a pity that Charlie didn’t appear any more. I miss him!
FWIW I’ve created a custom screen and it receives UPD OSC message from Renoise just fine. I use Control to manipulate the music, and have Renoise send back the current BPM of the song.
https://github.com/Neurogami/renoise-ng/blob/master/control/rns.js
Neurogami
MemberMario: I used my phone’s “Manage apps” thing to find the running process and force-stop it to unload it from memory.
Neurogami
MemberAH HA! Clearly the best way to solve a problem is to write it out and hit ‘send’. I was thinking about ” it’s as if the widget has two different places it tracks the ‘value’ property.” Turns out, that’s exactly the case.
I’ve been refactoring my designs so that I can call common functions to generate buttons and arrays of buttons, usually for things I want appearing in multiple place.
My code for generating these mod buttons did not account for unique names; I ended up with two widgets named ctrlMod , and two named altMod. The result was that I was setting the value for one while interacting with another.
I now added a function param for the page number as well as the modifier type so each widget has a unique name; Presto! All is good.
Lesson learned: If something is not responding as expected see if you are inadvertently reusing widget names.
-
This reply was modified 13 years, 5 months ago by
Neurogami.
Neurogami
MemberFirst, this forum software loses posts when submitted. Apparently you have to double-post to get it accepted once. I had a follow explaining how it now works for me. short version: I dd a hard restart of the app.
Neurogami
MemberI have the same problem. I’m trying to get feedback from Renoise but none of the OSC messages I send back from Renoise do anything in Control.
When I tried out the DJ screen it behaves no different than my custom screen. It sends OSC fine but does not respond to any OSC messages.
I know that Control is getting the OSC messages, because if I shut it down and try sending messages using a small OSC test app I get a connection error. If Control is running I get no such error. It seems Control gets the message but then ignores it.
This using Android 2.3.4 on a G2 phone.
-
This reply was modified 13 years, 5 months ago by
-
AuthorPosts