ETCLabs / OSCLayouts

UNOFFICIAL - Layouts and files for various 3rd party OSC apps
38 stars 13 forks source link

App Crash #27

Open Raiden38 opened 7 years ago

Raiden38 commented 7 years ago

When using the Eos_TouchOSC.touchosc template, sometimes I will enter a simple channel (ex: 7 at 5 enter) and the app will crash...

I tried the element40_v2 made by a user in etc forums, and I don't have this problem..

hinrichsenhans commented 7 years ago

This may be a problem in TouchOSC itself rather than the layout, but a few quick questions:

Raiden38 commented 7 years ago

I have found the issue... In the channel Label, there were a french accent. This is why it crashed. It might be with TouchOSC itself..

Quick question, I want to control a ML that I have, and one of the parameters is Zoom. I don't really want to use an encoder as it take some space so I wanted to put a slider. I am not able to define the value correctly. The best value I have found is -5, 5 but what I need is that the bottom of the slider is the min value and the top of the slider is the max value, and proportional in between. Is it the fact that I use /eos/wheel/zoom/ so It want to work like a wheel, not like a slider??

And why doesn't /eos/out/active/wheel/level work to get the label for the intensity wheel? /eos/out/active/wheel/1 works...