Ipod & OSC
-
grego mondo
- Member
- Posts: 466
- Location: 22110 Rostrenen
- Contact:
Hello there ...
I use an IpodTouch wih TouchOSC (good editor for pages but is there a way to make more than 4 pages on a layout ?)
Everything goes ok for messages wich I named in the TouchOSC editor but I would like to receive the name of the pages (e.g. : /1 )
but it only send a message like /1 (wich I see in the console) with no value ... !!
so I can't get the pages change ( my purpose is like when I go o this page Usine bypass Line 1,2 & 3 in the rack mode of the fourth track)
Hope it's clear enought and sorry for my poor english ...
I use an IpodTouch wih TouchOSC (good editor for pages but is there a way to make more than 4 pages on a layout ?)
Everything goes ok for messages wich I named in the TouchOSC editor but I would like to receive the name of the pages (e.g. : /1 )
but it only send a message like /1 (wich I see in the console) with no value ... !!
so I can't get the pages change ( my purpose is like when I go o this page Usine bypass Line 1,2 & 3 in the rack mode of the fourth track)
Hope it's clear enought and sorry for my poor english ...
En attendant cordialement l'apocalypse ... 100% Usine !!
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX
-
Clearscreen
- Member
- Posts: 482
- Location: Australia
- Contact:
I'm using a 3Gs so and I've only just started with touchOSC so I'm not sure that all this applies, but if you right click on the page tabs in the editor you get a context menu saying "add page". I've had up to 10 pages at once.grego mondo wrote:good editor for pages but is there a way to make more than 4 pages on a layout ?
On mine everything on page 1 is received under /1/ in the OSC monitor, everything on page 2 comes as /2/ etc.grego mondo wrote:Everything goes ok for messages wich I named in the TouchOSC editor but I would like to receive the name of the pages (e.g. : /1 )
but it only send a message like /1 (wich I see in the console) with no value ... !!
For example using the 'simple' layout the left yellow fader on page 1 comes in as /1/fader1, the second left yellow as /1/fader2.
On Page 2 the bottom left toggle button comes in as /2/toggle1 and so on...
You need to insert OSC inputs into a patch and set them to receive from the correct (eg/1/fader1) and then the values are output from the OSC modules data outputs.
I hope that helps - I know OSC can be confusing...
-
grego mondo
- Member
- Posts: 466
- Location: 22110 Rostrenen
- Contact:
Right click !! of course !
sorry I wasn't clear enought :
I'm ok getting messages like : /1/fader 1/ (f)
my problem is to get just a page change, message like /1/ ( )
I can see the title but it seems to send an empty message without any value ...
I can make a toggle with no other fonction than saying "I'm on the first page" or filter all the messages from /1/ but I'd like to find a way to send the actual page I'm on even if I didn't changed anything on it yet ...
hope it's clearer
thanks
sorry I wasn't clear enought :
I'm ok getting messages like : /1/fader 1/ (f)
my problem is to get just a page change, message like /1/ ( )
I can see the title but it seems to send an empty message without any value ...
I can make a toggle with no other fonction than saying "I'm on the first page" or filter all the messages from /1/ but I'd like to find a way to send the actual page I'm on even if I didn't changed anything on it yet ...
hope it's clearer
thanks
En attendant cordialement l'apocalypse ... 100% Usine !!
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX
-
Clearscreen
- Member
- Posts: 482
- Location: Australia
- Contact:
AH I see, sorry for my poor interpretation - I think I see what you mean now. I had a play around with vvvv to try and work out whats going on and I can get vvvv to receive a message as "/1" not "/1/ ()" whatever that means. But it wouldn't interpret the typetag to show if it was a float or string etc only bang to tell me something was received. I also got Bidule to do the same if that's any use for you?
I couldn't get Usine's OSC receiver module to even detect any incoming message on the "/1" address unfortunately so not sure what to tell you Maybe Senso can help us out here?
I couldn't get Usine's OSC receiver module to even detect any incoming message on the "/1" address unfortunately so not sure what to tell you Maybe Senso can help us out here?
do you mean just receive a kind of empty message with /1/ as address?
Actually you're right it's not interpreted by Usine. I'll try to change this behavior but probably only in the V5. I hope you can wait...
Actually you're right it's not interpreted by Usine. I'll try to change this behavior but probably only in the V5. I hope you can wait...
Olivier Sens
www.brainmodular.com
www.brainmodular.com
-
Clearscreen
- Member
- Posts: 482
- Location: Australia
- Contact:
I think it is an empty message. The actual address is /1 without the following "/" so I'm not sure how that's meant to be interpreted in OSC... The "receive bytes" module detects it's existence but doesn't differentiate between any received info and I'm not sure how to decode the bytes in the array...
it's not a matter of the missing '/' but more because no data is sent.
Will be corrected in the V5.
With the receive bytes module you can check if its length is 2 : it means that the message is like '/x'.
Just a direction.
Will be corrected in the V5.
With the receive bytes module you can check if its length is 2 : it means that the message is like '/x'.
Just a direction.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
-
grego mondo
- Member
- Posts: 466
- Location: 22110 Rostrenen
- Contact:
thanks, I'll try ...
En attendant cordialement l'apocalypse ... 100% Usine !!
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX
https://lesformesdufond.kaz.bzh/grego-mondo/
PC i7 2.6Ghz - Win11 / RME Fireface UFX
Tubas / Serpent / Music Box
Interfaces Midi / OSC / DMX
-
Clearscreen
- Member
- Posts: 482
- Location: Australia
- Contact:
thanks for the info - very interesting...senso wrote:it's not a matter of the missing '/' but more because no data is sent.
Will be corrected in the V5.
With the receive bytes module you can check if its length is 2 : it means that the message is like '/x'.
Just a direction.
Who is online
Users browsing this forum: No registered users and 10 guests
