Results 1 to 10 of 12

Thread: General controllers guide

Hybrid View

  1. #1
    Any way of getting feedback from Catalyst to TouchOSC ? Or am I missing something ?

    Best,
    Ingi Bekk

  2. #2
    Quote Originally Posted by ingibekk View Post
    Any way of getting feedback from Catalyst to TouchOSC ? Or am I missing something ?

    Best,
    Ingi Bekk
    there are thousands of parameters in catalyst - updating 25 times a second... - when you have a few layers - outputting them over OSC is not viable - it quickly becomes thousands of updates required per second
    OSC is incredibly inefficient way of keeping track of parameters-
    OSC uses UDP - UDP is unreliable- packets can be dropped - hubs will get swamped by UDP traffic in updating parameters-


    you can get status using my http commands - and stack them all into one - which is a much more effiicient AND reliable way - if anyone would want to track state

    OSC is just about ok - for things like midi controllers - when you have a handful of devices - working at low rates - but not for full on app status.

  3. #3
    Join Date
    Mar 2007
    Location
    Russia
    Posts
    33
    Thank you for the information! I realized all parameters except update the library and switching fullscreen? Is it possible to do it via OSC?
    Nosce te ipsum

  4. #4
    Quote Originally Posted by test View Post
    Thank you for the information! I realized all parameters except update the library and switching fullscreen? Is it possible to do it via OSC?
    Would you mind sharing the list of commands ?

    Best,
    Ingi Bekk

  5. #5
    Quote Originally Posted by ingibekk View Post
    Would you mind sharing the list of commands ?

    Best,
    Ingi Bekk
    commands are the same as the http commands with an extra '/' at beginning

    bottom of docs page in webserver
    http://localhost:8080/catws/control_2.html

    /Layer/File/1
    file layer 1 etc etc

    -

    if you making your own control stuff - please dont use osc
    http commands much better-
    single http command does lots of things -
    you can get status-
    its reliable - http tells you whether its connected or not...
    its really really easy to send an http command - from a script or from a browser- to any connection in the world.
    /
    a osc command is a binary protocol - with lots of weird formatting.
    its unreliable - not guaranteed network delivery-
    much more difficult to test and send messages.

  6. #6
    Quote Originally Posted by test View Post
    Thank you for the information! I realized all parameters except update the library and switching fullscreen? Is it possible to do it via OSC?
    not at the moment

Similar Threads

  1. Catalyst v5 The Unofficial Guide
    By kiwi in forum Catalyst Documentation
    Replies: 20
    Last Post: 04-08-2015, 04:19 PM
  2. Quick Start Guide
    By MattMills in forum Catalyst Documentation
    Replies: 7
    Last Post: 02-03-2012, 12:32 AM
  3. Whats new in v4.1 guide
    By samsc in forum Catalyst Documentation
    Replies: 0
    Last Post: 22-03-2007, 07:25 PM
  4. Nice USB button controllers
    By Barney Broomer in forum Technology questions
    Replies: 0
    Last Post: 15-05-2005, 06:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •