Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 30, 2020 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/8d037ec51e3f55f8b429ca79ee98584e to your computer and use it in GitHub Desktop.
Save r-ryantm/8d037ec51e3f55f8b429ca79ee98584e to your computer and use it in GitHub Desktop.
/nix/store/7wxs87yx8a0kjx1vm89pax4hhvqdaf2l-supercollider-3.10.4
├── bin
│   ├── scide
│   ├── sclang
│   ├── scsynth
│   └── supernova
├── include
│   └── SuperCollider
│   ├── common
│   │   ├── clz.h
│   │   ├── function_attributes.h
│   │   ├── SC_Alloca.h
│   │   ├── SC_BoundsMacros.h
│   │   ├── SC_Endian.h
│   │   ├── SC_Export.h
│   │   ├── SC_fftlib.h
│   │   ├── SC_Reply.h
│   │   ├── SC_StringBuffer.h
│   │   ├── SC_Types.h
│   │   └── wintime.h
│   ├── lang
│   │   └── SC_LanguageClient.h
│   ├── plugin_interface
│   │   ├── FFT_UGens.h
│   │   ├── Hash.h
│   │   ├── SC_BufGen.h
│   │   ├── SC_Complex.h
│   │   ├── SCComplex.h
│   │   ├── SC_Constants.h
│   │   ├── SC_DemandUnit.h
│   │   ├── SC_FifoMsg.h
│   │   ├── SC_Graph.h
│   │   ├── SC_InlineBinaryOp.h
│   │   ├── SC_InlineUnaryOp.h
│   │   ├── SC_InterfaceTable.h
│   │   ├── sc_msg_iter.h
│   │   ├── SC_Node.h
│   │   ├── SC_PlugIn.h
│   │   ├── SC_PlugIn.hpp
│   │   ├── SC_Rate.h
│   │   ├── SC_RGen.h
│   │   ├── SC_SndBuf.h
│   │   ├── SC_sndfile_stub.h
│   │   ├── SC_Unit.h
│   │   ├── SC_Wire.h
│   │   ├── SC_World.h
│   │   └── Unroll.h
│   ├── SCVersion.txt
│   └── server
│   ├── ErrorMessage.hpp
│   ├── SC_OSC_Commands.h
│   └── SC_WorldOptions.h
├── lib
│   ├── gedit
│   │   └── plugins
│   │   ├── supercollider.plugin
│   │   └── supercollider.py
│   └── SuperCollider
│   └── plugins
│   ├── BinaryOpUGens.so
│   ├── BinaryOpUGens_supernova.so
│   ├── ChaosUGens.so
│   ├── ChaosUGens_supernova.so
│   ├── DelayUGens.so
│   ├── DelayUGens_supernova.so
│   ├── DemandUGens.so
│   ├── DemandUGens_supernova.so
│   ├── DiskIO_UGens.so
│   ├── DiskIO_UGens_supernova.so
│   ├── DynNoiseUGens.so
│   ├── DynNoiseUGens_supernova.so
│   ├── FFT_UGens.so
│   ├── FFT_UGens_supernova.so
│   ├── FilterUGens.so
│   ├── FilterUGens_supernova.so
│   ├── GendynUGens.so
│   ├── GendynUGens_supernova.so
│   ├── GrainUGens.so
│   ├── GrainUGens_supernova.so
│   ├── IOUGens.so
│   ├── IOUGens_supernova.so
│   ├── LFUGens.so
│   ├── LFUGens_supernova.so
│   ├── ML_UGens.so
│   ├── ML_UGens_supernova.so
│   ├── MulAddUGens.so
│   ├── MulAddUGens_supernova.so
│   ├── NoiseUGens.so
│   ├── NoiseUGens_supernova.so
│   ├── OscUGens.so
│   ├── OscUGens_supernova.so
│   ├── PanUGens.so
│   ├── PanUGens_supernova.so
│   ├── PhysicalModelingUGens.so
│   ├── PhysicalModelingUGens_supernova.so
│   ├── PV_ThirdParty.so
│   ├── PV_ThirdParty_supernova.so
│   ├── ReverbUGens.so
│   ├── ReverbUGens_supernova.so
│   ├── TestUGens.so
│   ├── TestUGens_supernova.so
│   ├── TriggerUGens.so
│   ├── TriggerUGens_supernova.so
│   ├── UIUGens.so
│   ├── UIUGens_supernova.so
│   ├── UnaryOpUGens.so
│   ├── UnaryOpUGens_supernova.so
│   ├── UnpackFFTUGens.so
│   └── UnpackFFTUGens_supernova.so
└── share
├── applications
│   └── SuperColliderIDE.desktop
├── gtksourceview-3.0
│   └── language-specs
│   └── supercollider.lang
├── mime
│   └── packages
│   └── supercollider.xml
├── pixmaps
│   ├── sc_ide.svg
│   ├── supercollider.png
│   └── supercollider.xpm
└── SuperCollider
├── AUTHORS
├── CHANGELOG.md
├── COPYING
├── examples
│   ├── between_languages
│   │   └── fortran_supercollider.scd
│   ├── demonstrations
│   │   ├── 100 FM Synths.scd
│   │   ├── Atari2600.scd
│   │   ├── babbling brook.scd
│   │   ├── bit_reduction.scd
│   │   ├── Chaotic Patterns.scd
│   │   ├── DemandingStudies.scd
│   │   ├── DrumSynths.scd
│   │   ├── env automation.scd
│   │   ├── fft.scd
│   │   ├── GetTheTwits.scd
│   │   ├── HarmonicsVoice.html
│   │   ├── HarmonicsVoice.scd
│   │   ├── Modal Space.scd
│   │   ├── more graphs.scd
│   │   ├── oh yes more fibs.scd
│   │   ├── SC2-examples_1.scd
│   │   ├── SC2-examples_2.scd
│   │   ├── sc_oneliner.scd
│   │   ├── SC_website_example.scd
│   │   ├── single_sample_feedback_02.scd
│   │   ├── single_sample_feedback.scd
│   │   ├── snare909.scd
│   │   ├── stealthissound.scd
│   │   ├── Theremin.scd
│   │   └── TriggerBufferGranulator.scd
│   ├── GUI examples
│   │   ├── analog-drum-tuner.scd
│   │   ├── ColorBrowser.scd
│   │   ├── GUI_examples1.scd
│   │   ├── GUI_examples2.scd
│   │   ├── Nick's LetterGimmick.scd
│   │   ├── rotary hommage duchamp.scd
│   │   ├── strike.scd
│   │   ├── TwoMultiSlidersInOne.scd
│   │   └── x-y-plot.scd
│   ├── other
│   │   ├── Exploring_SCLang.scd
│   │   ├── keepyuppy.scd
│   │   ├── KeyboardWindow.scd
│   │   ├── onetwoonetwo.sc
│   │   └── quines.scd
│   ├── pieces
│   │   ├── acid_otophilia.scd
│   │   ├── aftergoeyvaerts.scd
│   │   ├── atheoryofharmony.scd
│   │   ├── autohausen.scd
│   │   ├── deap_sea.scd
│   │   ├── DreamHouse.scd
│   │   ├── DrummerSynthDef.scd
│   │   ├── hommage_a_duerer.scd
│   │   ├── Little_Man_From_Another_Place.scd
│   │   ├── microhelix_study.scd
│   │   ├── Poeme Symphonique.scd
│   │   ├── Record Scratcher.scd
│   │   ├── RM-octaver.scd
│   │   ├── some_constellations.scd
│   │   ├── spacelab.scd
│   │   ├── Termite_College.scd
│   │   └── Trains.scd
│   └── research_and_tools
│   ├── ASA.scd
│   ├── Diamond.scd
│   ├── SeminaireMusical.scd
│   ├── ShepardTones SignalBuf.scd
│   └── trochoid curve.scd
├── Extensions
│   └── scide_scvim
│   └── SCVim.sc
├── HelpSource
│   ├── BrokenLink.html
│   ├── browse.css
│   ├── Browse.html
│   ├── browse.js
│   ├── Classes
│   │   ├── A2K.schelp
│   │   ├── AbstractDispatcher.schelp
│   │   ├── AbstractFunction.schelp
│   │   ├── AbstractIn.schelp
│   │   ├── AbstractMessageMatcher.schelp
│   │   ├── AbstractOut.schelp
│   │   ├── AbstractResponderFunc.schelp
│   │   ├── AbstractServerAction.schelp
│   │   ├── AbstractSystemAction.schelp
│   │   ├── AbstractWrappingDispatcher.schelp
│   │   ├── AllpassC.schelp
│   │   ├── AllpassL.schelp
│   │   ├── AllpassN.schelp
│   │   ├── AmpCompA.schelp
│   │   ├── AmpComp.schelp
│   │   ├── Amplitude.schelp
│   │   ├── APF.schelp
│   │   ├── AppClock.schelp
│   │   ├── ApplicationStart.schelp
│   │   ├── Archive.schelp
│   │   ├── Array2D.schelp
│   │   ├── ArrayedCollection.schelp
│   │   ├── Array.schelp
│   │   ├── Association.schelp
│   │   ├── AudioIn.schelp
│   │   ├── Bag.schelp
│   │   ├── Balance2.schelp
│   │   ├── BAllPass.schelp
│   │   ├── Ball.schelp
│   │   ├── BasicOpUGen.schelp
│   │   ├── BBandPass.schelp
│   │   ├── BBandStop.schelp
│   │   ├── BeatTrack2.schelp
│   │   ├── BeatTrack.schelp
│   │   ├── BendResponder.schelp
│   │   ├── BEQSuite.schelp
│   │   ├── BHiPass4.schelp
│   │   ├── BHiPass.schelp
│   │   ├── BHiShelf.schelp
│   │   ├── BinaryOpFunction.schelp
│   │   ├── BinaryOpStream.schelp
│   │   ├── BinaryOpUGen.schelp
│   │   ├── BiPanB2.schelp
│   │   ├── Blip.schelp
│   │   ├── BLowPass4.schelp
│   │   ├── BLowPass.schelp
│   │   ├── BLowShelf.schelp
│   │   ├── Boolean.schelp
│   │   ├── BPeakEQ.schelp
│   │   ├── BPF.schelp
│   │   ├── BPZ2.schelp
│   │   ├── BRF.schelp
│   │   ├── BrownNoise.schelp
│   │   ├── BRZ2.schelp
│   │   ├── BufAllpassC.schelp
│   │   ├── BufAllpassL.schelp
│   │   ├── BufAllpassN.schelp
│   │   ├── BufChannels.schelp
│   │   ├── BufCombC.schelp
│   │   ├── BufCombL.schelp
│   │   ├── BufCombN.schelp
│   │   ├── BufDelayC.schelp
│   │   ├── BufDelayL.schelp
│   │   ├── BufDelayN.schelp
│   │   ├── BufDur.schelp
│   │   ├── Buffer.schelp
│   │   ├── BufFrames.schelp
│   │   ├── BufInfoUGenBase.schelp
│   │   ├── BufRateScale.schelp
│   │   ├── BufRd.schelp
│   │   ├── BufSampleRate.schelp
│   │   ├── BufSamples.schelp
│   │   ├── BufWr.schelp
│   │   ├── BusPlug.schelp
│   │   ├── Bus.schelp
│   │   ├── Button.schelp
│   │   ├── CCResponder.schelp
│   │   ├── Changed.schelp
│   │   ├── ChaosGen.schelp
│   │   ├── Char.schelp
│   │   ├── chebyshevpolynomials.png
│   │   ├── CheckBadValues.schelp
│   │   ├── CheckBox.schelp
│   │   ├── Class.schelp
│   │   ├── ClipNoise.schelp
│   │   ├── Clip.schelp
│   │   ├── Clock.schelp
│   │   ├── CmdPeriod.schelp
│   │   ├── CoinGate.schelp
│   │   ├── Collection.schelp
│   │   ├── Color.schelp
│   │   ├── CombC.schelp
│   │   ├── CombL.schelp
│   │   ├── CombN.schelp
│   │   ├── CompanderD.schelp
│   │   ├── Compander.schelp
│   │   ├── Complex.schelp
│   │   ├── CompositeView.schelp
│   │   ├── Condition.schelp
│   │   ├── ContiguousBlockAllocator.schelp
│   │   ├── ControlDur.schelp
│   │   ├── ControlName.schelp
│   │   ├── ControlRate.schelp
│   │   ├── Control.schelp
│   │   ├── ControlSpec.schelp
│   │   ├── Convolution2L.schelp
│   │   ├── Convolution2.schelp
│   │   ├── Convolution3.schelp
│   │   ├── Convolution.schelp
│   │   ├── COsc.schelp
│   │   ├── Crackle.schelp
│   │   ├── CSVFileReader.schelp
│   │   ├── CuspL.schelp
│   │   ├── CuspN.schelp
│   │   ├── CustomViewAction.schelp
│   │   ├── Date.schelp
│   │   ├── Dbrown.schelp
│   │   ├── Dbufrd.schelp
│   │   ├── Dbufwr.schelp
│   │   ├── Dconst.schelp
│   │   ├── DC.schelp
│   │   ├── DebugNodeWatcher.schelp
│   │   ├── Decay2.schelp
│   │   ├── Decay.schelp
│   │   ├── DecodeB2.schelp
│   │   ├── DegreeToKey.schelp
│   │   ├── Delay1.schelp
│   │   ├── Delay2.schelp
│   │   ├── DelayC.schelp
│   │   ├── DelayL.schelp
│   │   ├── DelayN.schelp
│   │   ├── DelTapRd.schelp
│   │   ├── DelTapWr.schelp
│   │   ├── DemandEnvGen.schelp
│   │   ├── Demand.schelp
│   │   ├── DetectIndex.schelp
│   │   ├── DetectSilence.schelp
│   │   ├── Dgeom.schelp
│   │   ├── Dialog.schelp
│   │   ├── Dibrown.schelp
│   │   ├── Dictionary.schelp
│   │   ├── DiskIn.schelp
│   │   ├── DiskOut.schelp
│   │   ├── Diwhite.schelp
│   │   ├── Document.schelp
│   │   ├── Done.schelp
│   │   ├── DoubleArray.schelp
│   │   ├── Download.schelp
│   │   ├── Dpoll.schelp
│   │   ├── DragBoth.schelp
│   │   ├── DragSink.schelp
│   │   ├── DragSource.schelp
│   │   ├── Drand.schelp
│   │   ├── DrawGrid.schelp
│   │   ├── Dreset.schelp
│   │   ├── Dseq.schelp
│   │   ├── Dseries.schelp
│   │   ├── Dser.schelp
│   │   ├── Dshuf.schelp
│   │   ├── Dstutter.schelp
│   │   ├── Dswitch1.schelp
│   │   ├── Dswitch.schelp
│   │   ├── Dunique.schelp
│   │   ├── Dust2.schelp
│   │   ├── Dust.schelp
│   │   ├── Duty.schelp
│   │   ├── Dwhite.schelp
│   │   ├── Dwrand.schelp
│   │   ├── Dxrand.schelp
│   │   ├── DynKlang.schelp
│   │   ├── DynKlank.schelp
│   │   ├── EmacsDocument.schelp
│   │   ├── EnvelopeView.schelp
│   │   ├── EnvGate.schelp
│   │   ├── EnvGen.schelp
│   │   ├── EnvirGui.schelp
│   │   ├── EnvironmentRedirect.schelp
│   │   ├── Environment.schelp
│   │   ├── Env.schelp
│   │   ├── Error.schelp
│   │   ├── Event-default-note.png
│   │   ├── EventPatternProxy.schelp
│   │   ├── Event.schelp
│   │   ├── EventStreamCleanup.schelp
│   │   ├── EventStreamPlayer.schelp
│   │   ├── Exception.schelp
│   │   ├── ExpRand.schelp
│   │   ├── EZGui.schelp
│   │   ├── EZKnob.schelp
│   │   ├── EZLists.schelp
│   │   ├── EZListView.schelp
│   │   ├── EZNumber.schelp
│   │   ├── EZPopUpMenu.schelp
│   │   ├── EZRanger.schelp
│   │   ├── EZScroller.schelp
│   │   ├── EZSlider.schelp
│   │   ├── EZText.schelp
│   │   ├── False.schelp
│   │   ├── FBSineC.schelp
│   │   ├── FBSineL.schelp
│   │   ├── FBSineN.schelp
│   │   ├── Fdef.schelp
│   │   ├── FFT.schelp
│   │   ├── FFTTrigger.schelp
│   │   ├── FileDialog.schelp
│   │   ├── FileReader.schelp
│   │   ├── File.schelp
│   │   ├── FilterPattern.schelp
│   │   ├── Filter.schelp
│   │   ├── FloatArray.schelp
│   │   ├── Float.schelp
│   │   ├── FlowLayout.schelp
│   │   ├── FlowVar.schelp
│   │   ├── FlowView.schelp
│   │   ├── Fold.schelp
│   │   ├── Font.schelp
│   │   ├── Formant.schelp
│   │   ├── Formlet.schelp
│   │   ├── FOS.schelp
│   │   ├── Frame.schelp
│   │   ├── Free.schelp
│   │   ├── FreeSelf.schelp
│   │   ├── FreeSelfWhenDone.schelp
│   │   ├── FreeVerb2.schelp
│   │   ├── FreeVerb.schelp
│   │   ├── FreqScope.schelp
│   │   ├── FreqScopeView.schelp
│   │   ├── FreqShift.schelp
│   │   ├── FSinOsc.schelp
│   │   ├── FuncFilterPattern.schelp
│   │   ├── FuncStream.schelp
│   │   ├── FunctionDef.schelp
│   │   ├── FunctionList.schelp
│   │   ├── Function.schelp
│   │   ├── Gate.schelp
│   │   ├── GbmanL.schelp
│   │   ├── GbmanN.schelp
│   │   ├── Gendy1.schelp
│   │   ├── Gendy2.schelp
│   │   ├── Gendy3.schelp
│   │   ├── Git.schelp
│   │   ├── Gradient.schelp
│   │   ├── GrainBuf.schelp
│   │   ├── GrainFM.schelp
│   │   ├── GrainIn.schelp
│   │   ├── GrainSin.schelp
│   │   ├── GrayNoise.schelp
│   │   ├── GridLayout.schelp
│   │   ├── GridLines.schelp
│   │   ├── Group.schelp
│   │   ├── GUI.schelp
│   │   ├── GVerb.schelp
│   │   ├── Harmonics.schelp
│   │   ├── Hasher.schelp
│   │   ├── HelpBrowser.schelp
│   │   ├── HenonC.schelp
│   │   ├── HenonL.schelp
│   │   ├── HenonN.schelp
│   │   ├── HIDCollection.schelp
│   │   ├── HIDdef.schelp
│   │   ├── HIDElementProto.schelp
│   │   ├── HIDElement.schelp
│   │   ├── HIDFunc.schelp
│   │   ├── HIDInfo.schelp
│   │   ├── HIDProto.schelp
│   │   ├── HID.schelp
│   │   ├── HIDUsage.schelp
│   │   ├── HilbertFIR.schelp
│   │   ├── Hilbert.schelp
│   │   ├── HiliteGradient.schelp
│   │   ├── HistoryGui.schelp
│   │   ├── History.schelp
│   │   ├── HLayout.schelp
│   │   ├── HLayoutView.schelp
│   │   ├── HPF.schelp
│   │   ├── HPZ1.schelp
│   │   ├── HPZ2.schelp
│   │   ├── IdentityBag.schelp
│   │   ├── IdentityDictionary_01.png
│   │   ├── IdentityDictionary_02.png
│   │   ├── IdentityDictionary_03.png
│   │   ├── IdentityDictionary_04.png
│   │   ├── IdentityDictionary.schelp
│   │   ├── IdentitySet.schelp
│   │   ├── IEnvGen.schelp
│   │   ├── IFFT.schelp
│   │   ├── Image.schelp
│   │   ├── Impulse.schelp
│   │   ├── InBus.schelp
│   │   ├── IndexInBetween.schelp
│   │   ├── IndexL.schelp
│   │   ├── Index.schelp
│   │   ├── InFeedback.schelp
│   │   ├── InfoUGenBase.schelp
│   │   ├── InRange.schelp
│   │   ├── InRect.schelp
│   │   ├── In.schelp
│   │   ├── Int16Array.schelp
│   │   ├── Int32Array.schelp
│   │   ├── Int8Array.schelp
│   │   ├── Integer.schelp
│   │   ├── Integrator.schelp
│   │   ├── InterplEnv.schelp
│   │   ├── InterplPairs.schelp
│   │   ├── InterplXYC.schelp
│   │   ├── Interpreter.schelp
│   │   ├── Interval.schelp
│   │   ├── InTrig.schelp
│   │   ├── IODesc.schelp
│   │   ├── IRand.schelp
│   │   ├── JITGui.schelp
│   │   ├── K2A.schelp
│   │   ├── KeyState.schelp
│   │   ├── KeyTrack.schelp
│   │   ├── Klang.schelp
│   │   ├── Klank.schelp
│   │   ├── Knob.schelp
│   │   ├── Lag2.schelp
│   │   ├── Lag2UD.schelp
│   │   ├── Lag3.schelp
│   │   ├── Lag3UD.schelp
│   │   ├── LagControl.schelp
│   │   ├── LagIn.schelp
│   │   ├── Lag.schelp
│   │   ├── LagUD.schelp
│   │   ├── LanguageConfig.schelp
│   │   ├── LastValue.schelp
│   │   ├── Latch.schelp
│   │   ├── LatoocarfianC.schelp
│   │   ├── LatoocarfianL.schelp
│   │   ├── LatoocarfianN.schelp
│   │   ├── Layout.schelp
│   │   ├── LazyEnvir.schelp
│   │   ├── LeakDC.schelp
│   │   ├── LeastChange.schelp
│   │   ├── LevelIndicator.schelp
│   │   ├── LFClipNoise.schelp
│   │   ├── LFCub.schelp
│   │   ├── LFDClipNoise.schelp
│   │   ├── LFDNoise0.schelp
│   │   ├── LFDNoise1.schelp
│   │   ├── LFDNoise3.schelp
│   │   ├── LFGauss.schelp
│   │   ├── LFNoise0.schelp
│   │   ├── LFNoise1.schelp
│   │   ├── LFNoise2.schelp
│   │   ├── LFPar.schelp
│   │   ├── LFPulse.schelp
│   │   ├── LFSaw.schelp
│   │   ├── LFTri.schelp
│   │   ├── LibraryBase.schelp
│   │   ├── Library.schelp
│   │   ├── LIDGui.schelp
│   │   ├── LIDInfo.schelp
│   │   ├── LID.schelp
│   │   ├── LIDSlot.schelp
│   │   ├── Limiter.schelp
│   │   ├── LinCongC.schelp
│   │   ├── LinCongL.schelp
│   │   ├── LinCongN.schelp
│   │   ├── LineLayout.schelp
│   │   ├── Linen.schelp
│   │   ├── Line.schelp
│   │   ├── LinExp.schelp
│   │   ├── LinkedListNode.schelp
│   │   ├── LinkedList.schelp
│   │   ├── LinLin.schelp
│   │   ├── LinPan2.schelp
│   │   ├── LinRand.schelp
│   │   ├── LinSelectX.schelp
│   │   ├── LinXFade2.schelp
│   │   ├── ListPattern.schelp
│   │   ├── List.schelp
│   │   ├── ListView.schelp
│   │   ├── LocalBuf.schelp
│   │   ├── LocalIn.schelp
│   │   ├── LocalOut.schelp
│   │   ├── Logistic.schelp
│   │   ├── LorenzL.schelp
│   │   ├── Loudness.schelp
│   │   ├── LPF.schelp
│   │   ├── LPZ1.schelp
│   │   ├── LPZ2.schelp
│   │   ├── Magnitude.schelp
│   │   ├── MainMenu.schelp
│   │   ├── Main.schelp
│   │   ├── MantissaMask.schelp
│   │   ├── MaxLocalBufs.schelp
│   │   ├── Maybe.schelp
│   │   ├── Median.schelp
│   │   ├── MenuAction.schelp
│   │   ├── Menu.schelp
│   │   ├── Message.schelp
│   │   ├── Method.schelp
│   │   ├── MFCC.schelp
│   │   ├── MidEQ.schelp
│   │   ├── MIDIClient.schelp
│   │   ├── MIDIdef.schelp
│   │   ├── MIDIFuncBothCAMessageMatcher.schelp
│   │   ├── MIDIFuncBothMessageMatcher.schelp
│   │   ├── MIDIFuncChanArrayMessageMatcher.schelp
│   │   ├── MIDIFuncChanMessageMatcher.schelp
│   │   ├── MIDIFunc.schelp
│   │   ├── MIDIFuncSrcMessageMatcherNV.schelp
│   │   ├── MIDIFuncSrcMessageMatcher.schelp
│   │   ├── MIDIIn.schelp
│   │   ├── MIDIMessageDispatcherNV.schelp
│   │   ├── MIDIMessageDispatcher.schelp
│   │   ├── MIDIOut.schelp
│   │   ├── MIDIResponder.schelp
│   │   ├── Mix.schelp
│   │   ├── ModDif.schelp
│   │   ├── MonitorGui.schelp
│   │   ├── Monitor.schelp
│   │   ├── MoogFF.schelp
│   │   ├── MostChange.schelp
│   │   ├── MouseButton.schelp
│   │   ├── MouseX.schelp
│   │   ├── MouseY.schelp
│   │   ├── MulAdd.schelp
│   │   ├── MultiLevelIdentityDictionary.schelp
│   │   ├── MultiOutUGen.schelp
│   │   ├── MultiSliderView.schelp
│   │   ├── MultiTap.schelp
│   │   ├── NamedControl.schelp
│   │   ├── NAryOpFunction.schelp
│   │   ├── NAryOpStream.schelp
│   │   ├── NdefGui.schelp
│   │   ├── NdefMixerOld.schelp
│   │   ├── NdefMixer.schelp
│   │   ├── NdefParamGui.schelp
│   │   ├── Ndef.schelp
│   │   ├── NetAddr.schelp
│   │   ├── Nil.schelp
│   │   ├── NodeControl.schelp
│   │   ├── NodeMap.schelp
│   │   ├── NodeProxyEditor.schelp
│   │   ├── NodeProxy.schelp
│   │   ├── Node.schelp
│   │   ├── NodeWatcher.schelp
│   │   ├── Normalizer.schelp
│   │   ├── NoteOffResponder.schelp
│   │   ├── NoteOnResponder.schelp
│   │   ├── NotificationCenter.schelp
│   │   ├── NRand.schelp
│   │   ├── NumAudioBuses.schelp
│   │   ├── NumberBox.schelp
│   │   ├── Number.schelp
│   │   ├── NumBuffers.schelp
│   │   ├── NumChannels.schelp
│   │   ├── NumControlBuses.schelp
│   │   ├── NumInputBuses.schelp
│   │   ├── NumOutputBuses.schelp
│   │   ├── NumRunningSynths.schelp
│   │   ├── ObjectGui.schelp
│   │   ├── Object.schelp
│   │   ├── ObjectTable.schelp
│   │   ├── OffsetOut.schelp
│   │   ├── OnePole.schelp
│   │   ├── OnError.schelp
│   │   ├── OneZero.schelp
│   │   ├── Onsets.schelp
│   │   ├── Operand.schelp
│   │   ├── OrderedIdentitySet.schelp
│   │   ├── Order.schelp
│   │   ├── OSCArgsMatcher.schelp
│   │   ├── OSCBundle.schelp
│   │   ├── OSCdef.schelp
│   │   ├── OSCFuncAddrMessageMatcher.schelp
│   │   ├── OSCFuncBothMessageMatcher.schelp
│   │   ├── OSCFuncRecvPortMessageMatcher.schelp
│   │   ├── OSCFunc.schelp
│   │   ├── OSCMessageDispatcher.schelp
│   │   ├── OSCMessagePatternDispatcher.schelp
│   │   ├── OscN.schelp
│   │   ├── OSCpathResponder.schelp
│   │   ├── OSCresponderNode.schelp
│   │   ├── OSCresponder.schelp
│   │   ├── Osc.schelp
│   │   ├── OutputProxy.schelp
│   │   ├── Out.schelp
│   │   ├── PackFFT.schelp
│   │   ├── Paddpre.schelp
│   │   ├── Paddp.schelp
│   │   ├── Padd.schelp
│   │   ├── PageLayout.schelp
│   │   ├── Pair.schelp
│   │   ├── Pan2.schelp
│   │   ├── Pan4.schelp
│   │   ├── PanAz.schelp
│   │   ├── PanB2.schelp
│   │   ├── PanB.schelp
│   │   ├── ParamView.schelp
│   │   ├── ParGroup.schelp
│   │   ├── PartConv.schelp
│   │   ├── PathName.schelp
│   │   ├── PatternConductor.schelp
│   │   ├── PatternProxy.schelp
│   │   ├── Pattern.schelp
│   │   ├── Pause.schelp
│   │   ├── PauseSelf.schelp
│   │   ├── PauseSelfWhenDone.schelp
│   │   ├── Pavaroh.schelp
│   │   ├── Pbeta.schelp
│   │   ├── Pbindef.schelp
│   │   ├── Pbindf.schelp
│   │   ├── PbindProxy.schelp
│   │   ├── Pbind.schelp
│   │   ├── Pbinop.schelp
│   │   ├── Pbrown.schelp
│   │   ├── Pbus.schelp
│   │   ├── Pcauchy.schelp
│   │   ├── Pchain.schelp
│   │   ├── Pclump.schelp
│   │   ├── Pclutch.schelp
│   │   ├── Pcollect.schelp
│   │   ├── Pconst.schelp
│   │   ├── PdefAllGui.schelp
│   │   ├── PdefEditor.schelp
│   │   ├── PdefGui.schelp
│   │   ├── PdefnAllGui.schelp
│   │   ├── PdefnGui.schelp
│   │   ├── Pdefn.schelp
│   │   ├── Pdef.schelp
│   │   ├── PdegreeToKey.schelp
│   │   ├── Pdfsm.schelp
│   │   ├── Pdict.schelp
│   │   ├── PdurStutter.schelp
│   │   ├── PeakFollower.schelp
│   │   ├── Peak.schelp
│   │   ├── Pen.schelp
│   │   ├── Penvir.schelp
│   │   ├── Pevent.schelp
│   │   ├── Pexprand.schelp
│   │   ├── Pfindur.schelp
│   │   ├── Pfin.schelp
│   │   ├── Pfinval.schelp
│   │   ├── Pfset.schelp
│   │   ├── Pfsm.schelp
│   │   ├── Pfuncn.schelp
│   │   ├── Pfunc.schelp
│   │   ├── Pfxb.schelp
│   │   ├── Pfx.schelp
│   │   ├── Pgate.schelp
│   │   ├── Pgauss.schelp
│   │   ├── Pgbrown.schelp
│   │   ├── Pgeom.schelp
│   │   ├── Pgpar.schelp
│   │   ├── Pgroup.schelp
│   │   ├── Phasor.schelp
│   │   ├── Phprand.schelp
│   │   ├── Pif.schelp
│   │   ├── Pindex.schelp
│   │   ├── PingPong.schelp
│   │   ├── PinkNoise.schelp
│   │   ├── Pipe.schelp
│   │   ├── Pitch.schelp
│   │   ├── PitchShift.schelp
│   │   ├── Pkey.schelp
│   │   ├── Place.schelp
│   │   ├── Plambda.schelp
│   │   ├── Platform.schelp
│   │   ├── PlayBuf.schelp
│   │   ├── PlazyEnvirN.schelp
│   │   ├── PlazyEnvir.schelp
│   │   ├── Plazy.schelp
│   │   ├── Plotter.schelp
│   │   ├── Plprand.schelp
│   │   ├── Pluck.schelp
│   │   ├── Pmeanrand.schelp
│   │   ├── PmonoArtic.schelp
│   │   ├── Pmono.schelp
│   │   ├── PMOsc.schelp
│   │   ├── Pmulpre.schelp
│   │   ├── Pmulp.schelp
│   │   ├── Pmul.schelp
│   │   ├── Pnaryop.schelp
│   │   ├── Pn.schelp
│   │   ├── Pnsym.schelp
│   │   ├── Point.schelp
│   │   ├── Polar.schelp
│   │   ├── Poll.schelp
│   │   ├── PopUpMenu.schelp
│   │   ├── Post.schelp
│   │   ├── PparGroup.schelp
│   │   ├── Ppar.schelp
│   │   ├── Ppatlace.schelp
│   │   ├── Ppatmod.schelp
│   │   ├── Ppoisson.schelp
│   │   ├── Pprob.schelp
│   │   ├── Pprotect.schelp
│   │   ├── Pproto.schelp
│   │   ├── Prand.schelp
│   │   ├── Preject.schelp
│   │   ├── Prewrite.schelp
│   │   ├── PriorityQueue.schelp
│   │   ├── Process.schelp
│   │   ├── ProgramChangeResponder.schelp
│   │   ├── Prorate.schelp
│   │   ├── Prout.schelp
│   │   ├── ProxyMixerOld.schelp
│   │   ├── ProxyMixer.schelp
│   │   ├── ProxyMonitorGui.schelp
│   │   ├── ProxyNodeMap.schelp
│   │   ├── ProxySpace.schelp
│   │   ├── ProxySynthDef.schelp
│   │   ├── Pseed.schelp
│   │   ├── Pseg.schelp
│   │   ├── Pselect.schelp
│   │   ├── Pseq.schelp
│   │   ├── Pseries.schelp
│   │   ├── Pser.schelp
│   │   ├── Psetpre.schelp
│   │   ├── Psetp.schelp
│   │   ├── Pset.schelp
│   │   ├── Pshuf.schelp
│   │   ├── PSinGrain.schelp
│   │   ├── Pslide.schelp
│   │   ├── Pspawner.schelp
│   │   ├── Pspawn.schelp
│   │   ├── PstepNadd.schelp
│   │   ├── PstepNfunc.schelp
│   │   ├── Pstep.schelp
│   │   ├── Pstutter.schelp
│   │   ├── Pswitch1.schelp
│   │   ├── Pswitch.schelp
│   │   ├── Psym.schelp
│   │   ├── Psync.schelp
│   │   ├── Ptime.schelp
│   │   ├── Ptpar.schelp
│   │   ├── Ptuple.schelp
│   │   ├── PulseCount.schelp
│   │   ├── PulseDivider.schelp
│   │   ├── Pulse.schelp
│   │   ├── Punop.schelp
│   │   ├── PureUGen.schelp
│   │   ├── PV_Add.schelp
│   │   ├── PV_BinScramble.schelp
│   │   ├── PV_BinShift.schelp
│   │   ├── PV_BinWipe.schelp
│   │   ├── PV_BrickWall.schelp
│   │   ├── PV_ChainUGen.schelp
│   │   ├── PV_ConformalMap.schelp
│   │   ├── PV_Conj.schelp
│   │   ├── PV_CopyPhase.schelp
│   │   ├── PV_Copy.schelp
│   │   ├── PV_Diffuser.schelp
│   │   ├── PV_Div.schelp
│   │   ├── PV_HainsworthFoote.schelp
│   │   ├── PV_JensenAndersen.schelp
│   │   ├── PV_LocalMax.schelp
│   │   ├── PV_MagAbove.schelp
│   │   ├── PV_MagBelow.schelp
│   │   ├── PV_MagClip.schelp
│   │   ├── PV_MagDiv.schelp
│   │   ├── PV_MagFreeze.schelp
│   │   ├── PV_MagMul.schelp
│   │   ├── PV_MagNoise.schelp
│   │   ├── PV_MagShift.schelp
│   │   ├── PV_MagSmear.schelp
│   │   ├── PV_MagSquared.schelp
│   │   ├── PV_Max.schelp
│   │   ├── PV_Min.schelp
│   │   ├── PV_Mul.schelp
│   │   ├── PV_PhaseShift270.schelp
│   │   ├── PV_PhaseShift90.schelp
│   │   ├── PV_PhaseShift.schelp
│   │   ├── PV_RandComb.schelp
│   │   ├── PV_RandWipe.schelp
│   │   ├── PV_RectComb2.schelp
│   │   ├── PV_RectComb.schelp
│   │   ├── Pwalk.schelp
│   │   ├── Pwhile.schelp
│   │   ├── Pwhite.schelp
│   │   ├── Pwrand.schelp
│   │   ├── Pwrap.schelp
│   │   ├── Pxrand.schelp
│   │   ├── QPalette.schelp
│   │   ├── QPenPrinter.schelp
│   │   ├── QtGUI.schelp
│   │   ├── QuadC.schelp
│   │   ├── QuadL.schelp
│   │   ├── QuadN.schelp
│   │   ├── Quant.schelp
│   │   ├── Quark.schelp
│   │   ├── Quarks.schelp
│   │   ├── QuartzComposerView.schelp
│   │   ├── RadiansPerSample.schelp
│   │   ├── Ramp.schelp
│   │   ├── RandID.schelp
│   │   ├── Rand.schelp
│   │   ├── RandSeed.schelp
│   │   ├── RangeSlider.schelp
│   │   ├── RawArray.schelp
│   │   ├── RawPointer.schelp
│   │   ├── ReadableNodeIDAllocator.schelp
│   │   ├── RecNodeProxy.schelp
│   │   ├── RecordBuf.schelp
│   │   ├── Recorder.schelp
│   │   ├── Rect.schelp
│   │   ├── RefCopy.schelp
│   │   ├── Ref.schelp
│   │   ├── ReplaceOut.schelp
│   │   ├── Resonz.schelp
│   │   ├── Rest.schelp
│   │   ├── RHPF.schelp
│   │   ├── Ringz.schelp
│   │   ├── RLPF.schelp
│   │   ├── RootNode.schelp
│   │   ├── Rotate2.schelp
│   │   ├── Routine.schelp
│   │   ├── RunningMax.schelp
│   │   ├── RunningMin.schelp
│   │   ├── RunningSum.schelp
│   │   ├── SampleDur.schelp
│   │   ├── SampleRate.schelp
│   │   ├── Sanitize.schelp
│   │   ├── Saw.schelp
│   │   ├── Scale.schelp
│   │   ├── SCContainerView.schelp
│   │   ├── SCDocEntry.schelp
│   │   ├── SCDocHTMLRenderer.schelp
│   │   ├── SCDocNode.schelp
│   │   ├── SCDoc.schelp
│   │   ├── SCDragView.schelp
│   │   ├── ScelDocument.schelp
│   │   ├── SCEnvelopeEdit.schelp
│   │   ├── Scheduler.schelp
│   │   ├── Schmidt.schelp
│   │   ├── ScIDE.schelp
│   │   ├── SCImageFilter.schelp
│   │   ├── SCImageKernel.schelp
│   │   ├── SCImage.schelp
│   │   ├── ScopeOut.schelp
│   │   ├── ScopeView.schelp
│   │   ├── Score.schelp
│   │   ├── ScrollView.schelp
│   │   ├── SCViewHolder.schelp
│   │   ├── Select.schelp
│   │   ├── SelectXFocus.schelp
│   │   ├── SelectX.schelp
│   │   ├── Semaphore.schelp
│   │   ├── SemiColonFileReader.schelp
│   │   ├── SendPeakRMS.schelp
│   │   ├── SendReply.schelp
│   │   ├── SendTrig.schelp
│   │   ├── SequenceableCollection.schelp
│   │   ├── SerialPort.schelp
│   │   ├── ServerBoot.schelp
│   │   ├── ServerMeter.schelp
│   │   ├── ServerMeterView.schelp
│   │   ├── ServerOptions.schelp
│   │   ├── ServerQuit.schelp
│   │   ├── Server.schelp
│   │   ├── ServerStatusWatcher.schelp
│   │   ├── ServerTree.schelp
│   │   ├── SetResetFF.schelp
│   │   ├── Set.schelp
│   │   ├── Shaper.schelp
│   │   ├── SharedIn.schelp
│   │   ├── SharedOut.schelp
│   │   ├── ShutDown.schelp
│   │   ├── Signal.schelp
│   │   ├── Silent.schelp
│   │   ├── SimpleController.schelp
│   │   ├── SimpleNumber.schelp
│   │   ├── SinOscFB.schelp
│   │   ├── SinOsc.schelp
│   │   ├── SkipJack.schelp
│   │   ├── Slew.schelp
│   │   ├── Slider2D.schelp
│   │   ├── Slider.schelp
│   │   ├── Slope.schelp
│   │   ├── SortedList.schelp
│   │   ├── SOS.schelp
│   │   ├── SoundFile.schelp
│   │   ├── SoundFileView.schelp
│   │   ├── SoundIn.schelp
│   │   ├── SparseArray.schelp
│   │   ├── SpecCentroid.schelp
│   │   ├── SpecFlatness.schelp
│   │   ├── SpecPcile.schelp
│   │   ├── Spec.schelp
│   │   ├── SplayAz.schelp
│   │   ├── Splay.schelp
│   │   ├── SplayZ.schelp
│   │   ├── Spring.schelp
│   │   ├── StackLayout.schelp
│   │   ├── StandardL.schelp
│   │   ├── StandardN.schelp
│   │   ├── StartUp.schelp
│   │   ├── StaticText.schelp
│   │   ├── Stepper.schelp
│   │   ├── StereoConvolution2L.schelp
│   │   ├── Stethoscope.schelp
│   │   ├── StreamClutch.schelp
│   │   ├── Stream.schelp
│   │   ├── String.ext.schelp
│   │   ├── String.schelp
│   │   ├── SubsampleOffset.schelp
│   │   ├── Sum3.schelp
│   │   ├── Sum4.schelp
│   │   ├── Sweep.schelp
│   │   ├── SymbolArray.schelp
│   │   ├── Symbol.schelp
│   │   ├── SyncSaw.schelp
│   │   ├── SynthDef.schelp
│   │   ├── SynthDescLib.schelp
│   │   ├── SynthDesc.schelp
│   │   ├── Synth.schelp
│   │   ├── SystemClock.schelp
│   │   ├── T2A.schelp
│   │   ├── T2K.schelp
│   │   ├── TabFileReader.schelp
│   │   ├── Tap.schelp
│   │   ├── TaskProxyGui.schelp
│   │   ├── TaskProxy.schelp
│   │   ├── Task.schelp
│   │   ├── TBall.schelp
│   │   ├── TChoose.schelp
│   │   ├── TdefAllGui.schelp
│   │   ├── TdefEditor.schelp
│   │   ├── TdefGui.schelp
│   │   ├── Tdef.schelp
│   │   ├── TDelay.schelp
│   │   ├── TDuty.schelp
│   │   ├── TempoBusClock.schelp
│   │   ├── TempoClock.schelp
│   │   ├── TExpRand.schelp
│   │   ├── TextField.schelp
│   │   ├── TextView.schelp
│   │   ├── TGrains.schelp
│   │   ├── Thread.schelp
│   │   ├── Thunk.schelp
│   │   ├── Timer.schelp
│   │   ├── TIRand.schelp
│   │   ├── ToggleFF.schelp
│   │   ├── ToolBar.schelp
│   │   ├── TouchResponder.schelp
│   │   ├── TRand.schelp
│   │   ├── TreeViewItem.schelp
│   │   ├── TreeView.schelp
│   │   ├── Trig1.schelp
│   │   ├── TrigControl.schelp
│   │   ├── Trig.schelp
│   │   ├── True.schelp
│   │   ├── Tuning.schelp
│   │   ├── TWChoose.schelp
│   │   ├── TWindex.schelp
│   │   ├── TwoPole.schelp
│   │   ├── TwoWayIdentityDictionary.schelp
│   │   ├── TwoZero.schelp
│   │   ├── UGen.schelp
│   │   ├── UnaryOpFunction.schelp
│   │   ├── UnaryOpStream.schelp
│   │   ├── UnaryOpUGen.schelp
│   │   ├── UniqueID.schelp
│   │   ├── UnitTest.schelp
│   │   ├── UnitTestScript.schelp
│   │   ├── UnixFILE.schelp
│   │   ├── Unpack1FFT.schelp
│   │   ├── UnpackFFT.schelp
│   │   ├── UserView.schelp
│   │   ├── VarLag.schelp
│   │   ├── VarSaw.schelp
│   │   ├── VDiskIn.schelp
│   │   ├── Vibrato.schelp
│   │   ├── View.schelp
│   │   ├── VLayout.schelp
│   │   ├── VLayoutView.schelp
│   │   ├── Volume.schelp
│   │   ├── VOsc3.schelp
│   │   ├── VOsc.schelp
│   │   ├── Warp1.schelp
│   │   ├── Warp.schelp
│   │   ├── Wavetable.schelp
│   │   ├── WebView.schelp
│   │   ├── WhiteNoise.schelp
│   │   ├── Window.schelp
│   │   ├── WrapIndex.schelp
│   │   ├── Wrap.schelp
│   │   ├── XFade2.schelp
│   │   ├── XInFeedback.schelp
│   │   ├── XIn.schelp
│   │   ├── XLine.schelp
│   │   ├── XOut.schelp
│   │   └── ZeroCrossing.schelp
│   ├── codemirror.css
│   ├── editor.css
│   ├── editor.js
│   ├── Guides
│   │   ├── Backwards-Compatibility.schelp
│   │   ├── Bundled-Messages.schelp
│   │   ├── ClientVsServer.schelp
│   │   ├── Debugging-tips.schelp
│   │   ├── EmacsGUI.schelp
│   │   ├── FFT-Overview.schelp
│   │   ├── Glossary.schelp
│   │   ├── GUI-Introduction.schelp
│   │   ├── GUI-Layout-Management.schelp
│   │   ├── HID_permissions.schelp
│   │   ├── How-to-Use-the-Interpreter.schelp
│   │   ├── Internal-Snooping.schelp
│   │   ├── Intro-to-Objects.schelp
│   │   ├── J-concepts-in-SC.schelp
│   │   ├── LID_permissions.schelp
│   │   ├── ListComprehensions.schelp
│   │   ├── MIDI.schelp
│   │   ├── More-On-Getting-Help.schelp
│   │   ├── Multichannel-Expansion.schelp
│   │   ├── MultiClient_Setups.schelp
│   │   ├── News-3_10.schelp
│   │   ├── News-3_5.schelp
│   │   ├── News-3_6.schelp
│   │   ├── News-3_7.schelp
│   │   ├── News-3_8.schelp
│   │   ├── News-3_9.schelp
│   │   ├── News-Qt-GUI.schelp
│   │   ├── NodeMessaging.schelp
│   │   ├── Non-Realtime-Synthesis.schelp
│   │   ├── Order-of-execution.schelp
│   │   ├── OSC_communication.schelp
│   │   ├── Polymorphism.schelp
│   │   ├── Randomness.schelp
│   │   ├── s8kfFC-clientServerEn.png
│   │   ├── scEn.png
│   │   ├── sc_ide_overview.png
│   │   ├── sc_ide_overview_scaled.png
│   │   ├── SCIde.schelp
│   │   ├── Server-Guide.schelp
│   │   ├── server.png
│   │   ├── ServerTiming.schelp
│   │   ├── Spawning.schelp
│   │   ├── standalones.schelp
│   │   ├── structureEn.png
│   │   ├── SuperColliderAU.schelp
│   │   ├── Sync-Async.schelp
│   │   ├── SynthDefsVsSynths.schelp
│   │   ├── Tour-of-Special-Functions.schelp
│   │   ├── Tour_of_UGens.schelp
│   │   ├── Tracing-Processes.schelp
│   │   ├── UGens-and-Synths.schelp
│   │   ├── Understanding-Errors.schelp
│   │   ├── UsingExtensions.schelp
│   │   ├── UsingMIDI.schelp
│   │   ├── UsingQuarks.schelp
│   │   ├── Working_with_HID.schelp
│   │   ├── WritingClasses.schelp
│   │   ├── WritingHelp.schelp
│   │   ├── WritingPrimitives.schelp
│   │   ├── WritingTests.schelp
│   │   └── WritingUGens.schelp
│   ├── Help.schelp
│   ├── images
│   │   ├── duck_alpha.png
│   │   ├── flowers2.jpg
│   │   ├── icon.supercollider.png
│   │   ├── lastnode.png
│   │   ├── node.png
│   │   ├── plugin.png
│   │   ├── plugin.svg
│   │   ├── SC_icon.png
│   │   ├── Swamp.png
│   │   ├── vduck2.jpg
│   │   └── vline.png
│   ├── lib
│   │   ├── codemirror-5.39.2.min.js
│   │   ├── codemirror-addon-simple-5.39.2.min.js
│   │   └── jquery.min.js
│   ├── OldHelpWrapper.html
│   ├── Other
│   │   ├── ccbysa3_88x31.png
│   │   ├── HelpDocsLicensing.html
│   │   ├── JITLibChanges3.7.schelp
│   │   └── Licensing.html
│   ├── Overviews
│   │   ├── Classes.html
│   │   ├── ClassTree.schelp
│   │   ├── Collections.schelp
│   │   ├── Documents.html
│   │   ├── Event_types.schelp
│   │   ├── GenericCollectors.schelp
│   │   ├── GUI-Classes.schelp
│   │   ├── JITLib.schelp
│   │   ├── Methods.html
│   │   ├── Operators.schelp
│   │   ├── SC3vsSC2.schelp
│   │   ├── Streams.schelp
│   │   └── SymbolicNotations.schelp
│   ├── QC
│   │   ├── Cells.qtz
│   │   ├── SCLevelMeter.qtz
│   │   ├── SCQCSonogramCount2.qtz
│   │   ├── SCQuartzComposerViewStructureTest.qtz
│   │   ├── SCQuartzComposerViewTest.qtz
│   │   └── Stupid Pan.qtz
│   ├── Reference
│   │   ├── Adverbs.schelp
│   │   ├── Assignment.schelp
│   │   ├── asTarget.schelp
│   │   ├── AudioDeviceSelection.schelp
│   │   ├── Classes.schelp
│   │   ├── Comments.schelp
│   │   ├── Control-Structures.schelp
│   │   ├── default_group.schelp
│   │   ├── EmacsEditor.schelp
│   │   ├── EventStream.schelp
│   │   ├── Expression-Sequence.schelp
│   │   ├── functions.png
│   │   ├── Functions.schelp
│   │   ├── gui_alignments.schelp
│   │   ├── gui.schelp
│   │   ├── if.schelp
│   │   ├── KeyboardShortcuts.schelp
│   │   ├── Key-Value-Pairs.schelp
│   │   ├── Literals.schelp
│   │   ├── loop.schelp
│   │   ├── matchItem.schelp
│   │   ├── Messages.schelp
│   │   ├── Modifiers.schelp
│   │   ├── NodeEvent.schelp
│   │   ├── NodeProxy_roles.schelp
│   │   ├── palette_color_groups.schelp
│   │   ├── palette_color_roles.schelp
│   │   ├── Partial-Application.schelp
│   │   ├── playN.schelp
│   │   ├── play.schelp
│   │   ├── plot.schelp
│   │   ├── randomSeed.schelp
│   │   ├── Resize.schelp
│   │   ├── SCDocSyntax.schelp
│   │   ├── Scope.schelp
│   │   ├── Server-Architecture.schelp
│   │   ├── Server-Command-Reference.schelp
│   │   ├── ServerPluginAPI.schelp
│   │   ├── softPut.schelp
│   │   ├── softSet.schelp
│   │   ├── softVol_.schelp
│   │   ├── StartupFile.schelp
│   │   ├── Syntax-Shortcuts.schelp
│   │   └── Synth-Definition-File-Format.schelp
│   ├── scdoc.css
│   ├── scdoc.js
│   ├── Search.html
│   ├── search.js
│   └── Tutorials
│   ├── A-Practical-Guide
│   │   ├── PG_01_Introduction.schelp
│   │   ├── PG_02_Basic_Vocabulary.schelp
│   │   ├── PG_03_What_Is_Pbind.schelp
│   │   ├── PG_04_Words_to_Phrases.schelp
│   │   ├── PG_05_Math_on_Patterns.schelp
│   │   ├── PG_060_Filter_Patterns.schelp
│   │   ├── PG_06a_Repetition_Contraint_Patterns.schelp
│   │   ├── PG_06b_Time_Based_Patterns.schelp
│   │   ├── PG_06c_Composition_of_Patterns.schelp
│   │   ├── PG_06d_Parallel_Patterns.schelp
│   │   ├── PG_06e_Language_Control.schelp
│   │   ├── PG_06f_Server_Control.schelp
│   │   ├── PG_06g_Data_Sharing.schelp
│   │   ├── PG_07_Value_Conversions.schelp
│   │   ├── PG_08_Event_Types_and_Parameters.schelp
│   │   ├── PG_Cookbook01_Basic_Sequencing.schelp
│   │   ├── PG_Cookbook02_Manipulating_Patterns.schelp
│   │   ├── PG_Cookbook03_External_Control.schelp
│   │   ├── PG_Cookbook04_Sending_MIDI.schelp
│   │   ├── PG_Cookbook05_Using_Samples.schelp
│   │   ├── PG_Cookbook06_Phrase_Network.schelp
│   │   ├── PG_Cookbook07_Rhythmic_Variations.schelp
│   │   ├── PG_Cookbook08_Swing.schelp
│   │   └── PG_Ref01_Pattern_Internals.schelp
│   ├── Getting-Started
│   │   ├── 00-Getting-Started-With-SC.schelp
│   │   ├── 01-Introductory-Remarks.schelp
│   │   ├── 02-First-Steps.schelp
│   │   ├── 03-Start-Your-Engines.schelp
│   │   ├── 04-Functions-and-Other-Functionality.schelp
│   │   ├── 05-Functions-and-Sound.schelp
│   │   ├── 06-Presented-in-Living-Stereo.schelp
│   │   ├── 07-Mix-it-Up.schelp
│   │   ├── 08-Scoping-and-Plotting.schelp
│   │   ├── 09-Getting-Help.schelp
│   │   ├── 10-SynthDefs-and-Synths.schelp
│   │   ├── 11-Busses.schelp
│   │   ├── 12-Groups.schelp
│   │   ├── 13-Buffers.schelp
│   │   ├── 14-Scheduling-Events.schelp
│   │   ├── 15-Sequencing-with-Routines-and-Tasks.schelp
│   │   ├── 16-Sequencing-with-Patterns.schelp
│   │   ├── Functions-and-Sound-00.png
│   │   ├── Functions-and-Sound-01.png
│   │   ├── Functions-and-Sound-02.png
│   │   ├── Functions-and-Sound-03.png
│   │   ├── Functions-and-Sound-04.png
│   │   ├── Scoping-and-Plotting01.png
│   │   ├── Start-Your-Engines00.png
│   │   └── Start-Your-Engines01.png
│   ├── JITLib
│   │   ├── audio_rate_mapping.schelp
│   │   ├── basic_live_coding_techniques.schelp
│   │   ├── jitlib_asCompileString.schelp
│   │   ├── jitlib_basic_concepts_01.schelp
│   │   ├── jitlib_basic_concepts_02.schelp
│   │   ├── jitlib_basic_concepts_03.schelp
│   │   ├── jitlib_basic_concepts_04.schelp
│   │   ├── jitlib_efficiency.schelp
│   │   ├── jitlib_fading.schelp
│   │   ├── jitlib_networking.schelp
│   │   ├── proxyspace_examples.schelp
│   │   ├── recursive_phrasing.schelp
│   │   └── the_lazy_proxy.schelp
│   ├── Mark_Polishook_tutorial
│   │   ├── 00_Introductory_tutorial.schelp
│   │   ├── 01_Startup.schelp
│   │   ├── 02_Evaluating_code.schelp
│   │   ├── 03_Comments.schelp
│   │   ├── 04_Help.schelp
│   │   ├── 05_The_network.schelp
│   │   ├── 06_Prerequisites.schelp
│   │   ├── 07_SynthDefs.schelp
│   │   ├── 08_Rates.schelp
│   │   ├── 09_Buses.schelp
│   │   ├── 10_Controls.schelp
│   │   ├── 11_Test_functions.schelp
│   │   ├── 12_UnaryOp_synthesis.schelp
│   │   ├── 13_BinaryOp_synthesis.schelp
│   │   ├── 14_Subtractive_synthesis.schelp
│   │   ├── 15_Groups.schelp
│   │   ├── 16_Playbuf.schelp
│   │   ├── 17_Delays_reverbs.schelp
│   │   ├── 18_Frequency_modulation.schelp
│   │   ├── 19_Scheduling.schelp
│   │   ├── 20_Debugging.schelp
│   │   ├── 21_Syntax_errors.schelp
│   │   ├── 22_Runtime_errors.schelp
│   │   └── Japanese_version
│   │   ├── 00.schelp
│   │   ├── 01.schelp
│   │   ├── 02.schelp
│   │   ├── 03.schelp
│   │   ├── 04.schelp
│   │   ├── 05.schelp
│   │   ├── 06.schelp
│   │   ├── 07.schelp
│   │   ├── 08.schelp
│   │   ├── 09.schelp
│   │   ├── 10.schelp
│   │   ├── 11.schelp
│   │   ├── 12.schelp
│   │   ├── 13.schelp
│   │   ├── 14.schelp
│   │   └── 15.schelp
│   ├── Server_Tutorial.schelp
│   ├── Streams-Patterns-Events1.schelp
│   ├── Streams-Patterns-Events2.schelp
│   ├── Streams-Patterns-Events3.schelp
│   ├── Streams-Patterns-Events4.schelp
│   ├── Streams-Patterns-Events5.schelp
│   ├── Streams-Patterns-Events6.schelp
│   └── Streams-Patterns-Events7.schelp
├── HID_Support
│   └── hut
│   ├── hut_11_telephony.yaml
│   ├── hut_12_consumer.yaml
│   ├── hut_13_digitizers.yaml
│   ├── hut_1_generic_desktop.yaml
│   ├── hut_20_alphanumeric_display.yaml
│   ├── hut_2_simulation_controls.yaml
│   ├── hut_3_vr_control.yaml
│   ├── hut_4_sport_controls.yaml
│   ├── hut_5_game_controls.yaml
│   ├── hut_64_medical_instrument.yaml
│   ├── hut_6_generic_device.yaml
│   ├── hut_7_keyboard_keypad.yaml
│   └── hut_8_ledpage.yaml
├── README_LINUX.md
├── README.md
├── SCClassLibrary
│   ├── backwards_compatibility
│   │   └── PMOsc.sc
│   ├── Common
│   │   ├── Audio
│   │   │   ├── BasicOpsUGen.sc
│   │   │   ├── BEQSuite.sc
│   │   │   ├── BufIO.sc
│   │   │   ├── canFreeSynth.sc
│   │   │   ├── Chaos.sc
│   │   │   ├── Compander.sc
│   │   │   ├── Delays.sc
│   │   │   ├── DelayWr.sc
│   │   │   ├── Demand.sc
│   │   │   ├── DiskIO.sc
│   │   │   ├── EnvGen.sc
│   │   │   ├── Env.sc
│   │   │   ├── FFT2.sc
│   │   │   ├── FFT.sc
│   │   │   ├── FFTUnpacking.sc
│   │   │   ├── Filter.sc
│   │   │   ├── FreeVerb.sc
│   │   │   ├── FSinOsc.sc
│   │   │   ├── Gendyn.sc
│   │   │   ├── GrainUGens.sc
│   │   │   ├── GVerb.sc
│   │   │   ├── Hilbert.sc
│   │   │   ├── IEnvGen.sc
│   │   │   ├── InfoUGens.sc
│   │   │   ├── InOut.sc
│   │   │   ├── iphone
│   │   │   │   └── iPhoneUGens.sc
│   │   │   ├── Line.sc
│   │   │   ├── MachineListening.sc
│   │   │   ├── MacUGens.sc
│   │   │   ├── Mix.sc
│   │   │   ├── MoogFF.sc
│   │   │   ├── Noise.sc
│   │   │   ├── Osc.sc
│   │   │   ├── Pan.sc
│   │   │   ├── PartConv.sc
│   │   │   ├── PhysicalModel.sc
│   │   │   ├── PitchShift.sc
│   │   │   ├── Pluck.sc
│   │   │   ├── Poll.sc
│   │   │   ├── PSinGrain.sc
│   │   │   ├── SoundIn.sc
│   │   │   ├── Splay.sc
│   │   │   ├── SynthDefOld.sc
│   │   │   ├── SynthDef.sc
│   │   │   ├── SynthDesc.sc
│   │   │   ├── SystemSynthDefs.sc
│   │   │   ├── TestUGens.sc
│   │   │   ├── Trig.sc
│   │   │   └── UGen.sc
│   │   ├── Collections
│   │   │   ├── Array2D.sc
│   │   │   ├── ArrayedCollection.sc
│   │   │   ├── Array.sc
│   │   │   ├── Association.sc
│   │   │   ├── Bag.sc
│   │   │   ├── Collection.sc
│   │   │   ├── Dictionary.sc
│   │   │   ├── EnvironmentRedirect.sc
│   │   │   ├── Environment.sc
│   │   │   ├── Event.sc
│   │   │   ├── EventTypesWithCleanup.sc
│   │   │   ├── Harmonics.sc
│   │   │   ├── Interval.sc
│   │   │   ├── Library.sc
│   │   │   ├── LinkedList.sc
│   │   │   ├── linux
│   │   │   │   └── extString_linux.sc
│   │   │   ├── List.sc
│   │   │   ├── ObjectTable.sc
│   │   │   ├── osx
│   │   │   │   └── extString_osx.sc
│   │   │   ├── Pair.sc
│   │   │   ├── PriorityQueue.sc
│   │   │   ├── RingBuffer.sc
│   │   │   ├── Scale.sc
│   │   │   ├── SequenceableCollection.sc
│   │   │   ├── Set.sc
│   │   │   ├── SortedList.sc
│   │   │   ├── SparseArray.sc
│   │   │   ├── String.sc
│   │   │   └── windows
│   │   │   └── extString_windows.sc
│   │   ├── Control
│   │   │   ├── asBus.sc
│   │   │   ├── asDefName.sc
│   │   │   ├── asGroup.sc
│   │   │   ├── asMIDIPort.sc
│   │   │   ├── asNodeArg.sc
│   │   │   ├── asScore
│   │   │   │   ├── asScore.sc
│   │   │   │   ├── RenderNotePlayer.sc
│   │   │   │   └── ScoreStreamPlayer.sc
│   │   │   ├── asTarget.sc
│   │   │   ├── Buffer.sc
│   │   │   ├── Bus.sc
│   │   │   ├── Engine.sc
│   │   │   ├── extConvertToOSC.sc
│   │   │   ├── extSystemActions.sc
│   │   │   ├── GraphBuilder.sc
│   │   │   ├── HID_API.sc
│   │   │   ├── HIDFunc.sc
│   │   │   ├── HIDMatchers.sc
│   │   │   ├── MIDIOut.sc
│   │   │   ├── MIDIResponder.sc
│   │   │   ├── NetAddr.sc
│   │   │   ├── NodeControl.sc
│   │   │   ├── Node.sc
│   │   │   ├── NodeWatcher.sc
│   │   │   ├── OSCBundle.sc
│   │   │   ├── ReadableNodeIDAllocator.sc
│   │   │   ├── Recorder.sc
│   │   │   ├── ResponseDefs.sc
│   │   │   ├── schedBundle.sc
│   │   │   ├── ScopeBuffer.sc
│   │   │   ├── Score.sc
│   │   │   ├── SerialPort.sc
│   │   │   ├── Server.sc
│   │   │   ├── ServerStatus.sc
│   │   │   ├── SkipJack.sc
│   │   │   ├── Spec.sc
│   │   │   ├── SystemActions.sc
│   │   │   └── Volume.sc
│   │   ├── Core
│   │   │   ├── AbstractFunction.sc
│   │   │   ├── Boolean.sc
│   │   │   ├── Char.sc
│   │   │   ├── Clock.sc
│   │   │   ├── Color.sc
│   │   │   ├── Condition.sc
│   │   │   ├── debug.sc
│   │   │   ├── Error.sc
│   │   │   ├── Finalize.sc
│   │   │   ├── Function.sc
│   │   │   ├── Kernel.sc
│   │   │   ├── LanguageConfig.sc
│   │   │   ├── Message.sc
│   │   │   ├── Model.sc
│   │   │   ├── Nil.sc
│   │   │   ├── Object.sc
│   │   │   ├── Operand.sc
│   │   │   ├── Ref.sc
│   │   │   ├── Semaphore.sc
│   │   │   ├── Symbol.sc
│   │   │   └── Thread.sc
│   │   ├── Files
│   │   │   ├── Directory.sc
│   │   │   ├── File.sc
│   │   │   ├── PathName.sc
│   │   │   └── SoundFile.sc
│   │   ├── Geometry
│   │   │   ├── Point.sc
│   │   │   ├── Rect.sc
│   │   │   └── Size.sc
│   │   ├── GUI
│   │   │   ├── backwardsCompatibility
│   │   │   │   ├── classNameRedirects.sc
│   │   │   │   ├── deprecated-3.7.sc
│   │   │   │   ├── flowViewSupportQt.sc
│   │   │   │   ├── GUI.sc
│   │   │   │   ├── SCScope.sc
│   │   │   │   ├── SCViewHolder.sc
│   │   │   │   └── viewExtensions.sc
│   │   │   ├── Base
│   │   │   │   ├── BasicViews.sc
│   │   │   │   ├── Download.sc
│   │   │   │   ├── DragView.sc
│   │   │   │   ├── enums.sc
│   │   │   │   ├── ext-asLayoutElement.sc
│   │   │   │   ├── extValueActionIfChanged.sc
│   │   │   │   ├── EZgui.sc
│   │   │   │   ├── EZKnob.sc
│   │   │   │   ├── EZListView.sc
│   │   │   │   ├── EZNumber.sc
│   │   │   │   ├── EZPopUpMenu.sc
│   │   │   │   ├── EZRangerSC.sc
│   │   │   │   ├── EZScroller.sc
│   │   │   │   ├── EZSlider.sc
│   │   │   │   ├── EZSpecEditor.sc
│   │   │   │   ├── EZText.sc
│   │   │   │   ├── FlowLayout.sc
│   │   │   │   ├── Gradient.sc
│   │   │   │   ├── Grid.sc
│   │   │   │   ├── Menu.sc
│   │   │   │   ├── QCallback.sc
│   │   │   │   ├── QDialog.sc
│   │   │   │   ├── QEnvelopeView.sc
│   │   │   │   ├── QFont.sc
│   │   │   │   ├── QImage.sc
│   │   │   │   ├── QKnob.sc
│   │   │   │   ├── QLayout.sc
│   │   │   │   ├── QLevelIndicator.sc
│   │   │   │   ├── QListView.sc
│   │   │   │   ├── QMultiSliderView.sc
│   │   │   │   ├── QNumberBox.sc
│   │   │   │   ├── QObject.sc
│   │   │   │   ├── QPalette.sc
│   │   │   │   ├── QPenPrinter.sc
│   │   │   │   ├── QPen.sc
│   │   │   │   ├── QQuartzComposerView.sc
│   │   │   │   ├── QRangeSlider.sc
│   │   │   │   ├── QSlider2D.sc
│   │   │   │   ├── QSlider.sc
│   │   │   │   ├── QSoundFileView.sc
│   │   │   │   ├── QTextView.sc
│   │   │   │   ├── QtGUI.sc
│   │   │   │   ├── QTreeView.sc
│   │   │   │   ├── QUserView.sc
│   │   │   │   ├── QView.sc
│   │   │   │   ├── QWebView.sc
│   │   │   │   ├── QWindow.sc
│   │   │   │   ├── ScopeView.sc
│   │   │   │   └── viewExtensionsQt.sc
│   │   │   ├── iphone
│   │   │   │   └── Base
│   │   │   │   ├── GUIScreen.sc
│   │   │   │   ├── SCFont.sc
│   │   │   │   └── SCView.sc
│   │   │   ├── PlusGUI
│   │   │   │   ├── Collections
│   │   │   │   │   └── StringPlusGUI.sc
│   │   │   │   ├── Control
│   │   │   │   │   ├── FreqScope.sc
│   │   │   │   │   ├── scopeResponse.sc
│   │   │   │   │   ├── server-meter.sc
│   │   │   │   │   ├── ServerPlusGUI.sc
│   │   │   │   │   ├── server-scope.sc
│   │   │   │   │   ├── SynthDescLibPlusGUI.sc
│   │   │   │   │   ├── SynthDescPlusGUI.sc
│   │   │   │   │   └── UGen-scope.sc
│   │   │   │   ├── Core
│   │   │   │   │   ├── ClassBrowser.sc
│   │   │   │   │   ├── extGuiHistory.sc
│   │   │   │   │   ├── HistoryGui.sc
│   │   │   │   │   ├── KernelPlusGUI.sc
│   │   │   │   │   ├── NilPlusGUI.sc
│   │   │   │   │   └── ObjectPlusGUI.sc
│   │   │   │   ├── Files
│   │   │   │   │   └── FilePlusGUI.sc
│   │   │   │   └── Math
│   │   │   │   └── PlotView.sc
│   │   │   └── tools
│   │   │   ├── guicrucial
│   │   │   │   ├── gui.sc
│   │   │   │   ├── ObjectGui.sc
│   │   │   │   ├── PageLayout.sc
│   │   │   │   └── StringGui.sc
│   │   │   ├── HelpBrowser.sc
│   │   │   ├── Inspector.sc
│   │   │   ├── ServerMeter.sc
│   │   │   └── Stethoscope.sc
│   │   ├── Math
│   │   │   ├── Complex.sc
│   │   │   ├── Date.sc
│   │   │   ├── Float.sc
│   │   │   ├── Integer.sc
│   │   │   ├── Magnitude.sc
│   │   │   ├── Number.sc
│   │   │   ├── Polar.sc
│   │   │   ├── Signal.sc
│   │   │   └── SimpleNumber.sc
│   │   ├── Quarks
│   │   │   ├── Git.sc
│   │   │   ├── packages.sc
│   │   │   ├── Quark.sc
│   │   │   ├── QuarksGui.sc
│   │   │   └── Quarks.sc
│   │   ├── Streams
│   │   │   ├── BasicOpsStream.sc
│   │   │   ├── EventStreamCleanup.sc
│   │   │   ├── FilterPatterns.sc
│   │   │   ├── FuncStreamAsRoutine.sc
│   │   │   ├── History.sc
│   │   │   ├── IOStream.sc
│   │   │   ├── ListPatterns.sc
│   │   │   ├── NodeEvents.sc
│   │   │   ├── PatternConductor.sc
│   │   │   ├── Patterns.sc
│   │   │   ├── Penv.sc
│   │   │   ├── Pfx.sc
│   │   │   ├── Plambda.sc
│   │   │   ├── PmonoStreams.sc
│   │   │   ├── Ppar.sc
│   │   │   ├── Ppatmod.sc
│   │   │   ├── Pproto.sc
│   │   │   ├── Prewrite.sc
│   │   │   ├── Pseed.sc
│   │   │   ├── Pspawner.sc
│   │   │   ├── Quant.sc
│   │   │   ├── RandomDistPatterns.sc
│   │   │   ├── Rest.sc
│   │   │   ├── Stream.sc
│   │   │   ├── TabFileReader.sc
│   │   │   └── TimePatterns.sc
│   │   ├── UnitTesting
│   │   │   ├── MixedBundleTester.sc
│   │   │   └── UnitTest.sc
│   │   └── Unix
│   │   ├── UnixFILE.sc
│   │   └── Unix.sc
│   ├── DefaultLibrary
│   │   ├── dumpFullInterface.sc
│   │   ├── extNumber.sc
│   │   └── Main.sc
│   ├── deprecated
│   │   └── 3.10
│   │   ├── AudioIn.sc
│   │   ├── deprecated-3.10.sc
│   │   ├── File.sc
│   │   ├── GUI
│   │   │   ├── File.sc
│   │   │   └── QWebView.sc
│   │   └── osc
│   │   ├── OSCpathResponder.sc
│   │   └── OSCresponder.sc
│   ├── JITLib
│   │   ├── GUI
│   │   │   ├── EnvirGui.sc
│   │   │   ├── extJITgui.sc
│   │   │   ├── extPxMixWindow.sc
│   │   │   ├── extSoftSet.sc
│   │   │   ├── JITGui.sc
│   │   │   ├── MonitorGui.sc
│   │   │   ├── NdefGui.sc
│   │   │   ├── NdefParamGui.sc
│   │   │   ├── ParamView.sc
│   │   │   ├── ProxyMixer.sc
│   │   │   ├── ProxyMonitorGui.sc
│   │   │   └── TaskProxyGui.sc
│   │   ├── Patterns
│   │   │   ├── extFunction.sc
│   │   │   ├── extPostAsCode.sc
│   │   │   ├── extRoutine.sc
│   │   │   ├── Fdef.sc
│   │   │   ├── OpFunctionProxy.sc
│   │   │   ├── Pdef.sc
│   │   │   ├── Psym.sc
│   │   │   └── Pxfade.sc
│   │   └── ProxySpace
│   │   ├── BusPlug.sc
│   │   ├── extStoreOn.sc
│   │   ├── InBus.sc
│   │   ├── NodeMap.sc
│   │   ├── NodeProxy.sc
│   │   ├── operators.sc
│   │   ├── ProxyInterfaces.sc
│   │   ├── ProxySpace.sc
│   │   ├── ProxySynthDef.sc
│   │   ├── TempoBusClock.sc
│   │   └── wrapForNodeProxy.sc
│   ├── Platform
│   │   ├── iphone
│   │   │   ├── extMain.sc
│   │   │   ├── iPhonePlatform.sc
│   │   │   └── SystemOverwrites
│   │   │   └── extFile.sc
│   │   ├── linux
│   │   │   ├── extMain.sc
│   │   │   ├── LIDGui.sc
│   │   │   ├── LID.sc
│   │   │   ├── LinuxPlatform.sc
│   │   │   └── SystemOverwrites
│   │   │   └── extMIDIOut.sc
│   │   ├── osx
│   │   │   ├── ApplicationStart.sc
│   │   │   ├── extMain.sc
│   │   │   ├── extMIDIOut.sc
│   │   │   └── OSXPlatform.sc
│   │   ├── Platform.sc
│   │   └── windows
│   │   ├── extMain.sc
│   │   ├── extMIDIOut.sc
│   │   ├── extServerOptions.sc
│   │   ├── SystemOverwrites
│   │   │   └── overwrites.sc
│   │   └── WindowsPlatform.sc
│   ├── SCDoc
│   │   ├── Help.sc
│   │   ├── SCDocRenderer.sc
│   │   ├── SCDoc.sc
│   │   └── TODO
│   └── scide_scqt
│   └── ScIDE.sc
├── sounds
│   ├── a11wlk01-44_1.aiff
│   ├── a11wlk01.wav
│   └── SinedPink.aiff
└── translations
├── scide_de.qm
├── scide_es.qm
├── scide_fr.qm
├── scide_ja.qm
├── scide_pt.qm
├── scide.qm
├── scide_ru.qm
├── scide_sl.qm
├── scide_sv.qm
└── scide_zh.qm
99 directories, 1684 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment