-
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 #2061
Helpfile fixing #2061
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>
I'd like to then close this branch. Working on helpfiles should continue also off the effort made here: http://piratepad.net/Nx0YRDmchh |
Signed-off-by: Michael Zacherl <github-mz01@blauwurf.info>
Pulse.schelp: added missing .kr method, beautified examples
You guys are merging pull requests into pull requests. That's crazy. I already merged #2069 into master. |
Nuts, I didn't notice your comment about closing this branch. Neither did miczac I guess. This PR is merged in now. Duplicate commits shouldn't harm anything. |
Appearantly There was some confusion about how to work with git... thanks for the merge! |
allright .. so all new PRs should address master but the PP notes stay maintained? |
updates/additions of several helpfiles