Control

forum for discussing Control interface software

Register or log in - lost password?

Control » General

Retrieve interfaces from iPad

(2 posts) (2 voices)
  • Started 1 year ago by ifranco
  • Latest reply from admin

Tags:

  • childrens halloween costume
  • clothing cheap
  • discount louboutin shoes
  • prom dresses under 200 dollars
  • replica watches rolex men
  • summer dress casual
  • summer dresses online
  • ugg boots for sale cheap
  1. ifranco
    Member

    Hi guys!
    Is there any way of retrieving our interfaces from Control for iOS?
    I had a pretty complex interface but I lost my .js file and wouldn't want to start from scratch...

    Thanks!
    Ivan

    Posted 1 year ago #
  2. admin
    Key Master

    err... hmmm. There's no easy way. You could try running something like this via OSC:

    interfaceManager.interfaceFiles.get('yourInterfaceNameGoesHere',
        function(r){
            oscManager.send('/yourAddressToReceiveJSONat', 's', r.json);
        }
    }

    If you put that inside an osc message to /control/runScript (make sure you have your destination selected first) I think you'll get it back. If it's a large interface you might only get the first part of it though.

    Posted 1 year ago #

RSS feed for this topic

Control is proudly powered by bbPress.