From 18807e120db0910487fb75e068d758cdf70d2695 Mon Sep 17 00:00:00 2001 From: PHO Date: Tue, 16 Mar 2010 11:29:49 +0900 Subject: [PATCH 1/1] initial revision (not working) --- DESCR | 10 + Makefile | 50 ++ PLIST | 1759 ++++++++++++++++++++++++++++++++++++++ distinfo | 6 + options.mk | 22 + patches/patch-SConstruct | 104 +++ 6 files changed, 1951 insertions(+) create mode 100644 DESCR create mode 100644 Makefile create mode 100644 PLIST create mode 100644 distinfo create mode 100644 options.mk create mode 100644 patches/patch-SConstruct diff --git a/DESCR b/DESCR new file mode 100644 index 0000000..a71d6dd --- /dev/null +++ b/DESCR @@ -0,0 +1,10 @@ +SuperCollider is an environment and programming language for real time +audio synthesis and algorithmic composition. It provides an +interpreted object-oriented language which functions as a network +client to a state of the art, realtime sound synthesis server. + +SuperCollider was written by James McCartney over a period of many +years, and is now an open source (GPL) project maintained and +developed by various people. It is used by musicians, scientists, and +artists working with sound. For some background, see SuperCollider +described by Wikipedia. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..23aaa10 --- /dev/null +++ b/Makefile @@ -0,0 +1,50 @@ +# $NetBSD$ +# + +DISTNAME= SuperCollider-3.3.1-Source-With-Extras +PKGNAME= supercollider-3.3.1 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=supercollider/} + +MAINTAINER= pho@cielonegro.org +HOMEPAGE= http://supercollider.sourceforge.net/ +COMMENT= Real time audio synthesis and algorithmic composition +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +WRKSRC= ${WRKDIR}/SuperCollider-Source +USE_LANGUAGES= c c++ +USE_TOOLS+= pkg-config + +CHECK_PORTABILITY_SKIP+= clean-compile.sh +CHECK_PORTABILITY_SKIP+= compile.sh + +.include "../../mk/bsd.prefs.mk" +SCONS_ENV= ${CONFIGURE_ENV} ${MAKE_ENV} +SCONS_ARGS= PREFIX=${PREFIX:Q} + +.if defined(DESTDIR) +SCONS_ARGS+= DESTDIR=${DESTDIR:Q} +.endif + +# These are temporarily disabled with no strong reason. +SCONS_ARGS+= SCEL=0 # Emacs interface +SCONS_ARGS+= SCVIM=0 # Vim interface +SCONS_ARGS+= SCED=0 # gedit interface + +do-build: + ${RUN} cd ${WRKSRC} && \ + ${SETENV} ${SCONS_ENV} scons ${SCONS_ARGS} + +do-install: + ${RUN} cd ${WRKSRC} && \ + ${SETENV} ${SCONS_ENV} scons ${SCONS_ARGS} install + +.include "options.mk" + +BUILD_DEPENDS+= scons>=0.96:../../devel/scons +.include "../../audio/jack/buildlink3.mk" +.include "../../audio/libsndfile/buildlink3.mk" +.include "../../math/fftwf/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/PLIST b/PLIST new file mode 100644 index 0000000..26d0a12 --- /dev/null +++ b/PLIST @@ -0,0 +1,1759 @@ +@comment $NetBSD$ +bin/sclang +bin/scsynth +lib/SuperCollider/plugins/BinaryOpUGens.so +lib/SuperCollider/plugins/ChaosUGens.so +lib/SuperCollider/plugins/DelayUGens.so +lib/SuperCollider/plugins/DemandUGens.so +lib/SuperCollider/plugins/DiskIO_UGens.so +lib/SuperCollider/plugins/DynNoiseUGens.so +lib/SuperCollider/plugins/FFT_UGens.so +lib/SuperCollider/plugins/FilterUGens.so +lib/SuperCollider/plugins/GendynUGens.so +lib/SuperCollider/plugins/GrainUGens.so +lib/SuperCollider/plugins/IOUGens.so +lib/SuperCollider/plugins/KeyboardUGens.so +lib/SuperCollider/plugins/LFUGens.so +lib/SuperCollider/plugins/ML_UGens.so +lib/SuperCollider/plugins/MouseUGens.so +lib/SuperCollider/plugins/MulAddUGens.so +lib/SuperCollider/plugins/NoiseUGens.so +lib/SuperCollider/plugins/OscUGens.so +lib/SuperCollider/plugins/PV_ThirdParty.so +lib/SuperCollider/plugins/PanUGens.so +lib/SuperCollider/plugins/PhysicalModelingUGens.so +lib/SuperCollider/plugins/ReverbUGens.so +lib/SuperCollider/plugins/TestUGens.so +lib/SuperCollider/plugins/TriggerUGens.so +lib/SuperCollider/plugins/UnaryOpUGens.so +lib/SuperCollider/plugins/UnpackFFTUGens.so +lib/libsclang.so +lib/libscsynth.a +lib/libscsynth.so +share/SuperCollider/Help/3vs2/Backwards-Compatibility.html +share/SuperCollider/Help/3vs2/SC3vsSC2.html +share/SuperCollider/Help/3vs2/Spawning.html +share/SuperCollider/Help/3vs2/Sync-Async.html +share/SuperCollider/Help/3vs2/SynthDefsVsSynths.html +share/SuperCollider/Help/BinaryOps/absdif.html +share/SuperCollider/Help/BinaryOps/addition.html +share/SuperCollider/Help/BinaryOps/amclip.html +share/SuperCollider/Help/BinaryOps/atan2.html +share/SuperCollider/Help/BinaryOps/clip2.html +share/SuperCollider/Help/BinaryOps/difsqr.html +share/SuperCollider/Help/BinaryOps/division.html +share/SuperCollider/Help/BinaryOps/excess.html +share/SuperCollider/Help/BinaryOps/exponentiation.html +share/SuperCollider/Help/BinaryOps/fold2.html +share/SuperCollider/Help/BinaryOps/greaterorequalthan.html +share/SuperCollider/Help/BinaryOps/greaterthan.html +share/SuperCollider/Help/BinaryOps/hypot.html +share/SuperCollider/Help/BinaryOps/hypotApx.html +share/SuperCollider/Help/BinaryOps/lessorequalthan.html +share/SuperCollider/Help/BinaryOps/lessthan.html +share/SuperCollider/Help/BinaryOps/max.html +share/SuperCollider/Help/BinaryOps/min.html +share/SuperCollider/Help/BinaryOps/modulo.html +share/SuperCollider/Help/BinaryOps/multiplication.html +share/SuperCollider/Help/BinaryOps/pow.html +share/SuperCollider/Help/BinaryOps/ring1.html +share/SuperCollider/Help/BinaryOps/ring2.html +share/SuperCollider/Help/BinaryOps/ring3.html +share/SuperCollider/Help/BinaryOps/ring4.html +share/SuperCollider/Help/BinaryOps/round.html +share/SuperCollider/Help/BinaryOps/scaleneg.html +share/SuperCollider/Help/BinaryOps/sqrdif.html +share/SuperCollider/Help/BinaryOps/sqrsum.html +share/SuperCollider/Help/BinaryOps/subtraction.html +share/SuperCollider/Help/BinaryOps/sumsqr.html +share/SuperCollider/Help/BinaryOps/thresh.html +share/SuperCollider/Help/BinaryOps/trunc.html +share/SuperCollider/Help/BinaryOps/wrap2.html +share/SuperCollider/Help/Collections/Archive.html +share/SuperCollider/Help/Collections/Array.html +share/SuperCollider/Help/Collections/Array2D.html +share/SuperCollider/Help/Collections/ArrayedCollection.html +share/SuperCollider/Help/Collections/Association.html +share/SuperCollider/Help/Collections/Bag.html +share/SuperCollider/Help/Collections/Collection.html +share/SuperCollider/Help/Collections/Collections.html +share/SuperCollider/Help/Collections/Dictionary.html +share/SuperCollider/Help/Collections/DoubleArray.html +share/SuperCollider/Help/Collections/Environment.html +share/SuperCollider/Help/Collections/Event.html +share/SuperCollider/Help/Collections/Event_types.html +share/SuperCollider/Help/Collections/FloatArray.html +share/SuperCollider/Help/Collections/Harmonics.html +share/SuperCollider/Help/Collections/IdentityBag.html +share/SuperCollider/Help/Collections/IdentityDictionary.html +share/SuperCollider/Help/Collections/IdentitySet.html +share/SuperCollider/Help/Collections/Int16Array.html +share/SuperCollider/Help/Collections/Int32Array.html +share/SuperCollider/Help/Collections/Int8Array.html +share/SuperCollider/Help/Collections/Interval.html +share/SuperCollider/Help/Collections/Library.html +share/SuperCollider/Help/Collections/LibraryBase.html +share/SuperCollider/Help/Collections/LinkedList.html +share/SuperCollider/Help/Collections/LinkedListNode.html +share/SuperCollider/Help/Collections/List.html +share/SuperCollider/Help/Collections/MultiLevelIdentityDictionary.html +share/SuperCollider/Help/Collections/ObjectTable.html +share/SuperCollider/Help/Collections/Order.html +share/SuperCollider/Help/Collections/OrderedIdentitySet.html +share/SuperCollider/Help/Collections/Pair.html +share/SuperCollider/Help/Collections/Post.html +share/SuperCollider/Help/Collections/PriorityQueue.html +share/SuperCollider/Help/Collections/RawArray.html +share/SuperCollider/Help/Collections/Scale.html +share/SuperCollider/Help/Collections/SequenceableCollection.html +share/SuperCollider/Help/Collections/Set.html +share/SuperCollider/Help/Collections/Signal.html +share/SuperCollider/Help/Collections/SortedList.html +share/SuperCollider/Help/Collections/SparseArray.html +share/SuperCollider/Help/Collections/String.html +share/SuperCollider/Help/Collections/SymbolArray.html +share/SuperCollider/Help/Collections/Tuning.html +share/SuperCollider/Help/Collections/TwoWayIdentityDictionary.html +share/SuperCollider/Help/Collections/Wavetable.html +share/SuperCollider/Help/Collections/loadPaths example.html +share/SuperCollider/Help/Control/AbstractServerAction.html +share/SuperCollider/Help/Control/CCResponder.html +share/SuperCollider/Help/Control/CmdPeriod.html +share/SuperCollider/Help/Control/ContiguousBlockAllocator.html +share/SuperCollider/Help/Control/ControlSpec.html +share/SuperCollider/Help/Control/Date.html +share/SuperCollider/Help/Control/DebugNodeWatcher.html +share/SuperCollider/Help/Control/Env.html +share/SuperCollider/Help/Control/GeneralHID.html +share/SuperCollider/Help/Control/GeneralHIDDevice.html +share/SuperCollider/Help/Control/GeneralHIDSlot.html +share/SuperCollider/Help/Control/GeneralHIDSpec.html +share/SuperCollider/Help/Control/HIDDeviceService.html +share/SuperCollider/Help/Control/MIDI.html +share/SuperCollider/Help/Control/MIDIIn.html +share/SuperCollider/Help/Control/MIDIOut.html +share/SuperCollider/Help/Control/MIDIResponder.html +share/SuperCollider/Help/Control/NetAddr.html +share/SuperCollider/Help/Control/NodeWatcher.html +share/SuperCollider/Help/Control/NoteOnResponder.html +share/SuperCollider/Help/Control/NotificationCenter.html +share/SuperCollider/Help/Control/OSCBundle.html +share/SuperCollider/Help/Control/OSC_communication.html +share/SuperCollider/Help/Control/OSCpathResponder.html +share/SuperCollider/Help/Control/OSCresponder.html +share/SuperCollider/Help/Control/OSCresponderNode.html +share/SuperCollider/Help/Control/Score.html +share/SuperCollider/Help/Control/SerialPort.html +share/SuperCollider/Help/Control/ServerBoot.html +share/SuperCollider/Help/Control/ServerQuit.html +share/SuperCollider/Help/Control/ServerTree.html +share/SuperCollider/Help/Control/Spec.html +share/SuperCollider/Help/Control/StartUp.html +share/SuperCollider/Help/Control/UsingMIDI.html +share/SuperCollider/Help/Control/WiiMote.html +share/SuperCollider/Help/Core/BinaryOpFunction.html +share/SuperCollider/Help/Core/Boolean.html +share/SuperCollider/Help/Core/Char.html +share/SuperCollider/Help/Core/Error.html +share/SuperCollider/Help/Core/Exception.html +share/SuperCollider/Help/Core/False.html +share/SuperCollider/Help/Core/Kernel/AbstractFunction.html +share/SuperCollider/Help/Core/Kernel/Class.html +share/SuperCollider/Help/Core/Kernel/Frame.html +share/SuperCollider/Help/Core/Kernel/Function.html +share/SuperCollider/Help/Core/Kernel/FunctionDef.html +share/SuperCollider/Help/Core/Kernel/FunctionList.html +share/SuperCollider/Help/Core/Kernel/Interpreter.html +share/SuperCollider/Help/Core/Kernel/Main.html +share/SuperCollider/Help/Core/Kernel/Method.html +share/SuperCollider/Help/Core/Kernel/Process.html +share/SuperCollider/Help/Core/Kernel/RawPointer.html +share/SuperCollider/Help/Core/Kernel/Routine.html +share/SuperCollider/Help/Core/Kernel/Thread.html +share/SuperCollider/Help/Core/Kernel/Thunk.html +share/SuperCollider/Help/Core/Kernel/initClass.html +share/SuperCollider/Help/Core/Kernel/randomSeed.html +share/SuperCollider/Help/Core/NAryOpFunction.html +share/SuperCollider/Help/Core/Nil.html +share/SuperCollider/Help/Core/Object.html +share/SuperCollider/Help/Core/Ref.html +share/SuperCollider/Help/Core/RefCopy.html +share/SuperCollider/Help/Core/Symbol.html +share/SuperCollider/Help/Core/True.html +share/SuperCollider/Help/Core/UnaryOpFunction.html +share/SuperCollider/Help/Core/UniqueID.html +share/SuperCollider/Help/Core/if.html +share/SuperCollider/Help/Core/loop.html +share/SuperCollider/Help/Extending and Customizing SC/Creating-Standalone-Applications.html +share/SuperCollider/Help/Extending and Customizing SC/Crossplatform.html +share/SuperCollider/Help/Extending and Customizing SC/Helper/AutoClassHelper.html +share/SuperCollider/Help/Extending and Customizing SC/Helper/HelpSearchResult.html +share/SuperCollider/Help/Extending and Customizing SC/Helper/Helper.html +share/SuperCollider/Help/Extending and Customizing SC/Modifying_Standalones.html +share/SuperCollider/Help/Extending and Customizing SC/Notes-on-the-HTML-Help-System.html +share/SuperCollider/Help/Extending and Customizing SC/Quarks/Quark.html +share/SuperCollider/Help/Extending and Customizing SC/Quarks/Quarks.html +share/SuperCollider/Help/Extending and Customizing SC/Style Guide/ClassHelpTemplate.html +share/SuperCollider/Help/Extending and Customizing SC/Style Guide/Documentation Style Guide.html +share/SuperCollider/Help/Extending and Customizing SC/Style Guide/TopicHelpTemplate.html +share/SuperCollider/Help/Extending and Customizing SC/Style Guide/UGenHelpTemplate.html +share/SuperCollider/Help/Extending and Customizing SC/Using-Extensions.html +share/SuperCollider/Help/Extending and Customizing SC/Using-the-Startup-File.html +share/SuperCollider/Help/Extending and Customizing SC/Writing Primitives.html +share/SuperCollider/Help/Extending and Customizing SC/Writing-Classes.html +share/SuperCollider/Help/Extending and Customizing SC/Writing_Unit_Generators.html +share/SuperCollider/Help/Extending and Customizing SC/publishing_code.html +share/SuperCollider/Help/Files/CSVFileReader.html +share/SuperCollider/Help/Files/File.html +share/SuperCollider/Help/Files/FileReader.html +share/SuperCollider/Help/Files/PathName.html +share/SuperCollider/Help/Files/Pipe.html +share/SuperCollider/Help/Files/SoundFile.html +share/SuperCollider/Help/Files/TabFileReader.html +share/SuperCollider/Help/Files/UnixFILE.html +share/SuperCollider/Help/GUI/Cocoa-GUI/CocoaMenuItem.html +share/SuperCollider/Help/GUI/Cocoa-GUI/Document.html +share/SuperCollider/Help/GUI/Cocoa-GUI/DocumentAutoCompletion.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SC2DSlider.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SC2DTabletSlider.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCButton.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCCompositeView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCContainerView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCControlView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCDragBoth.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCDragSink.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCDragSource.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCDragView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCEnvelopeEdit.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCEnvelopeView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCFreqScope.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCFreqScopeWindow.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCHLayoutView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCImage/SCImage.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCImage/SCImageFilter.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCImage/SCImageKernel.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCKnob.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCLayoutView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCLevelIndicator.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCListView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCMenuGroup.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCMenuItem.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCMenuSeparator.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCModalSheet.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCModalWindow.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCMovieView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCMultiSliderView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCNumberBox.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCPen.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCPopUpMenu.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCQuartzComposerView/SCQuartzComposerView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCRangeSlider.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCScope.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCScrollTopView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCScrollView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCSlider.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCSliderBase.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCSoundFileView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCStaticText.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCStaticTextBase.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCStethoscope.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCTabletView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCTextField.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCTextView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCTopView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCUserView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCUserViewSubclassing/SCUserView-Subclassing.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCVLayoutView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCView.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SCWindow.html +share/SuperCollider/Help/GUI/Cocoa-GUI/SoundFileViewProgressWindow.html +share/SuperCollider/Help/GUI/EZ-GUI/EZGui.html +share/SuperCollider/Help/GUI/EZ-GUI/EZKnob.html +share/SuperCollider/Help/GUI/EZ-GUI/EZListView.html +share/SuperCollider/Help/GUI/EZ-GUI/EZLists.html +share/SuperCollider/Help/GUI/EZ-GUI/EZNumber.html +share/SuperCollider/Help/GUI/EZ-GUI/EZPopUpMenu.html +share/SuperCollider/Help/GUI/EZ-GUI/EZRanger.html +share/SuperCollider/Help/GUI/EZ-GUI/EZScroller.html +share/SuperCollider/Help/GUI/EZ-GUI/EZSlider.html +share/SuperCollider/Help/GUI/GUI-Classes.html +share/SuperCollider/Help/GUI/GUI-Overview.html +share/SuperCollider/Help/GUI/GUI-Tools/Color.html +share/SuperCollider/Help/GUI/GUI-Tools/FlowLayout.html +share/SuperCollider/Help/GUI/GUI-Tools/GUI.html +share/SuperCollider/Help/GUI/GUI-Tools/Gradient.html +share/SuperCollider/Help/GUI/GUI-Tools/HiliteGradient.html +share/SuperCollider/Help/GUI/GUI-Tools/Regenerate-GUI-Help.html +share/SuperCollider/Help/GUI/GUI-Tools/SCFont.html +share/SuperCollider/Help/GUI/GUI-Tools/ViewRedirect.html +share/SuperCollider/Help/GUI/GUI-Tools/modifiers.html +share/SuperCollider/Help/GUI/GUI-Tools/plot.html +share/SuperCollider/Help/GUI/GUI-Tools/resize.html +share/SuperCollider/Help/GUI/Main-GUI/Button.html +share/SuperCollider/Help/GUI/Main-GUI/CompositeView.html +share/SuperCollider/Help/GUI/Main-GUI/Dialog.html +share/SuperCollider/Help/GUI/Main-GUI/DragBoth.html +share/SuperCollider/Help/GUI/Main-GUI/DragSink.html +share/SuperCollider/Help/GUI/Main-GUI/DragSource.html +share/SuperCollider/Help/GUI/Main-GUI/EnvelopeView.html +share/SuperCollider/Help/GUI/Main-GUI/Font.html +share/SuperCollider/Help/GUI/Main-GUI/FreqScope.html +share/SuperCollider/Help/GUI/Main-GUI/FreqScopeView.html +share/SuperCollider/Help/GUI/Main-GUI/HLayoutView.html +share/SuperCollider/Help/GUI/Main-GUI/Knob.html +share/SuperCollider/Help/GUI/Main-GUI/ListView.html +share/SuperCollider/Help/GUI/Main-GUI/MovieView.html +share/SuperCollider/Help/GUI/Main-GUI/MultiSliderView.html +share/SuperCollider/Help/GUI/Main-GUI/NumberBox.html +share/SuperCollider/Help/GUI/Main-GUI/Pen.html +share/SuperCollider/Help/GUI/Main-GUI/PopUpMenu.html +share/SuperCollider/Help/GUI/Main-GUI/RangeSlider.html +share/SuperCollider/Help/GUI/Main-GUI/ScopeView.html +share/SuperCollider/Help/GUI/Main-GUI/ScrollView.html +share/SuperCollider/Help/GUI/Main-GUI/Slider.html +share/SuperCollider/Help/GUI/Main-GUI/Slider2D.html +share/SuperCollider/Help/GUI/Main-GUI/SoundFileView.html +share/SuperCollider/Help/GUI/Main-GUI/StaticText.html +share/SuperCollider/Help/GUI/Main-GUI/Stethoscope.html +share/SuperCollider/Help/GUI/Main-GUI/StubTemplate.html +share/SuperCollider/Help/GUI/Main-GUI/TabletSlider2D.html +share/SuperCollider/Help/GUI/Main-GUI/TabletView.html +share/SuperCollider/Help/GUI/Main-GUI/TextField.html +share/SuperCollider/Help/GUI/Main-GUI/TextView.html +share/SuperCollider/Help/GUI/Main-GUI/UserView.html +share/SuperCollider/Help/GUI/Main-GUI/VLayoutView.html +share/SuperCollider/Help/GUI/Main-GUI/View.html +share/SuperCollider/Help/GUI/Main-GUI/Window.html +share/SuperCollider/Help/GUI/SimpleController.html +share/SuperCollider/Help/Geometry/Point.html +share/SuperCollider/Help/Geometry/Rect.html +share/SuperCollider/Help/Glossary.html +share/SuperCollider/Help/Help.html +share/SuperCollider/Help/Language/Adverbs.html +share/SuperCollider/Help/Language/Assignment.html +share/SuperCollider/Help/Language/Classes.html +share/SuperCollider/Help/Language/Comments.html +share/SuperCollider/Help/Language/Control-Structures.html +share/SuperCollider/Help/Language/Debugging-tips.html +share/SuperCollider/Help/Language/Expression-Sequence.html +share/SuperCollider/Help/Language/Functions.html +share/SuperCollider/Help/Language/Intro-to-Objects.html +share/SuperCollider/Help/Language/J_concepts_in_SC.html +share/SuperCollider/Help/Language/ListComprehensions.html +share/SuperCollider/Help/Language/Literals.html +share/SuperCollider/Help/Language/Method-Calls.html +share/SuperCollider/Help/Language/Operators.html +share/SuperCollider/Help/Language/Partial-Application.html +share/SuperCollider/Help/Language/Polymorphism.html +share/SuperCollider/Help/Language/Scope.html +share/SuperCollider/Help/Language/SymbolicNotations.html +share/SuperCollider/Help/Language/Syntax-Shortcuts.html +share/SuperCollider/Help/Language/Understanding-Errors.html +share/SuperCollider/Help/Libraries/JITLib/JITLib.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/EventPatternProxy.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/Fdef.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/PatternProxy.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/PbindProxy.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/Pbindef.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/Pdef.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/Pdefn.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/Pdict.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/Pnsym.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/Psym.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/TaskProxy.html +share/SuperCollider/Help/Libraries/JITLib/Patterns/Tdef.html +share/SuperCollider/Help/Libraries/JITLib/environments/EnvironmentRedirect.html +share/SuperCollider/Help/Libraries/JITLib/environments/LazyEnvir.html +share/SuperCollider/Help/Libraries/JITLib/environments/Maybe.html +share/SuperCollider/Help/Libraries/JITLib/environments/ProxySpace.html +share/SuperCollider/Help/Libraries/JITLib/extras/History.html +share/SuperCollider/Help/Libraries/JITLib/extras/NdefMixer.html +share/SuperCollider/Help/Libraries/JITLib/extras/NodeProxyEditor.html +share/SuperCollider/Help/Libraries/JITLib/extras/PdefAllGui.html +share/SuperCollider/Help/Libraries/JITLib/extras/PdefEditor.html +share/SuperCollider/Help/Libraries/JITLib/extras/ProxyChain.html +share/SuperCollider/Help/Libraries/JITLib/extras/ProxyChainGui.html +share/SuperCollider/Help/Libraries/JITLib/extras/ProxyMixer.html +share/SuperCollider/Help/Libraries/JITLib/extras/ProxyMonitorGui.html +share/SuperCollider/Help/Libraries/JITLib/extras/SkipJack.html +share/SuperCollider/Help/Libraries/JITLib/extras/TdefAllGui.html +share/SuperCollider/Help/Libraries/JITLib/extras/TdefEditor.html +share/SuperCollider/Help/Libraries/JITLib/extras/softSet.html +share/SuperCollider/Help/Libraries/JITLib/networking/BroadcastServer.html +share/SuperCollider/Help/Libraries/JITLib/networking/Client.html +share/SuperCollider/Help/Libraries/JITLib/networking/Public.html +share/SuperCollider/Help/Libraries/JITLib/networking/public_proxy_space.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/BusPlug.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/EnvGate.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/Monitor.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/Ndef.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/NodeMap.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/NodeProxy.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/NodeProxy_roles.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/ProxySynthDef.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/RecNodeProxy.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/TempoBusClock.html +share/SuperCollider/Help/Libraries/JITLib/nodeproxy/playN.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/audio_rate_mapping.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/basic_live_coding_techniques.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/jitlib_asCompileString.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/jitlib_basic_concepts_01.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/jitlib_basic_concepts_02.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/jitlib_basic_concepts_03.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/jitlib_basic_concepts_04.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/jitlib_efficiency.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/jitlib_fading.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/jitlib_networking.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/proxyspace_examples.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/recursive_phrasing.html +share/SuperCollider/Help/Libraries/JITLib/tutorials/the_lazy_proxy.html +share/SuperCollider/Help/Libraries/crucial/CRUCIAL-LIBRARY.html +share/SuperCollider/Help/Libraries/crucial/Constraints/AbstractConstraint.html +share/SuperCollider/Help/Libraries/crucial/Constraints/Constraint.html +share/SuperCollider/Help/Libraries/crucial/Constraints/CountLimit.html +share/SuperCollider/Help/Libraries/crucial/Constraints/IsEven.html +share/SuperCollider/Help/Libraries/crucial/Constraints/IsNotIn.html +share/SuperCollider/Help/Libraries/crucial/Constraints/SeenBefore.html +share/SuperCollider/Help/Libraries/crucial/Control/MIDIClockOut.html +share/SuperCollider/Help/Libraries/crucial/Control/ObjectSpec.html +share/SuperCollider/Help/Libraries/crucial/Crucial.html +share/SuperCollider/Help/Libraries/crucial/Editors/BooleanEditor.html +share/SuperCollider/Help/Libraries/crucial/Editors/IrNumberEditor.html +share/SuperCollider/Help/Libraries/crucial/Editors/KrNumberEditor.html +share/SuperCollider/Help/Libraries/crucial/Editors/NumberEditor.html +share/SuperCollider/Help/Libraries/crucial/Gui/ActionButton.html +share/SuperCollider/Help/Libraries/crucial/Gui/CXMenu.html +share/SuperCollider/Help/Libraries/crucial/Gui/FlowView.html +share/SuperCollider/Help/Libraries/crucial/Gui/GridLayout.html +share/SuperCollider/Help/Libraries/crucial/Gui/MLIDbrowser.html +share/SuperCollider/Help/Libraries/crucial/Gui/ModalDialog.html +share/SuperCollider/Help/Libraries/crucial/Gui/MultiPageLayout.html +share/SuperCollider/Help/Libraries/crucial/Gui/ObjectGui.html +share/SuperCollider/Help/Libraries/crucial/Gui/PageLayout.html +share/SuperCollider/Help/Libraries/crucial/Gui/SaveConsole.html +share/SuperCollider/Help/Libraries/crucial/Gui/SelectButtonSet.html +share/SuperCollider/Help/Libraries/crucial/Gui/Sheet.html +share/SuperCollider/Help/Libraries/crucial/Gui/SynthConsole.html +share/SuperCollider/Help/Libraries/crucial/Gui/ToggleButton.html +share/SuperCollider/Help/Libraries/crucial/Gui/gui.html +share/SuperCollider/Help/Libraries/crucial/Instr/AudioSpec.html +share/SuperCollider/Help/Libraries/crucial/Instr/ControlPrototypes.html +share/SuperCollider/Help/Libraries/crucial/Instr/Instr.html +share/SuperCollider/Help/Libraries/crucial/Instr/InstrAt.html +share/SuperCollider/Help/Libraries/crucial/Instr/InstrSpawner.html +share/SuperCollider/Help/Libraries/crucial/Instr/InstrSynthDef.html +share/SuperCollider/Help/Libraries/crucial/Instr/Interface.html +share/SuperCollider/Help/Libraries/crucial/Instr/Patch.html +share/SuperCollider/Help/Libraries/crucial/Instr/StreamSpec.html +share/SuperCollider/Help/Libraries/crucial/Introspection/TestCase.html +share/SuperCollider/Help/Libraries/crucial/Patching/Patching.html +share/SuperCollider/Help/Libraries/crucial/Patching/PlayerInputProxy.html +share/SuperCollider/Help/Libraries/crucial/Players/AbstractPlayer.html +share/SuperCollider/Help/Libraries/crucial/Players/AbstractPlayerGui.html +share/SuperCollider/Help/Libraries/crucial/Players/AbstractPlayerProxy.html +share/SuperCollider/Help/Libraries/crucial/Players/AudioInPlayer.html +share/SuperCollider/Help/Libraries/crucial/Players/BeatClockPlayer.html +share/SuperCollider/Help/Libraries/crucial/Players/EnvelopedPlayer.html +share/SuperCollider/Help/Libraries/crucial/Players/FunctionPlayer.html +share/SuperCollider/Help/Libraries/crucial/Players/GroupedPlayerMixer.html +share/SuperCollider/Help/Libraries/crucial/Players/HasPatchIns.html +share/SuperCollider/Help/Libraries/crucial/Players/InstrGateSpawner.html +share/SuperCollider/Help/Libraries/crucial/Players/MIDIPlayer.html +share/SuperCollider/Help/Libraries/crucial/Players/MonoAudioIn.html +share/SuperCollider/Help/Libraries/crucial/Players/PlayerAmp.html +share/SuperCollider/Help/Libraries/crucial/Players/PlayerEffectSocket.html +share/SuperCollider/Help/Libraries/crucial/Players/PlayerEfxFunc.html +share/SuperCollider/Help/Libraries/crucial/Players/PlayerMixer.html +share/SuperCollider/Help/Libraries/crucial/Players/PlayerPool.html +share/SuperCollider/Help/Libraries/crucial/Players/PlayerSchedulingServices.html +share/SuperCollider/Help/Libraries/crucial/Players/PlayerSocket.html +share/SuperCollider/Help/Libraries/crucial/Players/PlayerUnop.html +share/SuperCollider/Help/Libraries/crucial/Players/SFP/SFP.html +share/SuperCollider/Help/Libraries/crucial/Players/SFP/VSFP.html +share/SuperCollider/Help/Libraries/crucial/Players/Silence.html +share/SuperCollider/Help/Libraries/crucial/Players/playerServerSupport.html +share/SuperCollider/Help/Libraries/crucial/Sample/ArrayBuffer.html +share/SuperCollider/Help/Libraries/crucial/Sample/BufferProxy.html +share/SuperCollider/Help/Libraries/crucial/Sample/Sample.html +share/SuperCollider/Help/Libraries/crucial/Scheduling/BeatSched.html +share/SuperCollider/Help/Libraries/crucial/Scheduling/OSCSched.html +share/SuperCollider/Help/Libraries/crucial/Scheduling/Tempo.html +share/SuperCollider/Help/Libraries/crucial/Scheduling/TempoBus.html +share/SuperCollider/Help/Libraries/crucial/Scheduling/TempoPlayer.html +share/SuperCollider/Help/Libraries/crucial/Scheduling/atTime.html +share/SuperCollider/Help/Libraries/crucial/Sequencers/Midi2Freq.html +share/SuperCollider/Help/Libraries/crucial/Sequencers/ModalFreq.html +share/SuperCollider/Help/Libraries/crucial/Sequencers/Stream2Trig.html +share/SuperCollider/Help/Libraries/crucial/Sequencers/StreamKrDur.html +share/SuperCollider/Help/Libraries/crucial/ServerTools/ServerLog.html +share/SuperCollider/Help/Libraries/crucial/ServerTools/SharedBus.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/Enveloper2.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/KeyCodeResponder.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/Mono.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/MultiChannelRecorder.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/NumChannels.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/PlayPathButton.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/RelativeToParent.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/ServerErrorGui.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/UnicodeResponder.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/Updater.html +share/SuperCollider/Help/Libraries/crucial/UncoupledUsefulThings/ZArchive.html +share/SuperCollider/Help/Linux/EmacsEditor.html +share/SuperCollider/Help/Linux/EmacsGUI.help.scd +share/SuperCollider/Help/Linux/LID.html +share/SuperCollider/Help/Linux/Linux_udev_setup.help.scd +share/SuperCollider/Help/Math/Complex.html +share/SuperCollider/Help/Math/Float.html +share/SuperCollider/Help/Math/Infinitum.html +share/SuperCollider/Help/Math/Integer.html +share/SuperCollider/Help/Math/Magnitude.html +share/SuperCollider/Help/Math/Number.html +share/SuperCollider/Help/Math/Polar.html +share/SuperCollider/Help/Math/SimpleNumber.html +share/SuperCollider/Help/More-On-Getting-Help.html +share/SuperCollider/Help/OSX/Aggregate Device.html +share/SuperCollider/Help/OSX/ApplicationStart.html +share/SuperCollider/Help/OSX/Cocoa.html +share/SuperCollider/Help/OSX/CocoaDialog.html +share/SuperCollider/Help/OSX/CocoaDocument.html +share/SuperCollider/Help/OSX/Speech.html +share/SuperCollider/Help/OSX/SuperColliderAU.html +share/SuperCollider/Help/OSX/objC/SCNSObject.html +share/SuperCollider/Help/OSX/standardizePath.html +share/SuperCollider/Help/OSX/writeAsPlist.html +share/SuperCollider/Help/Other Topics/HelpDocsLicensing.html +share/SuperCollider/Help/Other Topics/Internal-Snooping.html +share/SuperCollider/Help/Other Topics/MultiChannel.html +share/SuperCollider/Help/Other Topics/Non-Realtime-Synthesis.html +share/SuperCollider/Help/Other Topics/Randomness.html +share/SuperCollider/Help/Other Topics/Shortcuts.html +share/SuperCollider/Help/Other Topics/Tracing Processes.html +share/SuperCollider/Help/Other Topics/Undocumented-Classes.html +share/SuperCollider/Help/Other Topics/asTarget.html +share/SuperCollider/Help/Other Topics/play.html +share/SuperCollider/Help/Other Topics/usingTheWiki/WikiUsage.html +share/SuperCollider/Help/Other Topics/usingTheWiki/dir/runMe2.html +share/SuperCollider/Help/Other Topics/usingTheWiki/dir/somepage.html +share/SuperCollider/Help/Other Topics/usingTheWiki/runMe.html +share/SuperCollider/Help/Platform/Platform.html +share/SuperCollider/Help/Scheduling/AppClock.html +share/SuperCollider/Help/Scheduling/Condition.html +share/SuperCollider/Help/Scheduling/Quant.html +share/SuperCollider/Help/Scheduling/Scheduler.html +share/SuperCollider/Help/Scheduling/Semaphore.html +share/SuperCollider/Help/Scheduling/SystemClock.html +share/SuperCollider/Help/Scheduling/Task.html +share/SuperCollider/Help/Scheduling/TempoClock.html +share/SuperCollider/Help/ServerArchitecture/Buffer.html +share/SuperCollider/Help/ServerArchitecture/Bus.html +share/SuperCollider/Help/ServerArchitecture/ClientVsServer.html +share/SuperCollider/Help/ServerArchitecture/Group.html +share/SuperCollider/Help/ServerArchitecture/Node.html +share/SuperCollider/Help/ServerArchitecture/NodeControl.html +share/SuperCollider/Help/ServerArchitecture/NodeMessaging.html +share/SuperCollider/Help/ServerArchitecture/Order-of-execution.html +share/SuperCollider/Help/ServerArchitecture/RootNode.html +share/SuperCollider/Help/ServerArchitecture/Server-Architecture.html +share/SuperCollider/Help/ServerArchitecture/Server-Command-Reference.html +share/SuperCollider/Help/ServerArchitecture/Server.html +share/SuperCollider/Help/ServerArchitecture/ServerOptions.html +share/SuperCollider/Help/ServerArchitecture/ServerTiming.html +share/SuperCollider/Help/ServerArchitecture/Synth-Definition-File-Format.html +share/SuperCollider/Help/ServerArchitecture/Synth.html +share/SuperCollider/Help/ServerArchitecture/SynthDef.html +share/SuperCollider/Help/ServerArchitecture/SynthDesc.html +share/SuperCollider/Help/ServerArchitecture/SynthDescLib.html +share/SuperCollider/Help/ServerArchitecture/Volume.html +share/SuperCollider/Help/ServerArchitecture/bundledCommands.html +share/SuperCollider/Help/ServerArchitecture/cmds.html +share/SuperCollider/Help/ServerArchitecture/default_group.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_01_Introduction.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_02_Basic_Vocabulary.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_03_What_Is_Pbind.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_04_Words_to_Phrases.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_05_Math_on_Patterns.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_060_Filter_Patterns.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_06a_Repetition_Contraint_Patterns.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_06b_Time_Based_Patterns.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_06c_Composition_of_Patterns.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_06d_Parallel_Patterns.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_06e_Language_Control.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_06f_Server_Control.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_06g_Data_Sharing.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_07_Value_Conversions.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_08_Event_Types_and_Parameters.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_Cookbook01_Basic_Sequencing.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_Cookbook02_Manipulating_Patterns.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_Cookbook03_External_Control.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_Cookbook04_Sending_MIDI.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_Cookbook05_Using_Samples.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_Cookbook06_Phrase_Network.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_Cookbook07_Rhythmic_Variations.html +share/SuperCollider/Help/Streams-Patterns-Events/A Practical Guide/PG_Ref01_Pattern_Internals.html +share/SuperCollider/Help/Streams-Patterns-Events/BinaryOpStream.html +share/SuperCollider/Help/Streams-Patterns-Events/EventStream.html +share/SuperCollider/Help/Streams-Patterns-Events/EventStreamPlayer.html +share/SuperCollider/Help/Streams-Patterns-Events/NAryOpStream.html +share/SuperCollider/Help/Streams-Patterns-Events/NodeEvent.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/FilterPattern.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/ListPattern.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Padd.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Paddp.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Paddpre.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pattern.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PatternConductor.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PatternsDocumentedAndNot.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pavaroh.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pbeta.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pbind.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pbindf.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pbinop.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pbrown.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pbus.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pcauchy.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pchain.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pclutch.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pcollect.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pconst.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PdegreeToKey.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pdfsm.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PdurStutter.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Penvir.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pexprand.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfin.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfindur.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfinval.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pflow.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfset.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfsm.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfunc.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfuncn.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfx.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pfxb.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pgate.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pgauss.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pgbrown.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pgeom.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pgpar.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pgroup.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Phid.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PhidKey.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PhidSlot.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Phprand.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pif.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pindex.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pkey.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Place.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Plambda.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Plazy.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PlazyEnvir.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PlazyEnvirN.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Plprand.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pmeanrand.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pmono.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PmonoArtic.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pmul.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pmulp.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pmulpre.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pn.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pnaryop.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Ppar.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Ppatlace.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Ppatmod.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Ppoisson.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pprob.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pprotect.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pproto.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Prand.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Preject.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Prewrite.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Prorate.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Prout.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Proutine.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pseed.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pseg.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pselect.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pseq.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pser.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pseries.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pset.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Psetp.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Psetpre.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pshuf.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pslide.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pspawn.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pspawner.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pstep.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PstepNadd.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/PstepNfunc.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pstutter.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pswitch.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pswitch1.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Psync.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Ptime.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Ptpar.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Ptuple.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Punop.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pwalk.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pwhile.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pwhite.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pwrand.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pwrap.html +share/SuperCollider/Help/Streams-Patterns-Events/Patterns/Pxrand.html +share/SuperCollider/Help/Streams-Patterns-Events/Stream.html +share/SuperCollider/Help/Streams-Patterns-Events/StreamClutch.html +share/SuperCollider/Help/Streams-Patterns-Events/Streams-Patterns-Events1.html +share/SuperCollider/Help/Streams-Patterns-Events/Streams-Patterns-Events2.html +share/SuperCollider/Help/Streams-Patterns-Events/Streams-Patterns-Events3.html +share/SuperCollider/Help/Streams-Patterns-Events/Streams-Patterns-Events4.html +share/SuperCollider/Help/Streams-Patterns-Events/Streams-Patterns-Events5.html +share/SuperCollider/Help/Streams-Patterns-Events/Streams-Patterns-Events6.html +share/SuperCollider/Help/Streams-Patterns-Events/Streams-Patterns-Events7.html +share/SuperCollider/Help/Streams-Patterns-Events/Streams.html +share/SuperCollider/Help/Streams-Patterns-Events/UnaryOpStream.html +share/SuperCollider/Help/Tutorials/Getting-Started/Buffers.html +share/SuperCollider/Help/Tutorials/Getting-Started/Busses.html +share/SuperCollider/Help/Tutorials/Getting-Started/First Steps.html +share/SuperCollider/Help/Tutorials/Getting-Started/Functions and Other Functionality.html +share/SuperCollider/Help/Tutorials/Getting-Started/Functions and Sound.html +share/SuperCollider/Help/Tutorials/Getting-Started/Getting Help.html +share/SuperCollider/Help/Tutorials/Getting-Started/Getting Started With SC.html +share/SuperCollider/Help/Tutorials/Getting-Started/Groups.html +share/SuperCollider/Help/Tutorials/Getting-Started/Introductory Remarks.html +share/SuperCollider/Help/Tutorials/Getting-Started/Mix it Up.html +share/SuperCollider/Help/Tutorials/Getting-Started/Presented in Living Stereo.html +share/SuperCollider/Help/Tutorials/Getting-Started/Scheduling Events.html +share/SuperCollider/Help/Tutorials/Getting-Started/Scoping and Plotting.html +share/SuperCollider/Help/Tutorials/Getting-Started/Sequencing with Patterns.html +share/SuperCollider/Help/Tutorials/Getting-Started/Sequencing with Routines and Tasks.html +share/SuperCollider/Help/Tutorials/Getting-Started/Start Your Engines.html +share/SuperCollider/Help/Tutorials/Getting-Started/SynthDefs and Synths.html +share/SuperCollider/Help/Tutorials/How-to-Use-the-Interpreter.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Debugging/1_Debugging.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Debugging/2_Syntax_errors.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Debugging/3_Runtime_errors.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/First_steps/1_Startup.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/First_steps/2_Evaluating_code.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/First_steps/3_Comments.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/First_steps/4_Help.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Introductory_tutorial.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/0.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/1.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/10.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/11.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/12.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/13.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/14.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/15.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/2.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/3.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/4.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/5.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/6.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/7.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/8.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis (Japanese version)/I. Synthesis/9.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/10_Subtractive_synthesis.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/11_Groups.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/12_Playbuf.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/13_Delays_reverbs.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/14_Frequency_modulation.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/15_Scheduling.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/1_The_network.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/2_Prerequisites.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/3_SynthDefs.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/4_Rates.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/5_Buses.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/6_Controls.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/7_Test_functions.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/8_UnaryOp_synthesis.html +share/SuperCollider/Help/Tutorials/Mark_Polishook_tutorial/Synthesis/9_BinaryOp_synthesis.html +share/SuperCollider/Help/Tutorials/Tutorial.html +share/SuperCollider/Help/Tutorials/UGens-and-Synths.html +share/SuperCollider/Help/UGens/Algebraic/BasicOpUGen.html +share/SuperCollider/Help/UGens/Algebraic/BinaryOpUGen.html +share/SuperCollider/Help/UGens/Algebraic/UnaryOpUGen.html +share/SuperCollider/Help/UGens/Analysis/Amplitude.html +share/SuperCollider/Help/UGens/Analysis/Compander.html +share/SuperCollider/Help/UGens/Analysis/Pitch.html +share/SuperCollider/Help/UGens/Analysis/RunningSum.html +share/SuperCollider/Help/UGens/Analysis/Slope.html +share/SuperCollider/Help/UGens/Analysis/ZeroCrossing.html +share/SuperCollider/Help/UGens/Chaos/CuspL.html +share/SuperCollider/Help/UGens/Chaos/CuspN.html +share/SuperCollider/Help/UGens/Chaos/FBSineC.html +share/SuperCollider/Help/UGens/Chaos/FBSineL.html +share/SuperCollider/Help/UGens/Chaos/FBSineN.html +share/SuperCollider/Help/UGens/Chaos/GbmanL.html +share/SuperCollider/Help/UGens/Chaos/GbmanN.html +share/SuperCollider/Help/UGens/Chaos/HenonC.html +share/SuperCollider/Help/UGens/Chaos/HenonL.html +share/SuperCollider/Help/UGens/Chaos/HenonN.html +share/SuperCollider/Help/UGens/Chaos/LatoocarfianC.html +share/SuperCollider/Help/UGens/Chaos/LatoocarfianL.html +share/SuperCollider/Help/UGens/Chaos/LatoocarfianN.html +share/SuperCollider/Help/UGens/Chaos/LinCongC.html +share/SuperCollider/Help/UGens/Chaos/LinCongL.html +share/SuperCollider/Help/UGens/Chaos/LinCongN.html +share/SuperCollider/Help/UGens/Chaos/LorenzL.html +share/SuperCollider/Help/UGens/Chaos/QuadC.html +share/SuperCollider/Help/UGens/Chaos/QuadL.html +share/SuperCollider/Help/UGens/Chaos/QuadN.html +share/SuperCollider/Help/UGens/Chaos/StandardL.html +share/SuperCollider/Help/UGens/Chaos/StandardN.html +share/SuperCollider/Help/UGens/ChaosGen.html +share/SuperCollider/Help/UGens/Delays/AllpassC.html +share/SuperCollider/Help/UGens/Delays/AllpassL.html +share/SuperCollider/Help/UGens/Delays/AllpassN.html +share/SuperCollider/Help/UGens/Delays/BufAllpassC.html +share/SuperCollider/Help/UGens/Delays/BufAllpassL.html +share/SuperCollider/Help/UGens/Delays/BufAllpassN.html +share/SuperCollider/Help/UGens/Delays/BufCombC.html +share/SuperCollider/Help/UGens/Delays/BufCombL.html +share/SuperCollider/Help/UGens/Delays/BufCombN.html +share/SuperCollider/Help/UGens/Delays/BufDelayC.html +share/SuperCollider/Help/UGens/Delays/BufDelayL.html +share/SuperCollider/Help/UGens/Delays/BufDelayN.html +share/SuperCollider/Help/UGens/Delays/CombC.html +share/SuperCollider/Help/UGens/Delays/CombL.html +share/SuperCollider/Help/UGens/Delays/CombN.html +share/SuperCollider/Help/UGens/Delays/Delay1.html +share/SuperCollider/Help/UGens/Delays/Delay2.html +share/SuperCollider/Help/UGens/Delays/DelayC.html +share/SuperCollider/Help/UGens/Delays/DelayL.html +share/SuperCollider/Help/UGens/Delays/DelayN.html +share/SuperCollider/Help/UGens/Delays/MultiTap.html +share/SuperCollider/Help/UGens/Delays/PingPong.html +share/SuperCollider/Help/UGens/Delays/PitchShift.html +share/SuperCollider/Help/UGens/Delays/Pluck.html +share/SuperCollider/Help/UGens/Delays/Tap.html +share/SuperCollider/Help/UGens/FFT/Convolution.html +share/SuperCollider/Help/UGens/FFT/Convolution2.html +share/SuperCollider/Help/UGens/FFT/Convolution2L.html +share/SuperCollider/Help/UGens/FFT/Convolution3.html +share/SuperCollider/Help/UGens/FFT/FFT Overview.html +share/SuperCollider/Help/UGens/FFT/FFT.html +share/SuperCollider/Help/UGens/FFT/FFTTrigger.html +share/SuperCollider/Help/UGens/FFT/IFFT.html +share/SuperCollider/Help/UGens/FFT/PV_Add.html +share/SuperCollider/Help/UGens/FFT/PV_BinScramble.html +share/SuperCollider/Help/UGens/FFT/PV_BinShift.html +share/SuperCollider/Help/UGens/FFT/PV_BinWipe.html +share/SuperCollider/Help/UGens/FFT/PV_BrickWall.html +share/SuperCollider/Help/UGens/FFT/PV_ConformalMap.html +share/SuperCollider/Help/UGens/FFT/PV_Conj.html +share/SuperCollider/Help/UGens/FFT/PV_Copy.html +share/SuperCollider/Help/UGens/FFT/PV_CopyPhase.html +share/SuperCollider/Help/UGens/FFT/PV_Diffuser.html +share/SuperCollider/Help/UGens/FFT/PV_Div.html +share/SuperCollider/Help/UGens/FFT/PV_HainsworthFoote.html +share/SuperCollider/Help/UGens/FFT/PV_JensenAndersen.html +share/SuperCollider/Help/UGens/FFT/PV_LocalMax.html +share/SuperCollider/Help/UGens/FFT/PV_MagAbove.html +share/SuperCollider/Help/UGens/FFT/PV_MagBelow.html +share/SuperCollider/Help/UGens/FFT/PV_MagClip.html +share/SuperCollider/Help/UGens/FFT/PV_MagDiv.html +share/SuperCollider/Help/UGens/FFT/PV_MagFreeze.html +share/SuperCollider/Help/UGens/FFT/PV_MagMul.html +share/SuperCollider/Help/UGens/FFT/PV_MagNoise.html +share/SuperCollider/Help/UGens/FFT/PV_MagShift.html +share/SuperCollider/Help/UGens/FFT/PV_MagSmear.html +share/SuperCollider/Help/UGens/FFT/PV_MagSquared.html +share/SuperCollider/Help/UGens/FFT/PV_Max.html +share/SuperCollider/Help/UGens/FFT/PV_Min.html +share/SuperCollider/Help/UGens/FFT/PV_Mul.html +share/SuperCollider/Help/UGens/FFT/PV_PhaseShift.html +share/SuperCollider/Help/UGens/FFT/PV_PhaseShift270.html +share/SuperCollider/Help/UGens/FFT/PV_PhaseShift90.html +share/SuperCollider/Help/UGens/FFT/PV_RandComb.html +share/SuperCollider/Help/UGens/FFT/PV_RandWipe.html +share/SuperCollider/Help/UGens/FFT/PV_RectComb.html +share/SuperCollider/Help/UGens/FFT/PV_RectComb2.html +share/SuperCollider/Help/UGens/FFT/PackFFT.html +share/SuperCollider/Help/UGens/FFT/PartConv.html +share/SuperCollider/Help/UGens/FFT/SpecCentroid.html +share/SuperCollider/Help/UGens/FFT/SpecFlatness.html +share/SuperCollider/Help/UGens/FFT/SpecPcile.html +share/SuperCollider/Help/UGens/FFT/StereoConvolution2L.html +share/SuperCollider/Help/UGens/FFT/Unpack1FFT.html +share/SuperCollider/Help/UGens/FFT/UnpackFFT.html +share/SuperCollider/Help/UGens/FFT/pvcalc.html +share/SuperCollider/Help/UGens/FFT/pvcalc2.html +share/SuperCollider/Help/UGens/FFT/pvcollect.html +share/SuperCollider/Help/UGens/Filter.html +share/SuperCollider/Help/UGens/Filters/AmpComp.html +share/SuperCollider/Help/UGens/Filters/AmpCompA.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BAllPass.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BBandPass.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BBandStop.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BEQSuite.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BHiPass.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BHiPass4.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BHiShelf.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BLowPass.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BLowPass4.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BLowShelf.html +share/SuperCollider/Help/UGens/Filters/BEQSuite/BPeakEQ.html +share/SuperCollider/Help/UGens/Filters/BPF.html +share/SuperCollider/Help/UGens/Filters/BPZ2.html +share/SuperCollider/Help/UGens/Filters/BRF.html +share/SuperCollider/Help/UGens/Filters/BRZ2.html +share/SuperCollider/Help/UGens/Filters/Clip.html +share/SuperCollider/Help/UGens/Filters/DynKlank.html +share/SuperCollider/Help/UGens/Filters/FOS.html +share/SuperCollider/Help/UGens/Filters/Fold.html +share/SuperCollider/Help/UGens/Filters/Formlet.html +share/SuperCollider/Help/UGens/Filters/FreqShift.html +share/SuperCollider/Help/UGens/Filters/HPF.html +share/SuperCollider/Help/UGens/Filters/HPZ1.html +share/SuperCollider/Help/UGens/Filters/HPZ2.html +share/SuperCollider/Help/UGens/Filters/Klank.html +share/SuperCollider/Help/UGens/Filters/LPF.html +share/SuperCollider/Help/UGens/Filters/LPZ1.html +share/SuperCollider/Help/UGens/Filters/LPZ2.html +share/SuperCollider/Help/UGens/Filters/Lag.html +share/SuperCollider/Help/UGens/Filters/Lag2.html +share/SuperCollider/Help/UGens/Filters/Lag2UD.html +share/SuperCollider/Help/UGens/Filters/Lag3.html +share/SuperCollider/Help/UGens/Filters/Lag3UD.html +share/SuperCollider/Help/UGens/Filters/LagUD.html +share/SuperCollider/Help/UGens/Filters/LeakDC.html +share/SuperCollider/Help/UGens/Filters/Limiter.html +share/SuperCollider/Help/UGens/Filters/LinExp.html +share/SuperCollider/Help/UGens/Filters/LinLin.html +share/SuperCollider/Help/UGens/Filters/Median.html +share/SuperCollider/Help/UGens/Filters/MidEQ.html +share/SuperCollider/Help/UGens/Filters/MoogFF.html +share/SuperCollider/Help/UGens/Filters/MulAdd.html +share/SuperCollider/Help/UGens/Filters/Normalizer.html +share/SuperCollider/Help/UGens/Filters/OnePole.html +share/SuperCollider/Help/UGens/Filters/OneZero.html +share/SuperCollider/Help/UGens/Filters/RHPF.html +share/SuperCollider/Help/UGens/Filters/RLPF.html +share/SuperCollider/Help/UGens/Filters/Ramp.html +share/SuperCollider/Help/UGens/Filters/Resonz.html +share/SuperCollider/Help/UGens/Filters/Ringz.html +share/SuperCollider/Help/UGens/Filters/SOS.html +share/SuperCollider/Help/UGens/Filters/TwoPole.html +share/SuperCollider/Help/UGens/Filters/TwoZero.html +share/SuperCollider/Help/UGens/Filters/Wrap.html +share/SuperCollider/Help/UGens/Generators/Granular/GrainBuf.html +share/SuperCollider/Help/UGens/Generators/Granular/GrainFM.html +share/SuperCollider/Help/UGens/Generators/Granular/GrainIn.html +share/SuperCollider/Help/UGens/Generators/Granular/GrainSin.html +share/SuperCollider/Help/UGens/Generators/PhysicalModels/Ball.html +share/SuperCollider/Help/UGens/Generators/PhysicalModels/Spring.html +share/SuperCollider/Help/UGens/Generators/PhysicalModels/TBall.html +share/SuperCollider/Help/UGens/InOut/AbstractIn.html +share/SuperCollider/Help/UGens/InOut/AbstractOut.html +share/SuperCollider/Help/UGens/InOut/AudioIn.html +share/SuperCollider/Help/UGens/InOut/In.html +share/SuperCollider/Help/UGens/InOut/InFeedback.html +share/SuperCollider/Help/UGens/InOut/InTrig.html +share/SuperCollider/Help/UGens/InOut/LocalBuf.html +share/SuperCollider/Help/UGens/InOut/LocalIn.html +share/SuperCollider/Help/UGens/InOut/LocalOut.html +share/SuperCollider/Help/UGens/InOut/MaxLocalBufs.html +share/SuperCollider/Help/UGens/InOut/OffsetOut.html +share/SuperCollider/Help/UGens/InOut/Out.html +share/SuperCollider/Help/UGens/InOut/ReplaceOut.html +share/SuperCollider/Help/UGens/InOut/SharedIn.html +share/SuperCollider/Help/UGens/InOut/SharedOut.html +share/SuperCollider/Help/UGens/InOut/SoundIn.html +share/SuperCollider/Help/UGens/InOut/XOut.html +share/SuperCollider/Help/UGens/Info/BufChannels.html +share/SuperCollider/Help/UGens/Info/BufDur.html +share/SuperCollider/Help/UGens/Info/BufFrames.html +share/SuperCollider/Help/UGens/Info/BufRateScale.html +share/SuperCollider/Help/UGens/Info/BufSampleRate.html +share/SuperCollider/Help/UGens/Info/BufSamples.html +share/SuperCollider/Help/UGens/Info/CheckBadValues.html +share/SuperCollider/Help/UGens/Info/ControlDur.html +share/SuperCollider/Help/UGens/Info/ControlRate.html +share/SuperCollider/Help/UGens/Info/NumRunningSynths.html +share/SuperCollider/Help/UGens/Info/SampleDur.html +share/SuperCollider/Help/UGens/Info/SampleRate.html +share/SuperCollider/Help/UGens/Info/SubsampleOffset.html +share/SuperCollider/Help/UGens/MachineListening/BeatTrack.html +share/SuperCollider/Help/UGens/MachineListening/BeatTrack2.html +share/SuperCollider/Help/UGens/MachineListening/KeyTrack.html +share/SuperCollider/Help/UGens/MachineListening/Loudness.html +share/SuperCollider/Help/UGens/MachineListening/MFCC.html +share/SuperCollider/Help/UGens/MachineListening/Onsets.html +share/SuperCollider/Help/UGens/Multichannel/Mix.html +share/SuperCollider/Help/UGens/Multichannel/MultiOutUGen.html +share/SuperCollider/Help/UGens/Multichannel/OutputProxy.html +share/SuperCollider/Help/UGens/Multichannel/Panners/Balance2.html +share/SuperCollider/Help/UGens/Multichannel/Panners/BiPanB2.html +share/SuperCollider/Help/UGens/Multichannel/Panners/DecodeB2.html +share/SuperCollider/Help/UGens/Multichannel/Panners/LinPan2.html +share/SuperCollider/Help/UGens/Multichannel/Panners/LinXFade2.html +share/SuperCollider/Help/UGens/Multichannel/Panners/Pan2.html +share/SuperCollider/Help/UGens/Multichannel/Panners/Pan4.html +share/SuperCollider/Help/UGens/Multichannel/Panners/PanAz.html +share/SuperCollider/Help/UGens/Multichannel/Panners/PanB.html +share/SuperCollider/Help/UGens/Multichannel/Panners/PanB2.html +share/SuperCollider/Help/UGens/Multichannel/Panners/Rotate2.html +share/SuperCollider/Help/UGens/Multichannel/Panners/SelectX.html +share/SuperCollider/Help/UGens/Multichannel/Panners/SelectXFocus.html +share/SuperCollider/Help/UGens/Multichannel/Panners/Splay.html +share/SuperCollider/Help/UGens/Multichannel/Panners/SplayAz.html +share/SuperCollider/Help/UGens/Multichannel/Panners/SplayZ.html +share/SuperCollider/Help/UGens/Multichannel/Panners/XFade2.html +share/SuperCollider/Help/UGens/Multichannel/Select.html +share/SuperCollider/Help/UGens/Noise/BrownNoise.html +share/SuperCollider/Help/UGens/Noise/ClipNoise.html +share/SuperCollider/Help/UGens/Noise/Crackle.html +share/SuperCollider/Help/UGens/Noise/Dust.html +share/SuperCollider/Help/UGens/Noise/Dust2.html +share/SuperCollider/Help/UGens/Noise/GrayNoise.html +share/SuperCollider/Help/UGens/Noise/Hasher.html +share/SuperCollider/Help/UGens/Noise/LFClipNoise.html +share/SuperCollider/Help/UGens/Noise/LFDClipNoise.html +share/SuperCollider/Help/UGens/Noise/LFDNoise0.html +share/SuperCollider/Help/UGens/Noise/LFDNoise1.html +share/SuperCollider/Help/UGens/Noise/LFDNoise3.html +share/SuperCollider/Help/UGens/Noise/LFNoise0.html +share/SuperCollider/Help/UGens/Noise/LFNoise1.html +share/SuperCollider/Help/UGens/Noise/LFNoise2.html +share/SuperCollider/Help/UGens/Noise/Logistic.html +share/SuperCollider/Help/UGens/Noise/MantissaMask.html +share/SuperCollider/Help/UGens/Noise/PinkNoise.html +share/SuperCollider/Help/UGens/Noise/PinkerNoise.html +share/SuperCollider/Help/UGens/Noise/Rossler.html +share/SuperCollider/Help/UGens/Noise/WhiteNoise.html +share/SuperCollider/Help/UGens/Oscillators/Blip.html +share/SuperCollider/Help/UGens/Oscillators/BufRd.html +share/SuperCollider/Help/UGens/Oscillators/BufWr.html +share/SuperCollider/Help/UGens/Oscillators/COsc.html +share/SuperCollider/Help/UGens/Oscillators/DynKlang.html +share/SuperCollider/Help/UGens/Oscillators/FSinOsc.html +share/SuperCollider/Help/UGens/Oscillators/Formant.html +share/SuperCollider/Help/UGens/Oscillators/Gendy1.html +share/SuperCollider/Help/UGens/Oscillators/Gendy2.html +share/SuperCollider/Help/UGens/Oscillators/Gendy3.html +share/SuperCollider/Help/UGens/Oscillators/Impulse.html +share/SuperCollider/Help/UGens/Oscillators/Klang.html +share/SuperCollider/Help/UGens/Oscillators/LFCub.html +share/SuperCollider/Help/UGens/Oscillators/LFGauss.html +share/SuperCollider/Help/UGens/Oscillators/LFPar.html +share/SuperCollider/Help/UGens/Oscillators/LFPulse.html +share/SuperCollider/Help/UGens/Oscillators/LFSaw.html +share/SuperCollider/Help/UGens/Oscillators/LFTri.html +share/SuperCollider/Help/UGens/Oscillators/Osc.html +share/SuperCollider/Help/UGens/Oscillators/OscN.html +share/SuperCollider/Help/UGens/Oscillators/PMOsc.html +share/SuperCollider/Help/UGens/Oscillators/Pulse.html +share/SuperCollider/Help/UGens/Oscillators/Saw.html +share/SuperCollider/Help/UGens/Oscillators/Shaper.html +share/SuperCollider/Help/UGens/Oscillators/SinOsc.html +share/SuperCollider/Help/UGens/Oscillators/SyncSaw.html +share/SuperCollider/Help/UGens/Oscillators/VOsc.html +share/SuperCollider/Help/UGens/Oscillators/VOsc3.html +share/SuperCollider/Help/UGens/Oscillators/VarSaw.html +share/SuperCollider/Help/UGens/PV_ChainUGen.html +share/SuperCollider/Help/UGens/Playback and Recording/DiskIn.html +share/SuperCollider/Help/UGens/Playback and Recording/DiskOut.html +share/SuperCollider/Help/UGens/Playback and Recording/PlayBuf.html +share/SuperCollider/Help/UGens/Playback and Recording/RecordBuf.html +share/SuperCollider/Help/UGens/Playback and Recording/TGrains.html +share/SuperCollider/Help/UGens/Playback and Recording/VDiskIn.html +share/SuperCollider/Help/UGens/Playback and Recording/Warp1.html +share/SuperCollider/Help/UGens/Random/CoinGate.html +share/SuperCollider/Help/UGens/Random/ExpRand.html +share/SuperCollider/Help/UGens/Random/IRand.html +share/SuperCollider/Help/UGens/Random/LinRand.html +share/SuperCollider/Help/UGens/Random/NRand.html +share/SuperCollider/Help/UGens/Random/Rand.html +share/SuperCollider/Help/UGens/Random/RandID.html +share/SuperCollider/Help/UGens/Random/RandSeed.html +share/SuperCollider/Help/UGens/Random/TExpRand.html +share/SuperCollider/Help/UGens/Random/TIRand.html +share/SuperCollider/Help/UGens/Random/TRand.html +share/SuperCollider/Help/UGens/Reverbs/FreeVerb.html +share/SuperCollider/Help/UGens/Reverbs/FreeVerb2.html +share/SuperCollider/Help/UGens/Reverbs/GVerb.html +share/SuperCollider/Help/UGens/Synth control/A2K.html +share/SuperCollider/Help/UGens/Synth control/Control.html +share/SuperCollider/Help/UGens/Synth control/ControlName.html +share/SuperCollider/Help/UGens/Synth control/DC.html +share/SuperCollider/Help/UGens/Synth control/DegreeToKey.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dbrown.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dbufrd.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dbufwr.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Demand.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/DemandEnvGen.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dgeom.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dpoll.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Drand.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dseq.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dser.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dseries.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dshuf.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dstutter.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dswitch1.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Duty.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/Dwhite.html +share/SuperCollider/Help/UGens/Synth control/Demand Rate/TDuty.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/Decay.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/Decay2.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/DetectSilence.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/Done.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/EnvGen.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/Free.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/FreeSelf.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/FreeSelfWhenDone.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/Line.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/Linen.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/Pause.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/PauseSelf.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/UGen-doneActions.html +share/SuperCollider/Help/UGens/Synth control/Envelopes/XLine.html +share/SuperCollider/Help/UGens/Synth control/Index.html +share/SuperCollider/Help/UGens/Synth control/IndexInBetween.html +share/SuperCollider/Help/UGens/Synth control/IndexL.html +share/SuperCollider/Help/UGens/Synth control/Integrator.html +share/SuperCollider/Help/UGens/Synth control/K2A.html +share/SuperCollider/Help/UGens/Synth control/KeyState.html +share/SuperCollider/Help/UGens/Synth control/Latch.html +share/SuperCollider/Help/UGens/Synth control/MouseButton.html +share/SuperCollider/Help/UGens/Synth control/MouseX.html +share/SuperCollider/Help/UGens/Synth control/MouseY.html +share/SuperCollider/Help/UGens/Synth control/NamedControl.html +share/SuperCollider/Help/UGens/Synth control/Silent.html +share/SuperCollider/Help/UGens/Synth control/Slew.html +share/SuperCollider/Help/UGens/Synth control/Synth-Controlling-UGens.html +share/SuperCollider/Help/UGens/Synth control/T2A.html +share/SuperCollider/Help/UGens/Synth control/T2K.html +share/SuperCollider/Help/UGens/Synth control/WrapIndex.html +share/SuperCollider/Help/UGens/Tour_of_UGens.html +share/SuperCollider/Help/UGens/Triggers/Gate.html +share/SuperCollider/Help/UGens/Triggers/InRange.html +share/SuperCollider/Help/UGens/Triggers/InRect.html +share/SuperCollider/Help/UGens/Triggers/LastValue.html +share/SuperCollider/Help/UGens/Triggers/LeastChange.html +share/SuperCollider/Help/UGens/Triggers/MostChange.html +share/SuperCollider/Help/UGens/Triggers/Peak.html +share/SuperCollider/Help/UGens/Triggers/PeakFollower.html +share/SuperCollider/Help/UGens/Triggers/Phasor.html +share/SuperCollider/Help/UGens/Triggers/Poll.html +share/SuperCollider/Help/UGens/Triggers/PulseCount.html +share/SuperCollider/Help/UGens/Triggers/PulseDivider.html +share/SuperCollider/Help/UGens/Triggers/RunningMax.html +share/SuperCollider/Help/UGens/Triggers/RunningMin.html +share/SuperCollider/Help/UGens/Triggers/Schmidt.html +share/SuperCollider/Help/UGens/Triggers/SendReply.html +share/SuperCollider/Help/UGens/Triggers/SendTrig.html +share/SuperCollider/Help/UGens/Triggers/SetResetFF.html +share/SuperCollider/Help/UGens/Triggers/Stepper.html +share/SuperCollider/Help/UGens/Triggers/Sweep.html +share/SuperCollider/Help/UGens/Triggers/TChoose.html +share/SuperCollider/Help/UGens/Triggers/TDelay.html +share/SuperCollider/Help/UGens/Triggers/TWChoose.html +share/SuperCollider/Help/UGens/Triggers/TWindex.html +share/SuperCollider/Help/UGens/Triggers/Timer.html +share/SuperCollider/Help/UGens/Triggers/ToggleFF.html +share/SuperCollider/Help/UGens/Triggers/Trig.html +share/SuperCollider/Help/UGens/Triggers/Trig1.html +share/SuperCollider/Help/UGens/UGen.html +share/SuperCollider/Help/UGens/UGens.html +share/SuperCollider/Help/UnaryOps/abs.html +share/SuperCollider/Help/UnaryOps/acos.html +share/SuperCollider/Help/UnaryOps/ampdb.html +share/SuperCollider/Help/UnaryOps/asin.html +share/SuperCollider/Help/UnaryOps/atan.html +share/SuperCollider/Help/UnaryOps/ceil.html +share/SuperCollider/Help/UnaryOps/convertRhythm.html +share/SuperCollider/Help/UnaryOps/cos.html +share/SuperCollider/Help/UnaryOps/cosh.html +share/SuperCollider/Help/UnaryOps/cpsmidi.html +share/SuperCollider/Help/UnaryOps/cpsoct.html +share/SuperCollider/Help/UnaryOps/cubed.html +share/SuperCollider/Help/UnaryOps/dbamp.html +share/SuperCollider/Help/UnaryOps/distort.html +share/SuperCollider/Help/UnaryOps/exp.html +share/SuperCollider/Help/UnaryOps/floor.html +share/SuperCollider/Help/UnaryOps/frac.html +share/SuperCollider/Help/UnaryOps/isNegative.html +share/SuperCollider/Help/UnaryOps/isPositive.html +share/SuperCollider/Help/UnaryOps/isStrictlyPositive.html +share/SuperCollider/Help/UnaryOps/log.html +share/SuperCollider/Help/UnaryOps/log10.html +share/SuperCollider/Help/UnaryOps/log2.html +share/SuperCollider/Help/UnaryOps/midicps.html +share/SuperCollider/Help/UnaryOps/neg.html +share/SuperCollider/Help/UnaryOps/octcps.html +share/SuperCollider/Help/UnaryOps/reciprocal.html +share/SuperCollider/Help/UnaryOps/sign.html +share/SuperCollider/Help/UnaryOps/sin.html +share/SuperCollider/Help/UnaryOps/sinh.html +share/SuperCollider/Help/UnaryOps/softclip.html +share/SuperCollider/Help/UnaryOps/sqrt.html +share/SuperCollider/Help/UnaryOps/squared.html +share/SuperCollider/Help/UnaryOps/tan.html +share/SuperCollider/Help/UnaryOps/tanh.html +share/SuperCollider/Help/help-scripts/Show All Documented Classes.html +share/SuperCollider/Help/help-scripts/Show All Documented Extension Classes.html +share/SuperCollider/Help/help-scripts/Show All Undocumented Classes.html +share/SuperCollider/Help/help-scripts/tab-template.html +share/SuperCollider/Help/interfaces/matchItem.html +share/SuperCollider/SCClassLibrary/Common/Audio/AudioIn.sc +share/SuperCollider/SCClassLibrary/Common/Audio/BEQSuite.sc +share/SuperCollider/SCClassLibrary/Common/Audio/BasicOpsUGen.sc +share/SuperCollider/SCClassLibrary/Common/Audio/BufIO.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Chaos.sc +share/SuperCollider/SCClassLibrary/Common/Audio/CheckBadValues.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Compander.sc +share/SuperCollider/SCClassLibrary/Common/Audio/DelayWr.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Delays.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Demand.sc +share/SuperCollider/SCClassLibrary/Common/Audio/DiskIO.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Env.sc +share/SuperCollider/SCClassLibrary/Common/Audio/EnvGen.sc +share/SuperCollider/SCClassLibrary/Common/Audio/FFT.sc +share/SuperCollider/SCClassLibrary/Common/Audio/FFT2.sc +share/SuperCollider/SCClassLibrary/Common/Audio/FFTUnpacking.sc +share/SuperCollider/SCClassLibrary/Common/Audio/FSinOsc.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Filter.sc +share/SuperCollider/SCClassLibrary/Common/Audio/FreeVerb.sc +share/SuperCollider/SCClassLibrary/Common/Audio/GVerb.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Gendyn.sc +share/SuperCollider/SCClassLibrary/Common/Audio/GrainUGens.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Hilbert.sc +share/SuperCollider/SCClassLibrary/Common/Audio/IEnvGen.sc +share/SuperCollider/SCClassLibrary/Common/Audio/InOut.sc +share/SuperCollider/SCClassLibrary/Common/Audio/InfoUGens.sc +share/SuperCollider/SCClassLibrary/Common/Audio/InterplEnv.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Line.sc +share/SuperCollider/SCClassLibrary/Common/Audio/MacUGens.sc +share/SuperCollider/SCClassLibrary/Common/Audio/MachineListening.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Mix.sc +share/SuperCollider/SCClassLibrary/Common/Audio/MoogFF.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Noise.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Osc.sc +share/SuperCollider/SCClassLibrary/Common/Audio/PSinGrain.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Pan.sc +share/SuperCollider/SCClassLibrary/Common/Audio/PartConv.sc +share/SuperCollider/SCClassLibrary/Common/Audio/PhysicalModel.sc +share/SuperCollider/SCClassLibrary/Common/Audio/PitchShift.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Pluck.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Poll.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Splay.sc +share/SuperCollider/SCClassLibrary/Common/Audio/SynthDef.sc +share/SuperCollider/SCClassLibrary/Common/Audio/SynthDesc.sc +share/SuperCollider/SCClassLibrary/Common/Audio/SystemSynthDefs.sc +share/SuperCollider/SCClassLibrary/Common/Audio/Trig.sc +share/SuperCollider/SCClassLibrary/Common/Audio/UGen.sc +share/SuperCollider/SCClassLibrary/Common/Audio/UGenCategories.sc +share/SuperCollider/SCClassLibrary/Common/Audio/asSynthDesc.sc +share/SuperCollider/SCClassLibrary/Common/Audio/canFreeSynth.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Array.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Array2D.sc +share/SuperCollider/SCClassLibrary/Common/Collections/ArrayedCollection.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Association.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Bag.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Collection.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Dictionary.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Environment.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Event.sc +share/SuperCollider/SCClassLibrary/Common/Collections/EventTypesWithCleanup.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Harmonics.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Interval.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Library.sc +share/SuperCollider/SCClassLibrary/Common/Collections/LinkedList.sc +share/SuperCollider/SCClassLibrary/Common/Collections/List.sc +share/SuperCollider/SCClassLibrary/Common/Collections/ObjectTable.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Pair.sc +share/SuperCollider/SCClassLibrary/Common/Collections/PriorityQueue.sc +share/SuperCollider/SCClassLibrary/Common/Collections/RingBuffer.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Scale.sc +share/SuperCollider/SCClassLibrary/Common/Collections/SequenceableCollection.sc +share/SuperCollider/SCClassLibrary/Common/Collections/Set.sc +share/SuperCollider/SCClassLibrary/Common/Collections/SortedList.sc +share/SuperCollider/SCClassLibrary/Common/Collections/SparseArray.sc +share/SuperCollider/SCClassLibrary/Common/Collections/String.sc +share/SuperCollider/SCClassLibrary/Common/Collections/linux/extString_linux.sc +share/SuperCollider/SCClassLibrary/Common/Collections/osx/extString_osx.sc +share/SuperCollider/SCClassLibrary/Common/Collections/windows/extString_windows.sc +share/SuperCollider/SCClassLibrary/Common/Control/Buffer.sc +share/SuperCollider/SCClassLibrary/Common/Control/Bus.sc +share/SuperCollider/SCClassLibrary/Common/Control/Engine.sc +share/SuperCollider/SCClassLibrary/Common/Control/GeneralHID.sc +share/SuperCollider/SCClassLibrary/Common/Control/GeneralHIDSpec.sc +share/SuperCollider/SCClassLibrary/Common/Control/GraphBuilder.sc +share/SuperCollider/SCClassLibrary/Common/Control/HIDDeviceService.sc +share/SuperCollider/SCClassLibrary/Common/Control/MIDIOut.sc +share/SuperCollider/SCClassLibrary/Common/Control/MIDIResponder.sc +share/SuperCollider/SCClassLibrary/Common/Control/Module.sc +share/SuperCollider/SCClassLibrary/Common/Control/NetAddr.sc +share/SuperCollider/SCClassLibrary/Common/Control/Node.sc +share/SuperCollider/SCClassLibrary/Common/Control/NodeControl.sc +share/SuperCollider/SCClassLibrary/Common/Control/NodeWatcher.sc +share/SuperCollider/SCClassLibrary/Common/Control/OSC.sc +share/SuperCollider/SCClassLibrary/Common/Control/OSCBundle.sc +share/SuperCollider/SCClassLibrary/Common/Control/OSCService.sc +share/SuperCollider/SCClassLibrary/Common/Control/OSCpathResponder.sc +share/SuperCollider/SCClassLibrary/Common/Control/OSCresponder.sc +share/SuperCollider/SCClassLibrary/Common/Control/Score.sc +share/SuperCollider/SCClassLibrary/Common/Control/SerialPort.sc +share/SuperCollider/SCClassLibrary/Common/Control/Server.sc +share/SuperCollider/SCClassLibrary/Common/Control/SystemActions.sc +share/SuperCollider/SCClassLibrary/Common/Control/Volume.sc +share/SuperCollider/SCClassLibrary/Common/Control/WII.sc +share/SuperCollider/SCClassLibrary/Common/Control/asBus.sc +share/SuperCollider/SCClassLibrary/Common/Control/asDefName.sc +share/SuperCollider/SCClassLibrary/Common/Control/asGroup.sc +share/SuperCollider/SCClassLibrary/Common/Control/asMIDIPort.sc +share/SuperCollider/SCClassLibrary/Common/Control/asNodeArg.sc +share/SuperCollider/SCClassLibrary/Common/Control/asScore/RenderNotePlayer.sc +share/SuperCollider/SCClassLibrary/Common/Control/asScore/ScoreStreamPlayer.sc +share/SuperCollider/SCClassLibrary/Common/Control/asScore/asScore.sc +share/SuperCollider/SCClassLibrary/Common/Control/asTarget.sc +share/SuperCollider/SCClassLibrary/Common/Control/extSystemActions.sc +share/SuperCollider/SCClassLibrary/Common/Control/ignore/GeneralHID.sc +share/SuperCollider/SCClassLibrary/Common/Control/schedBundle.sc +share/SuperCollider/SCClassLibrary/Common/Core/AbstractFunction.sc +share/SuperCollider/SCClassLibrary/Common/Core/Boolean.sc +share/SuperCollider/SCClassLibrary/Common/Core/Char.sc +share/SuperCollider/SCClassLibrary/Common/Core/Clock.sc +share/SuperCollider/SCClassLibrary/Common/Core/Color.sc +share/SuperCollider/SCClassLibrary/Common/Core/Condition.sc +share/SuperCollider/SCClassLibrary/Common/Core/Error.sc +share/SuperCollider/SCClassLibrary/Common/Core/Finalize.sc +share/SuperCollider/SCClassLibrary/Common/Core/Function.sc +share/SuperCollider/SCClassLibrary/Common/Core/Infinitum.sc +share/SuperCollider/SCClassLibrary/Common/Core/Kernel.sc +share/SuperCollider/SCClassLibrary/Common/Core/Message.sc +share/SuperCollider/SCClassLibrary/Common/Core/Nil.sc +share/SuperCollider/SCClassLibrary/Common/Core/Object.sc +share/SuperCollider/SCClassLibrary/Common/Core/Ref.sc +share/SuperCollider/SCClassLibrary/Common/Core/Semaphore.sc +share/SuperCollider/SCClassLibrary/Common/Core/Symbol.sc +share/SuperCollider/SCClassLibrary/Common/Core/Thread.sc +share/SuperCollider/SCClassLibrary/Common/Files/Directory.sc +share/SuperCollider/SCClassLibrary/Common/Files/File.sc +share/SuperCollider/SCClassLibrary/Common/Files/Help.sc +share/SuperCollider/SCClassLibrary/Common/Files/PathName.sc +share/SuperCollider/SCClassLibrary/Common/Files/SoundFile.sc +share/SuperCollider/SCClassLibrary/Common/Files/osx/Help_osx.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/EZKnob.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/EZListView.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/EZNumber.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/EZRangerSC.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/EZScroller.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/EZSlider.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/EZgui.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Base/Gradient.sc +share/SuperCollider/SCClassLibrary/Common/GUI/ControlModel.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Document.sc +share/SuperCollider/SCClassLibrary/Common/GUI/FlowLayout.sc +share/SuperCollider/SCClassLibrary/Common/GUI/GUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Inspector.sc +share/SuperCollider/SCClassLibrary/Common/GUI/Model.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Collections/StringPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/GeneralHIDGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/ServerPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/SynthDescLibPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/SynthDescPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/UGen-scope.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/WiiMoteGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/scopeResponse.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/server-meter.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Control/server-scope.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Core/ClassBrowser.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Core/HelperPlus.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Core/KernelPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Core/NilPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Core/ObjectPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Files/FilePlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/PlusGUI/Math/SignalPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/ViewRedirect.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/GUIScreen.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCCocoaView.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCFont.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCKnob.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCPen.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCQuartzComposerView.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCSoundFileView.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCTextField2.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCView.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/Base/SCViews2.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/PlusGUI/Core/ColorPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/PlusGUI/Math/IntegerPlusGUI.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/SCEnvelopeEdit.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/SCFreqScope.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/SCImage.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/SCInterfaceBuilder/SCConstructionView.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/SCInterfaceBuilder/SCIBToolboxWindow.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/SCInterfaceBuilder/asSCIBCompileString.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/SCLevelIndicator.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/SCStethoscope.sc +share/SuperCollider/SCClassLibrary/Common/GUI/osx/ScopeView.sc +share/SuperCollider/SCClassLibrary/Common/Geometry/Point.sc +share/SuperCollider/SCClassLibrary/Common/Geometry/Rect.sc +share/SuperCollider/SCClassLibrary/Common/Helper/autoClassHelper.sc +share/SuperCollider/SCClassLibrary/Common/Helper/autoClassHelperTest.sc +share/SuperCollider/SCClassLibrary/Common/Helper/classHelper.sc +share/SuperCollider/SCClassLibrary/Common/Helper/docParser.sc +share/SuperCollider/SCClassLibrary/Common/Helper/helper.sc +share/SuperCollider/SCClassLibrary/Common/Helper/helperExt.sc +share/SuperCollider/SCClassLibrary/Common/Helper/topicHelper.sc +share/SuperCollider/SCClassLibrary/Common/Helper/uGenHelper.sc +share/SuperCollider/SCClassLibrary/Common/Math/Complex.sc +share/SuperCollider/SCClassLibrary/Common/Math/Date.sc +share/SuperCollider/SCClassLibrary/Common/Math/Float.sc +share/SuperCollider/SCClassLibrary/Common/Math/Integer.sc +share/SuperCollider/SCClassLibrary/Common/Math/Magnitude.sc +share/SuperCollider/SCClassLibrary/Common/Math/Number.sc +share/SuperCollider/SCClassLibrary/Common/Math/Polar.sc +share/SuperCollider/SCClassLibrary/Common/Math/Signal.sc +share/SuperCollider/SCClassLibrary/Common/Math/SimpleNumber.sc +share/SuperCollider/SCClassLibrary/Common/Quarks/LocalQuarks.sc +share/SuperCollider/SCClassLibrary/Common/Quarks/Quark.sc +share/SuperCollider/SCClassLibrary/Common/Quarks/QuarkSVNRepository.sc +share/SuperCollider/SCClassLibrary/Common/Quarks/Quarks.sc +share/SuperCollider/SCClassLibrary/Common/Quarks/packages.sc +share/SuperCollider/SCClassLibrary/Common/Streams/BasicOpsStream.sc +share/SuperCollider/SCClassLibrary/Common/Streams/ControlPatterns.sc +share/SuperCollider/SCClassLibrary/Common/Streams/EventStreamCleanup.sc +share/SuperCollider/SCClassLibrary/Common/Streams/FilterPatterns.sc +share/SuperCollider/SCClassLibrary/Common/Streams/FuncStreamAsRoutine.sc +share/SuperCollider/SCClassLibrary/Common/Streams/IOStream.sc +share/SuperCollider/SCClassLibrary/Common/Streams/ListPatterns.sc +share/SuperCollider/SCClassLibrary/Common/Streams/NodeEvents.sc +share/SuperCollider/SCClassLibrary/Common/Streams/PatternConductor.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Patterns.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Penv.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Pfx.sc +share/SuperCollider/SCClassLibrary/Common/Streams/PgeneralHid.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Plambda.sc +share/SuperCollider/SCClassLibrary/Common/Streams/PmonoStreams.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Ppar.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Ppatmod.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Pproto.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Prewrite.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Pseed.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Pspawner.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Quant.sc +share/SuperCollider/SCClassLibrary/Common/Streams/RandomDistPatterns.sc +share/SuperCollider/SCClassLibrary/Common/Streams/Stream.sc +share/SuperCollider/SCClassLibrary/Common/Streams/TabFileReader.sc +share/SuperCollider/SCClassLibrary/Common/Streams/TimePatterns.sc +share/SuperCollider/SCClassLibrary/Common/Streams/extEnv.sc +share/SuperCollider/SCClassLibrary/Common/Unix/Unix.sc +share/SuperCollider/SCClassLibrary/Common/Unix/UnixFILE.sc +share/SuperCollider/SCClassLibrary/Common/osx/Cocoa.sc +share/SuperCollider/SCClassLibrary/Common/osx/Speech.sc +share/SuperCollider/SCClassLibrary/Common/osx/objC/SCNSObject.sc +share/SuperCollider/SCClassLibrary/Common/osx/objC/SCWindowPlusCocoa.sc +share/SuperCollider/SCClassLibrary/Common/osx/objC/plusAsNSReturn.sc +share/SuperCollider/SCClassLibrary/DefaultLibrary/Main.sc +share/SuperCollider/SCClassLibrary/DefaultLibrary/MyLFSaw.sc +share/SuperCollider/SCClassLibrary/DefaultLibrary/UI.sc +share/SuperCollider/SCClassLibrary/DefaultLibrary/dumpFullInterface.sc +share/SuperCollider/SCClassLibrary/DefaultLibrary/extNumber.sc +share/SuperCollider/SCClassLibrary/JITLib/BusExtensions/BusSynthDefs.sc +share/SuperCollider/SCClassLibrary/JITLib/BusExtensions/extBus.sc +share/SuperCollider/SCClassLibrary/JITLib/Patterns/Pdef.sc +share/SuperCollider/SCClassLibrary/JITLib/Patterns/Psym.sc +share/SuperCollider/SCClassLibrary/JITLib/Patterns/Pxfade.sc +share/SuperCollider/SCClassLibrary/JITLib/Patterns/extRoutine.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/BroadcastServer.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/Dispatch.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/EnvironmentRedirect.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/InBus.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/NodeProxy.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/ProxyInterfaces.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/ProxySpace.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/ProxySynthDef.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/RecNodeProxy.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/TempoBusClock.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/extDispatch.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/extStoreOn.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/operators.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/wrapForNodeProxy.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/wrappersForCrucialSystem/CXProxyInterfaces.sc +share/SuperCollider/SCClassLibrary/JITLib/ProxySpace/wrappersForCrucialSystem/wrapCXForNodeProxy.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/History.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/HistoryDispatch.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/HistoryGui.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/NodeProxyEditor.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/ProxyChain.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/ProxyChainGui.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/ProxyMixer.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/ProxyMonitorGui.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/SkipJack.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/TdefEditor.sc +share/SuperCollider/SCClassLibrary/JITLib/extras/extSoftSet.sc +share/SuperCollider/SCClassLibrary/JITLib/nodeMapping/NodeMap.sc +share/SuperCollider/SCClassLibrary/JITLib/nodeMapping/NodeMapSetting.sc +share/SuperCollider/SCClassLibrary/JITLib/various/BufEnvir.sc +share/SuperCollider/SCClassLibrary/JITLib/various/Client.sc +share/SuperCollider/SCClassLibrary/JITLib/various/Fdef.sc +share/SuperCollider/SCClassLibrary/JITLib/various/OpFunctionProxy.sc +share/SuperCollider/SCClassLibrary/JITLib/various/extBufEnvir.sc +share/SuperCollider/SCClassLibrary/JITLib/various/extFunction.sc +share/SuperCollider/SCClassLibrary/Platform/Platform.sc +share/SuperCollider/SCClassLibrary/Platform/linux/GLID.sc +share/SuperCollider/SCClassLibrary/Platform/linux/LID.sc +share/SuperCollider/SCClassLibrary/Platform/linux/LinuxPlatform.sc +share/SuperCollider/SCClassLibrary/Platform/linux/extMIDIOut.sc +share/SuperCollider/SCClassLibrary/Platform/linux/extMain.sc +share/SuperCollider/SCClassLibrary/Platform/osx/ApplicationStart.sc +share/SuperCollider/SCClassLibrary/Platform/osx/AutoComplete/AutocompleteBrowsers.sc +share/SuperCollider/SCClassLibrary/Platform/osx/AutoComplete/AutocompleteExtensions.sc +share/SuperCollider/SCClassLibrary/Platform/osx/CocoaDocument.sc +share/SuperCollider/SCClassLibrary/Platform/osx/CocoaGUI.sc +share/SuperCollider/SCClassLibrary/Platform/osx/CocoaMenu.sc +share/SuperCollider/SCClassLibrary/Platform/osx/MXHID.sc +share/SuperCollider/SCClassLibrary/Platform/osx/OSXPlatform.sc +share/SuperCollider/SCClassLibrary/Platform/osx/extClassBrowser.sc +share/SuperCollider/SCClassLibrary/Platform/osx/extDocument.sc +share/SuperCollider/SCClassLibrary/Platform/osx/extMIDIOut.sc +share/SuperCollider/SCClassLibrary/Platform/osx/extMain.sc +share/SuperCollider/SCClassLibrary/Platform/windows/PsycolliderDocument.sc +share/SuperCollider/SCClassLibrary/Platform/windows/WindowsPlatform.sc +share/SuperCollider/SCClassLibrary/Platform/windows/extMIDIOut.sc +share/SuperCollider/SCClassLibrary/Platform/windows/extMain.sc +share/SuperCollider/SCClassLibrary/Platform/windows/extServerOptions.sc +share/SuperCollider/SCClassLibrary/Platform/windows/extString.sc +share/SuperCollider/SCClassLibrary/backwards_compatibility/Dialog.sc +share/SuperCollider/SCClassLibrary/backwards_compatibility/PMOsc.sc +share/SuperCollider/SCClassLibrary/backwards_compatibility/extMethods.sc +share/SuperCollider/SCClassLibrary/backwards_compatibility/osx/views.sc +share/SuperCollider/SCClassLibrary/crucial/Control/MIDIClock.sc +share/SuperCollider/SCClassLibrary/crucial/Control/MIDIPlayer.sc +share/SuperCollider/SCClassLibrary/crucial/Control/ResponderArray.sc +share/SuperCollider/SCClassLibrary/crucial/Crucial.sc +share/SuperCollider/SCClassLibrary/crucial/Editors/EnvEditor.sc +share/SuperCollider/SCClassLibrary/crucial/Editors/EnvEditorGui.sc +share/SuperCollider/SCClassLibrary/crucial/Editors/NumberEditor.sc +share/SuperCollider/SCClassLibrary/crucial/Editors/NumberEditorGui.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/ActionButton.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/CXLabel.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/CXMenu.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/GridLayout.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/MLIDbrowser.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/ObjectGui.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/PageLayout.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/SelectButtonSet.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/StringGui.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/SynthConsole.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/Updater.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/gui.sc +share/SuperCollider/SCClassLibrary/crucial/Gui/osx/extgui.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/ControlPrototypes.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/Instr.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/InstrSpawner.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/InstrSynthDef.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/Interface.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/MoreSpecs.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/Patch.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/PatchGui.sc +share/SuperCollider/SCClassLibrary/crucial/Instr/instrSupport.sc +share/SuperCollider/SCClassLibrary/crucial/KernalTools/AnnotatedDebugNodeWatcher.sc +share/SuperCollider/SCClassLibrary/crucial/KernalTools/CXObjectInspector.sc +share/SuperCollider/SCClassLibrary/crucial/KernalTools/InspManager.sc +share/SuperCollider/SCClassLibrary/crucial/KernalTools/KernalButtons.sc +share/SuperCollider/SCClassLibrary/crucial/Players/AbstractPlayer.sc +share/SuperCollider/SCClassLibrary/crucial/Players/AbstractPlayerGui.sc +share/SuperCollider/SCClassLibrary/crucial/Players/AudioInPlayer.sc +share/SuperCollider/SCClassLibrary/crucial/Players/BeatClockPlayer.sc +share/SuperCollider/SCClassLibrary/crucial/Players/BeatClockPlayerGui.sc +share/SuperCollider/SCClassLibrary/crucial/Players/HasSubject.sc +share/SuperCollider/SCClassLibrary/crucial/Players/KrPlayer.sc +share/SuperCollider/SCClassLibrary/crucial/Players/Patching.sc +share/SuperCollider/SCClassLibrary/crucial/Players/PlayerBasicOps.sc +share/SuperCollider/SCClassLibrary/crucial/Players/PlayerBasicOpsGui.sc +share/SuperCollider/SCClassLibrary/crucial/Players/PlayerEfxFunc.sc +share/SuperCollider/SCClassLibrary/crucial/Players/PlayerMixer.sc +share/SuperCollider/SCClassLibrary/crucial/Players/PlayerMixerGui.sc +share/SuperCollider/SCClassLibrary/crucial/Players/PlayerPool.sc +share/SuperCollider/SCClassLibrary/crucial/Players/PlayerPoolGui.sc +share/SuperCollider/SCClassLibrary/crucial/Players/PlayerSocket.sc +share/SuperCollider/SCClassLibrary/crucial/Players/SFP/SFP.sc +share/SuperCollider/SCClassLibrary/crucial/Players/SFP/SFPGui.sc +share/SuperCollider/SCClassLibrary/crucial/Players/Silence.sc +share/SuperCollider/SCClassLibrary/crucial/Players/SimplePlayerEffect.sc +share/SuperCollider/SCClassLibrary/crucial/Players/SimpleTrigger.sc +share/SuperCollider/SCClassLibrary/crucial/Players/SimpleTriggerGui.sc +share/SuperCollider/SCClassLibrary/crucial/Players/TempoPlayer.sc +share/SuperCollider/SCClassLibrary/crucial/Players/pathUtilities.sc +share/SuperCollider/SCClassLibrary/crucial/Sample/Sample.sc +share/SuperCollider/SCClassLibrary/crucial/Sample/SampleGui.sc +share/SuperCollider/SCClassLibrary/crucial/Scheduling/OSCSched.sc +share/SuperCollider/SCClassLibrary/crucial/Scheduling/Position.sc +share/SuperCollider/SCClassLibrary/crucial/Scheduling/Tempo.sc +share/SuperCollider/SCClassLibrary/crucial/Scheduling/TempoBus.sc +share/SuperCollider/SCClassLibrary/crucial/Scheduling/TempoGui.sc +share/SuperCollider/SCClassLibrary/crucial/Scheduling/tempoClock.sc +share/SuperCollider/SCClassLibrary/crucial/Sequencers/BusDriver.sc +share/SuperCollider/SCClassLibrary/crucial/Sequencers/HasSubjectGui.sc +share/SuperCollider/SCClassLibrary/crucial/Sequencers/ModalFreq.sc +share/SuperCollider/SCClassLibrary/crucial/Sequencers/ModalFreqGui.sc +share/SuperCollider/SCClassLibrary/crucial/ServerTools/BusPool.sc +share/SuperCollider/SCClassLibrary/crucial/ServerTools/OSCResponderQueue.sc +share/SuperCollider/SCClassLibrary/crucial/ServerTools/ServerGui.sc +share/SuperCollider/SCClassLibrary/crucial/ServerTools/ServerLog.sc +share/SuperCollider/SCClassLibrary/crucial/ServerTools/ServerLogGui.sc +share/SuperCollider/SCClassLibrary/crucial/ServerTools/SharedBus.sc +share/SuperCollider/SCClassLibrary/crucial/ServerTools/synthDef.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/AudioHelpers.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/Constraint.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/Def.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/KeyCodeResponder.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/KeyCodeResponderGui.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/ModalFreqUGen.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/MultiChannelRecorder.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/PlayPathButton.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/PrettyPrintStream.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/UnicodeResponder.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/ZArchive.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/osx/viewExtensionsOSX.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/viewExtensions.sc +share/SuperCollider/SCClassLibrary/crucial/UncoupledUsefulThings/zArchiveSupport.sc +share/SuperCollider/examples/CocoaBridge/NSControl-SCWindow.scd +share/SuperCollider/examples/CocoaBridge/NSPopupButton.scd +share/SuperCollider/examples/CocoaBridge/NSTableView.scd +share/SuperCollider/examples/CocoaBridge/SCNSObject control actions.scd +share/SuperCollider/examples/CocoaBridge/SCNSObjectsTest.scd +share/SuperCollider/examples/CocoaBridge/boolean.scd +share/SuperCollider/examples/CocoaBridge/notification.scd +share/SuperCollider/examples/GUI examples/ColorBrowser.scd +share/SuperCollider/examples/GUI examples/GUI_examples1.scd +share/SuperCollider/examples/GUI examples/GUI_examples2.scd +share/SuperCollider/examples/GUI examples/Nick's LetterGimmick.scd +share/SuperCollider/examples/GUI examples/SCScope view x,y plot.scd +share/SuperCollider/examples/GUI examples/ScopeExample.scd +share/SuperCollider/examples/GUI examples/TwoMultiSlidersInOne.scd +share/SuperCollider/examples/GUI examples/analog-drum-tuner.scd +share/SuperCollider/examples/GUI examples/rotary hommage duchamp.scd +share/SuperCollider/examples/GUI examples/scimage_animation.scd +share/SuperCollider/examples/GUI examples/strike.scd +share/SuperCollider/examples/demonstrations/100 FM Synths.scd +share/SuperCollider/examples/demonstrations/Atari2600.scd +share/SuperCollider/examples/demonstrations/Chaotic Patterns.scd +share/SuperCollider/examples/demonstrations/DemandingStudies.scd +share/SuperCollider/examples/demonstrations/DrumSynths.scd +share/SuperCollider/examples/demonstrations/GetTheTwits.scd +share/SuperCollider/examples/demonstrations/HarmonicsVoice.html +share/SuperCollider/examples/demonstrations/Modal Space.scd +share/SuperCollider/examples/demonstrations/SC2-examples_1.scd +share/SuperCollider/examples/demonstrations/SC2-examples_2.scd +share/SuperCollider/examples/demonstrations/SC_website_example.scd +share/SuperCollider/examples/demonstrations/Theremin.scd +share/SuperCollider/examples/demonstrations/TriggerBufferGranulator.scd +share/SuperCollider/examples/demonstrations/babbling brook.scd +share/SuperCollider/examples/demonstrations/bit_reduction.scd +share/SuperCollider/examples/demonstrations/env automation.scd +share/SuperCollider/examples/demonstrations/fft.scd +share/SuperCollider/examples/demonstrations/more graphs.scd +share/SuperCollider/examples/demonstrations/oh yes more fibs.scd +share/SuperCollider/examples/demonstrations/sc_onliner.scd +share/SuperCollider/examples/demonstrations/single_sample_feedback.scd +share/SuperCollider/examples/demonstrations/single_sample_feedback_02.scd +share/SuperCollider/examples/demonstrations/snare909.scd +share/SuperCollider/examples/misuse_and_hacks/generate_titles.scd +share/SuperCollider/examples/misuse_and_hacks/redFrik2.scd +share/SuperCollider/examples/misuse_and_hacks/redSnail.scd +share/SuperCollider/examples/misuse_and_hacks/redSnake.scd +share/SuperCollider/examples/misuse_and_hacks/redWorm.scd +share/SuperCollider/examples/other/Exploring_SCLang.scd +share/SuperCollider/examples/other/KeyboardWindow.scd +share/SuperCollider/examples/other/keepyuppy.scd +share/SuperCollider/examples/other/quines.scd +share/SuperCollider/examples/pieces/DreamHouse.scd +share/SuperCollider/examples/pieces/DrummerSynthDef.scd +share/SuperCollider/examples/pieces/Little_Man_From_Another_Place.scd +share/SuperCollider/examples/pieces/Poeme Symphonique.scd +share/SuperCollider/examples/pieces/RM-octaver.scd +share/SuperCollider/examples/pieces/Record Scratcher.scd +share/SuperCollider/examples/pieces/Termite_College.scd +share/SuperCollider/examples/pieces/Trains.scd +share/SuperCollider/examples/pieces/acid_otophilia.scd +share/SuperCollider/examples/pieces/aftergoeyvaerts.scd +share/SuperCollider/examples/pieces/atheoryofharmony.scd +share/SuperCollider/examples/pieces/autohausen.scd +share/SuperCollider/examples/pieces/deap_sea.scd +share/SuperCollider/examples/pieces/hommage_a_duerer.scd +share/SuperCollider/examples/pieces/some_constellations.scd +share/SuperCollider/examples/pieces/spacelab.scd +share/SuperCollider/examples/research_and_tools/ASA.scd +share/SuperCollider/examples/research_and_tools/Diamond.scd +share/SuperCollider/examples/research_and_tools/SeminaireMusical.scd +share/SuperCollider/examples/research_and_tools/ShepardTones SignalBuf.scd +share/SuperCollider/examples/research_and_tools/html-help-color-fixer.scd +share/SuperCollider/examples/research_and_tools/trochoid curve.scd +share/doc/SuperCollider/examples/CocoaBridge/NSControl-SCWindow.scd +share/doc/SuperCollider/examples/CocoaBridge/NSPopupButton.scd +share/doc/SuperCollider/examples/CocoaBridge/NSTableView.scd +share/doc/SuperCollider/examples/CocoaBridge/SCNSObject control actions.scd +share/doc/SuperCollider/examples/CocoaBridge/SCNSObjectsTest.scd +share/doc/SuperCollider/examples/CocoaBridge/boolean.scd +share/doc/SuperCollider/examples/CocoaBridge/notification.scd +share/doc/SuperCollider/examples/GUI examples/ColorBrowser.scd +share/doc/SuperCollider/examples/GUI examples/GUI_examples1.scd +share/doc/SuperCollider/examples/GUI examples/GUI_examples2.scd +share/doc/SuperCollider/examples/GUI examples/Nick's LetterGimmick.scd +share/doc/SuperCollider/examples/GUI examples/SCScope view x,y plot.scd +share/doc/SuperCollider/examples/GUI examples/ScopeExample.scd +share/doc/SuperCollider/examples/GUI examples/TwoMultiSlidersInOne.scd +share/doc/SuperCollider/examples/GUI examples/analog-drum-tuner.scd +share/doc/SuperCollider/examples/GUI examples/rotary hommage duchamp.scd +share/doc/SuperCollider/examples/GUI examples/scimage_animation.scd +share/doc/SuperCollider/examples/GUI examples/strike.scd +share/doc/SuperCollider/examples/demonstrations/100 FM Synths.scd +share/doc/SuperCollider/examples/demonstrations/Atari2600.scd +share/doc/SuperCollider/examples/demonstrations/Chaotic Patterns.scd +share/doc/SuperCollider/examples/demonstrations/DemandingStudies.scd +share/doc/SuperCollider/examples/demonstrations/DrumSynths.scd +share/doc/SuperCollider/examples/demonstrations/GetTheTwits.scd +share/doc/SuperCollider/examples/demonstrations/HarmonicsVoice.html +share/doc/SuperCollider/examples/demonstrations/Modal Space.scd +share/doc/SuperCollider/examples/demonstrations/SC2-examples_1.scd +share/doc/SuperCollider/examples/demonstrations/SC2-examples_2.scd +share/doc/SuperCollider/examples/demonstrations/SC_website_example.scd +share/doc/SuperCollider/examples/demonstrations/Theremin.scd +share/doc/SuperCollider/examples/demonstrations/TriggerBufferGranulator.scd +share/doc/SuperCollider/examples/demonstrations/babbling brook.scd +share/doc/SuperCollider/examples/demonstrations/bit_reduction.scd +share/doc/SuperCollider/examples/demonstrations/env automation.scd +share/doc/SuperCollider/examples/demonstrations/fft.scd +share/doc/SuperCollider/examples/demonstrations/more graphs.scd +share/doc/SuperCollider/examples/demonstrations/oh yes more fibs.scd +share/doc/SuperCollider/examples/demonstrations/sc_onliner.scd +share/doc/SuperCollider/examples/demonstrations/single_sample_feedback.scd +share/doc/SuperCollider/examples/demonstrations/single_sample_feedback_02.scd +share/doc/SuperCollider/examples/demonstrations/snare909.scd +share/doc/SuperCollider/examples/misuse_and_hacks/generate_titles.scd +share/doc/SuperCollider/examples/misuse_and_hacks/redFrik2.scd +share/doc/SuperCollider/examples/misuse_and_hacks/redSnail.scd +share/doc/SuperCollider/examples/misuse_and_hacks/redSnake.scd +share/doc/SuperCollider/examples/misuse_and_hacks/redWorm.scd +share/doc/SuperCollider/examples/other/Exploring_SCLang.scd +share/doc/SuperCollider/examples/other/KeyboardWindow.scd +share/doc/SuperCollider/examples/other/keepyuppy.scd +share/doc/SuperCollider/examples/other/quines.scd +share/doc/SuperCollider/examples/pieces/DreamHouse.scd +share/doc/SuperCollider/examples/pieces/DrummerSynthDef.scd +share/doc/SuperCollider/examples/pieces/Little_Man_From_Another_Place.scd +share/doc/SuperCollider/examples/pieces/Poeme Symphonique.scd +share/doc/SuperCollider/examples/pieces/RM-octaver.scd +share/doc/SuperCollider/examples/pieces/Record Scratcher.scd +share/doc/SuperCollider/examples/pieces/Termite_College.scd +share/doc/SuperCollider/examples/pieces/Trains.scd +share/doc/SuperCollider/examples/pieces/acid_otophilia.scd +share/doc/SuperCollider/examples/pieces/aftergoeyvaerts.scd +share/doc/SuperCollider/examples/pieces/atheoryofharmony.scd +share/doc/SuperCollider/examples/pieces/autohausen.scd +share/doc/SuperCollider/examples/pieces/deap_sea.scd +share/doc/SuperCollider/examples/pieces/hommage_a_duerer.scd +share/doc/SuperCollider/examples/pieces/some_constellations.scd +share/doc/SuperCollider/examples/pieces/spacelab.scd +share/doc/SuperCollider/examples/research_and_tools/ASA.scd +share/doc/SuperCollider/examples/research_and_tools/Diamond.scd +share/doc/SuperCollider/examples/research_and_tools/SeminaireMusical.scd +share/doc/SuperCollider/examples/research_and_tools/ShepardTones SignalBuf.scd +share/doc/SuperCollider/examples/research_and_tools/html-help-color-fixer.scd +share/doc/SuperCollider/examples/research_and_tools/trochoid curve.scd diff --git a/distinfo b/distinfo new file mode 100644 index 0000000..a32ba82 --- /dev/null +++ b/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (SuperCollider-3.3.1-Source-With-Extras.tar.gz) = c5ebaa589ba22cb8883023afb77f0f509d87c5a3 +RMD160 (SuperCollider-3.3.1-Source-With-Extras.tar.gz) = e037e5718aca69e595366413656bb74a31e2a2a6 +Size (SuperCollider-3.3.1-Source-With-Extras.tar.gz) = 32020480 bytes +SHA1 (patch-SConstruct) = 23228a424a65842fa23d170c99fb140b37d31583 diff --git a/options.mk b/options.mk new file mode 100644 index 0000000..51a860e --- /dev/null +++ b/options.mk @@ -0,0 +1,22 @@ +# $NetBSD$ +# + +PKG_OPTIONS_VAR= PKG_OPTIONS.supercollider +PKG_SUPPORTED_OPTIONS= alsa avahi x11 +PKG_SUGGESTED_OPTIONS= alsa avahi x11 + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Malsa) +.include "../../audio/alsa-lib/buildlink3.mk" +.endif + +.if !empty(PKG_OPTIONS:Mavahi) +.include "../../net/avahi/buildlink3.mk" +.endif + +.if !empty(PKG_OPTIONS:Mx11) +SCONS_ARGS+= X11=${PREFIX:Q} +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.endif diff --git a/patches/patch-SConstruct b/patches/patch-SConstruct new file mode 100644 index 0000000..a2f8e57 --- /dev/null +++ b/patches/patch-SConstruct @@ -0,0 +1,104 @@ +$NetBSD$ + +--- SConstruct.orig 2009-06-17 18:50:19.000000000 +0000 ++++ SConstruct +@@ -62,7 +62,7 @@ if PLATFORM == 'darwin': + PLUGIN_EXT = '.scx' + DEFAULT_AUDIO_API = 'coreaudio' + DEFAULT_PREFIX = '/usr/local' +-elif PLATFORM == 'freebsd': ++elif PLATFORM == 'freebsd' or PLATFORM == 'netbsd': + PLATFORM_SYMBOL = 'SC_FREEBSD' + PLUGIN_EXT = '.so' + DEFAULT_AUDIO_API = 'jack' +@@ -289,7 +289,7 @@ opts.AddOptions( + BoolOption('DEBUG', + 'Build with debugging information', 0), + PathOption('DESTDIR', +- 'Intermediate installation prefix for packaging', '/'), ++ 'Intermediate installation prefix for packaging', '/', PathOption.PathIsDirCreate), + BoolOption('DEVELOPMENT', + 'Build and install the development files', 0), + BoolOption('FFTW', +@@ -741,7 +741,7 @@ libscsynthEnv = serverEnv.Clone( + # platform specific + + # functionality of libdl is included in libc on freebsd +-if PLATFORM == 'freebsd': ++if PLATFORM == 'freebsd' or PLATFORM == 'netbsd': + serverEnv.Append(LIBS = ['common', 'pthread']) + else: + serverEnv.Append(LIBS = ['common', 'pthread', 'dl']) +@@ -751,7 +751,7 @@ if PLATFORM == 'darwin': + LINKFLAGS = [ + '-framework', 'CoreServices']) + #'-dylib_install_name', FINAL_PREFIX + '/lib/libsclang.dylib']) +-elif PLATFORM == 'linux': ++elif PLATFORM == 'linux' or PLATFORM == 'netbsd': + serverEnv.Append( + CPPDEFINES = [('SC_PLUGIN_LOAD_SYM', '\\"load\\"')], + LINKFLAGS = '-Wl,-rpath,' + FINAL_PREFIX + '/lib') +@@ -808,7 +808,7 @@ libscsynthStaticSources = libscsynthSour + libscsynthStatic = serverEnv.StaticLibrary('build/scsynth', libscsynthStaticSources) + env.Alias('install-programs', env.Install(lib_dir(INSTALL_PREFIX), [libscsynthStatic])) + +-scsynth = serverEnv.Program('build/scsynth', scsynthSources, LIBS = ['scsynth']) ++scsynth = serverEnv.Program('build/scsynth', scsynthSources, LIBS = ['scsynth'] + serverEnv['LIBS']) + env.Alias('install-programs', env.Install(bin_dir(INSTALL_PREFIX), [scsynth])) + + # ====================================================================== +@@ -834,7 +834,7 @@ pluginEnv.Append( + if PLATFORM == 'darwin': + pluginEnv['SHLINKFLAGS'] = '$LINKFLAGS -bundle -flat_namespace -undefined suppress' + +-if PLATFORM == 'freebsd': ++if PLATFORM == 'freebsd' or PLATFORM == 'netbsd': + merge_lib_info( + pluginEnv, + libraries['sndfile']) +@@ -972,7 +972,7 @@ if env.has_key('amd64') and env['amd64'] + langEnv.Append( CXXFLAGS = ['-m32'] ) + + # functionality of libdl is included in libc on freebsd +-if PLATFORM == 'freebsd': ++if PLATFORM == 'freebsd' or PLATFORM == 'netbsd': + langEnv.Append(LIBS = ['common', 'scsynth', 'pthread', 'm']) + else: + langEnv.Append(LIBS = ['common', 'scsynth', 'pthread', 'dl', 'm']) +@@ -985,7 +985,7 @@ if PLATFORM == 'darwin': + elif PLATFORM == 'linux': + langEnv.Append( + LINKFLAGS = '-Wl,-rpath,build -Wl,-rpath,' + FINAL_PREFIX + '/lib') +-elif PLATFORM == 'freebsd': ++elif PLATFORM == 'freebsd' or PLATFORM == 'netbsd': + langEnv.Append( + LINKFLAGS = '-Wl,-rpath,build -Wl,-rpath,' + FINAL_PREFIX + '/lib') + +@@ -1038,6 +1038,7 @@ Source/lang/LangPrimSource/PyrSched.cpp + Source/lang/LangPrimSource/PyrPrimitive.cpp + Source/lang/LangPrimSource/PyrMathPrim.cpp + Source/lang/LangPrimSource/SC_ComPort.cpp ++Source/lang/LangPrimSource/SC_HID.cpp + Source/lang/LangPrimSource/OSCData.cpp + Source/lang/LangPrimSource/PyrArchiver.cpp + Source/lang/LangPrimSource/PyrArrayPrimitives.cpp +@@ -1071,7 +1072,6 @@ if PLATFORM == 'darwin': + LINKFLAGS = '-framework Carbon -framework IOKit -framework IOBluetooth' + ) + libsclangSources += Split(''' +-Source/lang/LangPrimSource/SC_HID.cpp + Source/lang/LangPrimSource/SC_CoreAudioPrim.cpp + Source/lang/LangPrimSource/HID_Utilities/HID_Error_Handler.c + Source/lang/LangPrimSource/HID_Utilities/HID_Name_Lookup.c +@@ -1099,10 +1099,7 @@ sclangSources = ['Source/lang/LangSource + if env['LANG']: + libsclang = langEnv.SharedLibrary('build/sclang', libsclangSources) + env.Alias('install-bin', env.Install(lib_dir(INSTALL_PREFIX), [libsclang])) +- if PLATFORM == 'darwin': +- sclangLibs = ['scsynth', 'sclang'] +- else: +- sclangLibs = ['sclang'] ++ sclangLibs = ['scsynth', 'sclang'] + langEnv['LIBS'] + sclang = langEnv.Program('build/sclang', sclangSources, LIBS=sclangLibs) + env.Alias('install-programs', env.Install(bin_dir(INSTALL_PREFIX), [sclang])) + -- 2.40.0