08-25-2022, 07:16 PM 
	
	
	
		A simple fix apparently is 1 –> 2 in
However, the number of runs is off by two then. I am a bit unsure how to properly fix it as the analysis block is run like
	
	
	
	
Code:
        <if less="true" equal="true" greater="false">
            <input as="a" clear="false">run</input>
            <input as="b" type="value">2</input>
            <input as="true" clear="false">fft2500</input>
            <input as="false" clear="false">FFTaverage</input>
            <output as="result">FFTaverage</output>
        </if>However, the number of runs is off by two then. I am a bit unsure how to properly fix it as the analysis block is run like
- on initialisation, before tapping play,
 - after tapping play, without audio data,
 - and higher: “regular” runs are starting
 

