View Issue Details

IDProjectCategoryView StatusLast Update
0006409ardourbugspublic2015-07-05 12:22
Reportertorsten Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version4.1 
Summary0006409: project names with question marks in ardour session control window
DescriptionRecently some projects appear with question marks instead of the frequency figure in the session control window. In the attached screenshot the project "Zug" and it's child projects appear to be dubios. They still open with no problem.
Additional InformationThe "Zug.ardour" file looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<Session version="3001" name="Zug" sample-rate="44100" id-counter="414334" event-counter="0">
  <MIDIPorts>
    <Port name="MIDI Clock in" direction="input"/>
    <Port name="MIDI Clock out" direction="output"/>
    <Port name="MIDI control in" direction="input"/>
    <Port name="MIDI control out" direction="output"/>
    <Port name="MMC in" direction="input"/>
    <Port name="MMC out" direction="output"/>
    <Port name="MTC in" direction="input"/>
    <Port name="MTC out" direction="output"/>
    <Port name="Scene in" direction="input"/>
    <Port name="Scene out" direction="output"/>
  </MIDIPorts>
  <Config>
    <Option name="destructive-xfade-msecs" value="2"/>
    <Option name="use-region-fades" value="1"/>
    <Option name="show-region-fades" value="1"/>
    <Option name="native-file-data-format" value="0"/>
    <Option name="native-file-header-format" value="1"/>
    <Option name="auto-play" value="0"/>
    <Option name="auto-return" value="0"/>
    <Option name="auto-input" value="0"/>
    <Option name="punch-in" value="0"/>
    <Option name="punch-out" value="0"/>
    <Option name="subframes-per-frame" value="100"/>
    <Option name="timecode-format" value="8"/>
    <Option name="raid-path" value=""/>
    <Option name="audio-search-path" value=""/>
    <Option name="midi-search-path" value=""/>
    <Option name="track-name-number" value="0"/>
    <Option name="track-name-take" value="0"/>
    <Option name="take-name" value="Take1"/>
    <Option name="jack-time-master" value="0"/>
    <Option name="use-video-sync" value="0"/>
    <Option name="video-pullup" value="0"/>
    <Option name="show-summary" value="1"/>
    <Option name="show-group-tabs" value="1"/>
    <Option name="external-sync" value="0"/>
    <Option name="insert-merge-policy" value="1"/>
    <Option name="timecode-offset" value="0"/>
    <Option name="timecode-offset-negative" value="1"/>
    <Option name="slave-timecode-offset" value=" 00:00:00:00"/>
    <Option name="timecode-generator-offset" value=" 00:00:00:00"/>
    <Option name="glue-new-markers-to-bars-and-beats" value="0"/>
    <Option name="midi-copy-is-fork" value="0"/>
    <Option name="glue-new-regions-to-bars-and-beats" value="0"/>
    <Option name="use-video-file-fps" value="0"/>
    <Option name="videotimeline-pullup" value="1"/>
    <Option name="show-busses-on-meterbridge" value="0"/>
    <Option name="show-master-on-meterbridge" value="1"/>
    <Option name="show-midi-on-meterbridge" value="1"/>
    <Option name="show-rec-on-meterbridge" value="1"/>
    <Option name="show-mute-on-meterbridge" value="0"/>
    <Option name="show-solo-on-meterbridge" value="0"/>
    <Option name="show-monitor-on-meterbridge" value="0"/>
    <Option name="show-name-on-meterbridge" value="1"/>
    <Option name="meterbridge-label-height" value="2"/>
  </Config>
  <Metadata/>
  <Sources>
    <Source name="Audio 1-1.wav" type="audio" flags="" id="921" captured-for="Audio 1" channel="0" origin=""/>
    <Source name="Audio 2-1.wav" type="audio" flags="" id="3500" captured-for="Audio 2" channel="0" origin=""/>
    <Source name="Audio 1-13.wav" type="audio" flags="" id="3651" captured-for="Audio 1" channel="0" origin=""/>
  
....

and so on.
TagsNo tags attached.

Activities

2015-07-02 09:56

 

x42

2015-07-05 12:22

administrator   ~0016844

the problem is

  <Option name="native-file-data-format" value="0"/>

in stead of "0" it should read

  <Option name="native-file-data-format" value="FormatFloat"/>


Loading the session will work (ardour just ignores it an uses the default). The question is how the "0" ended up in there in
the first place. I suspect some localization mistake (e.g. ardour tries to translate "FormatFloat" into German).

Issue History

Date Modified Username Field Change
2015-07-02 09:56 torsten New Issue
2015-07-02 09:56 torsten File Added: Bildschirmfoto vom 2015-07-02 11:37:06.png
2015-07-05 12:22 x42 Note Added: 0016844