sorry, i cannot get that to work, my mdx updater says i am up to date, but how can i tell which version i am on?
this is my whole xml.
i have tried it with "UP" and "DOWN" in the vote options, but in case there was a problem with this i have replaced with "B" as i can see this working with analogue_id "b4_fwd"
i have set the delta tiem to 20ms, as if i turn it up fast i need it to trigger a keysroke every 0.06 increment.
Code:
<?xml version="1.0" encoding="utf-8" ?>
<FusionControlCentreConfiguration version="3.0.0.0" author="Me" date_created="Monday, July 06, 2009 at 8:23:09 PM" last_modified="Thursday, July 09, 2009 at 7:17:26 PM">
<require>
<!-- Begin Function Instances -->
<!-- End Function Instances -->
<!-- Begin Fusion Font Instances -->
<font name="Verdana" originalSize="25" font_config="content\fonts\Verdana.xml"></font>
<!-- End Fusion Font Instances -->
</require>
<speech enabled="false" global_politeness="true">
<!-- Begin System Speech Instances -->
<!-- End System Speech Instances -->
<!-- Begin System Speech Definition Instances -->
<system_definitions>
</system_definitions>
<!-- End System Speech Definition Instances -->
<!-- Begin Custom Speech Definition Instances -->
<custom_definitions>
</custom_definitions>
<!-- End Custom Speech Definition Instances -->
<!-- Begin Custom Query Instances -->
<custom_queries>
</custom_queries>
<!-- End Custom Query Instances -->
</speech>
<general>
<!-- Begin Remote Control Configuration -->
<remote status="disabled" user_name="default" port="4242"></remote>
<!-- End Remote Control Configuration -->
<!-- Begin COM -->
<com status="disabled">
<commands>
</commands>
<executable_commands>
</executable_commands>
</com>
<!-- End COM -->
</general>
<graphics>
<!-- Begin Global Graphic Settings -->
<main_display designed_for_size="800,600" show_at_size="800,600" menubar="Sizeable" RunInSystemTray="False" MinimizeToSystemTray="True"></main_display>
<!-- End Global Graphic Settings -->
<!-- Begin Background Images -->
<!-- End Background Images -->
<!-- Begin Static Images -->
<!-- End Static Images -->
<!-- Begin Variable Location Images -->
<!-- End Variable Location Images -->
<!-- Begin Graph Instances -->
<!-- End Graph Instances -->
<!-- Begin Display Buttons -->
<!-- End Display Buttons -->
<!-- Begin Multi Images -->
<!-- End Multi Images -->
<!-- Begin Text Labels -->
<text_label id="volume" text="" auto_monitor="analogue input" auto_monitorTarget="volume">
<font font_id="verdana" font_size="12" colour="255,0,0,0"></font>
<display location="0,0" page="0"></display>
<config decimals="1" max_size="100,100"></config>
</text_label>
<!-- End Text Labels -->
</graphics>
<io>
<!-- Begin Fusion Brain Instances -->
<brain id="radio" version="4">{5545f2ff-00f5-45cb-9ec7-dbebff701f0b}</brain>
<!-- End Fusion Brain Instances -->
<!-- Begin Timer Setup -->
<timer id="input" interval="75"></timer>
<timer id="output" interval="100"></timer>
<timer id="gui" interval="50"></timer>
<timer id="logic" interval="50"></timer>
<!-- End Timer Setup -->
<!-- Begin Digital Output Instances -->
<!-- End Digital Output Instances -->
<!-- Begin Analogue Input Instances -->
<iochannel id="b2_rwd" port="9" brain="radio" type="analogue_input">
<options history="0" auto_average="false"></options>
</iochannel>
<iochannel id="b3_play" port="10" brain="radio" type="analogue_input">
<options history="0" auto_average="false"></options>
</iochannel>
<iochannel id="b4_fwd" port="11" brain="radio" type="analogue_input">
<options history="0" auto_average="false"></options>
</iochannel>
<iochannel id="volume" port="0" brain="radio" type="analogue_input">
<options history="0" auto_average="true"></options>
</iochannel>
<!-- End Analogue Input Instances -->
</io>
<logic>
<!-- Begin Logging Setup -->
<all_logging>
</all_logging>
<!-- End Logging Setup -->
<!-- Begin Variable Declarations -->
<all_variables>
</all_variables>
<!-- End Variable Declarations -->
<!-- Begin Logic Declarations -->
<all_statements>
<if fire_on="logic" minimum_delta_vote_time="500" id="Root Function #">
<boolean_operation type="greater than">
<parameter1>
<analogue id="b2_rwd" time="0"></analogue>
</parameter1>
<parameter2>
<number>3</number>
</parameter2>
</boolean_operation>
<then>
<do function="Send Key" functionTargetID="Winamp v1.x:Winamp v1.x" vote_opinion="Z" vote_priority="Low"></do>
</then>
</if>
<if fire_on="logic" minimum_delta_vote_time="500" id="Root Function #2">
<boolean_operation type="greater than">
<parameter1>
<analogue id="b3_play" time="0"></analogue>
</parameter1>
<parameter2>
<number>3</number>
</parameter2>
</boolean_operation>
<then>
<do function="Send Key" functionTargetID="Winamp v1.x:Winamp v1.x" vote_opinion="C" vote_priority="Low"></do>
</then>
</if>
<if fire_on="logic" minimum_delta_vote_time="500" id="Root Function #3">
<boolean_operation type="greater than">
<parameter1>
<analogue id="b4_fwd" time="0"></analogue>
</parameter1>
<parameter2>
<number>3</number>
</parameter2>
</boolean_operation>
<then>
<do function="Send Key" functionTargetID="Winamp v1.x:Winamp v1.x" vote_opinion="B" vote_priority="Low"></do>
</then>
</if>
</all_statements>
<!-- End Logic Declarations -->
<custom_scripts>
<custom id="wilgartw_Potentiometer_2009_07_16">
<votes minimum_delta_vote_time="20">
<up> <do function="Send Key" functionTargetID="Winamp v1.x:Winamp v1.x" vote_opinion="B" vote_priority="Low"></do></up>
<down> <do function="Send Key" functionTargetID="Winamp v1.x:Winamp v1.x" vote_opinion="DOWN" vote_priority="Low"></do> </down>
</votes>
<thresholds low="0.06" high="0.06"></thresholds>
<io analogue_port="volume"></io>
</custom>
</custom_scripts>
</logic>
</FusionControlCentreConfiguration>
Bookmarks