├── Ch 1 Tutorial ├── Ch1code.rtf ├── Ch1code.scd ├── extra examples.rtf └── extra examples.scd ├── Ch 10 SwingOSC ├── JSCSoundFileChooser.sc ├── SoundFileChooser.jar ├── SoundFileChooser.java ├── SwingOSC │ ├── .classpath │ ├── .externalToolBuilders │ │ └── Ant Builder.launch │ ├── .project │ ├── .settings │ │ ├── org.eclipse.jdt.core.prefs │ │ └── org.eclipse.jdt.ui.prefs │ ├── DevelopersNeeded!.txt │ ├── INSTALL_LINUX │ ├── JNITablet │ │ ├── JNITablet-License.txt │ │ ├── JNITablet.xcodeproj │ │ │ ├── default.pbxuser │ │ │ ├── project.pbxproj │ │ │ ├── rutz.mode1 │ │ │ └── rutz.pbxuser │ │ ├── Manifest │ │ ├── build │ │ │ ├── Headers │ │ │ │ └── com_jhlabs_jnitablet_TabletWrapper.h │ │ │ ├── TabletWrapper │ │ │ ├── TabletWrapper.jar │ │ │ └── libJNITablet.jnilib │ │ └── src │ │ │ ├── JNITabletjnilib.m │ │ │ ├── TabletTest.java │ │ │ └── com │ │ │ └── jhlabs │ │ │ └── jnitablet │ │ │ ├── TabletEvent.java │ │ │ ├── TabletListener.java │ │ │ ├── TabletProximityEvent.java │ │ │ └── TabletWrapper.java │ ├── OSC-Command-Reference.html │ ├── PureData │ │ ├── examples │ │ │ ├── GUI_Example.pd │ │ │ ├── SwingOSC.pd │ │ │ ├── swing.Button.pd │ │ │ ├── swing.ButtonGroup.pd │ │ │ ├── swing.CheckBox.pd │ │ │ ├── swing.Font.pd │ │ │ ├── swing.Frame.pd │ │ │ ├── swing.GUI.pd │ │ │ ├── swing.ImageIcon.pd │ │ │ ├── swing.Label.pd │ │ │ ├── swing.RadioButton.pd │ │ │ ├── swing.TextField.pd │ │ │ ├── swing.prAbstractButton.pd │ │ │ ├── swing.prActionResponder.pd │ │ │ ├── swing.prDefArgsFFF.pd │ │ │ ├── swing.prDefArgsSF.pd │ │ │ ├── swing.prMakeDim.pd │ │ │ ├── swing.prMakeRef.pd │ │ │ └── swing.prView.pd │ │ └── readme.html │ ├── SuperCollider │ │ ├── DeveloperInfo.html │ │ ├── Help │ │ │ └── SwingOSC │ │ │ │ ├── CocoaVsJava.html │ │ │ │ ├── Collapse.html │ │ │ │ ├── JFont.html │ │ │ │ ├── JFreqScope.html │ │ │ │ ├── JKeyState.html │ │ │ │ ├── JKnob.html │ │ │ │ ├── JMouseButton.html │ │ │ │ ├── JMouseX.html │ │ │ │ ├── JMouseY.html │ │ │ │ ├── JPen.html │ │ │ │ ├── JSC2DSlider.html │ │ │ │ ├── JSCButton.html │ │ │ │ ├── JSCCheckBox.html │ │ │ │ ├── JSCCompositeView.html │ │ │ │ ├── JSCDragBoth.html │ │ │ │ ├── JSCDragSink.html │ │ │ │ ├── JSCDragSource.html │ │ │ │ ├── JSCEnvelopeView.html │ │ │ │ ├── JSCFreqScope.html │ │ │ │ ├── JSCHLayoutView.html │ │ │ │ ├── JSCListView.html │ │ │ │ ├── JSCMenuNode.html │ │ │ │ ├── JSCMovieView.html │ │ │ │ ├── JSCMultiSliderView.html │ │ │ │ ├── JSCNumberBox.html │ │ │ │ ├── JSCPeakMeter.html │ │ │ │ ├── JSCPlugContainerView.html │ │ │ │ ├── JSCPlugView.html │ │ │ │ ├── JSCPopUpMenu.html │ │ │ │ ├── JSCRangeSlider.html │ │ │ │ ├── JSCScope.html │ │ │ │ ├── JSCScrollBar.html │ │ │ │ ├── JSCScrollTopView.html │ │ │ │ ├── JSCScrollView.html │ │ │ │ ├── JSCSlider.html │ │ │ │ ├── JSCSoundFileView.html │ │ │ │ ├── JSCStaticText.html │ │ │ │ ├── JSCTabbedPane.html │ │ │ │ ├── JSCTabletView.html │ │ │ │ ├── JSCTextField.html │ │ │ │ ├── JSCTextView.html │ │ │ │ ├── JSCUserView.html │ │ │ │ ├── JSCVLayoutView.html │ │ │ │ ├── JSCView.html │ │ │ │ ├── JSCWindow.html │ │ │ │ ├── JSpeech.html │ │ │ │ ├── JStethoscope.html │ │ │ │ ├── JavaObject.html │ │ │ │ ├── SwingDialog.html │ │ │ │ ├── SwingGUI.html │ │ │ │ ├── SwingOSC.html │ │ │ │ ├── SwingOptions.html │ │ │ │ ├── UpdateListener.html │ │ │ │ └── swing.css │ │ ├── SCClassLibrary │ │ │ └── SwingOSC │ │ │ │ ├── Collapse.sc │ │ │ │ ├── Insets.sc │ │ │ │ ├── JFont.sc │ │ │ │ ├── JGUIScreen.sc │ │ │ │ ├── JMacUGens.sc │ │ │ │ ├── JPen.sc │ │ │ │ ├── JSCImage.sc │ │ │ │ ├── JSCMenu.sc │ │ │ │ ├── JSCMovieView.sc │ │ │ │ ├── JSCNumberBox.sc │ │ │ │ ├── JSCPlugView.sc │ │ │ │ ├── JSCSoundFileView.sc │ │ │ │ ├── JSCSynth.sc │ │ │ │ ├── JSCTabletView.sc │ │ │ │ ├── JSCTextField.sc │ │ │ │ ├── JSCView.sc │ │ │ │ ├── JSCViews1.sc │ │ │ │ ├── JSCViews3.sc │ │ │ │ ├── JSCViews4.sc │ │ │ │ ├── JSCViews5.sc │ │ │ │ ├── JScopeView.sc │ │ │ │ ├── JSpeech.sc │ │ │ │ ├── JStethoscope.sc │ │ │ │ ├── JTexturePaint.sc │ │ │ │ ├── JavaObject.sc │ │ │ │ ├── KnobsClone │ │ │ │ └── JKnob.sc │ │ │ │ ├── PutnamClone │ │ │ │ ├── JFreqScope.sc │ │ │ │ └── JSCFreqScope.sc │ │ │ │ ├── SwingDialog.sc │ │ │ │ ├── SwingGUI.sc │ │ │ │ ├── SwingOSC.sc │ │ │ │ ├── UpdateListener.sc │ │ │ │ ├── extSwingOSC.sc │ │ │ │ └── osx │ │ │ │ └── extCocoaCompat.sc │ │ ├── examples │ │ │ ├── AppletTest.html │ │ │ ├── ConstQ.html │ │ │ ├── DynamicClasses.html │ │ │ ├── GenericJava.html │ │ │ ├── JGraph.html │ │ │ ├── PDF_Export.html │ │ │ ├── ReadMe-Examples.html │ │ │ ├── Speech-Synthesis.html │ │ │ ├── SuperColliderDirect.html │ │ │ ├── SwingOSCTutorial-DenHaag-Dateien │ │ │ │ ├── ModelViewControllerDiagram.png │ │ │ │ ├── dragboth.png │ │ │ │ ├── javaterminal.png │ │ │ │ ├── jfreechart.png │ │ │ │ ├── spinner.png │ │ │ │ ├── swing.css │ │ │ │ ├── swingterminal.png │ │ │ │ ├── viewpalette.png │ │ │ │ └── viewpalettemotif.png │ │ │ ├── SwingOSCTutorial-DenHaag.html │ │ │ ├── images │ │ │ │ ├── ModelViewControllerDiagram.png │ │ │ │ ├── dragboth.png │ │ │ │ ├── javaterminal.png │ │ │ │ ├── jfreechart.png │ │ │ │ ├── jgraph.png │ │ │ │ ├── spinner.png │ │ │ │ ├── swingterminal.png │ │ │ │ ├── viewpalette.png │ │ │ │ └── viewpalettemotif.png │ │ │ └── swing.css │ │ ├── readme.html │ │ └── todo.txt │ ├── SwingOSC_TCP.bat │ ├── SwingOSC_TCP.command │ ├── SwingOSC_TCP.sh │ ├── SwingOSC_UDP.bat │ ├── SwingOSC_UDP.command │ ├── SwingOSC_UDP.sh │ ├── application.icns │ ├── application.png │ ├── build.xml │ ├── build │ │ └── SwingOSC.jar │ ├── debian │ │ ├── changelog │ │ ├── compat │ │ ├── control │ │ ├── copyright │ │ ├── rules │ │ ├── swingosc.dirs │ │ └── swingosc.install │ ├── install_linux_local.sh │ ├── install_linux_system.sh │ ├── libraries │ │ ├── JCollider.jar │ │ ├── MRJAdapter.jar │ │ └── ScissLib.jar │ ├── licenses │ │ ├── JCollider-License.txt │ │ ├── MRJAdapter-License.html │ │ ├── NetUtil-License.txt │ │ ├── ScissLib-License.txt │ │ └── SwingOSC-License.txt │ ├── readme.html │ ├── resources │ │ ├── GUIUtilStrings.properties │ │ ├── IOUtilStrings.properties │ │ ├── SwingOSCStrings.properties │ │ └── de │ │ │ └── sciss │ │ │ └── swingosc │ │ │ ├── application.png │ │ │ ├── aquaprog.png │ │ │ ├── dragviews.png │ │ │ └── handle.png │ └── src │ │ └── de │ │ └── sciss │ │ └── swingosc │ │ ├── AbstractMouseResponder.java │ │ ├── AbstractMultiSlider.java │ │ ├── AbstractResponder.java │ │ ├── ActionMessenger.java │ │ ├── ActionResponder.java │ │ ├── Application.java │ │ ├── AsyncEvent.java │ │ ├── AsyncListener.java │ │ ├── AsyncResponder.java │ │ ├── ChangeResponder.java │ │ ├── CheckBox.java │ │ ├── ColliderAxisLayout.java │ │ ├── ColliderLayout.java │ │ ├── ComponentEventForwarder.java │ │ ├── ComponentResponder.java │ │ ├── ContentPane.java │ │ ├── DispatchAction.java │ │ ├── DocumentResponder.java │ │ ├── DragView.java │ │ ├── DummyTransferHandler.java │ │ ├── EnvelopeView.java │ │ ├── Frame.java │ │ ├── HyperlinkResponder.java │ │ ├── KeyResponder.java │ │ ├── Label.java │ │ ├── ListResponder.java │ │ ├── ListView.java │ │ ├── MediumLightImageFilter.java │ │ ├── MonoSlider.java │ │ ├── MouseResponder.java │ │ ├── MovieView.java │ │ ├── MultiSlider.java │ │ ├── MultiplyImageFilter.java │ │ ├── NumberField.java │ │ ├── NumberResponder.java │ │ ├── OSCProcessor.java │ │ ├── OSCSharedBufSetNMsg.java │ │ ├── Panel.java │ │ ├── PeakMeterManager.java │ │ ├── Pen.java │ │ ├── PopUpView.java │ │ ├── PropertyDebugger.java │ │ ├── RangeSlider.java │ │ ├── ScopeView.java │ │ ├── ScrollBar.java │ │ ├── ScrollPane.java │ │ ├── Slider.java │ │ ├── Slider2D.java │ │ ├── SliderBase.java │ │ ├── SoundFileView.java │ │ ├── SoundFileViewResponder.java │ │ ├── SwingClient.java │ │ ├── SwingImage.java │ │ ├── SwingMenuCheckItem.java │ │ ├── SwingMenuGroup.java │ │ ├── SwingMenuItem.java │ │ ├── SwingOSC.java │ │ ├── TabbedPane.java │ │ ├── TabletResponder.java │ │ ├── TabletView.java │ │ ├── TextField.java │ │ ├── TextView.java │ │ ├── UserView.java │ │ ├── WindowResponder.java │ │ └── test │ │ ├── Bubbles.java │ │ ├── TracesView.java │ │ └── TreeView.java ├── chapter10code.scd └── chapter10code_enbloc.scd ├── Ch 11 Windows └── WindowsExamples.scd ├── Ch 12 Linux ├── chapter12code.scd └── chapter12script.scd ├── Ch 13 Sonification ├── Auditory_Menu-demo.mp3 ├── Book_examples │ ├── Sonif_13.12-13.16_juggle.scd │ ├── sonif13.18_navegarReson.scd │ └── sonif_13.01-13.7_basic.scd ├── ExecUSA2007 │ └── exest.csv ├── MagellanNavegar │ ├── 1_Magellan_Final_Prep.scd │ ├── 2_PlaySingleCountries.scd │ ├── 3_Magellan_Reise.scd │ ├── 4_windDev.scd │ ├── 5_FinalPlayer.scd │ ├── 6_VariousTests.scd │ ├── ICADConcertData_Magellan.txt │ ├── navegar.pdf │ └── putInExtensions │ │ ├── AdCVerb.html │ │ ├── AdCVerb.sc │ │ ├── SEData.html │ │ ├── SEData.sc │ │ ├── SEDataChan.html │ │ └── SEDataChannel.sc └── terra_nullius │ ├── 1_World_ReadSimple.scd │ ├── 2_terra_nullius_scbook.scd │ ├── WorldExtended2.txt │ └── terra.pdf ├── Ch 14 Spatialization ├── code figures │ ├── Fig14.10_VBAPspeakers.rtf │ ├── Fig14.11_VBAPexample.rtf │ ├── Fig14.17_Phasedecorrelation.rtf │ ├── Fig14.18_Granulation.rtf │ ├── Fig14.19_Spectraldiffusion.rtf │ ├── Fig14.1_monophony.rtf │ └── Fig14.6_Tap.rtf └── extras │ ├── Ambisonics_Example.rtf │ ├── Arbitrary_Spatialization.rtf │ ├── BEASTMulchPlugins │ ├── BEASTMulchPlaySendIndex │ │ ├── .svn │ │ │ ├── entries │ │ │ ├── format │ │ │ ├── prop-base │ │ │ │ └── BEASTMulchSendIndex.scx.svn-base │ │ │ └── text-base │ │ │ │ ├── BEASTMulchSendIndex.sc.svn-base │ │ │ │ ├── BEASTMulchSendIndex.scx.svn-base │ │ │ │ ├── DiskInSendIndex.html.svn-base │ │ │ │ └── PlayBufSendIndex.html.svn-base │ │ ├── BEASTMulchSendIndex.sc │ │ ├── BEASTMulchSendIndex.scx │ │ ├── DiskInSendIndex.html │ │ └── PlayBufSendIndex.html │ ├── Loris │ │ ├── .svn │ │ │ ├── entries │ │ │ ├── format │ │ │ ├── prop-base │ │ │ │ ├── BEASTMulchLoris.scx.svn-base │ │ │ │ ├── BEOsc.sc.svn-base │ │ │ │ ├── LorisPartialEnvs.sc.svn-base │ │ │ │ ├── LorisPartials.sc.svn-base │ │ │ │ └── RBE-SDIF-File.sc.svn-base │ │ │ └── text-base │ │ │ │ ├── BEASTMulchLoris.scx.svn-base │ │ │ │ ├── BEOsc.sc.svn-base │ │ │ │ ├── LorisPartialEnvs.sc.svn-base │ │ │ │ ├── LorisPartials.sc.svn-base │ │ │ │ └── RBE-SDIF-File.sc.svn-base │ │ ├── BEASTMulchLoris.scx │ │ ├── BEOsc.sc │ │ ├── LorisPartialEnvs.sc │ │ ├── LorisPartials.sc │ │ ├── RBE-SDIF-File.sc │ │ └── old and testing │ │ │ ├── .svn │ │ │ ├── entries │ │ │ ├── format │ │ │ ├── prop-base │ │ │ │ ├── LorisPartialsBinData.sc.svn-base │ │ │ │ ├── listplayers.sc.svn-base │ │ │ │ ├── loris.sc.svn-base │ │ │ │ ├── lorisOA.sc.svn-base │ │ │ │ └── lorisnew.sc.svn-base │ │ │ └── text-base │ │ │ │ ├── LorisPartialsBinData.sc.svn-base │ │ │ │ ├── RBE_SDIF tests.rtf.svn-base │ │ │ │ ├── listplayers.sc.svn-base │ │ │ │ ├── loris.sc.svn-base │ │ │ │ ├── lorisOA.sc.svn-base │ │ │ │ └── lorisnew.sc.svn-base │ │ │ ├── Loris ideas.vpdoc │ │ │ ├── .svn │ │ │ │ ├── entries │ │ │ │ ├── format │ │ │ │ ├── prop-base │ │ │ │ │ ├── sk.index.svn-base │ │ │ │ │ └── store.vpsqlite.svn-base │ │ │ │ └── text-base │ │ │ │ │ ├── sk.index.svn-base │ │ │ │ │ ├── store.vpsqlite.svn-base │ │ │ │ │ └── storeinfo.plist.svn-base │ │ │ ├── pages │ │ │ │ ├── 2 │ │ │ │ │ ├── .svn │ │ │ │ │ │ ├── entries │ │ │ │ │ │ ├── format │ │ │ │ │ │ ├── prop-base │ │ │ │ │ │ │ └── 278f29b8-ed03-44d6-a0b3-ceb524022afb.svn-base │ │ │ │ │ │ └── text-base │ │ │ │ │ │ │ └── 278f29b8-ed03-44d6-a0b3-ceb524022afb.svn-base │ │ │ │ │ └── 278f29b8-ed03-44d6-a0b3-ceb524022afb │ │ │ │ ├── 6 │ │ │ │ │ ├── .svn │ │ │ │ │ │ ├── entries │ │ │ │ │ │ ├── format │ │ │ │ │ │ ├── prop-base │ │ │ │ │ │ │ └── 67f2d51e-c411-11da-bb7b-000d932f5352.svn-base │ │ │ │ │ │ └── text-base │ │ │ │ │ │ │ └── 67f2d51e-c411-11da-bb7b-000d932f5352.svn-base │ │ │ │ │ └── 67f2d51e-c411-11da-bb7b-000d932f5352 │ │ │ │ ├── .svn │ │ │ │ │ ├── entries │ │ │ │ │ └── format │ │ │ │ └── c │ │ │ │ │ ├── .svn │ │ │ │ │ ├── entries │ │ │ │ │ ├── format │ │ │ │ │ ├── prop-base │ │ │ │ │ │ └── cf2a33eb-546f-465f-9811-a62765b8644c.svn-base │ │ │ │ │ └── text-base │ │ │ │ │ │ └── cf2a33eb-546f-465f-9811-a62765b8644c.svn-base │ │ │ │ │ └── cf2a33eb-546f-465f-9811-a62765b8644c │ │ │ ├── sk.index │ │ │ ├── store.vpsqlite │ │ │ └── storeinfo.plist │ │ │ ├── LorisPartialsBinData.sc │ │ │ ├── RBE_SDIF tests.rtf │ │ │ ├── listplayers.sc │ │ │ ├── loris.sc │ │ │ ├── lorisOA.sc │ │ │ └── lorisnew.sc │ ├── PV │ │ ├── .svn │ │ │ ├── entries │ │ │ ├── format │ │ │ ├── prop-base │ │ │ │ └── BEASTMulchPV.scx.svn-base │ │ │ └── text-base │ │ │ │ ├── BEASTMulchPV.sc.svn-base │ │ │ │ ├── BEASTMulchPV.scx.svn-base │ │ │ │ ├── PV_Decorrelate Tests.rtf.svn-base │ │ │ │ └── PV_Decorrelate.html.svn-base │ │ ├── Archive.zip │ │ ├── BEASTMulchPV.sc │ │ ├── BEASTMulchPV.scx │ │ ├── PV_Decorrelate Tests.rtf │ │ └── PV_Decorrelate.html │ ├── README │ └── VBAP │ │ ├── .svn │ │ ├── entries │ │ ├── format │ │ ├── prop-base │ │ │ └── BEASTMulchVBAP.scx.svn-base │ │ └── text-base │ │ │ ├── BEASTMulchVBAP.scx.svn-base │ │ │ ├── CircleRamp.html.svn-base │ │ │ ├── CircleRamp.sc.svn-base │ │ │ ├── VBAP Tests.pd.svn-base │ │ │ ├── VBAP Tests.rtf.svn-base │ │ │ ├── VBAP circle Panner interface.rtf.svn-base │ │ │ ├── VBAP.html.svn-base │ │ │ ├── VBAPSpeaker.html.svn-base │ │ │ ├── VBAPSpeakerArray.html.svn-base │ │ │ ├── Wall o Sound test.rtf.svn-base │ │ │ └── vbap.sc.svn-base │ │ ├── BEASTMulchVBAP.scx │ │ ├── BEASTMulchVBAP.scx.zip │ │ ├── CircleRamp.html │ │ ├── CircleRamp.sc │ │ ├── VBAP Tests.pd │ │ ├── VBAP Tests.rtf │ │ ├── VBAP circle Panner interface.rtf │ │ ├── VBAP.html │ │ ├── VBAPSpeaker.html │ │ ├── VBAPSpeakerArray.html │ │ ├── Wall o Sound test.rtf │ │ └── vbap.sc │ ├── Binaural Pseudo-code Example.rtf │ ├── Loris example │ ├── Loris example.rtf │ └── part │ │ └── A │ │ ├── A-phases │ │ ├── A-times │ │ └── A-zdata │ ├── SchwelleSurround.sc │ └── spatial_example.scd ├── Ch 15 Machine Listening ├── Ch15code.rtf ├── Ch15code.scd ├── OnlineMIDI.html ├── OnlineMIDI.sc ├── jslachdissonance │ ├── JSTList030.int │ ├── JSTList035.int │ ├── JSTList040.int │ ├── JSTList045.int │ ├── JSTList050.int │ ├── classes │ │ ├── Dissonance.sc │ │ ├── IntervalTable.sc │ │ ├── Loudness.sc │ │ ├── NoteNames.sc │ │ ├── numberExtras.sc │ │ ├── plusSignal.sc │ │ └── salience.sc │ ├── help │ │ ├── CNA.rtfd │ │ │ ├── FletcherMunson_ELC.png │ │ │ └── TXT.rtf │ │ ├── Dissonance.html │ │ ├── IntervalTable.html │ │ ├── LoudnessModel.html │ │ └── Roughness and sensory dissonance.html │ └── huygensList.int ├── melodytranscription.rtf ├── melodytranscription.sc └── messagestoandfromtheserver.html ├── Ch 16 Microsound ├── CloudGenMiniFull.scd ├── c16_micro_figures1_perception.scd ├── c16_micro_figures2_anatomy.scd ├── c16_micro_figures3_grainugens.scd ├── c16_micro_figures4_synthesis.scd ├── c16_micro_figures5_pulsar.scd ├── c16_micro_figures6_time_constQ.scd ├── c16_micro_figures7_waveset.scd └── extensionsMicrosound │ ├── Osc1.html │ ├── Osc1.sc │ └── wavesets │ ├── .svn │ ├── all-wcprops │ ├── entries │ ├── format │ ├── prop-base │ │ └── Wavesets.sc.svn-base │ └── text-base │ │ ├── Wavesets.html.svn-base │ │ └── Wavesets.sc.svn-base │ ├── Wavesets.html │ └── Wavesets.sc ├── Ch 17 Tunings ├── Ch17code.rtf └── Ch17code.scd ├── Ch 18 NRT ├── Ctk │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ └── format │ ├── Ctk Help │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── format │ │ │ ├── prop-base │ │ │ │ ├── Ctk.htm.svn-base │ │ │ │ ├── CtkAudio.htm.svn-base │ │ │ │ ├── CtkBuffer.htm.svn-base │ │ │ │ ├── CtkControl.htm.svn-base │ │ │ │ ├── CtkGroup.htm.svn-base │ │ │ │ ├── CtkNote.htm.svn-base │ │ │ │ ├── CtkNoteObject.htm.svn-base │ │ │ │ ├── CtkProtoNotes.htm.svn-base │ │ │ │ └── CtkScore.htm.svn-base │ │ │ └── text-base │ │ │ │ ├── Ctk.htm.svn-base │ │ │ │ ├── CtkAudio.htm.svn-base │ │ │ │ ├── CtkBuffer.htm.svn-base │ │ │ │ ├── CtkControl.htm.svn-base │ │ │ │ ├── CtkEvent.html.svn-base │ │ │ │ ├── CtkGroup.htm.svn-base │ │ │ │ ├── CtkNote.htm.svn-base │ │ │ │ ├── CtkNoteObject.htm.svn-base │ │ │ │ ├── CtkProtoNotes.htm.svn-base │ │ │ │ └── CtkScore.htm.svn-base │ │ ├── Ctk.htm │ │ ├── CtkAudio.htm │ │ ├── CtkBuffer.htm │ │ ├── CtkControl.htm │ │ ├── CtkEvent.html │ │ ├── CtkGroup.htm │ │ ├── CtkNote.htm │ │ ├── CtkNoteObject.htm │ │ ├── CtkProtoNotes.htm │ │ └── CtkScore.htm │ └── Ctk classes │ │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── format │ │ ├── prop-base │ │ │ ├── EnvSegment.sc.svn-base │ │ │ ├── Guido.sc.svn-base │ │ │ ├── PitchClass.sc.svn-base │ │ │ └── addSimpleNumber.sc.svn-base │ │ └── text-base │ │ │ ├── CTK.sc.svn-base │ │ │ ├── EnvSegment.sc.svn-base │ │ │ ├── Guido.sc.svn-base │ │ │ ├── PitchClass.sc.svn-base │ │ │ └── addSimpleNumber.sc.svn-base │ │ ├── CTK.sc │ │ ├── EnvSegment.sc │ │ ├── Guido.sc │ │ ├── PitchClass.sc │ │ └── addSimpleNumber.sc ├── Errata │ └── VSO_ADR.pdf ├── Website Extras │ ├── 1 How To Pass Args to a Stored Function │ │ ├── AlternativeNRT_TimeFrame.sc │ │ └── HowToPassArgsToStoredFunction.pdf │ └── 2 Large Scale Example │ │ ├── .~lock.LargeScaleNRT_Example.odt# │ │ ├── LargeScaleNRT_Example.pdf │ │ ├── LargeScaleNRT_ExampleClasses.sc │ │ └── LargeScaleNRT_ExampleCode.rtf ├── chapter18NRT_Classes.sc └── chapter18code.scd ├── Ch 2 The Unit Generator ├── Ch2code.rtf └── Ch2code.scd ├── Ch 20 dewdrop and chucklib ├── Chapter20-README.html ├── MathLib │ ├── classes │ │ ├── LaTeX │ │ │ └── LaTeX.sc │ │ ├── LazyLindenmayer │ │ │ ├── Plsys.sc │ │ │ └── extStringRewrite.sc │ │ ├── MarkovSet │ │ │ ├── FuzzyDictionary.sc │ │ │ ├── MarkovPatterns.sc │ │ │ ├── MarkovSet.sc │ │ │ ├── ShannonMarkovSet.sc │ │ │ ├── WeighBag.sc │ │ │ └── extHTML.sc │ │ ├── gui │ │ │ ├── ScatterView.sc │ │ │ └── ScatterView2.sc │ │ ├── patterns │ │ │ ├── P3n1.sc │ │ │ ├── Pboolnet.sc │ │ │ ├── Preduce.sc │ │ │ └── extSetPattern.sc │ │ ├── statistics │ │ │ ├── extHisto.sc │ │ │ ├── extStatistics.sc │ │ │ └── informationTheory.sc │ │ └── various │ │ │ ├── Matrix.sc │ │ │ ├── Trafo.sc │ │ │ ├── isCantorNumber.sc │ │ │ ├── matrix_elimination.sc │ │ │ ├── quine.sc │ │ │ └── truthTable.sc │ └── help │ │ ├── LaTeX.html │ │ ├── MarkovSet_Help │ │ ├── FuzzyDictionary.html │ │ ├── FuzzySet.html │ │ ├── MarkovSet.html │ │ ├── MarkovSetN.html │ │ ├── ShannonFinger.html │ │ ├── ShannonMarkovSet.html │ │ └── supermarkov_example.html │ │ ├── MathLib.html │ │ ├── Matrix.html │ │ ├── Pboolnet.html │ │ ├── Pperform.html │ │ ├── Preduce.html │ │ ├── ScatterView.html │ │ ├── ScatterView2.html │ │ ├── ScatterView3d.html │ │ ├── Trafo.html │ │ ├── extStatistics.html │ │ └── rewriteString.html ├── addToQuarksDIRECTORY │ ├── MathLib.quark │ ├── ddwChucklib.quark │ ├── ddwCommon.quark │ ├── ddwEQ.quark │ ├── ddwGUIEnhancements.quark │ ├── ddwGUIEnhancementsForSwingOSC.quark │ ├── ddwMIDI.quark │ ├── ddwMixerChannel.quark │ ├── ddwPatterns.quark │ ├── ddwPeakMonitor.quark │ ├── ddwPrototype.quark │ ├── ddwSensitivity.quark │ ├── ddwStatusBox.quark │ ├── ddwTemperament.quark │ ├── ddwTimeline.quark │ ├── ddwVoicer.quark │ └── dewdrop_lib.quark ├── code-examples │ ├── BufferSlicer-variant1.scd │ ├── BufferSlicer-variant2.scd │ └── Chapter20-examples.scd ├── dewdrop_lib │ ├── ddwChucklib │ │ ├── Chuck ext.sc │ │ ├── ChuckBrowserKeyController.sc │ │ ├── ChuckMIDIGui.sc │ │ ├── ChuckableBrowser.sc │ │ ├── Chucking.sc │ │ ├── CleanupEventStream.sc │ │ ├── Help │ │ │ ├── BP.html │ │ │ ├── ChuckExamples.html │ │ │ ├── ChuckHacking.html │ │ │ ├── ChuckOverview.html │ │ │ ├── ChuckProcesses.html │ │ │ ├── ChuckPrototypes.html │ │ │ ├── ChuckStorageClasses.html │ │ │ ├── Fact.html │ │ │ ├── Func.html │ │ │ ├── GettingStartedWithChucklib.html │ │ │ ├── MBM.html │ │ │ ├── MCG.html │ │ │ ├── MT.html │ │ │ ├── Mode.html │ │ │ ├── PR.html │ │ │ ├── ProtoEvent.html │ │ │ ├── SY.html │ │ │ ├── VC.html │ │ │ ├── VP.html │ │ │ ├── aiBass.html │ │ │ ├── aiMel.html │ │ │ ├── basicBufferPlayer.html │ │ │ ├── basicSynthChooser.html │ │ │ ├── break.html │ │ │ ├── bufPerc.html │ │ │ ├── chTop.html │ │ │ ├── defPerc.html │ │ │ ├── defTrig.html │ │ │ └── macroRh.html │ │ ├── MIDIParsersForChucking.sc │ │ ├── Prototypes │ │ │ ├── devEnvironment.scd │ │ │ ├── devPreMIDIcfg.scd │ │ │ ├── startup00-ddwSynths.scd │ │ │ ├── startup01-events.scd │ │ │ ├── startup02-melodicStorage.scd │ │ │ ├── startup03-chordalStorage.scd │ │ │ ├── startup04-rhythmProfiles.scd │ │ │ ├── startup10-melodic.scd │ │ │ ├── startup11-chordal.scd │ │ │ ├── startup12-MIDIInput.scd │ │ │ ├── startup13-adaptation.scd │ │ │ ├── startup14-perc.scd │ │ │ ├── startup15-contrapunct.scd │ │ │ ├── startup20-basicChordBits.scd │ │ │ ├── startup21-clientfft.scd │ │ │ ├── windowbounds1024.scd │ │ │ ├── windowbounds1280.scd │ │ │ └── windowbounds1440.scd │ │ └── Prt.sc │ ├── ddwCommon │ │ ├── BusDict │ │ │ ├── busdict3.sc │ │ │ └── sort_dictionary.sc │ │ ├── GlobalControls │ │ │ ├── MixerControl.sc │ │ │ └── VoicerGlobalControl.sc │ │ ├── Help │ │ │ ├── BusDict.html │ │ │ ├── KrBusWatcher.html │ │ │ ├── SequenceNote │ │ │ │ ├── SeqChordNote.html │ │ │ │ ├── SequenceItem.html │ │ │ │ └── SequenceNote.html │ │ │ ├── TempoClick.html │ │ │ └── TimeSpec.html │ │ ├── Misc │ │ │ ├── Buffer-updateInfo.sc │ │ │ ├── BufferQueryQueue.sc │ │ │ ├── Class-cheatsheet.sc │ │ │ ├── Collection extensions.sc │ │ │ ├── FxPatch.sc │ │ │ ├── KrBusWatcher.sc │ │ │ ├── ModalSpec.sc │ │ │ ├── NamedRef.sc │ │ │ ├── NumericRange.sc │ │ │ ├── Object-asEditString.sc │ │ │ ├── Server-queryAllBuffers.sc │ │ │ ├── asPattern.sc │ │ │ └── debug-TempoClock-dumpQueue.sc │ │ ├── SequenceNotes │ │ │ ├── SequenceNoteMathExtensions.sc │ │ │ └── SequenceStream.sc │ │ ├── TempoClick │ │ │ └── TempoClick.sc │ │ ├── TimeSpecs │ │ │ ├── TimeSpecs.sc │ │ │ └── TimeSpecsExt.sc │ │ └── ddwRational │ │ │ ├── Help │ │ │ └── Rational.html │ │ │ ├── Rational-ext.sc │ │ │ └── Rational.sc │ ├── ddwEQ │ │ ├── EQSpec1.sc │ │ ├── EQspecs.sc │ │ ├── Help │ │ │ ├── EQBand.html │ │ │ ├── MultiEQ.html │ │ │ └── StaticEQ.html │ │ └── MultiEQGUI.sc │ ├── ddwGUIEnhancements │ │ ├── Document-scanFor.sc │ │ ├── DualNumberEditor.sc │ │ ├── DualNumberEditorGui.sc │ │ ├── HJHObjectGui.sc │ │ ├── ResizeFlowWindow.sc │ │ ├── TempoClock-isRunning.sc │ │ ├── TempoClockGui.sc │ │ ├── ToggleTextField.sc │ │ ├── cross-platform-recursiveResize.sc │ │ ├── cx-smallgui.sc │ │ ├── fixedwidthflowview.sc │ │ ├── fixedwidthmultipagelayout.sc │ │ └── osx │ │ │ ├── HJHDragSource.sc │ │ │ └── recursiveResize.sc │ ├── ddwGUIEnhancementsForSwingOSC │ │ └── SwingOSC-recursiveResize.sc │ ├── ddwMIDI │ │ ├── BasicMIDIControl.sc │ │ ├── BasicMIDISocket.sc │ │ ├── CCAllocator.sc │ │ ├── Help │ │ │ ├── BasicMIDIControl.html │ │ │ ├── BasicMIDISocket.html │ │ │ ├── CCAllocator.html │ │ │ ├── CControl.html │ │ │ ├── MIDIBufManager.html │ │ │ ├── MIDIPort.html │ │ │ ├── MIDIRecBuf.html │ │ │ ├── MIDISyncClock.html │ │ │ └── VoicerMIDISocket.html │ │ ├── MIDI2OSC.sc │ │ ├── MIDIControllers.sc │ │ ├── MIDIPort.sc │ │ ├── MIDIRecGUI.sc │ │ ├── MIDIRecSocket-support.sc │ │ ├── MIDISockets.sc │ │ ├── MIDISyncClock.sc │ │ ├── MTSocket.sc │ │ ├── VoicerMIDISocket.sc │ │ └── asChannelIndex.sc │ ├── ddwMixerChannel │ │ ├── Help │ │ │ ├── MixerChannel.html │ │ │ ├── MixerChannelDef.html │ │ │ ├── MixerGUIDef.html │ │ │ ├── MixerPostSend.html │ │ │ ├── MixerPreSend.html │ │ │ ├── MixerSend.html │ │ │ ├── MixerSkin.html │ │ │ └── MixingBoard.html │ │ ├── MixerChannel4-order.sc │ │ ├── MixerChannelDef.sc │ │ ├── MixerChannelGUI.sc │ │ ├── MixerRecorder.sc │ │ ├── MixerScopeGui.sc │ │ ├── MixerSend.sc │ │ ├── MixerSkin.sc │ │ ├── MixingBoard.sc │ │ ├── Patch-playToMixer.sc │ │ └── playInMixerGroup.sc │ ├── ddwPatterns │ │ ├── Help │ │ │ ├── DebugPbind.html │ │ │ ├── Paccum.html │ │ │ ├── Paccumbounce.html │ │ │ ├── PbindArrayDefault.html │ │ │ ├── PbindMultiChan.html │ │ │ ├── Pdelta.html │ │ │ ├── Pif.html │ │ │ ├── Pkey.html │ │ │ ├── Plimitsum.html │ │ │ ├── Pmcvoss.html │ │ │ ├── PnNilSafe.html │ │ │ ├── Pscratch.html │ │ │ ├── PseqFunc.html │ │ │ ├── PserFunc.html │ │ │ ├── Pslide1.html │ │ │ ├── Psmartstutter.html │ │ │ ├── Pvbrown.html │ │ │ ├── Pvoss.html │ │ │ ├── Pwxrand.html │ │ │ └── ddwPatterns.html │ │ ├── PbindFuncStream.sc │ │ ├── PbindMod.sc │ │ ├── ddwFilterPatterns.sc │ │ ├── ddwMiscPatternExtensions.sc │ │ ├── ddwPatternLengthEstimation.sc │ │ ├── ddwPatterns.sc │ │ └── ddwPatterns1.sc │ ├── ddwPeakMonitor │ │ ├── Help │ │ │ └── PeakMonitor.html │ │ ├── PeakMonitor.sc │ │ ├── PeakMonitorGui.sc │ │ └── SequenceableColl-asBus.sc │ ├── ddwPrototype │ │ ├── Help │ │ │ └── Proto.html │ │ ├── Proto-ext.sc │ │ └── Proto.sc │ ├── ddwSensitivity │ │ ├── Help │ │ │ └── Sensitivity.html │ │ └── Sensitivity.sc │ ├── ddwStatusBox │ │ ├── Help │ │ │ └── StatusBox.html │ │ ├── SCStatusBox.sc │ │ └── ext-StatusBox.sc │ ├── ddwTemperament │ │ ├── Help │ │ │ ├── CompositeTuning.html │ │ │ ├── EqualTemperament.html │ │ │ ├── ModalSpec.html │ │ │ ├── TuningOffset.html │ │ │ └── TuningRatios.html │ │ └── Temperament.sc │ ├── ddwTimeline │ │ ├── TLCommand.sc │ │ ├── TLSequenceIterator.sc │ │ ├── proto-cmds.scd │ │ ├── timeline-overview.html │ │ └── tl-extensions.sc │ ├── ddwVoicer │ │ ├── Help │ │ │ ├── LinkedVoicerSequencer.html │ │ │ ├── MonoPortaVoicer.html │ │ │ ├── NoteSequence.html │ │ │ ├── Voicer.html │ │ │ ├── VoicerProcessGroup.html │ │ │ ├── VoicerProxy.html │ │ │ ├── VoicerSequencer.html │ │ │ └── miditest.html │ │ ├── MonoPortaVoicerNodes.sc │ │ ├── NullVoicer.sc │ │ ├── QuantTask.sc │ │ ├── Voicer-ext.sc │ │ ├── Voicer.sc │ │ ├── VoicerGUI.sc │ │ ├── VoicerNode.sc │ │ ├── VoicerProcess.sc │ │ ├── VoicerProxy.sc │ │ └── miditest.sc │ └── dewdrop_lib │ │ └── dewdrop.html └── noodling-example │ ├── noodle-init.scd │ ├── noodle-readme.html │ ├── noodle-script.scd │ ├── samples │ ├── mellowbd.aif │ └── springverb-rimshot.aif │ └── support │ └── noodle-gui.scd ├── Ch 21 Interface Investigations ├── chapter code │ ├── ch21fig12.rtf │ ├── ch21fig2.rtf │ ├── ch21fig3.rtf │ ├── ch21fig5.rtf │ └── ch21fig7.rtf ├── ixi SC tutorial │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── format │ │ └── text-base │ │ │ ├── UGen excursion.rtf.svn-base │ │ │ ├── ixi_SC_tutorial_00.sc.svn-base │ │ │ ├── ixi_SC_tutorial_01.sc.svn-base │ │ │ ├── ixi_SC_tutorial_02.sc.svn-base │ │ │ ├── ixi_SC_tutorial_03.sc.svn-base │ │ │ ├── ixi_SC_tutorial_04.sc.svn-base │ │ │ ├── ixi_SC_tutorial_05.sc.svn-base │ │ │ ├── ixi_SC_tutorial_06.sc.svn-base │ │ │ ├── ixi_SC_tutorial_07.sc.svn-base │ │ │ ├── ixi_SC_tutorial_08.sc.svn-base │ │ │ ├── ixi_SC_tutorial_09.sc.svn-base │ │ │ ├── ixi_SC_tutorial_10.sc.svn-base │ │ │ ├── ixi_SC_tutorial_11.sc.svn-base │ │ │ ├── ixi_SC_tutorial_12.sc.svn-base │ │ │ ├── ixi_SC_tutorial_13.sc.svn-base │ │ │ ├── ixi_SC_tutorial_14.sc.svn-base │ │ │ ├── ixi_SC_tutorial_15.sc.svn-base │ │ │ ├── ixi_SC_tutorial_16.sc.svn-base │ │ │ ├── ixi_SC_tutorial_17.sc.svn-base │ │ │ └── todo.rtf.svn-base │ ├── ixiOSC │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── format │ │ │ ├── prop-base │ │ │ │ ├── max-scSynth.svn-base │ │ │ │ └── scSynth_to_max.svn-base │ │ │ └── text-base │ │ │ │ ├── max-scSynth.svn-base │ │ │ │ ├── pd_scServer.pd.svn-base │ │ │ │ └── scSynth_to_max.svn-base │ │ ├── max-scSynth │ │ ├── pd_scServer.pd │ │ └── scSynth_to_max │ ├── ixi_SC_tutorial_00.html │ ├── ixi_SC_tutorial_01.html │ ├── ixi_SC_tutorial_02.html │ ├── ixi_SC_tutorial_03.html │ ├── ixi_SC_tutorial_04.html │ ├── ixi_SC_tutorial_05.html │ ├── ixi_SC_tutorial_06.html │ ├── ixi_SC_tutorial_07.html │ ├── ixi_SC_tutorial_08.html │ ├── ixi_SC_tutorial_09.html │ ├── ixi_SC_tutorial_10.html │ ├── ixi_SC_tutorial_11.html │ ├── ixi_SC_tutorial_12.html │ ├── ixi_SC_tutorial_13.html │ ├── ixi_SC_tutorial_14.html │ ├── ixi_SC_tutorial_15.html │ ├── ixi_SC_tutorial_16.html │ ├── ixi_SC_tutorial_17.html │ └── ixi_SC_tutorial_18.html ├── ixiQuarks │ ├── ixi classes │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── format │ │ │ └── text-base │ │ │ │ ├── Bang.sc.svn-base │ │ │ │ ├── BoxGrid.sc.svn-base │ │ │ │ ├── Grid.sc.svn-base │ │ │ │ ├── MIDIKeyboard.sc.svn-base │ │ │ │ ├── OSCIIRadioButton.sc.svn-base │ │ │ │ ├── OSCIISlider.sc.svn-base │ │ │ │ ├── XQ.sc.svn-base │ │ │ │ ├── XiiACDropDownChannels.sc.svn-base │ │ │ │ ├── XiiAlert.sc.svn-base │ │ │ │ ├── XiiAmplifier.sc.svn-base │ │ │ │ ├── XiiAudioIn.sc.svn-base │ │ │ │ ├── XiiBufferOnsetPlot.sc.svn-base │ │ │ │ ├── XiiBufferPlayer.sc.svn-base │ │ │ │ ├── XiiBufferPlot.sc.svn-base │ │ │ │ ├── XiiBufferPool.sc.svn-base │ │ │ │ ├── XiiChannelSplitter.sc.svn-base │ │ │ │ ├── XiiClassExtensions.sc.svn-base │ │ │ │ ├── XiiColors.sc.svn-base │ │ │ │ ├── XiiEQMeter.sc.svn-base │ │ │ │ ├── XiiEffectGUI.sc.svn-base │ │ │ │ ├── XiiEffects.sc.svn-base │ │ │ │ ├── XiiFilters.sc.svn-base │ │ │ │ ├── XiiFreqScope.sc.svn-base │ │ │ │ ├── XiiGrainBox.sc.svn-base │ │ │ │ ├── XiiGridder.sc.svn-base │ │ │ │ ├── XiiLoadSynthDefs.sc.svn-base │ │ │ │ ├── XiiMic.sc.svn-base │ │ │ │ ├── XiiMixerNode.sc.svn-base │ │ │ │ ├── XiiMushrooms.sc.svn-base │ │ │ │ ├── XiiMusicTheory.sc.svn-base │ │ │ │ ├── XiiOnsets.sc.svn-base │ │ │ │ ├── XiiOscillators.sc.svn-base │ │ │ │ ├── XiiPlayer.sc.svn-base │ │ │ │ ├── XiiPolyMachine.sc.svn-base │ │ │ │ ├── XiiPoolManager.sc.svn-base │ │ │ │ ├── XiiPredators.sc.svn-base │ │ │ │ ├── XiiQuarks.sc.svn-base │ │ │ │ ├── XiiRaindrops.sc.svn-base │ │ │ │ ├── XiiRecord.sc.svn-base │ │ │ │ ├── XiiRecorder.sc.svn-base │ │ │ │ ├── XiiSCFreqScope.sc.svn-base │ │ │ │ ├── XiiScaleSynth.sc.svn-base │ │ │ │ ├── XiiSettings.sc.svn-base │ │ │ │ ├── XiiSnd.sc.svn-base │ │ │ │ ├── XiiSoundFileView.sc.svn-base │ │ │ │ ├── XiiSoundScratcher.sc.svn-base │ │ │ │ ├── XiiSpectralEQ.sc.svn-base │ │ │ │ ├── XiiSpectralEffects.sc.svn-base │ │ │ │ ├── XiiStratoSampler.sc.svn-base │ │ │ │ ├── XiiTestMIDI.sc.svn-base │ │ │ │ ├── XiiTheory.sc.svn-base │ │ │ │ ├── XiiTrigRecorder.sc.svn-base │ │ │ │ ├── XiiVuView.sc.svn-base │ │ │ │ ├── XiiWaveScope.sc.svn-base │ │ │ │ ├── XiiWindowLocation.sc.svn-base │ │ │ │ ├── XixiPainter.sc.svn-base │ │ │ │ ├── XixiPredator.sc.svn-base │ │ │ │ └── XixiPrey.sc.svn-base │ │ ├── Bang.sc │ │ ├── OSCIIRadioButton.sc │ │ ├── OSCIISlider.sc │ │ ├── XQ.sc │ │ ├── XiiACDropDownChannels.sc │ │ ├── XiiAlert.sc │ │ ├── XiiAmplifier.sc │ │ ├── XiiAudioIn.sc │ │ ├── XiiBufferOnsetPlot.sc │ │ ├── XiiBufferPlayer.sc │ │ ├── XiiBufferPlot.sc │ │ ├── XiiBufferPool.sc │ │ ├── XiiChannelSplitter.sc │ │ ├── XiiClassExtensions.sc │ │ ├── XiiColors.sc │ │ ├── XiiEQMeter.sc │ │ ├── XiiEffectGUI.sc │ │ ├── XiiEffects.sc │ │ ├── XiiFilters.sc │ │ ├── XiiFreqScope.sc │ │ ├── XiiGrainBox.sc │ │ ├── XiiGridder.sc │ │ ├── XiiLoadSynthDefs.sc │ │ ├── XiiMic.sc │ │ ├── XiiMixerNode.sc │ │ ├── XiiMushrooms.sc │ │ ├── XiiMusicTheory.sc │ │ ├── XiiOnsets.sc │ │ ├── XiiOscillators.sc │ │ ├── XiiPlayer.sc │ │ ├── XiiPolyMachine.sc │ │ ├── XiiPoolManager.sc │ │ ├── XiiPredators.sc │ │ ├── XiiQuarks.sc │ │ ├── XiiRaindrops.sc │ │ ├── XiiRecord.sc │ │ ├── XiiRecorder.sc │ │ ├── XiiSCFreqScope.sc │ │ ├── XiiScaleSynth.sc │ │ ├── XiiSettings.sc │ │ ├── XiiSnd.sc │ │ ├── XiiSoundFileView.sc │ │ ├── XiiSoundScratcher.sc │ │ ├── XiiSpectralEQ.sc │ │ ├── XiiSpectralEffects.sc │ │ ├── XiiStratoSampler.sc │ │ ├── XiiSynthDefs.sc │ │ ├── XiiTestMIDI.sc │ │ ├── XiiTheory.sc │ │ ├── XiiTrigRecorder.sc │ │ ├── XiiVuView.sc │ │ ├── XiiWaveScope.sc │ │ ├── XiiWindowLocation.sc │ │ ├── XixiPainter.sc │ │ ├── XixiPredator.sc │ │ └── XixiPrey.sc │ └── ixi help │ │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ ├── format │ │ └── text-base │ │ │ └── help.html.svn-base │ │ ├── help.html │ │ └── preferences │ │ ├── email.html │ │ └── preferences.ixi └── ixiViews │ ├── BoxGrid.html │ ├── BoxGrid.sc │ ├── Grid.html │ ├── Grid.sc │ ├── MIDIKeyboard.html │ ├── MIDIKeyboard.sc │ ├── ParaSpace.html │ └── ParaSpace.sc ├── Ch 22 Japan ├── Akihiro_kubota │ ├── 11.chord.rtfd │ │ ├── 1__#$!@%!#__Pasted Graphic 1.tiff │ │ ├── 1__#$!@%!#__Pasted Graphic 2.tiff │ │ ├── 1__#$!@%!#__Pasted Graphic 3.tiff │ │ ├── 1__#$!@%!#__Pasted Graphic 5.tiff │ │ ├── 1__#$!@%!#__Pasted Graphic.tiff │ │ ├── 2__#$!@%!#__Pasted Graphic 1.tiff │ │ ├── 2__#$!@%!#__Pasted Graphic 2.tiff │ │ ├── 2__#$!@%!#__Pasted Graphic 3.tiff │ │ ├── 2__#$!@%!#__Pasted Graphic.tiff │ │ ├── 3__#$!@%!#__Pasted Graphic 1.tiff │ │ ├── 3__#$!@%!#__Pasted Graphic 2.tiff │ │ ├── 4__#$!@%!#__Pasted Graphic 2.tiff │ │ ├── Pasted Graphic 1.tiff │ │ ├── Pasted Graphic 10.tiff │ │ ├── Pasted Graphic 11.tiff │ │ ├── Pasted Graphic 13.tiff │ │ ├── Pasted Graphic 14.tiff │ │ ├── Pasted Graphic 15.tiff │ │ ├── Pasted Graphic 16.tiff │ │ ├── Pasted Graphic 17.tiff │ │ ├── Pasted Graphic 18.tiff │ │ ├── Pasted Graphic 19.tiff │ │ ├── Pasted Graphic 2.tiff │ │ ├── Pasted Graphic 3.tiff │ │ ├── Pasted Graphic 4.tiff │ │ ├── Pasted Graphic 5.tiff │ │ ├── Pasted Graphic 6.tiff │ │ ├── Pasted Graphic 7.tiff │ │ ├── Pasted Graphic 8.tiff │ │ ├── Pasted Graphic 9.tiff │ │ ├── Pasted Graphic.tiff │ │ └── TXT.rtf │ └── 11.chord_synthDef.rtf ├── Takuro_Hishikawa │ ├── rainyroute79.rtf │ └── uppiano11-2.rtf ├── Yamato_yoshioka │ ├── GoodNoseDemoSong.txt │ ├── GoodNoseDemoSong2.txt │ ├── otophilia_FireworksGUI.rtf │ ├── otophilia_GoodNoseGUI.rtf │ └── otophilia_InfiniteMelody.rtf └── takeko_akamatsu │ └── dentake.rtf ├── Ch 23 Dialects ├── README.txt ├── c23code_examples_dialects.scd ├── extensions_c23_dialects │ ├── Bit │ │ ├── Bit.cpp │ │ ├── Bit.sc │ │ ├── BitAnd.html │ │ ├── BitLeftShift.html │ │ ├── BitNot.html │ │ ├── BitOr.html │ │ ├── BitRightShift.html │ │ ├── BitUnsignedRightShift.html │ │ ├── BitXor.html │ │ ├── osx │ │ │ └── Bit.scx │ │ └── windows │ │ │ └── Bit.scx │ ├── ENIAC │ │ ├── CU_PulseLookUpTables.sc │ │ ├── Eniac_Cycling Source Code │ │ │ ├── CU_PulseLookUpTables.cpp │ │ │ ├── CU_PulseLookUpTables.h │ │ │ ├── CU_PulseLookUpTablesUGen.cpp │ │ │ ├── CU_PulseLookUpTables_data.cpp │ │ │ ├── CU_PulseLookUpTables_private.h │ │ │ ├── CU_PulseLookUpTables_types.h │ │ │ ├── rt_look.c │ │ │ ├── rt_look1d.c │ │ │ ├── rtlibsrc.h │ │ │ ├── rtw_continuous.h │ │ │ ├── rtw_solver.h │ │ │ └── rtwtypes.h │ │ └── Eniac_CyclingUgen.scx │ ├── Infno1.0 │ │ ├── COPYING │ │ ├── Infno.html │ │ ├── Infno.sc │ │ ├── InfnoBass.sc │ │ ├── InfnoChordal.sc │ │ ├── InfnoHarmony.sc │ │ ├── InfnoHat.sc │ │ ├── InfnoHyperMeasure.sc │ │ ├── InfnoInstrument.sc │ │ ├── InfnoKick.sc │ │ ├── InfnoLead.sc │ │ ├── InfnoMix.sc │ │ ├── InfnoMonoBass.sc │ │ ├── InfnoMonoLead.sc │ │ ├── InfnoPerc.sc │ │ ├── InfnoPitched.sc │ │ ├── InfnoQuestionaire.html │ │ ├── InfnoRhythm.sc │ │ ├── InfnoSnare.sc │ │ ├── InfnoSynthDefs.sc │ │ ├── InfnoVocal.sc │ │ ├── README │ │ ├── infnosamples │ │ │ ├── bass │ │ │ │ ├── bass1.wav │ │ │ │ ├── bass2.wav │ │ │ │ ├── bass3.wav │ │ │ │ ├── bass4.wav │ │ │ │ ├── bass5.wav │ │ │ │ ├── bass6.wav │ │ │ │ ├── bass7.wav │ │ │ │ └── bass8.wav │ │ │ ├── hat │ │ │ │ ├── hat1.wav │ │ │ │ ├── hat10.wav │ │ │ │ ├── hat11.wav │ │ │ │ ├── hat12.wav │ │ │ │ ├── hat13.wav │ │ │ │ ├── hat14.wav │ │ │ │ ├── hat15.wav │ │ │ │ ├── hat16.wav │ │ │ │ ├── hat17.wav │ │ │ │ ├── hat18.wav │ │ │ │ ├── hat19.wav │ │ │ │ ├── hat2.wav │ │ │ │ ├── hat20.wav │ │ │ │ ├── hat21.wav │ │ │ │ ├── hat22.wav │ │ │ │ ├── hat3.wav │ │ │ │ ├── hat4.wav │ │ │ │ ├── hat5.wav │ │ │ │ ├── hat6.wav │ │ │ │ ├── hat7.wav │ │ │ │ ├── hat8.wav │ │ │ │ └── hat9.wav │ │ │ ├── kick │ │ │ │ ├── kick1.wav │ │ │ │ ├── kick10.wav │ │ │ │ ├── kick11.wav │ │ │ │ ├── kick12.wav │ │ │ │ ├── kick13.wav │ │ │ │ ├── kick14.wav │ │ │ │ ├── kick15.wav │ │ │ │ ├── kick16.wav │ │ │ │ ├── kick17.wav │ │ │ │ ├── kick18.wav │ │ │ │ ├── kick19.wav │ │ │ │ ├── kick2.wav │ │ │ │ ├── kick20.wav │ │ │ │ ├── kick21.wav │ │ │ │ ├── kick22.wav │ │ │ │ ├── kick23.wav │ │ │ │ ├── kick24.wav │ │ │ │ ├── kick25.wav │ │ │ │ ├── kick26.wav │ │ │ │ ├── kick27.wav │ │ │ │ ├── kick28.wav │ │ │ │ ├── kick29.wav │ │ │ │ ├── kick3.wav │ │ │ │ ├── kick30.wav │ │ │ │ ├── kick31.wav │ │ │ │ ├── kick32.wav │ │ │ │ ├── kick33.wav │ │ │ │ ├── kick34.wav │ │ │ │ ├── kick35.wav │ │ │ │ ├── kick36.wav │ │ │ │ ├── kick37.wav │ │ │ │ ├── kick38.wav │ │ │ │ ├── kick39.wav │ │ │ │ ├── kick4.wav │ │ │ │ ├── kick40.wav │ │ │ │ ├── kick41.wav │ │ │ │ ├── kick42.wav │ │ │ │ ├── kick43.wav │ │ │ │ ├── kick44.wav │ │ │ │ ├── kick45.wav │ │ │ │ ├── kick46.wav │ │ │ │ ├── kick47.wav │ │ │ │ ├── kick48.wav │ │ │ │ ├── kick49.wav │ │ │ │ ├── kick5.wav │ │ │ │ ├── kick50.wav │ │ │ │ ├── kick51.wav │ │ │ │ ├── kick52.wav │ │ │ │ ├── kick53.wav │ │ │ │ ├── kick6.wav │ │ │ │ ├── kick7.wav │ │ │ │ ├── kick8.wav │ │ │ │ └── kick9.wav │ │ │ ├── lead │ │ │ │ ├── lead1.wav │ │ │ │ ├── lead10.wav │ │ │ │ ├── lead11.wav │ │ │ │ ├── lead2.wav │ │ │ │ ├── lead3.wav │ │ │ │ ├── lead4.wav │ │ │ │ ├── lead5.wav │ │ │ │ ├── lead6.wav │ │ │ │ ├── lead7.wav │ │ │ │ ├── lead8.wav │ │ │ │ └── lead9.wav │ │ │ ├── perc │ │ │ │ ├── perc1.wav │ │ │ │ ├── perc10.wav │ │ │ │ ├── perc11.wav │ │ │ │ ├── perc12.wav │ │ │ │ ├── perc13.wav │ │ │ │ ├── perc14.wav │ │ │ │ ├── perc15.wav │ │ │ │ ├── perc16.wav │ │ │ │ ├── perc17.wav │ │ │ │ ├── perc18.wav │ │ │ │ ├── perc2.wav │ │ │ │ ├── perc3.wav │ │ │ │ ├── perc4.wav │ │ │ │ ├── perc5.wav │ │ │ │ ├── perc6.wav │ │ │ │ ├── perc7.wav │ │ │ │ ├── perc8.wav │ │ │ │ └── perc9.wav │ │ │ └── snare │ │ │ │ ├── snare1.wav │ │ │ │ ├── snare10.wav │ │ │ │ ├── snare11.wav │ │ │ │ ├── snare12.wav │ │ │ │ ├── snare13.wav │ │ │ │ ├── snare14.wav │ │ │ │ ├── snare15.wav │ │ │ │ ├── snare16.wav │ │ │ │ ├── snare17.wav │ │ │ │ ├── snare18.wav │ │ │ │ ├── snare19.wav │ │ │ │ ├── snare2.wav │ │ │ │ ├── snare20.wav │ │ │ │ ├── snare21.wav │ │ │ │ ├── snare22.wav │ │ │ │ ├── snare23.wav │ │ │ │ ├── snare24.wav │ │ │ │ ├── snare25.wav │ │ │ │ ├── snare26.wav │ │ │ │ ├── snare27.wav │ │ │ │ ├── snare28.wav │ │ │ │ ├── snare29.wav │ │ │ │ ├── snare3.wav │ │ │ │ ├── snare30.wav │ │ │ │ ├── snare31.wav │ │ │ │ ├── snare32.wav │ │ │ │ ├── snare33.wav │ │ │ │ ├── snare34.wav │ │ │ │ ├── snare35.wav │ │ │ │ ├── snare36.wav │ │ │ │ ├── snare37.wav │ │ │ │ ├── snare38.wav │ │ │ │ ├── snare39.wav │ │ │ │ ├── snare4.wav │ │ │ │ ├── snare40.wav │ │ │ │ ├── snare41.wav │ │ │ │ ├── snare42.wav │ │ │ │ ├── snare43.wav │ │ │ │ ├── snare44.wav │ │ │ │ ├── snare45.wav │ │ │ │ ├── snare46.wav │ │ │ │ ├── snare47.wav │ │ │ │ ├── snare48.wav │ │ │ │ ├── snare49.wav │ │ │ │ ├── snare5.wav │ │ │ │ ├── snare50.wav │ │ │ │ ├── snare51.wav │ │ │ │ ├── snare52.wav │ │ │ │ ├── snare53.wav │ │ │ │ ├── snare54.wav │ │ │ │ ├── snare55.wav │ │ │ │ ├── snare56.wav │ │ │ │ ├── snare57.wav │ │ │ │ ├── snare58.wav │ │ │ │ ├── snare6.wav │ │ │ │ ├── snare7.wav │ │ │ │ ├── snare8.wav │ │ │ │ └── snare9.wav │ │ └── pushbuttonbertha.rtf │ ├── Pokey │ │ ├── POKEY.CPP │ │ ├── POKEY.H │ │ ├── Pokey.html │ │ ├── Pokey.sc │ │ ├── PokeySquare.html │ │ ├── osx │ │ │ └── Pokey.scx │ │ └── windows │ │ │ └── Pokey.scx │ ├── RedPhasor │ │ ├── RedPhasor.cpp │ │ ├── RedPhasor.html │ │ ├── RedPhasor.sc │ │ ├── RedPhasor2.cpp │ │ ├── RedPhasor2.html │ │ ├── RedPhasor2.sc │ │ ├── osx │ │ │ ├── RedPhasor.scx │ │ │ └── RedPhasor2.scx │ │ └── windows │ │ │ ├── RedPhasor.scx │ │ │ └── RedPhasor2.scx │ ├── RedXM │ │ ├── RedXM.html │ │ ├── RedXM.sc │ │ └── jukebox.rtf │ └── VagueList.sc ├── extras │ ├── BrainfuckCompiler.scd │ └── CadavreExquisNo2.scd └── quarks_extensions_chap23 │ ├── HierSch │ ├── .svn │ │ ├── README.txt │ │ ├── dir-wcprops │ │ ├── empty-file │ │ ├── entries │ │ ├── format │ │ ├── prop-base │ │ │ └── README.txt.svn-base │ │ ├── props │ │ │ └── README.txt.svn-work │ │ ├── text-base │ │ │ └── README.txt.svn-base │ │ └── wcprops │ │ │ └── README.txt.svn-work │ ├── README.txt │ ├── classes │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ ├── prop-base │ │ │ │ ├── HierSch.sc.svn-base │ │ │ │ ├── HierSchDict.sc.svn-base │ │ │ │ └── extTempoClock.sc.svn-base │ │ │ └── text-base │ │ │ │ ├── HierSch.sc.svn-base │ │ │ │ ├── HierSchDict.sc.svn-base │ │ │ │ └── extTempoClock.sc.svn-base │ │ ├── HierSch.sc │ │ ├── HierSchDict.sc │ │ └── extTempoClock.sc │ └── help │ │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ └── text-base │ │ │ └── HierSch.html.svn-base │ │ └── HierSch.html │ └── rd_ctl │ ├── .svn │ ├── all-wcprops │ ├── dir-prop-base │ ├── entries │ └── text-base │ │ └── README.svn-base │ ├── README │ ├── help │ ├── .svn │ │ ├── all-wcprops │ │ ├── entries │ │ └── text-base │ │ │ └── Controller.help.scd.svn-base │ └── Controller.help.scd │ └── sclang │ ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ ├── Controller.sc.svn-base │ │ └── Ctl.sc.svn-base │ ├── Controller.sc │ ├── Ctl.sc │ └── gui │ ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ ├── CtlView.sc.svn-base │ │ └── makeInterface.sc.svn-base │ ├── CtlView.sc │ └── makeInterface.sc ├── Ch 25 Writing UGens ├── Figure_25-1_Flanger_1.cpp ├── Figure_25-2_Flanger_2.cpp ├── Flanger.html ├── Flanger.sc ├── Reverb1.html ├── Reverb1.sc └── c25sec4-1_LPFrates.scd ├── Ch 3 Composing ├── Ch3code.rtf └── Ch3code.scd ├── Ch 4 Ins and Outs ├── SETO-scbook │ ├── SETO.pdf │ └── code │ │ ├── .svn │ │ ├── README.txt │ │ ├── empty-file │ │ ├── entries │ │ ├── format │ │ └── text-base │ │ │ └── ambientlight_source.scd.svn-base │ │ ├── SETO-basicFreq-example.scd │ │ ├── TUIO_oscResponder.scd │ │ └── simple-jugglingSounds │ │ ├── .svn │ │ ├── README.txt │ │ ├── dir-wcprops │ │ ├── empty-file │ │ ├── entries │ │ ├── format │ │ ├── text-base │ │ │ ├── ablauf-gui-old.rtf.svn-base │ │ │ ├── ablauf-gui.rtf.svn-base │ │ │ ├── ablauf-kinderUni.rtf.svn-base │ │ │ ├── ablauf.rtf.svn-base │ │ │ ├── actions2Server-catchProto.rtf.svn-base │ │ │ ├── actions2Server.rtf.svn-base │ │ │ ├── dataPreparation.rtf.svn-base │ │ │ ├── distances.rtf.svn-base │ │ │ ├── ebenenFlug.rtf.svn-base │ │ │ ├── loadBuffers.rtf.svn-base │ │ │ ├── planeTicker.rtf.svn-base │ │ │ ├── setup.rtf.svn-base │ │ │ ├── soundSetup.rtf.svn-base │ │ │ ├── startTarsusServer.rtf.svn-base │ │ │ ├── warper.rtf.svn-base │ │ │ ├── zerocrossing.rtf.svn-base │ │ │ └── zerocrossingSwing.rtf.svn-base │ │ └── wcprops │ │ │ ├── ablauf-gui-old.rtf.svn-work │ │ │ ├── ablauf-gui.rtf.svn-work │ │ │ ├── ablauf-kinderUni.rtf.svn-work │ │ │ ├── ablauf.rtf.svn-work │ │ │ ├── actions2Server-catchProto.rtf.svn-work │ │ │ ├── actions2Server.rtf.svn-work │ │ │ ├── dataPreparation.rtf.svn-work │ │ │ ├── distances.rtf.svn-work │ │ │ ├── ebenenFlug.rtf.svn-work │ │ │ ├── loadBuffers.rtf.svn-work │ │ │ ├── planeTicker.rtf.svn-work │ │ │ ├── setup.rtf.svn-work │ │ │ ├── soundSetup.rtf.svn-work │ │ │ ├── startTarsusServer.rtf.svn-work │ │ │ ├── warper.rtf.svn-work │ │ │ ├── zerocrossing.rtf.svn-work │ │ │ └── zerocrossingSwing.rtf.svn-work │ │ ├── ablauf-gui.rtf │ │ ├── actions2Server.rtf │ │ ├── analytic │ │ ├── .svn │ │ │ ├── README.txt │ │ │ ├── dir-wcprops │ │ │ ├── empty-file │ │ │ ├── entries │ │ │ ├── format │ │ │ ├── text-base │ │ │ │ ├── catches.rtf.svn-base │ │ │ │ ├── distances.rtf.svn-base │ │ │ │ ├── frontBack.rtf.svn-base │ │ │ │ ├── planeTicker.rtf.svn-base │ │ │ │ └── rotater.rtf.svn-base │ │ │ └── wcprops │ │ │ │ ├── catches.rtf.svn-work │ │ │ │ ├── distances.rtf.svn-work │ │ │ │ ├── frontBack.rtf.svn-work │ │ │ │ ├── planeTicker.rtf.svn-work │ │ │ │ └── rotater.rtf.svn-work │ │ ├── catches.rtf │ │ ├── distances.rtf │ │ ├── frontBack.rtf │ │ ├── planeTicker.rtf │ │ └── rotater.rtf │ │ ├── dataPreparation.rtf │ │ ├── loadBuffers.rtf │ │ ├── soundSetup.rtf │ │ └── startTarsusServer.rtf └── code │ ├── GUIexample.scd │ ├── MIDIIn_example.scd │ ├── MIDIOut_example.scd │ ├── OSCresponderNode_example.scd │ ├── ambientlight_source.scd │ ├── gamepad_example.scd │ ├── wacom_example_linux.scd │ └── wacom_example_osx.scd ├── Ch 5 Programming ├── Ch5code.rtf ├── Ch5code.scd ├── Counter.sc └── LILT │ ├── LILT_QUICK_START │ ├── READ_ME │ ├── CommonLibChanges │ ├── CommonLibAdditions │ │ ├── PPLOT.sc │ │ ├── addBufferReRead.sc │ │ ├── addBufferXplay.sc │ │ ├── addCollectionLargestSmallest.sc │ │ ├── addCollectionUniqueName.sc │ │ ├── addFlowLayoutRest.sc │ │ ├── addFunctionPfuncnConstr.sc │ │ ├── addFunctionPlayArgs.sc │ │ ├── addFunctionUpdate.sc │ │ ├── addMIDIstuff.sc │ │ ├── addMethodReport.sc │ │ ├── addObjectGetSaveData.sc │ │ ├── addObjectOnBootOnQuit.sc │ │ ├── addPatternTests.sc │ │ ├── addPointArraySize.sc │ │ ├── addRectFromTop.sc │ │ ├── addServerIsRunning.sc │ │ ├── addStringFileSymbol.sc │ │ ├── addSynthAddControl.sc │ │ ├── addSynthCodingUtils.sc │ │ ├── addSynthFXmethods.sc │ │ ├── addWindowResize.sc │ │ ├── plusPointArrayAt.sc │ │ └── quit&onEnd.sc │ ├── CommonLibModifications │ │ ├── mEventStreamPlayerNext.sc │ │ ├── mMainRun.sc │ │ └── mStringBinOpNumber.sc │ └── CrucialAdditions │ │ ├── addMIDIResponderAsScriptString.sc │ │ └── addMIDIResponderInstall.sc │ ├── Documentation │ ├── Connecting Scripts │ │ ├── Connecting Scripts.help.rtfd │ │ │ ├── .typeAttributes.dict │ │ │ ├── ConnectingScriptLinkingAlgoSorted.rtfd │ │ │ │ ├── .typeAttributes.dict │ │ │ │ ├── 1__#$!@%!#__Pasted Graphic 10.tiff │ │ │ │ ├── 1__#$!@%!#__Pasted Graphic 11.tiff │ │ │ │ ├── 1__#$!@%!#__Pasted Graphic 14.tiff │ │ │ │ ├── 1__#$!@%!#__Pasted Graphic 17.tiff │ │ │ │ ├── 1__#$!@%!#__Pasted Graphic 19.tiff │ │ │ │ ├── 1__#$!@%!#__Pasted Graphic 21.tiff │ │ │ │ ├── Pasted Graphic 10.tiff │ │ │ │ ├── Pasted Graphic 11.tiff │ │ │ │ ├── Pasted Graphic 12.tiff │ │ │ │ ├── Pasted Graphic 13.tiff │ │ │ │ ├── Pasted Graphic 14.tiff │ │ │ │ ├── Pasted Graphic 17.tiff │ │ │ │ ├── Pasted Graphic 19.tiff │ │ │ │ ├── Pasted Graphic 21.tiff │ │ │ │ ├── Pasted Graphic 9.tiff │ │ │ │ └── TXT.rtf │ │ │ ├── Pasted Graphic.tiff │ │ │ └── TXT.rtf │ │ ├── Diagrams │ │ │ ├── Connecting Scripts.graffle │ │ │ └── Connecting Scripts.help.graffle │ │ │ │ ├── .typeAttributes.dict │ │ │ │ ├── data.plist │ │ │ │ └── image1.pdf │ │ └── Implementation Notes │ │ │ ├── BusInterconnectionAlgorithm.rtfd │ │ │ ├── Pasted Graphic 11.tiff │ │ │ ├── Pasted Graphic 13.tiff │ │ │ └── TXT.rtf │ │ │ └── Connecting Scripts (Implementation Notes).rtfd │ │ │ ├── 1__#$!@%!#__Pasted Graphic 2.tiff │ │ │ ├── 1__#$!@%!#__Pasted Graphic.tiff │ │ │ ├── Pasted Graphic 1.tiff │ │ │ ├── Pasted Graphic 10.tiff │ │ │ ├── Pasted Graphic 11.tiff │ │ │ ├── Pasted Graphic 12.tiff │ │ │ ├── Pasted Graphic 13.tiff │ │ │ ├── Pasted Graphic 14.tiff │ │ │ ├── Pasted Graphic 17.tiff │ │ │ ├── Pasted Graphic 19.tiff │ │ │ ├── Pasted Graphic 2.tiff │ │ │ ├── Pasted Graphic 21.tiff │ │ │ ├── Pasted Graphic 22.tiff │ │ │ ├── Pasted Graphic 23.tiff │ │ │ ├── Pasted Graphic 24.tiff │ │ │ ├── Pasted Graphic 25.tiff │ │ │ ├── Pasted Graphic 3.tiff │ │ │ ├── Pasted Graphic 6.tiff │ │ │ ├── Pasted Graphic 7.tiff │ │ │ ├── Pasted Graphic 9.tiff │ │ │ ├── Pasted Graphic.tiff │ │ │ └── TXT.rtf │ ├── JITLib reference sheet.rtf │ ├── JITLib reference sheet_02.rtf │ └── What is Lilt?.rtf │ ├── Script Classes │ ├── Audio │ │ ├── BufArray.sc │ │ ├── BusLink.sc │ │ ├── FX.sc │ │ ├── LinkedBus.sc │ │ ├── NodeTier.sc │ │ ├── ServerWatcher.sc │ │ └── TrigWatcher.sc │ ├── Browsers │ │ ├── Samples.sc │ │ ├── ScriptBrowser.sc │ │ └── SynthDefs.sc │ ├── Core │ │ ├── BufParameter.sc │ │ ├── IOParameters.sc │ │ ├── MenuParameter.sc │ │ ├── MuteBus.sc │ │ ├── Parameter.sc │ │ ├── Script.sc │ │ ├── Session.sc │ │ ├── Snapshot.sc │ │ └── Snippet.sc │ ├── Drafts │ │ ├── Gui tests.rtf │ │ ├── Gui.sc │ │ ├── GuiTest.sc │ │ ├── Panes.sc │ │ └── ScriptPrototype.sc │ ├── GUI │ │ ├── DialogViews.sc │ │ └── ListModel.sc │ ├── MIDI │ │ ├── Configuration Files │ │ │ ├── Novation ReMOTE 25 │ │ │ ├── Test01 │ │ │ ├── UC33 Test │ │ │ ├── UC33+ReMOTE25 │ │ │ ├── UC33+ReMOTE25b │ │ │ └── UC33+ReMOTE25c │ │ ├── MIDIConfig.sc │ │ ├── MIDIHandler.sc │ │ ├── MIDIListener (old).sc_ │ │ ├── MIDIListener.sc │ │ ├── MIDIResponderArray.sc │ │ └── NoteOnOffResponder.sc │ ├── Patterns+Scheduling │ │ ├── BiMap.sc │ │ ├── Metro.sc │ │ ├── Pactions.sc │ │ ├── Pbimap.sc │ │ ├── Pbracket.sc │ │ └── Pcount.sc │ ├── Tests │ │ ├── ColorTests4Parameters.rtf │ │ ├── Counter.sc │ │ ├── NodeTierTests01 │ │ └── Pattern Stuff │ └── Tone_Net │ │ └── Tone.sc │ ├── Scripts │ ├── About Scripts │ │ ├── 00 about lilt │ │ ├── 01 installation │ │ ├── 02 getting started │ │ ├── 03 how it works │ │ ├── 04 synth+controls │ │ ├── 04b simpler synth │ │ ├── 05 group+synths │ │ ├── 06 synth+release env │ │ ├── 07 routine │ │ ├── 07b routine resume │ │ ├── 08 pattern │ │ ├── 08b pattern pausing │ │ ├── 09 pattern control │ │ ├── 10 synthdefs │ │ ├── 10b SynthDefs to Scripts │ │ ├── 11 audio buffers │ │ ├── 11b Snapshots │ │ ├── 12 Sessions │ │ ├── 13 Linking Synths │ │ ├── 14 Binding Parameters │ │ ├── 15 script data saving │ │ ├── 19 Scripts Folder │ │ ├── 20 Scripts Browser │ │ ├── 21a keyboard commands │ │ ├── 21b Script kbd cmd │ │ ├── 21c Session kbd cmd │ │ ├── 22 Customizing Startup │ │ ├── 23 Includes │ │ ├── 24 how scripts work │ │ ├── 25 MIDI bindings │ │ ├── 25b more MIDI learning │ │ ├── 25c MIDIResponderArray │ │ ├── 25d MRA include handle │ │ └── 25e MIDI spec format │ ├── Classes + Methods │ │ ├── ListModel │ │ ├── ListModel example │ │ ├── MIDIConfig │ │ ├── MIDIHandler │ │ ├── Pbracket │ │ ├── ScriptBrowser │ │ ├── ServerWatcher │ │ ├── added Methods │ │ ├── class summary │ │ ├── pplot │ │ └── the Script class │ ├── Examples │ │ ├── WetSines (not yet done) │ │ ├── basic4through │ │ ├── burblekaze │ │ ├── decaysin │ │ ├── dust0 │ │ ├── group example │ │ ├── martian winter │ │ ├── martianwinter │ │ ├── nohihat │ │ ├── nosign │ │ ├── patterns&routines │ │ │ ├── a test from scratch │ │ │ ├── aleatoric pbind │ │ │ ├── controlled pbind │ │ │ ├── controlled pbind 2 │ │ │ ├── controlled pbind 3 │ │ │ ├── interlaced maybe │ │ │ ├── pattern fun │ │ │ ├── pbind-map amp │ │ │ ├── plain pbind │ │ │ ├── ppar test │ │ │ ├── routine test │ │ │ └── routine with control │ │ ├── softbounce │ │ ├── subtropicdrumming │ │ └── wet_sines │ ├── Fx │ │ ├── 16customallpasses │ │ ├── 16randallpassesLag │ │ ├── 16randomallpasses │ │ ├── 8customallpasses │ │ └── formlet │ ├── Includes │ │ ├── 16customallpasses │ │ ├── About Includes │ │ ├── SessionLoad.include │ │ └── UtilitiesSession.include │ ├── Pattern Doc │ │ ├── About Pattern Doc │ │ ├── DataGenerators │ │ ├── Dynamic Binding │ │ ├── Execution Flow Ctl │ │ ├── FilterPatterns │ │ ├── Functions+Routines │ │ ├── Info+Debug │ │ ├── Interaction │ │ ├── Interlacing │ │ ├── Lazy Evaluation │ │ ├── ListPatterns │ │ ├── Pattern Operators │ │ ├── Playing-Sound │ │ └── Using Environments │ ├── Sessions │ │ ├── About Sessions Folder │ │ ├── Default Session │ │ ├── Helmholtz │ │ ├── Helmholtz2 │ │ ├── Helmholtz3 │ │ ├── MIDI Debug │ │ ├── MIDI Debug 2 │ │ ├── MIDI Debug 3 │ │ ├── MIDI Test │ │ ├── Session Snapshots │ │ ├── Session wout MIDI │ │ ├── SpectralFX │ │ └── TestSessionSave070126z │ ├── Spectral Synths │ │ ├── PV_BinScramble │ │ ├── PV_BinShift │ │ ├── PV_BinShift_v00 │ │ ├── PV_LocalMax │ │ ├── PV_LocalMax_v00 │ │ ├── PV_MagAbove │ │ ├── PV_MagAbove_v00 │ │ ├── PV_MagFreeze │ │ ├── PV_MagSmear │ │ ├── PV_MagSmear-debug │ │ ├── PV_RectComb │ │ └── Z_note_pv_ugens_2_try │ ├── Startup │ │ ├── BrowserControlWindow │ │ ├── Current startup │ │ └── Enable OSC commands │ ├── Tests │ │ ├── 4 Control Tracks │ │ ├── BufferTestLoadBuffer │ │ ├── MIDI Out Test │ │ ├── MIDISpecCreation │ │ ├── MouseXYPoller │ │ ├── Post Keyboard Codes 2 │ │ ├── ScriptMIDISaveWork │ │ ├── SessionMIDILoadDebug.rtf │ │ ├── SnapshotWithUtils │ │ ├── Test4PT01 │ │ ├── envir test │ │ ├── midi save test 01 │ │ └── midi save test 02 │ ├── To Do │ │ ├── Done-s │ │ ├── To Do 070117 │ │ └── To Do 070607 │ ├── Tutorial │ │ ├── Tutorial Session │ │ ├── a simple synth │ │ ├── b synth+controls │ │ ├── c synth+release env │ │ ├── d group+synths │ │ ├── e routine │ │ ├── f routine resume │ │ ├── g pattern │ │ ├── h pattern pausing │ │ ├── i pattern control │ │ ├── j 8 reverbs │ │ ├── k audio buffer playback │ │ └── l spectral transform │ ├── UGen Doc │ │ ├── About UGen Doc │ │ ├── 01 Signal I-O │ │ ├── 02 Multichannel │ │ ├── 03 Periodic Osc │ │ ├── 04 Aperiodic Osc │ │ ├── 05 Impulse Gens │ │ ├── 06 Delays │ │ ├── 07 Filters │ │ ├── 08 Control Shapes │ │ ├── 09 Device Input │ │ ├── 10 Signal Selection │ │ ├── 11 Non-Spectral Transf │ │ ├── 12 Spectral Tansf │ │ ├── 13 Features+Measuremt │ │ ├── 14 Discrete Value Gens │ │ ├── 15 Node Control │ │ ├── 16 Info UGens │ │ ├── 17 Physical Models │ │ ├── 18 Synth Inputs │ │ ├── 19 Image Ops │ │ └── 20 UGen Operators │ ├── Utilities │ │ ├── Kill All Servers │ │ ├── Load Folder as Group │ │ ├── MIDI Monitor │ │ ├── MIDI Monitor 2 │ │ ├── Open Run File │ │ ├── Open Startup File │ │ └── Post Keyboard Codes │ ├── basic+simple │ │ ├── blip │ │ ├── blip2 │ │ ├── random sine test │ │ ├── short tick │ │ ├── sine test │ │ ├── slider test │ │ └── smoothsine │ ├── buffer playback │ │ ├── buf_loop_2Amp │ │ ├── copy_snd_file │ │ ├── loopbuf_01 │ │ ├── loopbuf_02 │ │ ├── play 2 buffers │ │ ├── play 2 buffers (test) │ │ ├── playbuf (1-shot, constant) │ │ ├── playbuf (looping) │ │ ├── playbuf (random segment) │ │ ├── playbuf (random) │ │ ├── playbuf_looping_fadeIO │ │ └── playbuf_looping_pan4 │ ├── kr (control rate) │ │ ├── k_lfdnoise1 │ │ └── k_saw │ └── mixing+multichannel │ │ ├── about multichannel │ │ ├── PAN2 │ │ ├── PAN8 │ │ ├── input_monitor │ │ └── multichanneltest │ └── SynthDefs │ ├── Fx │ ├── 16customallpasses │ ├── 16randallPassesLag │ ├── 16randomallpasses │ └── FORMLET │ ├── IO │ └── input_monitor │ ├── basic │ ├── BLIP.RTF │ ├── PING.RTF │ ├── Test.tmp.rtf │ ├── Test2.tmp │ ├── Test3.tmp │ ├── Test4.tmp │ ├── pingsine │ ├── smoothsine.rtf │ └── variable_sin.rtf │ ├── kr_controls │ ├── k_lfnoise │ └── k_saw │ ├── multichannel │ ├── EqualLevel4 │ ├── EqualLevel8 │ ├── PAN2 │ ├── PAN4 │ ├── PAN8 │ ├── basic4trhough │ ├── multichanneltest │ └── x_basic_panner │ ├── note_pattern_events │ └── DEFAULT │ ├── playful_sounds │ ├── DECAYSIN │ ├── DUST0 │ ├── NOHIHAT │ ├── NOSIGN │ ├── burblekaze │ ├── martianwinter │ ├── softbounce │ ├── subtropicdrumming │ ├── subtropicrez │ └── wet_sines │ ├── sample_processing │ ├── PLAYBUF │ ├── buf_loop_2Amp │ ├── loopbuf │ ├── loopbuf_02 │ ├── playbuf_1_const │ ├── playbuf_looping │ ├── playbuf_looping_FadeIO │ ├── playbuf_looping_old │ ├── playbuf_looping_pan4 │ └── playbuf_segment │ ├── spectral_PV │ ├── PV_BinScramble │ ├── PV_BinShift │ ├── PV_BinWipe │ ├── PV_ConformalMap │ ├── PV_LocalMaX │ ├── PV_LocalMaX_Amp │ ├── PV_MagAbove │ ├── PV_MagFreeze │ ├── PV_MagSmear │ ├── PV_RectComb │ └── help_binScramble │ ├── tutorial_defs │ ├── panned_hihat │ └── variable_sine_x123 │ ├── utilities │ └── ar_+kr_bus_copy │ └── vocal │ ├── breathy_formlet5 │ ├── formant5 │ └── formlet5 ├── Ch 6 Events and Patterns ├── Ch6code.rtf ├── Ch6code.scd └── README.scd ├── Ch 7 JIT ├── Ch7code.rtf ├── Ch7code.scd ├── eternal_return_elementary.rtf └── eternal_return_elementary.scd ├── Ch 8 Object Modeling ├── Ch8codefigures1.rtf ├── Ch8codefigures1.scd ├── Ch8codefigures2.rtf ├── Ch8codefigures2.scd ├── ObjMod1_shout_qcd.scd ├── ObjMod2_CloudGenMini.scd └── extensionsObjMod │ ├── Shout.html │ ├── Shout.sc │ └── extStringShout.sc ├── Ch 9 Mac OS X GUI ├── Ch9codefigures.html ├── CrossPlatformExamples.html ├── TToggle │ ├── JTToggle.sc │ └── TToggle.sc ├── TToggle_Examples.html └── figure16_expanded (Broken).html ├── README ├── README.md └── allcodefigures ├── rtf ├── Ch01_fig_001.rtf ├── Ch01_fig_002.rtf ├── Ch01_fig_003.rtf ├── Ch01_fig_004.rtf ├── Ch01_fig_005.rtf ├── Ch01_fig_006.rtf ├── Ch01_fig_007.rtf ├── Ch01_fig_008.rtf ├── Ch01_fig_009.rtf ├── Ch01_fig_010.rtf ├── Ch01_fig_011.rtf ├── Ch01_fig_012.rtf ├── Ch01_fig_013.rtf ├── Ch01_fig_014.rtf ├── Ch01_fig_015.rtf ├── Ch01_fig_016.rtf ├── Ch01_fig_018.rtf ├── Ch01_fig_019.rtf ├── Ch01_fig_020.rtf ├── Ch01_fig_021.rtf ├── Ch01_fig_022.rtf ├── Ch01_fig_023.rtf ├── Ch01_fig_024.rtf ├── Ch01_fig_025.rtf ├── Ch02_fig_001.rtf ├── Ch02_fig_002.rtf ├── Ch02_fig_003.rtf ├── Ch02_fig_004.rtf ├── Ch02_fig_005.rtf ├── Ch02_fig_006.rtf ├── Ch02_fig_007.rtf ├── Ch02_fig_008.rtf ├── Ch02_fig_009.rtf ├── Ch02_fig_010.rtf ├── Ch03_fig_001.rtf ├── Ch03_fig_002.rtf ├── Ch03_fig_003.rtf ├── Ch03_fig_004.rtf ├── Ch03_fig_005.rtf ├── Ch03_fig_006.rtf ├── Ch03_fig_007.rtf ├── Ch03_fig_008.rtf ├── Ch03_fig_009.rtf ├── Ch03_fig_010.rtf ├── Ch03_fig_012.rtf ├── Ch03_fig_013.rtf ├── Ch04_fig_001.rtf ├── Ch05_fig_001.rtf ├── Ch05_fig_003.rtf ├── Ch05_fig_004.rtf ├── Ch05_fig_005.rtf ├── Ch05_fig_008.rtf ├── Ch05_fig_009.rtf ├── Ch05_fig_011.rtf ├── Ch05_fig_012.rtf ├── Ch05_fig_013.rtf ├── Ch05_fig_015.rtf ├── Ch05_fig_018.rtf ├── Ch05_fig_019.rtf ├── Ch05_fig_020.rtf ├── Ch05_fig_021.rtf ├── Ch05_fig_022.rtf ├── Ch05_fig_023.rtf ├── Ch05_fig_024.rtf ├── Ch05_fig_025.rtf ├── Ch05_fig_026.rtf ├── Ch05_fig_027.rtf ├── Ch05_fig_028.rtf ├── Ch05_fig_029.rtf ├── Ch05_fig_031.rtf ├── Ch05_fig_032.rtf ├── Ch05_fig_034.rtf ├── Ch05_fig_036.rtf ├── Ch05_fig_037.rtf ├── Ch05_fig_038.rtf ├── Ch05_fig_039.rtf ├── Ch06_fig_001.rtf ├── Ch06_fig_002.rtf ├── Ch06_fig_003.rtf ├── Ch06_fig_004.rtf ├── Ch06_fig_005.rtf ├── Ch06_fig_006.rtf ├── Ch06_fig_007.rtf ├── Ch06_fig_008.rtf ├── Ch06_fig_009.rtf ├── Ch06_fig_010.rtf ├── Ch06_fig_011.rtf ├── Ch06_fig_012.rtf ├── Ch06_fig_013.rtf ├── Ch06_fig_014.rtf ├── Ch06_fig_015.rtf ├── Ch06_fig_016.rtf ├── Ch06_fig_017.rtf ├── Ch06_fig_018.rtf ├── Ch07_fig_001.rtf ├── Ch07_fig_002.rtf ├── Ch07_fig_003.rtf ├── Ch07_fig_004.rtf ├── Ch07_fig_006.rtf ├── Ch07_fig_007.rtf ├── Ch07_fig_008.rtf ├── Ch07_fig_009.rtf ├── Ch07_fig_010.rtf ├── Ch07_fig_011.rtf ├── Ch07_fig_012.rtf ├── Ch07_fig_013.rtf ├── Ch07_fig_014.rtf ├── Ch07_fig_015.rtf ├── Ch07_fig_016.rtf ├── Ch07_fig_017.rtf ├── Ch07_fig_018.rtf ├── Ch07_fig_019.rtf ├── Ch07_fig_020.rtf ├── Ch07_fig_021.rtf ├── Ch07_fig_022.rtf ├── Ch07_fig_025.rtf ├── Ch07_fig_026.rtf ├── Ch07_fig_027.rtf ├── Ch08_fig_001.rtf ├── Ch08_fig_002.rtf ├── Ch08_fig_003.rtf ├── Ch08_fig_004.rtf ├── Ch08_fig_005.rtf ├── Ch08_fig_006.rtf ├── Ch08_fig_007.rtf ├── Ch08_fig_009.rtf ├── Ch08_fig_010.rtf ├── Ch08_fig_011.rtf ├── Ch08_fig_012.rtf ├── Ch08_fig_013.rtf ├── Ch08_fig_014.rtf ├── Ch08_fig_015.rtf ├── Ch08_fig_016.rtf ├── Ch08_fig_017.rtf ├── Ch08_fig_018.rtf ├── Ch08_fig_019.rtf ├── Ch08_fig_020.rtf ├── Ch08_fig_021.rtf ├── Ch08_fig_023.rtf ├── Ch08_fig_024.rtf ├── Ch08_fig_025.rtf ├── Ch08_fig_026.rtf ├── Ch08_fig_027.rtf ├── Ch08_fig_029.rtf ├── Ch09_fig_002.rtf ├── Ch09_fig_003.rtf ├── Ch09_fig_005.rtf ├── Ch09_fig_006.rtf ├── Ch09_fig_007.rtf ├── Ch09_fig_008.rtf ├── Ch09_fig_010.rtf ├── Ch09_fig_011.rtf ├── Ch09_fig_013.rtf ├── Ch09_fig_014.rtf ├── Ch09_fig_016.rtf ├── Ch09_fig_018.rtf ├── Ch09_fig_020.rtf ├── Ch10_fig_001.rtf ├── Ch10_fig_002.rtf ├── Ch10_fig_004.rtf ├── Ch10_fig_005.rtf ├── Ch10_fig_007.rtf ├── Ch10_fig_010.rtf ├── Ch10_fig_011.rtf ├── Ch10_fig_013.rtf ├── Ch10_fig_014.rtf ├── Ch10_fig_015.rtf ├── Ch10_fig_017.rtf ├── Ch10_fig_018.rtf ├── Ch10_fig_019.rtf ├── Ch10_fig_020.rtf ├── Ch10_fig_021.rtf ├── Ch10_fig_022.rtf ├── Ch11_fig_003.rtf ├── Ch11_fig_004.rtf ├── Ch11_fig_005.rtf ├── Ch11_fig_007.rtf ├── Ch11_fig_008.rtf ├── Ch11_fig_009.rtf ├── Ch12_fig_001.rtf ├── Ch12_fig_003.rtf ├── Ch12_fig_004.rtf ├── Ch13_fig_001.rtf ├── Ch13_fig_002.rtf ├── Ch13_fig_003.rtf ├── Ch13_fig_004.rtf ├── Ch13_fig_005.rtf ├── Ch13_fig_006.rtf ├── Ch13_fig_007.rtf ├── Ch13_fig_012.rtf ├── Ch13_fig_013.rtf ├── Ch13_fig_014.rtf ├── Ch13_fig_015.rtf ├── Ch13_fig_016.rtf ├── Ch13_fig_018.rtf ├── Ch14_fig_001.rtf ├── Ch14_fig_003.rtf ├── Ch14_fig_005.rtf ├── Ch14_fig_006.rtf ├── Ch14_fig_007.rtf ├── Ch14_fig_008.rtf ├── Ch14_fig_010.rtf ├── Ch14_fig_011.rtf ├── Ch14_fig_012.rtf ├── Ch14_fig_016.rtf ├── Ch14_fig_017.rtf ├── Ch14_fig_018.rtf ├── Ch14_fig_019.rtf ├── Ch15_fig_001.rtf ├── Ch15_fig_002.rtf ├── Ch15_fig_003.rtf ├── Ch15_fig_004.rtf ├── Ch15_fig_005.rtf ├── Ch15_fig_006.rtf ├── Ch15_fig_007.rtf ├── Ch15_fig_008.rtf ├── Ch16_fig_001.rtf ├── Ch16_fig_002.rtf ├── Ch16_fig_003.rtf ├── Ch16_fig_004.rtf ├── Ch16_fig_006.rtf ├── Ch16_fig_009.rtf ├── Ch16_fig_010.rtf ├── Ch16_fig_011.rtf ├── Ch16_fig_012.rtf ├── Ch16_fig_013.rtf ├── Ch16_fig_014.rtf ├── Ch16_fig_015.rtf ├── Ch16_fig_016.rtf ├── Ch16_fig_017.rtf ├── Ch16_fig_018.rtf ├── Ch16_fig_019.rtf ├── Ch16_fig_020.rtf ├── Ch16_fig_021.rtf ├── Ch16_fig_022.rtf ├── Ch16_fig_025.rtf ├── Ch16_fig_026.rtf ├── Ch16_fig_027.rtf ├── Ch16_fig_028.rtf ├── Ch16_fig_029.rtf ├── Ch16_fig_030.rtf ├── Ch16_fig_031.rtf ├── Ch17_fig_001.rtf ├── Ch17_fig_002.rtf ├── Ch17_fig_003.rtf ├── Ch17_fig_004.rtf ├── Ch17_fig_005.rtf ├── Ch17_fig_006.rtf ├── Ch17_fig_007.rtf ├── Ch17_fig_008.rtf ├── Ch17_fig_009.rtf ├── Ch17_fig_010.rtf ├── Ch17_fig_011.rtf ├── Ch17_fig_012.rtf ├── Ch17_fig_013.rtf ├── Ch17_fig_014.rtf ├── Ch17_fig_016.rtf ├── Ch17_fig_017.rtf ├── Ch17_fig_018.rtf ├── Ch17_fig_019.rtf ├── Ch17_fig_020.rtf ├── Ch17_fig_021.rtf ├── Ch17_fig_022.rtf ├── Ch17_fig_023.rtf ├── Ch17_fig_024.rtf ├── Ch17_fig_025.rtf ├── Ch17_fig_026.rtf ├── Ch17_fig_027.rtf ├── Ch17_fig_028.rtf ├── Ch18_fig_001.rtf ├── Ch18_fig_002.rtf ├── Ch18_fig_003.rtf ├── Ch18_fig_004.rtf ├── Ch18_fig_005.rtf ├── Ch18_fig_006.rtf ├── Ch18_fig_007.rtf ├── Ch18_fig_008.rtf ├── Ch18_fig_009.rtf ├── Ch18_fig_010.rtf ├── Ch18_fig_011.rtf ├── Ch18_fig_012.rtf ├── Ch18_fig_013.rtf ├── Ch18_fig_014.rtf ├── Ch18_fig_015.rtf ├── Ch18_fig_016.rtf ├── Ch18_fig_017.rtf ├── Ch20_fig_001.rtf ├── Ch20_fig_003.rtf ├── Ch20_fig_004.rtf ├── Ch20_fig_005.rtf ├── Ch20_fig_006.rtf ├── Ch20_fig_007.rtf ├── Ch20_fig_009.rtf ├── Ch20_fig_010.rtf ├── Ch21_fig_002.rtf ├── Ch21_fig_003.rtf ├── Ch21_fig_005.rtf ├── Ch21_fig_007.rtf ├── Ch21_fig_012.rtf ├── Ch23_fig_002.rtf ├── Ch23_fig_004.rtf ├── Ch23_fig_005.rtf ├── Ch23_fig_007.rtf ├── Ch23_fig_008.rtf ├── Ch23_fig_009.rtf ├── Ch23_fig_010.rtf ├── Ch24_fig_002.rtf ├── Ch24_fig_004.rtf ├── Ch24_fig_006.rtf ├── Ch24_fig_007.rtf ├── Ch24_fig_008.rtf ├── Ch24_fig_009.rtf ├── Ch24_fig_010.rtf ├── Ch24_fig_011.rtf ├── Ch24_fig_013.rtf ├── Ch24_fig_016.rtf ├── Ch25_fig_001.rtf └── Ch25_fig_002.rtf └── scd ├── Ch01_fig_001.scd ├── Ch01_fig_002.scd ├── Ch01_fig_003.scd ├── Ch01_fig_004.scd ├── Ch01_fig_005.scd ├── Ch01_fig_006.scd ├── Ch01_fig_007.scd ├── Ch01_fig_008.scd ├── Ch01_fig_009.scd ├── Ch01_fig_010.scd ├── Ch01_fig_011.scd ├── Ch01_fig_012.scd ├── Ch01_fig_013.scd ├── Ch01_fig_014.scd ├── Ch01_fig_015.scd ├── Ch01_fig_016.scd ├── Ch01_fig_018.scd ├── Ch01_fig_019.scd ├── Ch01_fig_020.scd ├── Ch01_fig_021.scd ├── Ch01_fig_022.scd ├── Ch01_fig_023.scd ├── Ch01_fig_024.scd ├── Ch01_fig_025.scd ├── Ch02_fig_001.scd ├── Ch02_fig_002.scd ├── Ch02_fig_003.scd ├── Ch02_fig_004.scd ├── Ch02_fig_005.scd ├── Ch02_fig_006.scd ├── Ch02_fig_007.scd ├── Ch02_fig_008.scd ├── Ch02_fig_009.scd ├── Ch02_fig_010.scd ├── Ch03_fig_001.scd ├── Ch03_fig_002.scd ├── Ch03_fig_003.scd ├── Ch03_fig_004.scd ├── Ch03_fig_005.scd ├── Ch03_fig_006.scd ├── Ch03_fig_007.scd ├── Ch03_fig_008.scd ├── Ch03_fig_009.scd ├── Ch03_fig_010.scd ├── Ch03_fig_012.scd ├── Ch03_fig_013.scd ├── Ch04_fig_001.scd ├── Ch05_fig_001.scd ├── Ch05_fig_003.scd ├── Ch05_fig_004.scd ├── Ch05_fig_005.scd ├── Ch05_fig_008.scd ├── Ch05_fig_009.scd ├── Ch05_fig_011.scd ├── Ch05_fig_012.scd ├── Ch05_fig_013.scd ├── Ch05_fig_015.scd ├── Ch05_fig_018.scd ├── Ch05_fig_019.scd ├── Ch05_fig_020.scd ├── Ch05_fig_021.scd ├── Ch05_fig_022.scd ├── Ch05_fig_023.scd ├── Ch05_fig_024.scd ├── Ch05_fig_025.scd ├── Ch05_fig_026.scd ├── Ch05_fig_027.scd ├── Ch05_fig_028.scd ├── Ch05_fig_029.scd ├── Ch05_fig_031.scd ├── Ch05_fig_032.scd ├── Ch05_fig_034.scd ├── Ch05_fig_036.scd ├── Ch05_fig_037.scd ├── Ch05_fig_038.scd ├── Ch05_fig_039.scd ├── Ch06_fig_001.scd ├── Ch06_fig_002.scd ├── Ch06_fig_003.scd ├── Ch06_fig_004.scd ├── Ch06_fig_005.scd ├── Ch06_fig_006.scd ├── Ch06_fig_007.scd ├── Ch06_fig_008.scd ├── Ch06_fig_009.scd ├── Ch06_fig_010.scd ├── Ch06_fig_011.scd ├── Ch06_fig_012.scd ├── Ch06_fig_013.scd ├── Ch06_fig_014.scd ├── Ch06_fig_015.scd ├── Ch06_fig_016.scd ├── Ch06_fig_017.scd ├── Ch06_fig_018.scd ├── Ch07_fig_001.scd ├── Ch07_fig_002.scd ├── Ch07_fig_003.scd ├── Ch07_fig_004.scd ├── Ch07_fig_006.scd ├── Ch07_fig_007.scd ├── Ch07_fig_008.scd ├── Ch07_fig_009.scd ├── Ch07_fig_010.scd ├── Ch07_fig_011.scd ├── Ch07_fig_012.scd ├── Ch07_fig_013.scd ├── Ch07_fig_014.scd ├── Ch07_fig_015.scd ├── Ch07_fig_016.scd ├── Ch07_fig_017.scd ├── Ch07_fig_018.scd ├── Ch07_fig_019.scd ├── Ch07_fig_020.scd ├── Ch07_fig_021.scd ├── Ch07_fig_022.scd ├── Ch07_fig_025.scd ├── Ch07_fig_026.scd ├── Ch07_fig_027.scd ├── Ch08_fig_001.scd ├── Ch08_fig_002.scd ├── Ch08_fig_003.scd ├── Ch08_fig_004.scd ├── Ch08_fig_005.scd ├── Ch08_fig_006.scd ├── Ch08_fig_007.scd ├── Ch08_fig_009.scd ├── Ch08_fig_010.scd ├── Ch08_fig_011.scd ├── Ch08_fig_012.scd ├── Ch08_fig_013.scd ├── Ch08_fig_014.scd ├── Ch08_fig_015.scd ├── Ch08_fig_016.scd ├── Ch08_fig_017.scd ├── Ch08_fig_018.scd ├── Ch08_fig_019.scd ├── Ch08_fig_020.scd ├── Ch08_fig_021.scd ├── Ch08_fig_023.scd ├── Ch08_fig_024.scd ├── Ch08_fig_025.scd ├── Ch08_fig_026.scd ├── Ch08_fig_027.scd ├── Ch08_fig_029.scd ├── Ch09_fig_002.scd ├── Ch09_fig_003.scd ├── Ch09_fig_005.scd ├── Ch09_fig_006.scd ├── Ch09_fig_007.scd ├── Ch09_fig_008.scd ├── Ch09_fig_010.scd ├── Ch09_fig_011.scd ├── Ch09_fig_013.scd ├── Ch09_fig_014.scd ├── Ch09_fig_016.scd ├── Ch09_fig_018.scd ├── Ch09_fig_020.scd ├── Ch10_fig_001.scd ├── Ch10_fig_002.scd ├── Ch10_fig_004.scd ├── Ch10_fig_005.scd ├── Ch10_fig_007.scd ├── Ch10_fig_010.scd ├── Ch10_fig_011.scd ├── Ch10_fig_013.scd ├── Ch10_fig_014.scd ├── Ch10_fig_015.scd ├── Ch10_fig_017.scd ├── Ch10_fig_018.scd ├── Ch10_fig_019.scd ├── Ch10_fig_020.scd ├── Ch10_fig_021.scd ├── Ch10_fig_022.scd ├── Ch11_fig_003.scd ├── Ch11_fig_004.scd ├── Ch11_fig_005.scd ├── Ch11_fig_007.scd ├── Ch11_fig_008.scd ├── Ch11_fig_009.scd ├── Ch12_fig_001.scd ├── Ch12_fig_003.scd ├── Ch12_fig_004.scd ├── Ch13_fig_001.scd ├── Ch13_fig_002.scd ├── Ch13_fig_003.scd ├── Ch13_fig_004.scd ├── Ch13_fig_005.scd ├── Ch13_fig_006.scd ├── Ch13_fig_007.scd ├── Ch13_fig_012.scd ├── Ch13_fig_013.scd ├── Ch13_fig_014.scd ├── Ch13_fig_015.scd ├── Ch13_fig_016.scd ├── Ch13_fig_018.scd ├── Ch14_fig_001.scd ├── Ch14_fig_003.scd ├── Ch14_fig_005.scd ├── Ch14_fig_006.scd ├── Ch14_fig_007.scd ├── Ch14_fig_008.scd ├── Ch14_fig_010.scd ├── Ch14_fig_011.scd ├── Ch14_fig_012.scd ├── Ch14_fig_016.scd ├── Ch14_fig_017.scd ├── Ch14_fig_018.scd ├── Ch14_fig_019.scd ├── Ch15_fig_001.scd ├── Ch15_fig_002.scd ├── Ch15_fig_003.scd ├── Ch15_fig_004.scd ├── Ch15_fig_005.scd ├── Ch15_fig_006.scd ├── Ch15_fig_007.scd ├── Ch15_fig_008.scd ├── Ch16_fig_001.scd ├── Ch16_fig_002.scd ├── Ch16_fig_003.scd ├── Ch16_fig_004.scd ├── Ch16_fig_006.scd ├── Ch16_fig_009.scd ├── Ch16_fig_010.scd ├── Ch16_fig_011.scd ├── Ch16_fig_012.scd ├── Ch16_fig_013.scd ├── Ch16_fig_014.scd ├── Ch16_fig_015.scd ├── Ch16_fig_016.scd ├── Ch16_fig_017.scd ├── Ch16_fig_018.scd ├── Ch16_fig_019.scd ├── Ch16_fig_020.scd ├── Ch16_fig_021.scd ├── Ch16_fig_022.scd ├── Ch16_fig_025.scd ├── Ch16_fig_026.scd ├── Ch16_fig_027.scd ├── Ch16_fig_028.scd ├── Ch16_fig_029.scd ├── Ch16_fig_030.scd ├── Ch16_fig_031.scd ├── Ch17_fig_001.scd ├── Ch17_fig_002.scd ├── Ch17_fig_003.scd ├── Ch17_fig_004.scd ├── Ch17_fig_005.scd ├── Ch17_fig_006.scd ├── Ch17_fig_007.scd ├── Ch17_fig_008.scd ├── Ch17_fig_009.scd ├── Ch17_fig_010.scd ├── Ch17_fig_011.scd ├── Ch17_fig_012.scd ├── Ch17_fig_013.scd ├── Ch17_fig_014.scd ├── Ch17_fig_016.scd ├── Ch17_fig_017.scd ├── Ch17_fig_018.scd ├── Ch17_fig_019.scd ├── Ch17_fig_020.scd ├── Ch17_fig_021.scd ├── Ch17_fig_022.scd ├── Ch17_fig_023.scd ├── Ch17_fig_024.scd ├── Ch17_fig_025.scd ├── Ch17_fig_026.scd ├── Ch17_fig_027.scd ├── Ch17_fig_028.scd ├── Ch18_fig_001.scd ├── Ch18_fig_002.scd ├── Ch18_fig_003.scd ├── Ch18_fig_004.scd ├── Ch18_fig_005.scd ├── Ch18_fig_006.scd ├── Ch18_fig_007.scd ├── Ch18_fig_008.scd ├── Ch18_fig_009.scd ├── Ch18_fig_010.scd ├── Ch18_fig_011.scd ├── Ch18_fig_012.scd ├── Ch18_fig_013.scd ├── Ch18_fig_014.scd ├── Ch18_fig_015.scd ├── Ch18_fig_016.scd ├── Ch18_fig_017.scd ├── Ch20_fig_001.scd ├── Ch20_fig_003.scd ├── Ch20_fig_004.scd ├── Ch20_fig_005.scd ├── Ch20_fig_006.scd ├── Ch20_fig_007.scd ├── Ch20_fig_009.scd ├── Ch20_fig_010.scd ├── Ch21_fig_002.scd ├── Ch21_fig_003.scd ├── Ch21_fig_005.scd ├── Ch21_fig_007.scd ├── Ch21_fig_012.scd ├── Ch23_fig_002.scd ├── Ch23_fig_004.scd ├── Ch23_fig_005.scd ├── Ch23_fig_007.scd ├── Ch23_fig_008.scd ├── Ch23_fig_009.scd ├── Ch23_fig_010.scd ├── Ch24_fig_002.scd ├── Ch24_fig_004.scd ├── Ch24_fig_006.scd ├── Ch24_fig_007.scd ├── Ch24_fig_008.scd ├── Ch24_fig_009.scd ├── Ch24_fig_010.scd ├── Ch24_fig_011.scd ├── Ch24_fig_013.scd ├── Ch24_fig_016.scd ├── Ch25_fig_001.scd └── Ch25_fig_002.scd /Ch 1 Tutorial/Ch1code.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 1 Tutorial/Ch1code.rtf -------------------------------------------------------------------------------- /Ch 1 Tutorial/Ch1code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 1 Tutorial/Ch1code.scd -------------------------------------------------------------------------------- /Ch 1 Tutorial/extra examples.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 1 Tutorial/extra examples.rtf -------------------------------------------------------------------------------- /Ch 1 Tutorial/extra examples.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 1 Tutorial/extra examples.scd -------------------------------------------------------------------------------- /Ch 10 SwingOSC/JSCSoundFileChooser.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/JSCSoundFileChooser.sc -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SoundFileChooser.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SoundFileChooser.jar -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SoundFileChooser.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SoundFileChooser.java -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/.classpath -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/.project -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/DevelopersNeeded!.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/DevelopersNeeded!.txt -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/INSTALL_LINUX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/INSTALL_LINUX -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/JNITablet/Manifest: -------------------------------------------------------------------------------- 1 | Main-Class: TabletTest 2 | -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/PureData/readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/PureData/readme.html -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/SuperCollider/todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/SuperCollider/todo.txt -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/SwingOSC_TCP.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/SwingOSC_TCP.bat -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/SwingOSC_TCP.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/SwingOSC_TCP.command -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/SwingOSC_TCP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/SwingOSC_TCP.sh -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/SwingOSC_UDP.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/SwingOSC_UDP.bat -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/SwingOSC_UDP.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/SwingOSC_UDP.command -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/SwingOSC_UDP.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/SwingOSC_UDP.sh -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/application.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/application.icns -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/application.png -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/build.xml -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/build/SwingOSC.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/build/SwingOSC.jar -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/debian/changelog -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/debian/compat: -------------------------------------------------------------------------------- 1 | 6 2 | -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/debian/control -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/debian/copyright -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/debian/rules -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/debian/swingosc.dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/debian/swingosc.dirs -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/install_linux_local.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/install_linux_local.sh -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/libraries/ScissLib.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/libraries/ScissLib.jar -------------------------------------------------------------------------------- /Ch 10 SwingOSC/SwingOSC/readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/SwingOSC/readme.html -------------------------------------------------------------------------------- /Ch 10 SwingOSC/chapter10code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/chapter10code.scd -------------------------------------------------------------------------------- /Ch 10 SwingOSC/chapter10code_enbloc.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 10 SwingOSC/chapter10code_enbloc.scd -------------------------------------------------------------------------------- /Ch 11 Windows/WindowsExamples.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 11 Windows/WindowsExamples.scd -------------------------------------------------------------------------------- /Ch 12 Linux/chapter12code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 12 Linux/chapter12code.scd -------------------------------------------------------------------------------- /Ch 12 Linux/chapter12script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 12 Linux/chapter12script.scd -------------------------------------------------------------------------------- /Ch 13 Sonification/Auditory_Menu-demo.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 13 Sonification/Auditory_Menu-demo.mp3 -------------------------------------------------------------------------------- /Ch 13 Sonification/ExecUSA2007/exest.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 13 Sonification/ExecUSA2007/exest.csv -------------------------------------------------------------------------------- /Ch 13 Sonification/MagellanNavegar/navegar.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 13 Sonification/MagellanNavegar/navegar.pdf -------------------------------------------------------------------------------- /Ch 13 Sonification/terra_nullius/terra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 13 Sonification/terra_nullius/terra.pdf -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/BEASTMulchPlaySendIndex/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/Loris/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/Loris/old and testing/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/Loris/old and testing/Loris ideas.vpdoc/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/Loris/old and testing/Loris ideas.vpdoc/pages/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/Loris/old and testing/Loris ideas.vpdoc/pages/2/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/Loris/old and testing/Loris ideas.vpdoc/pages/6/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/Loris/old and testing/Loris ideas.vpdoc/pages/c/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/PV/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 14 Spatialization/extras/BEASTMulchPlugins/VBAP/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 15 Machine Listening/Ch15code.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 15 Machine Listening/Ch15code.rtf -------------------------------------------------------------------------------- /Ch 15 Machine Listening/Ch15code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 15 Machine Listening/Ch15code.scd -------------------------------------------------------------------------------- /Ch 15 Machine Listening/OnlineMIDI.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 15 Machine Listening/OnlineMIDI.html -------------------------------------------------------------------------------- /Ch 15 Machine Listening/OnlineMIDI.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 15 Machine Listening/OnlineMIDI.sc -------------------------------------------------------------------------------- /Ch 15 Machine Listening/melodytranscription.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 15 Machine Listening/melodytranscription.sc -------------------------------------------------------------------------------- /Ch 16 Microsound/CloudGenMiniFull.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 16 Microsound/CloudGenMiniFull.scd -------------------------------------------------------------------------------- /Ch 16 Microsound/c16_micro_figures5_pulsar.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 16 Microsound/c16_micro_figures5_pulsar.scd -------------------------------------------------------------------------------- /Ch 16 Microsound/extensionsMicrosound/Osc1.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 16 Microsound/extensionsMicrosound/Osc1.sc -------------------------------------------------------------------------------- /Ch 16 Microsound/extensionsMicrosound/wavesets/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 16 Microsound/extensionsMicrosound/wavesets/.svn/prop-base/Wavesets.sc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 17 Tunings/Ch17code.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 17 Tunings/Ch17code.rtf -------------------------------------------------------------------------------- /Ch 17 Tunings/Ch17code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 17 Tunings/Ch17code.scd -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/.svn/all-wcprops -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/.svn/entries -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/.svn/all-wcprops -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/.svn/entries -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/Ctk.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/CtkAudio.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/CtkBuffer.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/CtkControl.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/CtkGroup.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/CtkNote.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/CtkNoteObject.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/CtkProtoNotes.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/.svn/prop-base/CtkScore.htm.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/Ctk.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/Ctk.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkAudio.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkAudio.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkBuffer.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkBuffer.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkControl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkControl.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkEvent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkEvent.html -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkGroup.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkGroup.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkNote.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkNote.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkNoteObject.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkNoteObject.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkProtoNotes.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkProtoNotes.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk Help/CtkScore.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk Help/CtkScore.htm -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk classes/.svn/all-wcprops -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk classes/.svn/entries -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/.svn/prop-base/EnvSegment.sc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/.svn/prop-base/Guido.sc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/.svn/prop-base/PitchClass.sc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/.svn/prop-base/addSimpleNumber.sc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/CTK.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk classes/CTK.sc -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/EnvSegment.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk classes/EnvSegment.sc -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/Guido.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk classes/Guido.sc -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/PitchClass.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk classes/PitchClass.sc -------------------------------------------------------------------------------- /Ch 18 NRT/Ctk/Ctk classes/addSimpleNumber.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Ctk/Ctk classes/addSimpleNumber.sc -------------------------------------------------------------------------------- /Ch 18 NRT/Errata/VSO_ADR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/Errata/VSO_ADR.pdf -------------------------------------------------------------------------------- /Ch 18 NRT/chapter18NRT_Classes.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/chapter18NRT_Classes.sc -------------------------------------------------------------------------------- /Ch 18 NRT/chapter18code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 18 NRT/chapter18code.scd -------------------------------------------------------------------------------- /Ch 2 The Unit Generator/Ch2code.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 2 The Unit Generator/Ch2code.rtf -------------------------------------------------------------------------------- /Ch 2 The Unit Generator/Ch2code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 2 The Unit Generator/Ch2code.scd -------------------------------------------------------------------------------- /Ch 20 dewdrop and chucklib/dewdrop_lib/ddwChucklib/Prototypes/startup03-chordalStorage.scd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 21 Interface Investigations/ixi SC tutorial/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 21 Interface Investigations/ixi SC tutorial/ixiOSC/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 21 Interface Investigations/ixiQuarks/ixi classes/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 21 Interface Investigations/ixiQuarks/ixi help/.svn/format: -------------------------------------------------------------------------------- 1 | 8 2 | -------------------------------------------------------------------------------- /Ch 22 Japan/Takuro_Hishikawa/rainyroute79.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 22 Japan/Takuro_Hishikawa/rainyroute79.rtf -------------------------------------------------------------------------------- /Ch 22 Japan/Takuro_Hishikawa/uppiano11-2.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 22 Japan/Takuro_Hishikawa/uppiano11-2.rtf -------------------------------------------------------------------------------- /Ch 22 Japan/takeko_akamatsu/dentake.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 22 Japan/takeko_akamatsu/dentake.rtf -------------------------------------------------------------------------------- /Ch 23 Dialects/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 23 Dialects/README.txt -------------------------------------------------------------------------------- /Ch 23 Dialects/c23code_examples_dialects.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 23 Dialects/c23code_examples_dialects.scd -------------------------------------------------------------------------------- /Ch 23 Dialects/extras/BrainfuckCompiler.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 23 Dialects/extras/BrainfuckCompiler.scd -------------------------------------------------------------------------------- /Ch 23 Dialects/extras/CadavreExquisNo2.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 23 Dialects/extras/CadavreExquisNo2.scd -------------------------------------------------------------------------------- /Ch 23 Dialects/quarks_extensions_chap23/HierSch/.svn/empty-file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 23 Dialects/quarks_extensions_chap23/HierSch/.svn/format: -------------------------------------------------------------------------------- 1 | 4 2 | -------------------------------------------------------------------------------- /Ch 23 Dialects/quarks_extensions_chap23/HierSch/.svn/prop-base/README.txt.svn-base: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 23 Dialects/quarks_extensions_chap23/HierSch/.svn/props/README.txt.svn-work: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 23 Dialects/quarks_extensions_chap23/HierSch/classes/.svn/prop-base/HierSch.sc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 23 Dialects/quarks_extensions_chap23/HierSch/classes/.svn/prop-base/HierSchDict.sc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 23 Dialects/quarks_extensions_chap23/HierSch/classes/.svn/prop-base/extTempoClock.sc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /Ch 23 Dialects/quarks_extensions_chap23/rd_ctl/.svn/dir-prop-base: -------------------------------------------------------------------------------- 1 | K 10 2 | svn:ignore 3 | V 8 4 | _darcs 5 | 6 | 7 | END 8 | -------------------------------------------------------------------------------- /Ch 25 Writing UGens/Figure_25-1_Flanger_1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 25 Writing UGens/Figure_25-1_Flanger_1.cpp -------------------------------------------------------------------------------- /Ch 25 Writing UGens/Figure_25-2_Flanger_2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 25 Writing UGens/Figure_25-2_Flanger_2.cpp -------------------------------------------------------------------------------- /Ch 25 Writing UGens/Flanger.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 25 Writing UGens/Flanger.html -------------------------------------------------------------------------------- /Ch 25 Writing UGens/Flanger.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 25 Writing UGens/Flanger.sc -------------------------------------------------------------------------------- /Ch 25 Writing UGens/Reverb1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 25 Writing UGens/Reverb1.html -------------------------------------------------------------------------------- /Ch 25 Writing UGens/Reverb1.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 25 Writing UGens/Reverb1.sc -------------------------------------------------------------------------------- /Ch 25 Writing UGens/c25sec4-1_LPFrates.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 25 Writing UGens/c25sec4-1_LPFrates.scd -------------------------------------------------------------------------------- /Ch 3 Composing/Ch3code.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 3 Composing/Ch3code.rtf -------------------------------------------------------------------------------- /Ch 3 Composing/Ch3code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 3 Composing/Ch3code.scd -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/SETO-scbook/SETO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 4 Ins and Outs/SETO-scbook/SETO.pdf -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/SETO-scbook/code/.svn/empty-file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/SETO-scbook/code/.svn/format: -------------------------------------------------------------------------------- 1 | 4 2 | -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/SETO-scbook/code/simple-jugglingSounds/.svn/empty-file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/SETO-scbook/code/simple-jugglingSounds/.svn/format: -------------------------------------------------------------------------------- 1 | 4 2 | -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/SETO-scbook/code/simple-jugglingSounds/analytic/.svn/empty-file: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/SETO-scbook/code/simple-jugglingSounds/analytic/.svn/format: -------------------------------------------------------------------------------- 1 | 4 2 | -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/code/GUIexample.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 4 Ins and Outs/code/GUIexample.scd -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/code/MIDIIn_example.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 4 Ins and Outs/code/MIDIIn_example.scd -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/code/MIDIOut_example.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 4 Ins and Outs/code/MIDIOut_example.scd -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/code/ambientlight_source.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 4 Ins and Outs/code/ambientlight_source.scd -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/code/gamepad_example.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 4 Ins and Outs/code/gamepad_example.scd -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/code/wacom_example_linux.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 4 Ins and Outs/code/wacom_example_linux.scd -------------------------------------------------------------------------------- /Ch 4 Ins and Outs/code/wacom_example_osx.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 4 Ins and Outs/code/wacom_example_osx.scd -------------------------------------------------------------------------------- /Ch 5 Programming/Ch5code.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/Ch5code.rtf -------------------------------------------------------------------------------- /Ch 5 Programming/Ch5code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/Ch5code.scd -------------------------------------------------------------------------------- /Ch 5 Programming/Counter.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/Counter.sc -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/ LILT_QUICK_START: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/ LILT_QUICK_START -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/ READ_ME: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/ READ_ME -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Documentation/Connecting Scripts/Connecting Scripts.help.rtfd/.typeAttributes.dict: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Documentation/Connecting Scripts/Connecting Scripts.help.rtfd/ConnectingScriptLinkingAlgoSorted.rtfd/.typeAttributes.dict: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Documentation/Connecting Scripts/Diagrams/Connecting Scripts.help.graffle/.typeAttributes.dict: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/About Scripts/21c Session kbd cmd: -------------------------------------------------------------------------------- 1 | /* (IZ 2005-10-18) { 2 | 3 | Session Keyboard commands 4 | 5 | } */ 6 | 7 | -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/About Scripts/22 Customizing Startup: -------------------------------------------------------------------------------- 1 | /* IZ 2007-01-27 { SC3 2 | 3 | } */ 4 | -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/Classes + Methods/ScriptBrowser: -------------------------------------------------------------------------------- 1 | /* (IZ 2005-10-20) { 2 | } */ 3 | 4 | -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/Examples/dust0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/Scripts/Examples/dust0 -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/Examples/nohihat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/Scripts/Examples/nohihat -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/Examples/nosign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/Scripts/Examples/nosign -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/Fx/formlet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/Scripts/Fx/formlet -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/Pattern Doc/Interaction: -------------------------------------------------------------------------------- 1 | /* (IZ 2005-09-04) 2 | - Interaction 3 | 4 | Phid 5 | 6 | */ 7 | 8 | -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/Tests/Test4PT01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/Scripts/Tests/Test4PT01 -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/To Do/Done-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/Scripts/To Do/Done-s -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/basic+simple/random sine test: -------------------------------------------------------------------------------- 1 | 2 | 3 | ~start = { Synth(\variable_sin, [\freq, rrand(300, 2000)]); }; -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/Scripts/basic+simple/short tick: -------------------------------------------------------------------------------- 1 | 2 | ~start = { Synth(\nohihat); } 3 | -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/SynthDefs/Fx/FORMLET: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 5 Programming/LILT/SynthDefs/Fx/FORMLET -------------------------------------------------------------------------------- /Ch 5 Programming/LILT/SynthDefs/spectral_PV/PV_BinWipe: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ch 6 Events and Patterns/Ch6code.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 6 Events and Patterns/Ch6code.rtf -------------------------------------------------------------------------------- /Ch 6 Events and Patterns/Ch6code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 6 Events and Patterns/Ch6code.scd -------------------------------------------------------------------------------- /Ch 6 Events and Patterns/README.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 6 Events and Patterns/README.scd -------------------------------------------------------------------------------- /Ch 7 JIT/Ch7code.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 7 JIT/Ch7code.rtf -------------------------------------------------------------------------------- /Ch 7 JIT/Ch7code.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 7 JIT/Ch7code.scd -------------------------------------------------------------------------------- /Ch 7 JIT/eternal_return_elementary.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 7 JIT/eternal_return_elementary.rtf -------------------------------------------------------------------------------- /Ch 7 JIT/eternal_return_elementary.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 7 JIT/eternal_return_elementary.scd -------------------------------------------------------------------------------- /Ch 8 Object Modeling/Ch8codefigures1.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 8 Object Modeling/Ch8codefigures1.rtf -------------------------------------------------------------------------------- /Ch 8 Object Modeling/Ch8codefigures1.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 8 Object Modeling/Ch8codefigures1.scd -------------------------------------------------------------------------------- /Ch 8 Object Modeling/Ch8codefigures2.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 8 Object Modeling/Ch8codefigures2.rtf -------------------------------------------------------------------------------- /Ch 8 Object Modeling/Ch8codefigures2.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 8 Object Modeling/Ch8codefigures2.scd -------------------------------------------------------------------------------- /Ch 8 Object Modeling/ObjMod1_shout_qcd.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 8 Object Modeling/ObjMod1_shout_qcd.scd -------------------------------------------------------------------------------- /Ch 9 Mac OS X GUI/Ch9codefigures.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 9 Mac OS X GUI/Ch9codefigures.html -------------------------------------------------------------------------------- /Ch 9 Mac OS X GUI/TToggle/JTToggle.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 9 Mac OS X GUI/TToggle/JTToggle.sc -------------------------------------------------------------------------------- /Ch 9 Mac OS X GUI/TToggle/TToggle.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 9 Mac OS X GUI/TToggle/TToggle.sc -------------------------------------------------------------------------------- /Ch 9 Mac OS X GUI/TToggle_Examples.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/Ch 9 Mac OS X GUI/TToggle_Examples.html -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/README -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/README.md -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_019.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_019.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_020.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_020.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_021.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_021.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_022.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_022.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_023.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_023.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_024.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_024.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch01_fig_025.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch01_fig_025.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch02_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch02_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch03_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch03_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch04_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch04_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_019.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_019.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_020.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_020.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_021.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_021.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_022.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_022.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_023.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_023.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_024.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_024.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_025.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_025.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_026.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_026.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_027.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_027.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_028.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_028.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_029.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_029.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_031.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_031.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_032.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_032.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_034.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_034.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_036.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_036.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_037.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_037.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_038.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_038.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch05_fig_039.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch05_fig_039.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_017.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_017.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch06_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch06_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_017.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_017.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_019.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_019.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_020.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_020.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_021.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_021.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_022.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_022.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_025.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_025.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_026.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_026.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch07_fig_027.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch07_fig_027.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_017.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_017.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_019.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_019.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_020.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_020.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_021.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_021.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_023.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_023.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_024.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_024.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_025.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_025.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_026.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_026.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_027.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_027.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch08_fig_029.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch08_fig_029.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch09_fig_020.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch09_fig_020.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_017.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_017.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_019.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_019.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_020.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_020.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_021.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_021.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch10_fig_022.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch10_fig_022.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch11_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch11_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch11_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch11_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch11_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch11_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch11_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch11_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch11_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch11_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch11_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch11_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch12_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch12_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch12_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch12_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch12_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch12_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch13_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch13_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_017.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_017.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch14_fig_019.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch14_fig_019.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch15_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch15_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch15_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch15_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch15_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch15_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch15_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch15_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch15_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch15_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch15_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch15_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch15_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch15_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch15_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch15_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_017.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_017.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_019.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_019.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_020.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_020.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_021.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_021.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_022.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_022.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_025.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_025.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_026.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_026.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_027.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_027.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_028.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_028.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_029.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_029.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_030.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_030.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch16_fig_031.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch16_fig_031.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_017.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_017.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_018.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_018.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_019.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_019.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_020.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_020.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_021.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_021.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_022.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_022.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_023.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_023.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_024.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_024.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_025.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_025.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_026.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_026.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_027.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_027.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch17_fig_028.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch17_fig_028.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_014.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_014.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_015.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_015.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch18_fig_017.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch18_fig_017.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch20_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch20_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch20_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch20_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch20_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch20_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch20_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch20_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch20_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch20_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch20_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch20_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch20_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch20_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch20_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch20_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch21_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch21_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch21_fig_003.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch21_fig_003.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch21_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch21_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch21_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch21_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch21_fig_012.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch21_fig_012.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch23_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch23_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch23_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch23_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch23_fig_005.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch23_fig_005.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch23_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch23_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch23_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch23_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch23_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch23_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch23_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch23_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_004.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_004.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_006.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_006.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_007.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_007.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_008.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_008.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_009.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_009.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_010.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_010.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_011.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_011.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_013.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_013.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch24_fig_016.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch24_fig_016.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch25_fig_001.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch25_fig_001.rtf -------------------------------------------------------------------------------- /allcodefigures/rtf/Ch25_fig_002.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/rtf/Ch25_fig_002.rtf -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_019.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_019.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_020.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_020.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_021.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_021.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_022.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_022.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_023.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_023.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_024.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_024.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch01_fig_025.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch01_fig_025.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch02_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch02_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch03_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch03_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch04_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch04_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_019.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_019.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_020.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_020.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_021.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_021.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_022.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_022.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_023.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_023.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_024.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_024.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_025.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_025.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_026.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_026.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_027.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_027.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_028.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_028.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_029.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_029.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_031.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_031.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_032.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_032.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_034.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_034.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_036.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_036.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_037.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_037.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_038.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_038.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch05_fig_039.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch05_fig_039.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_017.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_017.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch06_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch06_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_017.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_017.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_019.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_019.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_020.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_020.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_021.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_021.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_022.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_022.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_025.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_025.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_026.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_026.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch07_fig_027.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch07_fig_027.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_017.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_017.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_019.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_019.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_020.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_020.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_021.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_021.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_023.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_023.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_024.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_024.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_025.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_025.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_026.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_026.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_027.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_027.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch08_fig_029.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch08_fig_029.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch09_fig_020.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch09_fig_020.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_017.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_017.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_019.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_019.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_020.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_020.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_021.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_021.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch10_fig_022.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch10_fig_022.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch11_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch11_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch11_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch11_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch11_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch11_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch11_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch11_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch11_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch11_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch11_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch11_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch12_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch12_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch12_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch12_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch12_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch12_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch13_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch13_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_017.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_017.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch14_fig_019.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch14_fig_019.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch15_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch15_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch15_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch15_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch15_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch15_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch15_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch15_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch15_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch15_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch15_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch15_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch15_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch15_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch15_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch15_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_017.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_017.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_019.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_019.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_020.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_020.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_021.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_021.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_022.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_022.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_025.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_025.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_026.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_026.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_027.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_027.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_028.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_028.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_029.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_029.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_030.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_030.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch16_fig_031.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch16_fig_031.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_017.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_017.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_018.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_018.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_019.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_019.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_020.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_020.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_021.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_021.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_022.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_022.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_023.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_023.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_024.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_024.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_025.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_025.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_026.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_026.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_027.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_027.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch17_fig_028.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch17_fig_028.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_014.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_014.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_015.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_015.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch18_fig_017.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch18_fig_017.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch20_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch20_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch20_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch20_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch20_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch20_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch20_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch20_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch20_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch20_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch20_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch20_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch20_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch20_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch20_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch20_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch21_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch21_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch21_fig_003.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch21_fig_003.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch21_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch21_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch21_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch21_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch21_fig_012.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch21_fig_012.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch23_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch23_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch23_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch23_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch23_fig_005.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch23_fig_005.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch23_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch23_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch23_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch23_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch23_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch23_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch23_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch23_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_002.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_004.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_004.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_006.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_006.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_007.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_007.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_008.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_008.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_009.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_009.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_010.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_010.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_011.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_011.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_013.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_013.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch24_fig_016.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch24_fig_016.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch25_fig_001.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch25_fig_001.scd -------------------------------------------------------------------------------- /allcodefigures/scd/Ch25_fig_002.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/madskjeldgaard/scbookcode/HEAD/allcodefigures/scd/Ch25_fig_002.scd --------------------------------------------------------------------------------