Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update syntax.yml #146

Merged
merged 4 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/sfz/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
1 change: 1 addition & 0 deletions docs/opcodes/oscillator_phase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.