i-score-old / i-score

an interactive intermedia sequencer
www.i-score.org
23 stars 5 forks source link

Inconsistency between numbers displayed on timeline and in automation boxes #83

Open nesdnuma opened 9 years ago

nesdnuma commented 9 years ago

Hello,

The times in the automation boxes and on the timeline do not match. I have manually edited a score to check this issue.

It does not seem to be a constant shift but the delay seem to be proportional to the position in time. For instance, the score pasted below contains two automation boxes. The first begins at 0m10s and is supposed to last 10seconds. However one can see the box seem to begin and end too late. The second box is supposed to last 15 minutes (or 900 seconds) but ends after 15m7sec according to the timeline.

<?xml version="1.0" encoding="UTF-16" standalone="yes"?>
<jamoma version="0.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jamoma.org/ file:jamoma.xsd">
 <!--protocols setup-->
 <protocol name="MIDI"/>
 <protocol name="OSC">
 <i-score ip="127.0.0.1" port="13580"/>
 </protocol>
 <protocol name="Minuit">
 <i-score ip="127.0.0.1" port="13579"/>
 </protocol>
 <!--applications namespace-->
 <application name="i-score" author="" version="" type="local">
  <node address="15minutes" object="Automation"/>
  <node address="Test10to20sec" object="Automation"/>
  <node address="Test20sec" object="Automation"/>
  <node address="Main" object="Scenario"/>
</application>
<Scenario name="Main" durationMin="0u" durationMax="0u" mute="0" color="255 255 255" version="0.3" viewZoom="1.000000 1.000000" viewPosition="0 0">
  <startEvent name="start" date="0u" mute="0"/>
  <endEvent name="end" date="36000000u" mute="0"/>
  <event name="j864866926" date="0u" mute="0"/>
  <event name="j2353951398" date="10000u" mute="0"/>
  <event name="j1060223640" date="900000u" mute="0"/>
  <event name="j2047091280" date="20000u" mute="0"/>
  <Automation name="Test10to20sec" start="j2353951398" end="j2047091280" durationMin="19760u" durationMax="19760u" mute="0" color="60 60 60" verticalPosition="27u" verticalSize="475u"/>
  <Scenario name="j3637187140" start="j2353951398" end="j2047091280" durationMin="19760u" durationMax="19760u" mute="0" color="255 255 255" verticalPosition="0u" verticalSize="1u"/>
  <Automation name="15minutes" start="j864866926" end="j1060223640" durationMin="19136u" durationMax="19136u" mute="0" color="60 60 60" verticalPosition="542u" verticalSize="285u"/>
  <Scenario name="j2639740045" start="j864866926" end="j1060223640" durationMin="19136u" durationMax="19136u" mute="0" color="255 255 255" verticalPosition="0u" verticalSize="1u"/>
 </Scenario>
</jamoma>