Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
That's outside the scope of REW. Low level access to interfaces is handled by code the Java runtime loads, it is possible to substitute that as @phofman did for WASAPI Exclusive and Linux ALSA PCM using his csjsound-provider project, something similar would be needed to improve the macOS interface access.Have you considered activating "hog mode" for the macOS version?
Thank you. It worked.Right click on the measurement itself in the left pane
The spectrogram for an FSAF measurement shows the linear response, as it does for sweep measurements. The residual is a separate signal, so it needs to be loaded separately to examine its properties.It would be really great and convenient if you could go straight to the spectrogram tab for a FSAF measurement without the extra steps.
Works. Thank you.Changed: Timing ref level trim has a larger range
That's because measurements can take a long time to complete, too long for any reasonable timeout to wait. A measure command can also result in a set of measurements rather than just one. A subscription to /measurements returns notifications when a measurement is added and when the selection is changed. An option could be to make use of the temporary measurement copies in the temp folder, the copies use the chosen measurement name and the measurement UUID in their filename and their creation dates could be used to identify those generated within the timespan of a particular command..REW already has numeric IDs for other long-running API commands and can associate their results with the specific command occurrence. SPL acquisition seems not to use that mechanism.
There is a "spansCombinedRange" parameter that can be supplied in the API, I'll add it to the documentation.Could the API expose a parameter such as:
{
"function": "A * * B",
"resultSpansCombinedFrequencyRange": true
}




