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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update oscillator_phase.md
Adding  info about what negative values do in ARIA, and that sfizz is different.
  • Loading branch information
DSmolken authored Sep 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 14ade242cb2a47fcf5b5f2609318e12f2f8228df
2 changes: 1 addition & 1 deletion docs/opcodes/oscillator_phase.md
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
template: "sfz/opcode.j2"
opcode_name: "oscillator_phase"
---
The range of this appears to be 0 to 360 (in degrees) as implemented in ARIA, and 0 to 1 in sfizz. Cakewalk range and behavior need to be confirmed.
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.