Results 1 to 10 of 12

Thread: General controllers guide

Hybrid View

  1. #1
    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

  2. #2
    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

  3. #3
    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.

  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?
    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
  •