[bug] Set t=0 at IR start produces NPE when used on audio data

3ll3d00d

New Member
Thread Starter
Joined
Jun 4, 2017
Messages
45
minor issue, most likely reflects user error so I guess the button should be disabled in this case or IR start has a different meaning for this case?

if you use the "import audio data" option then click this button on the Impulse tools screen then you get a NPE

Code:
REW V5.20 Beta 46 running JRE 1.8.0_202 64-bit on Windows 10, en, windows-1252
 

Message:
    java.lang.NullPointerException
Stack Trace:
    roomeqwizard.IRData.getIRStart(y:1066)
    roomeqwizard.vH$4.actionPerformed(y:3399)
    javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
 
Top Bottom