X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=_manual%2F22_using-control-surfaces%2F01_controlling-ardour-with-osc%2F04_parameter-types-in-osc.html;fp=_manual%2F22_using-control-surfaces%2F01_controlling-ardour-with-osc%2F04_parameter-types-in-osc.html;h=0000000000000000000000000000000000000000;hb=8e3b4c710683de8f44cc46d5f00d9e19c0855527;hp=15956d04cea09fd22955a17d62a7ad328d0eab1c;hpb=33c301104caebd44a7aa6fd09d563fc8f622764d;p=ardour-manual-diverged diff --git a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/04_parameter-types-in-osc.html b/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/04_parameter-types-in-osc.html deleted file mode 100644 index 15956d0..0000000 --- a/_manual/22_using-control-surfaces/01_controlling-ardour-with-osc/04_parameter-types-in-osc.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: default -title: Parameter Types in OSC ---- - -

- An OSC message is laid out in this form: -

- - /path/of/command type parameter - -

- The type is there to indicate what the parameter is. This gives - the idea that parameter types are quite strict and if the command - requires an Integer "i" then the controller had better send it. - However, the checking of the parameter type is left to the receiving - software. -

-

- What this means in practical terms is that the surface can get away - with sending the wrong type of parameter. There are some places - where that just doesn't make sense. For example, a parameter that - is specified as a Float with a range of 0 to 1, could be sent as - an Integer, but would only have full scale and minimum value with - nothing in between. This is not much use for a fader, though ok for - a button. -

-

- There are a number of OSC controllers based on iOS and Android - tablets that only send or receive parameters as floats or text. - These controllers should have no problem sending bool or int values - as floats. Ardour will interpret the values as required. -