Select your language

Résolution de problème : merci de consulter la FAQ et le Wiki

Aidez-nous à améliorer le contenu du Wiki et de la FAQ en les consultant. Le Wiki est mis à jour régulièrement et la FAQ permet une résolution rapide des principales embûches rencontrées. N'hésitez pas à nous faire parvenir vos suggestions d'amélioration sur le forum ou à éditer directement le Wiki ou la FAQ .

Touch OSC with Pure data and DLight

More
14 years 9 months ago #2981 by sonolivier85
Touch OSC with Pure data and DLight was created by sonolivier85
I am working with Touch OSC(iphone) with Pure data and DLight on a macbook.
A lot of functions seem to work fine, but if i try to use the contol pad everything look like to dubbel up.
If i press a 3 on the touchpad (V3.7 downloaded from the DLicht site) in DLIght it say 33 and so on.

What can be the problem here??

Regards Vincent

Please Log in to join the conversation.

More
14 years 9 months ago #2982 by samir
Replied by samir on topic Re: Touch OSC with Pure data and DLight
Similar problem here - TouchOSC and DLight - the GO on the second tab causes two cues (sequence steps) to run instead of just the one

Regards,

Colin

Please Log in to join the conversation.

  • nes
More
14 years 8 months ago #2988 by nes
Replied by nes on topic Re: Touch OSC with Pure data and DLight
hi vbs,
I´m working with v3.7 and Dlight 3.0.5, and tested 3.0.6_b1. No problem, no double up.
Win7.

¿¿??

Please Log in to join the conversation.

More
14 years 8 months ago #3029 by sl1200mk2
Replied by sl1200mk2 on topic Re: Touch OSC with Pure data and DLight
did anyone found a solution? (i mean tried with layout published in downloads section of the site ?)

++

nicolas

Please Log in to join the conversation.

More
14 years 8 months ago #3035 by sonolivier85
Replied by sonolivier85 on topic Re: Touch OSC with Pure data and DLight
No i did not find any solution.
I just tried id on my Ipad and the same problem is there.
To bad because it is such a nice feature.

Regards Vincent

Please Log in to join the conversation.

More
14 years 8 months ago #3039 by sl1200mk2
Replied by sl1200mk2 on topic Re: Touch OSC with Pure data and DLight
one thought:
can you try a long press on a button to see if command is send twice?

maybe the problem is when you hit a button press and depress info are send and that result in doubling associated command.

++

nicolas

Please Log in to join the conversation.

More
14 years 8 months ago #3043 by samir
Replied by samir on topic Re: Touch OSC with Pure data and DLight

sl1200mk2 wrote: one thought:
can you try a long press on a button to see if command is send twice?


Bingo!

A long press sends one message, release sends another. I am using TouchOSC + dlight-pad_1.8, on an iPod touch. The first tab (Channel selection & control) works OK; but the second tab (GO, PAUSE, GOBACK) sends the double signal - long press sends one GO, release sends another. The last two tabs work ok, but maybe it's because of the nature of their commands.


maybe the problem is when you hit a button press and depress info are send and that result in doubling associated command.

++


Yep...

Regards,

Colin

Please Log in to join the conversation.

More
14 years 8 months ago #3044 by sl1200mk2
Replied by sl1200mk2 on topic Re: Touch OSC with Pure data and DLight
ok,
does it happens also with other pad available in download/utility section of the site?

++

nicolas

Please Log in to join the conversation.

More
14 years 8 months ago #3046 by sonolivier85
Replied by sonolivier85 on topic Re: Touch OSC with Pure data and DLight
Hi,

Yes i think it has a command on a press and another command on release.
What can we doe to fix it ??

www.nicole-banana.com/components/com_kun...emoticons/tongue.png

Regards Vincent

Please Log in to join the conversation.

More
14 years 8 months ago #3047 by sl1200mk2
Replied by sl1200mk2 on topic Re: Touch OSC with Pure data and DLight
i don't have an iphone neither an ipod touch, so i can't help you that much...

if we speak about dlight-pad_1.8.touchosc,
download touchosc editor, for the GO button (for example), uncheck the "auto" stuff in OSC part and instead write in plain text the command
/seq/go (case sensitive)
save on your phone && test

if we speak about v3.7
it's an xml file, i don't know why and don't know how to modify it...
the only thing i can tell is that you can try to modify the type parameter for buttons.
instead of "push", try type="labelv" or type="labelh" (v/h vertical / horizontal)
try with one button and all the others if it's cool

++

nicolas

Please Log in to join the conversation.

  • nes
More
14 years 8 months ago - 14 years 8 months ago #3049 by nes
Replied by nes on topic Re: Touch OSC with Pure data and DLight
Hi vbs,

Try to test this 1.9
No doubletap now the GO,PAUSE & GOBACK buttons now.
Last edit: 14 years 8 months ago by nes.

Please Log in to join the conversation.

More
14 years 8 months ago #3051 by samir
Replied by samir on topic Re: Touch OSC with Pure data and DLight
Bravo,

It works...

But I still think there is something wrong with TouchOSC or the dlight-pad.touchosc file... because you had to change the GO and GOBACK buttons to 'toggles' from 'pushes', so that each 'press' of the toggle only sends out one message (eg GO); and the next 'release' of the toggle sends out the next GO - not really the 'proper' behaviour...

But well thought out...

Best wishes,

Colin

Please Log in to join the conversation.

  • nes
More
14 years 8 months ago #3052 by nes
Replied by nes on topic Re: Touch OSC with Pure data and DLight
I think there are two functions involved with Toggle Button , ON & OFF. But wiht Toggle you send two times the same message "GO".
With other atributtes maybe there is no problem when you send two times, but is not the same send two times: "channel 2 at 10%" or "channel 2 +10%".
1st message two times = 10%
2nd message two times = 20%

Don´t think is a bug, only need to Set Properly.
We need to play with the few parameters that are useful.
There is no message return for fader/X1 & fader/x2. You can use to send it from Ipad, but can´t read it from D:light. Aslo with Master of Subs, Master of Flash, . . .
Maybe in future,

at the moment the Push Button is best for GO&GOBACK message.

Please Log in to join the conversation.

More
14 years 8 months ago #3055 by sl1200mk2
Replied by sl1200mk2 on topic Re: Touch OSC with Pure data and DLight
can you check what value are sent with push & toggle button?
i can make a check in DL that do not respond to 0 value.

for example if push (or toggle) send
/seq/go 1 when press and /seq/go 0 when release, i can filter the 0.

++

nicolas

Please Log in to join the conversation.

  • nes
More
14 years 8 months ago - 14 years 8 months ago #3064 by nes
Replied by nes on topic Re: Touch OSC with Pure data and DLight
Push button send every time you press it,
osc: /1/push1 1 (Press)
osc: /1/push1 0 (Release)

Toggle button send,
nothing (Press)
osc: /1/toggle1 1 (Release)

and the next time send,
nothing (Press)
osc: /1/toggle1 0 (Release)
Last edit: 14 years 8 months ago by nes.

Please Log in to join the conversation.

Time to create page: 0.198 seconds
Powered by Kunena Forum