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 because you set the time range to just 8 ms, so there is no data to work with. Don't do that.
The list of files from the OS can be in just about any order, I haven't found any logic to it. REW sorts them alphabetically by name for imports or by date for mdat files.Feature request: This is gonna sound dumb considering all the complex stuff REW can do, but can we get an option to just sort the measurements how they're sorted when dragging and dropping data?
Oh, I know REW sorts when importing,The list of files from the OS can be in just about any order, I haven't found any logic to it. REW sorts them alphabetically by name for imports or by date for mdat files.
await postSafe(`http://localhost:4735/eq/match-target-settings`, {
startFrequency: m3dBPoints[i][0],
endFrequency: m3dBPoints[i][1],
individualMaxBoostdB: 3,
overallMaxBoostdB: movieMode ? 1 : 0,
flatnessTargetdB: 1,
allowNarrowFiltersBelow200Hz: true,
varyQAbove200Hz: false,
allowLowShelf: false,
lowShelfMin: -3,
lowShelfMax: 3,
allowHighShelf: movieMode && !isSub,
highShelfMin: -3,
highShelfMax: 3
}, "Update processed");
try {
await postNext('Match target', i);
}
catch (error) {
// not really an issue if it fails
console.debug(`${commandId[i]} could not be equalized!`);
}
Manual and API give identical results for me.Getting a strange EQ result for this particular subwoofer.
I don't understand that comment. When using the API the target settings are configured at /measurements/id/room-curve-settings, /measurements/id/target-settings and /measurements/id/target-level, but if they are not the same as those you use manually you will not get the same result.Speaker type is set as none since I am trying to EQ via the API.
So the speaker type is set as None instead of “Full Range” or “Bass Limited” or “Subwoofer”. The equalizer type is also “Generic”. At the beginning of my code, these values are set to both the default EQ and the measurements/id/eq. Here’s the part of the code that’s doing it - https://github.com/navid0308/A1Evo_...20458976b96f743e95/A1Evo_MJ_Custom.html#L8794Manual and API give identical results for me.
I don't understand that comment. When using the API the target settings are configured at /measurements/id/room-curve-settings, /measurements/id/target-settings and /measurements/id/target-level, but if they are not the same as those you use manually you will not get the same result.
Yeah those are also being kept the same. The script creates a b&k like room curve if user provides no house curve. If it gets a house curve, it disables the room curve.Don't forget the room curve settings, target level and house curve if you use one. The predicted response in the mdat you attached suggests either room curve was active or a house curve was loaded.
No. If the target is full range or none the level is based on the response between 200 Hz and 2 kHz. For subwoofer targets the range depends on the sub LF cutoff and the bass management cutoff. For bass limited targets the lower end of the range depends on the bass management cutoff and the upper end is 2 kHz. For driver targets the range depends on the driver crossover frequencies. The target should reflect the measurement.I am specifying the start and end frequencies using the -3dB points for EQ - does that not limit how REW determines the target level?
I should've clarified, the target is the response that's called "final". In the mdat it's leveled to 75db but here's the text file I have been using.The message about the target level has no effect on the EQ behaviour.
The filters in the mdat you attached were not generated with a flat target, something else was included in the target when they were generated. This is what a flat target produces:
View attachment 85222
No. If the target is full range or none the level is based on the response between 200 Hz and 2 kHz. For subwoofer targets the range depends on the sub LF cutoff and the bass management cutoff. For bass limited targets the lower end of the range depends on the bass management cutoff and the upper end is 2 kHz. For driver targets the range depends on the driver crossover frequencies. The target should reflect the measurement.
Do you mean the measurement notes? You can choose to show them in the View preferences:I've switched to the beta, but the new method of accessing the measurement descriptions by right-clicking is much more error-prone than the old way. I keep right-clicking and then accidentally activating something in the context menu, etc.
Do you mean the measurement notes? You can choose to show them in the View preferences:
We use essential cookies to make this site work, and optional cookies to enhance your experience.