• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum
    • Categories
    • Recent
    • Popular
    • Tags
    • Register
    • Login

    TouchOSC and OSClistner

    How To... ?
    3
    19
    3.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • apparatieffimeriA
      apparatieffimeri
      last edited by

      dear mark i'm doing it for all the buttons and faders of touchOSC interface, but the osc message that the multi xy send to isadora is in this format:

      /isadora/1/1  for the x pos
       /isadora/1/2   for the y pos

      how can a OSClistner interpretate it?

      1 Reply Last reply Reply Quote 0
      • markM
        mark
        last edited by

        For items with 2 parameters, you set the port to (again, as an example) 10. You then need two OSC Listeners: one on channel 10 for the x position, and one on channel 11 for the Y position.

        Best Wishes,
        Mark

        Media Artist & Creator of Isadora
        Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

        1 Reply Last reply Reply Quote 0
        • apparatieffimeriA
          apparatieffimeri
          last edited by

          mark sorry for the insistence but my string isn,t /isadora/10 for x and for example   /isadora/11 for y but

          /isadora/10/1  for the x pos /isadora/10/2   for the y pos
          an half of touchOSCeditor actors uses two informations in one string
          1 Reply Last reply Reply Quote 0
          • SkulptureS
            Skulpture Izzy Guru
            last edited by

            I can't help at the moment as none of my devices will connect to my mac. I seriously hate apples adhoc/wifi system. 

            Its utterly crap. (I'm having a rant - sorry!)

            Graham Thorne | www.grahamthorne.co.uk
            RIG 1: Windows 11, AMD 7 Ryzen, RTX3070, 16gig RAM. 2 x M.2 SSD. HD. Lenovo Legion 5 gaming laptop.
            RIG 2: Windows 11, Intel i19 12th Gen. RTX3070ti, 16gig RAM (ddr5), 1x M.2 SSD. UHD DELL G15 Gaming laptop.
            RIG 3: Apple rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

            1 Reply Last reply Reply Quote 0
            • apparatieffimeriA
              apparatieffimeri
              last edited by

              An other thing. every push button in touchOSC crashes Izzy

              1 Reply Last reply Reply Quote 0
              • SkulptureS
                Skulpture Izzy Guru
                last edited by

                @apparatieffimeri I don't know whats up with your TouchOSC patches... I use them a lot (despite my rant above!)

                In the touch OSC editor have you turned off the 'auto' button for each parameter (show on the left of the screen shot below)

                3f138b-screen-shot-2013-04-17-at-15.10.58.png

                Graham Thorne | www.grahamthorne.co.uk
                RIG 1: Windows 11, AMD 7 Ryzen, RTX3070, 16gig RAM. 2 x M.2 SSD. HD. Lenovo Legion 5 gaming laptop.
                RIG 2: Windows 11, Intel i19 12th Gen. RTX3070ti, 16gig RAM (ddr5), 1x M.2 SSD. UHD DELL G15 Gaming laptop.
                RIG 3: Apple rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

                1 Reply Last reply Reply Quote 0
                • apparatieffimeriA
                  apparatieffimeri
                  last edited by

                  any suggestion for xy problems? I'm waiting in location PLEASE!

                  1 Reply Last reply Reply Quote 0
                  • apparatieffimeriA
                    apparatieffimeri
                    last edited by

                    sorry skulpture, my string is

                    /isadora/10  for the xy pos
                    how can i interpretate this with an OSC listner in izzy?
                    auto is clearly off
                    1 Reply Last reply Reply Quote 0
                    • SkulptureS
                      Skulpture Izzy Guru
                      last edited by

                      You should literally click auto detect...in stream set up. You will see the incoming numbers then click remember ports. If the port is 5 (as an example) Port 5 will be X Port 6 will by Y /Isadora/10 is like the address of the street Port 5 is like a house number on that street. Port 6 is another house on that street. Hope that makes sense? It sounds like you are trying to guess the port numbers. /Isadora/10 is just a pathway. You need to match the port numbers up.

                      Graham Thorne | www.grahamthorne.co.uk
                      RIG 1: Windows 11, AMD 7 Ryzen, RTX3070, 16gig RAM. 2 x M.2 SSD. HD. Lenovo Legion 5 gaming laptop.
                      RIG 2: Windows 11, Intel i19 12th Gen. RTX3070ti, 16gig RAM (ddr5), 1x M.2 SSD. UHD DELL G15 Gaming laptop.
                      RIG 3: Apple rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

                      1 Reply Last reply Reply Quote 0
                      • SkulptureS
                        Skulpture Izzy Guru
                        last edited by

                        Right. I can't record a video because im in a busy office... so images only sorry. I created a really simple touchOSC patch with just an XY pad on....

                        1) Click auto detect. You can then see the stream coming in live.
                        NOTE: at the end there are TWO lots of numbers in brackets - (0.6024, 0.5984) These are the X and Y values from TouchOSC X Y pad.![](http://troikatronix.com/troikatronixforum/uploads/FileUpload/1f/a07e65-screen-shot-2013-04-19-at-10.05.15.png)
                        2) Click renumber ports. I only have one port (or one incoming stream from touch OSC) so its sets it to 1 - you can give this a number of your choice but it would get confusing.
                        3) Create TWO OSC Listener actors.
                        4) Tell one to look for Channel 1 and the other for Channel 2.
                        OSC Listener actor 1 is looking at channel 1 which is the X data.
                        OSC Listener actor 2 is looking at channel 2 which is the Y data.
                        **NOTE:** You do not see channel 2 in the stream set up window....  But if you where to add anther Touch OSC item such as a slider, button, dial etc and renumber it you would see it jumps to port 3. 
                        Hope that helps.

                        a07e65-screen-shot-2013-04-19-at-10.05.15.png fe6017-screen-shot-2013-04-19-at-10.05.38.png

                        Graham Thorne | www.grahamthorne.co.uk
                        RIG 1: Windows 11, AMD 7 Ryzen, RTX3070, 16gig RAM. 2 x M.2 SSD. HD. Lenovo Legion 5 gaming laptop.
                        RIG 2: Windows 11, Intel i19 12th Gen. RTX3070ti, 16gig RAM (ddr5), 1x M.2 SSD. UHD DELL G15 Gaming laptop.
                        RIG 3: Apple rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post