-
Notifications
You must be signed in to change notification settings - Fork 757
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
Helpfile-fixing branch, final merge #2076
Conversation
This should go in the helpfile of: OSXPlatform: method::preferencesAction note::SCApp only!:: A function to evaluate when the SuperCollider preferences menu is selected. code:: thisProcess.preferencesAction = { arg process; SCWindow.new.front; } ::
removed method::preferencesAction
fixed naming startframe & aSoundFile
prReadDirectoryFile private, added done as arg
added Pmul arguments name & pattern
…y folding when modulated. (#2053) * Helpfile fixing (#2042) * fixed SinOsc helpfile * Added closeWhenDone to .cue * add args for Tdef.fork and .play in help file. * remove obsolete SCView subclass * add missing args to help file * change link to Republic to just text. * LFSaw.schelp: Note and example for special initial-phase behaviour Signed-off-by: Michael Zacherl <github-mz01@blauwurf.info> * RLPF.schelp: replace FSinOsc with SinOsc to avoid erratic amplitudes and exploding filter. Signed-off-by: Michael Zacherl <github-mz01@blauwurf.info>
* Klank.schelp: improved examples Signed-off-by: Michael Zacherl <github-mz01@blauwurf.info> * DynKlank.schelp: corrected statement about realtime-ness of Dynklank, split up examples Signed-off-by: Michael Zacherl <github-mz01@blauwurf.info>
Signed-off-by: Michael Zacherl <github-mz01@blauwurf.info>
Signed-off-by: Michael Zacherl <github-mz01@blauwurf.info>
Signed-off-by: Michael Zacherl <github-mz01@blauwurf.info>
Pulse.schelp: added missing .kr method, beautified examples
AudioIn.schelp: tamed feedback in example, removed "patching" example
RecordBuf.schelp: corrected Synthnames for proper playback, lower volume for overdub
succesful. |
ok, that's the answer ... ;) |
I created the branch "helpfile-fixing" for the one-off event at STEIM last weekend at which we were supposed to fix a lot of helpfiles so to not have too many people on master to be bothered with single-file commits. After that, I thought, I'll remove the branch again but somehow confusing things happened... so now, we're back in a state of confidence and can surely discuss if we want to have a more permanent helpfile-fixing branch established. :) |
Also the commit messages got slightly messed up, I think. But I only briefly bothered to think about how to fix that. |
ok, I'm getting confused here, so I'll now merge the helpfile-fixing branch into master and then get rid of the branch.