Hello, first of all, I want to thank you for the great software you made available for us. I would like to report a strange behavior in default values for the parameters. In the file I’m sharing with you, the only paremeter that shows the correct initial value is the one for the distance. The others with default values different from 0, starts at 0, no matter wich value I put as default. The file I made it is a little strange because I’m planning to use both coordinate systems (cartesian and polar), the idea is to control wich one to use with the first variable (“Cartesian”), I hope I get my way to program it. However the same behavior it’s seen with the default xml file provide by you. I’m using Reaper.
No big deal, but may be for the next version of Oscar you can sort it out.
Thank you for your time,
Matías
PS: I cannot upload files for being a new user. This is the text:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oscar version="1.2.2">
<parameter index="1" name="Cartesian" pattern="/source/$1/cartesian" min="0" max="1" default="0"/>
<parameter index="2" name="Azimuth" pattern="/source/$1/azim" min="-180" max="179" default="0"/>
<parameter index="3" name="Elevation" pattern="/source/$1/elev" min="-90" max="90" default="0"/>
<parameter index="4" name="Distance" pattern="/source/$1/dist" min="1" max="100" default="1"/>
<parameter index="5" name="x" pattern="/source/$1/x" min="-50" max="50" default="0"/>
<parameter index="6" name="y" pattern="/source/$1/y" min="-50" max="50" default="1"/>
<parameter index="7" name="z" pattern="/source/$1/z" min="-50" max="50" default="0"/>
<parameter index="8" name="Presence" pattern="/source/$1/pres" min="0" max="120" default="90"/>
<parameter index="9" name="Brillance" pattern="/source/$1/bril" min="0" max="60" default="30"/>
<parameter index="10" name="Warm" pattern="/source/$1/warm" min="0" max="60" default="30"/>