diff --git a/data/sfz/syntax.yml b/data/sfz/syntax.yml index 2d9100d9a..6d4b56f42 100644 --- a/data/sfz/syntax.yml +++ b/data/sfz/syntax.yml @@ -5984,8 +5984,8 @@ categories: version: "SFZ v2" value: type_name: "float" - min: 0 - max: 1 + min: -1 + max: 360 - name: "oscillator_quality" short_description: "" diff --git a/docs/opcodes/oscillator_phase.md b/docs/opcodes/oscillator_phase.md index b8ac54f13..80ba287c0 100644 --- a/docs/opcodes/oscillator_phase.md +++ b/docs/opcodes/oscillator_phase.md @@ -2,3 +2,4 @@ template: "sfz/opcode.j2" opcode_name: "oscillator_phase" --- +This opcode behaves in two different ways in ARIA: non-negative values from 0 to 360 set the phase in degrees, while any negative value randomizes the phase. As implemented in sfizz as of version 1.2.3 the range is 0 to 1 which behaves the same as ARIA's 0 to 360.