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

Added/Corrected phase documentation #4796

Merged
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
2 changes: 1 addition & 1 deletion HelpSource/Classes/LFCub.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Frequency in Hertz.

argument::iphase

Initial phase offset.
Initial phase offset. For efficiency reasons this is a value ranging from 0 to 2.


argument::mul
Expand Down
2 changes: 1 addition & 1 deletion HelpSource/Classes/LFPar.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Frequency in Hertz.

argument::iphase

Initial phase in cycles ( 0..1 ).
Initial phase offset. For efficiency reasons this is a value ranging from 0 to 4.


argument::mul
Expand Down
2 changes: 1 addition & 1 deletion HelpSource/Classes/LFTri.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classmethods::
method::ar, kr

argument::freq
Frequency in Hertz.
Frequency in Hertz. For efficiency reasons, only positive values result in correct behavior.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that "yield in sth." is correct. Better is "result in sth." here (or otherwise "yield sth.").

argument::iphase

Expand Down