├── .DS_Store ├── LICENSE ├── README.md ├── audio ├── .DS_Store └── tutorial10_audio │ ├── .DS_Store │ ├── high │ ├── high0.aiff │ ├── high1.aiff │ ├── high2.aiff │ ├── high3.aiff │ └── high4.aiff │ ├── low │ ├── .DS_Store │ ├── low0.aiff │ ├── low1.aiff │ ├── low2.aiff │ └── low3.aiff │ └── mid │ ├── mid0.aiff │ ├── mid1.aiff │ ├── mid2.aiff │ ├── mid3.aiff │ └── mid4.aiff ├── full video scripts ├── .DS_Store ├── 01_script.scd ├── 02_script.scd ├── 03_script.scd ├── 04_script.scd ├── 05_script.scd ├── 06_script.scd ├── 07_script.scd ├── 08_script.scd ├── 09_script.scd ├── 10_script.scd ├── 11_script.scd ├── 12_script.scd ├── 13_script.scd ├── 14_script.scd ├── 15_script.scd ├── 16_script.scd ├── 17_script.scd ├── 18_script.scd ├── 19_script.scd ├── 20_script.scd ├── 21_script.scd ├── 22_script.scd ├── 23_script.scd ├── 24_script.scd ├── 25_script.scd ├── 26_script.scd ├── 27_script.scd ├── 28_script.scd ├── 29_script.scd ├── 30_script.scd └── 31_script.scd ├── tutorial15-16-17_buffers ├── .DS_Store └── buffers │ ├── .DS_Store │ ├── crotales │ ├── crotale01.aiff │ ├── crotale02.aiff │ ├── crotaleBrakeDrum01.aiff │ ├── crotaleBrakeDrum02.aiff │ ├── crotaleBrakeDrum03.aiff │ └── crotaleBrakeDrum04.aiff │ ├── deskBells │ ├── deskBell01_C.aiff │ ├── deskBell02_Db.aiff │ ├── deskBell03_D.aiff │ ├── deskBell04_Eb.aiff │ ├── deskBell05_E.aiff │ ├── deskBell06_F.aiff │ ├── deskBell07_Gb.aiff │ ├── deskBell08_G.aiff │ ├── deskBell09_Ab.aiff │ ├── deskBell10_A.aiff │ ├── deskBell11_Bb.aiff │ ├── deskBell12_B.aiff │ └── deskBell13_C.aiff │ └── shakers │ ├── shakerHit01.aiff │ ├── shakerHit02.aiff │ ├── shakerHit03.aiff │ ├── shakerHit04.aiff │ ├── shakerHit05.aiff │ ├── shakerSustain01.aiff │ ├── shakerSustain02.aiff │ └── shakerSustain03.aiff ├── tutorial28_extensions ├── .DS_Store ├── tutorial28_classes.sc └── tutorial28_methods.sc └── tutorial30_startupFile └── startup.scd /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/README.md -------------------------------------------------------------------------------- /audio/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/.DS_Store -------------------------------------------------------------------------------- /audio/tutorial10_audio/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/.DS_Store -------------------------------------------------------------------------------- /audio/tutorial10_audio/high/high0.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/high/high0.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/high/high1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/high/high1.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/high/high2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/high/high2.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/high/high3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/high/high3.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/high/high4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/high/high4.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/low/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/low/.DS_Store -------------------------------------------------------------------------------- /audio/tutorial10_audio/low/low0.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/low/low0.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/low/low1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/low/low1.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/low/low2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/low/low2.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/low/low3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/low/low3.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/mid/mid0.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/mid/mid0.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/mid/mid1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/mid/mid1.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/mid/mid2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/mid/mid2.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/mid/mid3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/mid/mid3.aiff -------------------------------------------------------------------------------- /audio/tutorial10_audio/mid/mid4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/audio/tutorial10_audio/mid/mid4.aiff -------------------------------------------------------------------------------- /full video scripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/.DS_Store -------------------------------------------------------------------------------- /full video scripts/01_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/01_script.scd -------------------------------------------------------------------------------- /full video scripts/02_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/02_script.scd -------------------------------------------------------------------------------- /full video scripts/03_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/03_script.scd -------------------------------------------------------------------------------- /full video scripts/04_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/04_script.scd -------------------------------------------------------------------------------- /full video scripts/05_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/05_script.scd -------------------------------------------------------------------------------- /full video scripts/06_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/06_script.scd -------------------------------------------------------------------------------- /full video scripts/07_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/07_script.scd -------------------------------------------------------------------------------- /full video scripts/08_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/08_script.scd -------------------------------------------------------------------------------- /full video scripts/09_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/09_script.scd -------------------------------------------------------------------------------- /full video scripts/10_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/10_script.scd -------------------------------------------------------------------------------- /full video scripts/11_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/11_script.scd -------------------------------------------------------------------------------- /full video scripts/12_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/12_script.scd -------------------------------------------------------------------------------- /full video scripts/13_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/13_script.scd -------------------------------------------------------------------------------- /full video scripts/14_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/14_script.scd -------------------------------------------------------------------------------- /full video scripts/15_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/15_script.scd -------------------------------------------------------------------------------- /full video scripts/16_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/16_script.scd -------------------------------------------------------------------------------- /full video scripts/17_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/17_script.scd -------------------------------------------------------------------------------- /full video scripts/18_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/18_script.scd -------------------------------------------------------------------------------- /full video scripts/19_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/19_script.scd -------------------------------------------------------------------------------- /full video scripts/20_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/20_script.scd -------------------------------------------------------------------------------- /full video scripts/21_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/21_script.scd -------------------------------------------------------------------------------- /full video scripts/22_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/22_script.scd -------------------------------------------------------------------------------- /full video scripts/23_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/23_script.scd -------------------------------------------------------------------------------- /full video scripts/24_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/24_script.scd -------------------------------------------------------------------------------- /full video scripts/25_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/25_script.scd -------------------------------------------------------------------------------- /full video scripts/26_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/26_script.scd -------------------------------------------------------------------------------- /full video scripts/27_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/27_script.scd -------------------------------------------------------------------------------- /full video scripts/28_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/28_script.scd -------------------------------------------------------------------------------- /full video scripts/29_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/29_script.scd -------------------------------------------------------------------------------- /full video scripts/30_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/30_script.scd -------------------------------------------------------------------------------- /full video scripts/31_script.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/full video scripts/31_script.scd -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/.DS_Store -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/.DS_Store -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/crotales/crotale01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/crotales/crotale01.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/crotales/crotale02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/crotales/crotale02.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/crotales/crotaleBrakeDrum01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/crotales/crotaleBrakeDrum01.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/crotales/crotaleBrakeDrum02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/crotales/crotaleBrakeDrum02.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/crotales/crotaleBrakeDrum03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/crotales/crotaleBrakeDrum03.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/crotales/crotaleBrakeDrum04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/crotales/crotaleBrakeDrum04.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell01_C.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell01_C.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell02_Db.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell02_Db.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell03_D.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell03_D.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell04_Eb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell04_Eb.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell05_E.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell05_E.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell06_F.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell06_F.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell07_Gb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell07_Gb.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell08_G.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell08_G.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell09_Ab.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell09_Ab.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell10_A.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell10_A.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell11_Bb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell11_Bb.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell12_B.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell12_B.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/deskBells/deskBell13_C.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/deskBells/deskBell13_C.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/shakers/shakerHit01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/shakers/shakerHit01.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/shakers/shakerHit02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/shakers/shakerHit02.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/shakers/shakerHit03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/shakers/shakerHit03.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/shakers/shakerHit04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/shakers/shakerHit04.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/shakers/shakerHit05.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/shakers/shakerHit05.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/shakers/shakerSustain01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/shakers/shakerSustain01.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/shakers/shakerSustain02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/shakers/shakerSustain02.aiff -------------------------------------------------------------------------------- /tutorial15-16-17_buffers/buffers/shakers/shakerSustain03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial15-16-17_buffers/buffers/shakers/shakerSustain03.aiff -------------------------------------------------------------------------------- /tutorial28_extensions/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial28_extensions/.DS_Store -------------------------------------------------------------------------------- /tutorial28_extensions/tutorial28_classes.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial28_extensions/tutorial28_classes.sc -------------------------------------------------------------------------------- /tutorial28_extensions/tutorial28_methods.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial28_extensions/tutorial28_methods.sc -------------------------------------------------------------------------------- /tutorial30_startupFile/startup.scd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elifieldsteel/SuperCollider-Tutorials/HEAD/tutorial30_startupFile/startup.scd --------------------------------------------------------------------------------