annotate templates/Waveform and Melodic Range Spectrogram.svt @ 1257:f2105c5b0b12 piper

Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.
author Chris Cannam
date Mon, 17 Oct 2016 14:18:23 +0100
parents 45bfc5962c33
children
rev   line source
Chris@430 1 <?xml version="1.0" encoding="UTF-8"?>
Chris@430 2 <!DOCTYPE sonic-visualiser>
Chris@430 3 <sv>
Chris@430 4 <data>
Chris@430 5 <model id="18" name="placeholder" sampleRate="44100" type="wavefile" file=":samples/silent.wav" mainModel="true"/>
Chris@430 6 <playparameters mute="false" pan="0" gain="1" pluginId="" model="18"/>
Chris@430 7 <layer id="19" type="waveform" name="Waveform" model="18" gain="1" showMeans="1" greyscale="0" channelMode="0" channel="-1" scale="0" aggressive="0" autoNormalize="0" colourName="Bright Blue" colour="#1e96ff" darkBackground="true" />
Chris@430 8 <layer id="20" type="timeruler" name="Ruler" model="18" colourName="Bright Orange" colour="#ffbc50" darkBackground="true" />
Chris@430 9 <layer id="21" type="timeruler" name="Ruler &lt;2&gt;" model="18" colourName="Bright Orange" colour="#ffbc50" darkBackground="true" />
Chris@430 10 <layer id="22" type="spectrogram" name="Spectrogram" model="18" channel="-1" windowSize="8192" windowHopLevel="4" gain="1" threshold="0" minFrequency="40" maxFrequency="1500" colourScale="0" colourScheme="1" colourRotation="0" frequencyScale="1" binDisplay="0" normalizeColumns="false" normalizeVisibleArea="false"/>
Chris@430 11 </data>
Chris@430 12 <display>
Chris@430 13 <window width="1147" height="686"/>
Chris@430 14 <view centre="0" zoom="1024" followPan="1" followZoom="1" tracking="page" type="pane" centreLineVisible="1" height="197" >
Chris@430 15 <layer id="20" type="timeruler" name="Ruler" model="18" visible="true"/>
Chris@430 16 <layer id="19" type="waveform" name="Waveform" model="18" visible="true"/>
Chris@430 17 </view>
Chris@430 18 <view centre="0" zoom="1024" followPan="1" followZoom="1" tracking="page" type="pane" centreLineVisible="1" height="333" >
Chris@430 19 <layer id="21" type="timeruler" name="Ruler &lt;2&gt;" model="18" visible="true"/>
Chris@430 20 <layer id="22" type="spectrogram" name="Spectrogram" model="18" visible="true"/>
Chris@430 21 </view>
Chris@430 22 </display>
Chris@430 23 <selections >
Chris@430 24 </selections>
Chris@430 25 </sv>