fix: REAPER playback — D_VOL removed, Ozone filenames corrected, ReaEQ removed, MIDI quantized
- D_VOL: removed from _build_clip() — not valid at REAPER item level - Ozone 12: fixed 21 PLUGIN_REGISTRY entries with correct .vst3 filenames - ReaEQ: removed _calibrate_eq() — built-in plugin format incompatible - MIDI: quantized all notes to 16th grid (120 ticks at 960 PPQ) 298/298 tests. 0 D_VOL, 0 ReaEQ, all notes on grid, Ozone filenames correct.
This commit is contained in:
@@ -199,7 +199,7 @@ class TestClipDefVolMult:
|
||||
assert clip.vol_mult == 0.7
|
||||
|
||||
def test_audio_clip_vol_mult_default_is_one(self):
|
||||
"""Audio clip with default vol_mult=1.0 has no D_VOL side effect."""
|
||||
"""Audio clip with default vol_mult=1.0 has no volume effect."""
|
||||
clip = ClipDef(position=0.0, length=16.0, audio_path="test.wav", vol_mult=1.0)
|
||||
assert clip.is_audio
|
||||
assert clip.vol_mult == 1.0
|
||||
|
||||
Reference in New Issue
Block a user