REW Beta Release REW API beta releases

Brilliant!!! Thanks!!!
 
Added: All SPL and Overlay graph measurement lists have a button to sort the measurements alphabetically by name, if the names are the same they are sorted by date
Any chance this will become available in the API?
 
Builds updated today (beta 98) with these changes:
  • Added: Localisation bundle files for Simplified Chinese
  • Added: The /measurements/command API endpoint accepts a command to "Sort alphabetically"
  • Changed: Additional entries in these bundle properties files: graphs, measure
 
REW V5.40 Beta 98 running Azul Systems, Inc. JRE 1.8.0_462 64-bit on Windows 10 Language en, country GB, keyboard GB, windows-1252 Screen 3840 x 1600 at 96 DPI Running in C:\Program Files\REW


Message:
java.util.concurrent.ExecutionException: java.lang.NullPointerException
Stack Trace:
java.lang.NullPointerException
java.util.concurrent.FutureTask.report(FutureTask.java:122)
java.util.concurrent.FutureTask.get(FutureTask.java:192)
javax.swing.SwingWorker.get(SwingWorker.java:602)
roomeqwizard.qM.done(y:818)
javax.swing.SwingWorker$5.run(SwingWorker.java:737)
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
javax.swing.Timer.fireActionPerformed(Timer.java:313)
javax.swing.Timer$DoPostEvent.run(Timer.java:245)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
java.awt.EventQueue.access$500(EventQueue.java:97)
java.awt.EventQueue$3.run(EventQueue.java:709)
java.awt.EventQueue$3.run(EventQueue.java:703)
java.security.AccessController.doPrivileged(Native Method)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by:
java.lang.NullPointerException
roomeqwizard.IRData.applyOctaveFilter(y:579)
roomeqwizard.MeasData.applyOctaveFilter(y:5228)
roomeqwizard.MeasData.applyOctaveFilter(y:3826)
roomeqwizard.qM$2.A(y:58)
A.A.A.A.B.A(Unknown Source)
A.A.A.A.B.A(Unknown Source)
roomeqwizard.qM.A(y:2862)
roomeqwizard.qM.doInBackground(y:2621)
javax.swing.SwingWorker$1.call(SwingWorker.java:295)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
javax.swing.SwingWorker.run(SwingWorker.java:334)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:750)
 

Attachments

Last edited by a moderator:
java.util.concurrent.ExecutionException: java.lang.NullPointerException
That looks to be the problem seen before with some API use. REW is in the process of calculating the RT60 data for a new measurement when the measurement gets deleted.
 
That looks to be the problem seen before with some API use. REW is in the process of calculating the RT60 data for a new measurement when the measurement gets deleted.
Ok, I thought so, too but shared just in case. I run the script multiple times during tests and keep olde rones open, probably another open browser window was still doing things in the background. This only happened once so far, otherwise Beta 98 has been rock solid.
 
Hi John,
When I try to align the selected impulse responses in Impulse Overlay screen using the Offset t=0 option, it seems REW chooses the IR to align arbitrarily. In my case, I want to align the blue impulse to the red one but neither is selected in the pop-up window. It would be great to be able select the impulse response to be aligned by either clicking it on the left legend or within the pop-up window. Thanks.
1754866141842.png
 
Hi John,
When I try to align the selected impulse responses in Impulse Overlay screen using the Offset t=0 option, it seems REW chooses the IR to align arbitrarily. In my case, I want to align the blue impulse to the red one but neither is selected in the pop-up window. It would be great to be able select the impulse response to be aligned by either clicking it on the left legend or within the pop-up window. Thanks.
View attachment 85410
You should be able to right click on the measurement on the left and select offset t=0 directly for that measurement. Right clicking on the graph and selecting offset t=0 seems to automatically select the last selected measurement.
 
Back
Top