├── README.md ├── ext ├── .DS_Store ├── matlab │ ├── .DS_Store │ ├── data │ │ ├── .DS_Store │ │ ├── Barthet2010_dissimilarity_matrix.txt │ │ ├── Grey1977_dissimilarity_matrix.txt │ │ ├── Grey1978_dissimilarity_matrix.txt │ │ ├── Iverson1993Onset_dissimilarity_matrix.txt │ │ ├── Iverson1993Remainder_dissimilarity_matrix.txt │ │ ├── Iverson1993Whole_dissimilarity_matrix.txt │ │ ├── Lakatos2000Comb_dissimilarity_matrix.txt │ │ ├── Lakatos2000Harm_dissimilarity_matrix.txt │ │ ├── Lakatos2000Perc_dissimilarity_matrix.txt │ │ ├── McAdams1995_dissimilarity_matrix.txt │ │ ├── Patil2012_A3_dissimilarity_matrix.txt │ │ ├── Patil2012_DX4_dissimilarity_matrix.txt │ │ ├── Patil2012_GD4_dissimilarity_matrix.txt │ │ ├── Siedenburg2016_e2set1_dissimilarity_matrix.txt │ │ ├── Siedenburg2016_e2set2_dissimilarity_matrix.txt │ │ ├── Siedenburg2016_e2set3_dissimilarity_matrix.txt │ │ └── Siedenburg2016_e3_dissimilarity_matrix.txt │ └── sounds │ │ ├── .DS_Store │ │ ├── Barthet2010 │ │ ├── .DS_Store │ │ ├── CHAP4_Son01.aiff │ │ ├── CHAP4_Son02.aiff │ │ ├── CHAP4_Son03.aiff │ │ ├── CHAP4_Son04.aiff │ │ ├── CHAP4_Son05.aiff │ │ ├── CHAP4_Son06.aiff │ │ ├── CHAP4_Son07.aiff │ │ ├── CHAP4_Son08.aiff │ │ ├── CHAP4_Son09.aiff │ │ ├── CHAP4_Son10.aiff │ │ ├── CHAP4_Son11.aiff │ │ ├── CHAP4_Son12.aiff │ │ ├── CHAP4_Son13.aiff │ │ ├── CHAP4_Son14.aiff │ │ └── CHAP4_Son15.aiff │ │ ├── Grey1977 │ │ ├── .DS_Store │ │ ├── BN.aiff │ │ ├── C1.aiff │ │ ├── C2.aiff │ │ ├── EH.aiff │ │ ├── FH.aiff │ │ ├── FL.aiff │ │ ├── O1.aiff │ │ ├── O2.aiff │ │ ├── S1.aiff │ │ ├── S2.aiff │ │ ├── S3.aiff │ │ ├── TM.aiff │ │ ├── TP.aiff │ │ ├── X1.aiff │ │ ├── X2.aiff │ │ └── X3.aiff │ │ ├── Grey1978 │ │ ├── .DS_Store │ │ ├── BNt.aiff │ │ ├── C1.aiff │ │ ├── C2t.aiff │ │ ├── EH.aiff │ │ ├── FHt.aiff │ │ ├── FL.aiff │ │ ├── O1t.aiff │ │ ├── O2.aiff │ │ ├── S1t.aiff │ │ ├── S2t.aiff │ │ ├── S3.aiff │ │ ├── TMt.aiff │ │ ├── TPt.aiff │ │ ├── X1.aiff │ │ ├── X2.aiff │ │ └── X3.aiff │ │ ├── Iverson1993Onset │ │ ├── .DS_Store │ │ ├── 01.O.Violin.aiff │ │ ├── 02.O.Vibraphone.aiff │ │ ├── 03.O.TubularBellsOR.aiff │ │ ├── 04.O.Trombone.aiff │ │ ├── 05.O.Oboe.aiff │ │ ├── 06.O.MutedTrumpet.aiff │ │ ├── 07.O.Piano.aiff │ │ ├── 08.O.Flute.aiff │ │ ├── 09.O.Cello.aiff │ │ ├── 10.O.Trumpet.aiff │ │ ├── 11.O.Bassoon.aiff │ │ ├── 12.O.EnglishHorn.aiff │ │ ├── 13.O.FrenchHorn.aiff │ │ ├── 14.O.Tuba.aiff │ │ ├── 15.O.Saxophone.aiff │ │ └── 16.O.Clarinet.aiff │ │ ├── Iverson1993Remainder │ │ ├── .DS_Store │ │ ├── 01.R.Violin.aiff │ │ ├── 02.R.Vibraphone.aiff │ │ ├── 03.R.TubularBellsOR.aiff │ │ ├── 04.R.Trombone.aiff │ │ ├── 05.R.Oboe.aiff │ │ ├── 06.R.MutedTrumpet.aiff │ │ ├── 07.R.Piano.aiff │ │ ├── 08.R.Flute.aiff │ │ ├── 09.R.Cello.aiff │ │ ├── 10.R.Trumpet.aiff │ │ ├── 11.R.Bassoon.aiff │ │ ├── 12.R.EnglishHorn.aiff │ │ ├── 13.R.FrenchHorn.aiff │ │ ├── 14.R.Tuba.aiff │ │ ├── 15.R.Saxophone.aiff │ │ └── 16.R.Clarinet.aiff │ │ ├── Iverson1993Whole │ │ ├── .DS_Store │ │ ├── 01.W.Violin.aiff │ │ ├── 02.W.Vibraphone.aiff │ │ ├── 03.W.TubularBellsOR.aiff │ │ ├── 04.W.Trombone.aiff │ │ ├── 05.W.Oboe.aiff │ │ ├── 06.W.MutedTrumpet.aiff │ │ ├── 07.W.Piano.aiff │ │ ├── 08.W.Flute.aiff │ │ ├── 09.W.Cello.aiff │ │ ├── 10.W.Trumpet.aiff │ │ ├── 11.W.Bassoon.aiff │ │ ├── 12.W.EnglishHorn.aiff │ │ ├── 13.W.FrenchHorn.aiff │ │ ├── 14.W.Tuba.aiff │ │ ├── 15.W.Saxophone.aiff │ │ └── 16.W.Clarinet.aiff │ │ ├── Lakatos2000Comb │ │ ├── .DS_Store │ │ ├── 0.Comb.raw.txt │ │ ├── 01_ClarinetBb.aiff │ │ ├── 02_FluteFlutterTongued.aiff │ │ ├── 03_FrenchHorn.aiff │ │ ├── 04_Harpsichord.aiff │ │ ├── 05_Harp.aiff │ │ ├── 06_Piano.aiff │ │ ├── 07_RecorderBaroqueTenor.aiff │ │ ├── 08_SaxTenorGrowls.aiff │ │ ├── 09_TrumpetMuted.aiff │ │ ├── 10_ViolinMartele.aiff │ │ ├── 11_Celesta.aiff │ │ ├── 12_Cuica.aiff │ │ ├── 13_CymbalBowed.aiff │ │ ├── 14_CymbalStruck.aiff │ │ ├── 15_LogDrum.aiff │ │ ├── 16_Snare.aiff │ │ ├── 17_SteelDrum.aiff │ │ ├── 18_TubularBells.aiff │ │ ├── 19_Tympani.aiff │ │ └── 20_VibraphoneBowed.aiff │ │ ├── Lakatos2000Harm │ │ ├── .DS_Store │ │ ├── 0.Harm.raw.txt │ │ ├── 01_ClarinetBb.aiff │ │ ├── 02_CrumhornTenor.aiff │ │ ├── 03_EnglishHorn.aiff │ │ ├── 04_FluteFlutterTongued.aiff │ │ ├── 05_FluteNoVibe.aiff │ │ ├── 06_FrenchHorn.aiff │ │ ├── 07_Harpsichord.aiff │ │ ├── 08_Harp.aiff │ │ ├── 09_OrganBaroquePlenum.aiff │ │ ├── 10_Piano.aiff │ │ ├── 11_RecorderBaroqueTenor.aiff │ │ ├── 12_SaxAlto.aiff │ │ ├── 13_SaxTenorGrowls.aiff │ │ ├── 14_TrumpetBbHard.aiff │ │ ├── 15_TrumpetMuted.aiff │ │ ├── 16_ViolinMartele.aiff │ │ └── 17_ViolinNoVibe.aiff │ │ ├── Lakatos2000Perc │ │ ├── .DS_Store │ │ ├── 0.Perc.raw.txt │ │ ├── 01_BambooChimesHit.aiff │ │ ├── 02_BongoSmall.aiff │ │ ├── 03_Castanets.aiff │ │ ├── 04_Celesta.aiff │ │ ├── 05_Cuica.aiff │ │ ├── 06_CymbalBowed.aiff │ │ ├── 07_CymbalStruck.aiff │ │ ├── 08_LogDrum.aiff │ │ ├── 09_Marimba.aiff │ │ ├── 10_Snare.aiff │ │ ├── 11_SteelDrum.aiff │ │ ├── 12_TambourinePop.aiff │ │ ├── 13_TamTam.aiff │ │ ├── 14_TempleBlock.aiff │ │ ├── 15_TubularBells.aiff │ │ ├── 16_Tympani.aiff │ │ ├── 17_VibraphoneBowed.aiff │ │ └── 18_VibraphoneHardMallet.aiff │ │ ├── McAdams1995 │ │ ├── .DS_Store │ │ ├── 01_dn_hrn.aiff │ │ ├── 02_dn_tpt.aiff │ │ ├── 03_dn_tbn.aiff │ │ ├── 04_dn_hrp.aiff │ │ ├── 05_dn_tpr.aiff │ │ ├── 06_dn_ols.aiff │ │ ├── 07_dn_vbs.aiff │ │ ├── 08_dn_sno.aiff │ │ ├── 09_dn_hcd.aiff │ │ ├── 10_dn_can.aiff │ │ ├── 11_dn_bsn.aiff │ │ ├── 12_dn_cnt.aiff │ │ ├── 13_dn_vbn.aiff │ │ ├── 14_dn_obc.aiff │ │ ├── 15_dn_gtr.aiff │ │ ├── 16_dn_stg.aiff │ │ ├── 17_dn_pno.aiff │ │ └── 18_dn_gtn.aiff │ │ ├── Patil2012_A3 │ │ ├── .DS_Store │ │ ├── 01_Piano.A3.aiff │ │ ├── 02_Cello.A3.aiff │ │ ├── 03_Violin.A3.aiff │ │ ├── 04_Vibraphone.A3.aiff │ │ ├── 05_Marimba.A3.aiff │ │ ├── 06_Oboe.A3.aiff │ │ ├── 07_Clarinet.A3.aiff │ │ ├── 08_Trumpet.A3.aiff │ │ ├── 09_Bassoon.A3.aiff │ │ ├── 10_Trombone.A3.aiff │ │ └── 11_Saxophone.A3.aiff │ │ ├── Patil2012_DX4 │ │ ├── .DS_Store │ │ ├── 01_Piano.D4.aiff │ │ ├── 02_Cello.D4.aiff │ │ ├── 03_Violin.D4.aiff │ │ ├── 04_Vibraphone.D4.aiff │ │ ├── 05_Marimba.D4.aiff │ │ ├── 06_Oboe.D4.aiff │ │ ├── 07_Clarinet.D4.aiff │ │ ├── 08_Trumpet.D4.aiff │ │ ├── 09_Bassoon.D4.aiff │ │ ├── 10_Trombone.D4.aiff │ │ └── 11_Saxophone.D4.aiff │ │ ├── Patil2012_GD4 │ │ ├── .DS_Store │ │ ├── 01_Piano.G#4.aiff │ │ ├── 02_Cello.G#4.aiff │ │ ├── 03_Violin.G#4.aiff │ │ ├── 04_Vibraphone.G#4.aiff │ │ ├── 05_Marimba.G#4.aiff │ │ ├── 06_Oboe.G#4.aiff │ │ ├── 07_Clarinet.G#4.aiff │ │ ├── 08_Trumpet.G#4.aiff │ │ ├── 09_Bassoon.G#4.aiff │ │ ├── 10_Trombone.G#4.aiff │ │ └── 11_Saxophone.G#4.aiff │ │ ├── Siedenburg2016_e2set1 │ │ ├── .DS_Store │ │ ├── Sim01_BCL.aiff │ │ ├── Sim02_BSN.aiff │ │ ├── Sim03_FLT.aiff │ │ ├── Sim04_HCD.aiff │ │ ├── Sim05_HRN.aiff │ │ ├── Sim06_HRP.aiff │ │ ├── Sim07_MBA.aiff │ │ ├── Sim08_PNO.aiff │ │ ├── Sim09_TRP.aiff │ │ ├── Sim10_VCE.aiff │ │ ├── Sim11_VCP.aiff │ │ ├── Sim12_VIB.aiff │ │ ├── Sim13_VLI.aiff │ │ └── Sim14_VLP.aiff │ │ ├── Siedenburg2016_e2set2 │ │ ├── .DS_Store │ │ ├── Sim15_BCL_Imp7.aiff │ │ ├── Sim16_HRP_Cont3.aiff │ │ ├── Sim17_Imp1_VCE.aiff │ │ ├── Sim18_BSN_HCD.aiff │ │ ├── Sim19_Mixed5_TRP.aiff │ │ ├── Sim20_HRN_Mixed5.aiff │ │ ├── Sim21_VCE_VIB.aiff │ │ ├── Sim22_MBA_HCD.aiff │ │ ├── Sim23_FLT_Imp1.aiff │ │ ├── Sim24_Imp7_VCE.aiff │ │ ├── Sim25_Cont3_Imp7.aiff │ │ ├── Sim26_TRP_Mixed1.aiff │ │ ├── Sim27_HCD_Cont6.aiff │ │ └── Sim28_VLI_PNO.aiff │ │ ├── Siedenburg2016_e2set3 │ │ ├── .DS_Store │ │ ├── Sim01_BCL.aiff │ │ ├── Sim04_HCD.aiff │ │ ├── Sim07_MBA.aiff │ │ ├── Sim09_TRP.aiff │ │ ├── Sim10_VCE.aiff │ │ ├── Sim11_VCP.aiff │ │ ├── Sim14_VLP.aiff │ │ ├── Sim15_BCL_Imp7.aiff │ │ ├── Sim16_HRP_Cont3.aiff │ │ ├── Sim17_Imp1_VCE.aiff │ │ ├── Sim18_BSN_HCD.aiff │ │ ├── Sim19_Mixed5_TRP.aiff │ │ ├── Sim20_HRN_Mixed5.aiff │ │ └── Sim21_VCE_VIB.aiff │ │ └── Siedenburg2016_e3 │ │ ├── .DS_Store │ │ ├── Sim01_BCL.aiff │ │ ├── Sim04_HCD.aiff │ │ ├── Sim07_MBA.aiff │ │ ├── Sim09_TRP.aiff │ │ ├── Sim10_VCE.aiff │ │ ├── Sim11_VCP.aiff │ │ ├── Sim14_VLP.aiff │ │ ├── Sim15_BCL_Imp7.aiff │ │ ├── Sim16_HRP_Cont3.aiff │ │ ├── Sim17_Imp1_VCE.aiff │ │ ├── Sim18_BSN_HCD.aiff │ │ ├── Sim19_Mixed5_TRP.aiff │ │ ├── Sim20_HRN_Mixed5.aiff │ │ └── Sim21_VCE_VIB.aiff └── python │ ├── .DS_Store │ ├── data │ ├── .DS_Store │ ├── Barthet2010_dissimilarity_matrix.txt │ ├── Grey1977_dissimilarity_matrix.txt │ ├── Grey1978_dissimilarity_matrix.txt │ ├── Iverson1993_Onset_dissimilarity_matrix.txt │ ├── Iverson1993_Remainder_dissimilarity_matrix.txt │ ├── Iverson1993_Whole_dissimilarity_matrix.txt │ ├── Lakatos2000_Comb_dissimilarity_matrix.txt │ ├── Lakatos2000_Harm_dissimilarity_matrix.txt │ ├── Lakatos2000_Perc_dissimilarity_matrix.txt │ ├── McAdams1995_dissimilarity_matrix.txt │ ├── Patil2012_A3_dissimilarity_matrix.txt │ ├── Patil2012_DX4_dissimilarity_matrix.txt │ ├── Patil2012_GD4_dissimilarity_matrix.txt │ ├── Siedenburg2016_e2set1_dissimilarity_matrix.txt │ ├── Siedenburg2016_e2set2_dissimilarity_matrix.txt │ ├── Siedenburg2016_e2set3_dissimilarity_matrix.txt │ └── Siedenburg2016_e3_dissimilarity_matrix.txt │ └── sounds │ ├── .DS_Store │ ├── Barthet2010 │ ├── .DS_Store │ ├── CHAP4_Son01.aiff │ ├── CHAP4_Son02.aiff │ ├── CHAP4_Son03.aiff │ ├── CHAP4_Son04.aiff │ ├── CHAP4_Son05.aiff │ ├── CHAP4_Son06.aiff │ ├── CHAP4_Son07.aiff │ ├── CHAP4_Son08.aiff │ ├── CHAP4_Son09.aiff │ ├── CHAP4_Son10.aiff │ ├── CHAP4_Son11.aiff │ ├── CHAP4_Son12.aiff │ ├── CHAP4_Son13.aiff │ ├── CHAP4_Son14.aiff │ └── CHAP4_Son15.aiff │ ├── Grey1977 │ ├── .DS_Store │ ├── BN.aiff │ ├── C1.aiff │ ├── C2.aiff │ ├── EH.aiff │ ├── FH.aiff │ ├── FL.aiff │ ├── O1.aiff │ ├── O2.aiff │ ├── S1.aiff │ ├── S2.aiff │ ├── S3.aiff │ ├── TM.aiff │ ├── TP.aiff │ ├── X1.aiff │ ├── X2.aiff │ └── X3.aiff │ ├── Grey1978 │ ├── .DS_Store │ ├── BNt.aiff │ ├── C1.aiff │ ├── C2t.aiff │ ├── EH.aiff │ ├── FHt.aiff │ ├── FL.aiff │ ├── O1t.aiff │ ├── O2.aiff │ ├── S1t.aiff │ ├── S2t.aiff │ ├── S3.aiff │ ├── TMt.aiff │ ├── TPt.aiff │ ├── X1.aiff │ ├── X2.aiff │ └── X3.aiff │ ├── Iverson1993_Onset │ ├── .DS_Store │ ├── 01.O.Violin.aiff │ ├── 02.O.Vibraphone.aiff │ ├── 03.O.TubularBellsOR.aiff │ ├── 04.O.Trombone.aiff │ ├── 05.O.Oboe.aiff │ ├── 06.O.MutedTrumpet.aiff │ ├── 07.O.Piano.aiff │ ├── 08.O.Flute.aiff │ ├── 09.O.Cello.aiff │ ├── 10.O.Trumpet.aiff │ ├── 11.O.Bassoon.aiff │ ├── 12.O.EnglishHorn.aiff │ ├── 13.O.FrenchHorn.aiff │ ├── 14.O.Tuba.aiff │ ├── 15.O.Saxophone.aiff │ └── 16.O.Clarinet.aiff │ ├── Iverson1993_Remainder │ ├── .DS_Store │ ├── 01.R.Violin.aiff │ ├── 02.R.Vibraphone.aiff │ ├── 03.R.TubularBellsOR.aiff │ ├── 04.R.Trombone.aiff │ ├── 05.R.Oboe.aiff │ ├── 06.R.MutedTrumpet.aiff │ ├── 07.R.Piano.aiff │ ├── 08.R.Flute.aiff │ ├── 09.R.Cello.aiff │ ├── 10.R.Trumpet.aiff │ ├── 11.R.Bassoon.aiff │ ├── 12.R.EnglishHorn.aiff │ ├── 13.R.FrenchHorn.aiff │ ├── 14.R.Tuba.aiff │ ├── 15.R.Saxophone.aiff │ └── 16.R.Clarinet.aiff │ ├── Iverson1993_Whole │ ├── .DS_Store │ ├── 01.W.Violin.aiff │ ├── 02.W.Vibraphone.aiff │ ├── 03.W.TubularBellsOR.aiff │ ├── 04.W.Trombone.aiff │ ├── 05.W.Oboe.aiff │ ├── 06.W.MutedTrumpet.aiff │ ├── 07.W.Piano.aiff │ ├── 08.W.Flute.aiff │ ├── 09.W.Cello.aiff │ ├── 10.W.Trumpet.aiff │ ├── 11.W.Bassoon.aiff │ ├── 12.W.EnglishHorn.aiff │ ├── 13.W.FrenchHorn.aiff │ ├── 14.W.Tuba.aiff │ ├── 15.W.Saxophone.aiff │ └── 16.W.Clarinet.aiff │ ├── Lakatos2000_Comb │ ├── .DS_Store │ ├── 0.Comb.raw.txt │ ├── 01_ClarinetBb.aiff │ ├── 02_FluteFlutterTongued.aiff │ ├── 03_FrenchHorn.aiff │ ├── 04_Harpsichord.aiff │ ├── 05_Harp.aiff │ ├── 06_Piano.aiff │ ├── 07_RecorderBaroqueTenor.aiff │ ├── 08_SaxTenorGrowls.aiff │ ├── 09_TrumpetMuted.aiff │ ├── 10_ViolinMartele.aiff │ ├── 11_Celesta.aiff │ ├── 12_Cuica.aiff │ ├── 13_CymbalBowed.aiff │ ├── 14_CymbalStruck.aiff │ ├── 15_LogDrum.aiff │ ├── 16_Snare.aiff │ ├── 17_SteelDrum.aiff │ ├── 18_TubularBells.aiff │ ├── 19_Tympani.aiff │ └── 20_VibraphoneBowed.aiff │ ├── Lakatos2000_Harm │ ├── .DS_Store │ ├── 0.Harm.raw.txt │ ├── 01_ClarinetBb.aiff │ ├── 02_CrumhornTenor.aiff │ ├── 03_EnglishHorn.aiff │ ├── 04_FluteFlutterTongued.aiff │ ├── 05_FluteNoVibe.aiff │ ├── 06_FrenchHorn.aiff │ ├── 07_Harpsichord.aiff │ ├── 08_Harp.aiff │ ├── 09_OrganBaroquePlenum.aiff │ ├── 10_Piano.aiff │ ├── 11_RecorderBaroqueTenor.aiff │ ├── 12_SaxAlto.aiff │ ├── 13_SaxTenorGrowls.aiff │ ├── 14_TrumpetBbHard.aiff │ ├── 15_TrumpetMuted.aiff │ ├── 16_ViolinMartele.aiff │ └── 17_ViolinNoVibe.aiff │ ├── Lakatos2000_Perc │ ├── .DS_Store │ ├── 0.Perc.raw.txt │ ├── 01_BambooChimesHit.aiff │ ├── 02_BongoSmall.aiff │ ├── 03_Castanets.aiff │ ├── 04_Celesta.aiff │ ├── 05_Cuica.aiff │ ├── 06_CymbalBowed.aiff │ ├── 07_CymbalStruck.aiff │ ├── 08_LogDrum.aiff │ ├── 09_Marimba.aiff │ ├── 10_Snare.aiff │ ├── 11_SteelDrum.aiff │ ├── 12_TambourinePop.aiff │ ├── 13_TamTam.aiff │ ├── 14_TempleBlock.aiff │ ├── 15_TubularBells.aiff │ ├── 16_Tympani.aiff │ ├── 17_VibraphoneBowed.aiff │ └── 18_VibraphoneHardMallet.aiff │ ├── McAdams1995 │ ├── .DS_Store │ ├── 01_dn_hrn.aiff │ ├── 02_dn_tpt.aiff │ ├── 03_dn_tbn.aiff │ ├── 04_dn_hrp.aiff │ ├── 05_dn_tpr.aiff │ ├── 06_dn_ols.aiff │ ├── 07_dn_vbs.aiff │ ├── 08_dn_sno.aiff │ ├── 09_dn_hcd.aiff │ ├── 10_dn_can.aiff │ ├── 11_dn_bsn.aiff │ ├── 12_dn_cnt.aiff │ ├── 13_dn_vbn.aiff │ ├── 14_dn_obc.aiff │ ├── 15_dn_gtr.aiff │ ├── 16_dn_stg.aiff │ ├── 17_dn_pno.aiff │ └── 18_dn_gtn.aiff │ ├── Patil2012_A3 │ ├── .DS_Store │ ├── 01_Piano.A3.aiff │ ├── 02_Cello.A3.aiff │ ├── 03_Violin.A3.aiff │ ├── 04_Vibraphone.A3.aiff │ ├── 05_Marimba.A3.aiff │ ├── 06_Oboe.A3.aiff │ ├── 07_Clarinet.A3.aiff │ ├── 08_Trumpet.A3.aiff │ ├── 09_Bassoon.A3.aiff │ ├── 10_Trombone.A3.aiff │ └── 11_Saxophone.A3.aiff │ ├── Patil2012_DX4 │ ├── .DS_Store │ ├── 01_Piano.D4.aiff │ ├── 02_Cello.D4.aiff │ ├── 03_Violin.D4.aiff │ ├── 04_Vibraphone.D4.aiff │ ├── 05_Marimba.D4.aiff │ ├── 06_Oboe.D4.aiff │ ├── 07_Clarinet.D4.aiff │ ├── 08_Trumpet.D4.aiff │ ├── 09_Bassoon.D4.aiff │ ├── 10_Trombone.D4.aiff │ └── 11_Saxophone.D4.aiff │ ├── Patil2012_GD4 │ ├── .DS_Store │ ├── 01_Piano.G#4.aiff │ ├── 02_Cello.G#4.aiff │ ├── 03_Violin.G#4.aiff │ ├── 04_Vibraphone.G#4.aiff │ ├── 05_Marimba.G#4.aiff │ ├── 06_Oboe.G#4.aiff │ ├── 07_Clarinet.G#4.aiff │ ├── 08_Trumpet.G#4.aiff │ ├── 09_Bassoon.G#4.aiff │ ├── 10_Trombone.G#4.aiff │ └── 11_Saxophone.G#4.aiff │ ├── Siedenburg2016_e2set1 │ ├── .DS_Store │ ├── Sim01_BCL.aiff │ ├── Sim02_BSN.aiff │ ├── Sim03_FLT.aiff │ ├── Sim04_HCD.aiff │ ├── Sim05_HRN.aiff │ ├── Sim06_HRP.aiff │ ├── Sim07_MBA.aiff │ ├── Sim08_PNO.aiff │ ├── Sim09_TRP.aiff │ ├── Sim10_VCE.aiff │ ├── Sim11_VCP.aiff │ ├── Sim12_VIB.aiff │ ├── Sim13_VLI.aiff │ └── Sim14_VLP.aiff │ ├── Siedenburg2016_e2set2 │ ├── .DS_Store │ ├── Sim15_BCL_Imp7.aiff │ ├── Sim16_HRP_Cont3.aiff │ ├── Sim17_Imp1_VCE.aiff │ ├── Sim18_BSN_HCD.aiff │ ├── Sim19_Mixed5_TRP.aiff │ ├── Sim20_HRN_Mixed5.aiff │ ├── Sim21_VCE_VIB.aiff │ ├── Sim22_MBA_HCD.aiff │ ├── Sim23_FLT_Imp1.aiff │ ├── Sim24_Imp7_VCE.aiff │ ├── Sim25_Cont3_Imp7.aiff │ ├── Sim26_TRP_Mixed1.aiff │ ├── Sim27_HCD_Cont6.aiff │ └── Sim28_VLI_PNO.aiff │ ├── Siedenburg2016_e2set3 │ ├── .DS_Store │ ├── Sim01_BCL.aiff │ ├── Sim04_HCD.aiff │ ├── Sim07_MBA.aiff │ ├── Sim09_TRP.aiff │ ├── Sim10_VCE.aiff │ ├── Sim11_VCP.aiff │ ├── Sim14_VLP.aiff │ ├── Sim15_BCL_Imp7.aiff │ ├── Sim16_HRP_Cont3.aiff │ ├── Sim17_Imp1_VCE.aiff │ ├── Sim18_BSN_HCD.aiff │ ├── Sim19_Mixed5_TRP.aiff │ ├── Sim20_HRN_Mixed5.aiff │ └── Sim21_VCE_VIB.aiff │ ├── Siedenburg2016_e3 │ ├── .DS_Store │ ├── Sim01_BCL.aiff │ ├── Sim04_HCD.aiff │ ├── Sim07_MBA.aiff │ ├── Sim09_TRP.aiff │ ├── Sim10_VCE.aiff │ ├── Sim11_VCP.aiff │ ├── Sim14_VLP.aiff │ ├── Sim15_BCL_Imp7.aiff │ ├── Sim16_HRP_Cont3.aiff │ ├── Sim17_Imp1_VCE.aiff │ ├── Sim18_BSN_HCD.aiff │ ├── Sim19_Mixed5_TRP.aiff │ ├── Sim20_HRN_Mixed5.aiff │ └── Sim21_VCE_VIB.aiff │ ├── WholeSounds │ ├── .DS_Store │ ├── 01.O.Violin.aiff │ ├── 01.R.Violin.aiff │ ├── 01.W.Violin.aiff │ ├── 01_BambooChimesHit.aiff │ ├── 01_ClarinetBb.aiff │ ├── 01_Piano.A3.aiff │ ├── 01_Piano.D4.aiff │ ├── 01_Piano.G#4.aiff │ ├── 01_dn_hrn.aiff │ ├── 02.O.Vibraphone.aiff │ ├── 02.R.Vibraphone.aiff │ ├── 02.W.Vibraphone.aiff │ ├── 02_BongoSmall.aiff │ ├── 02_Cello.A3.aiff │ ├── 02_Cello.D4.aiff │ ├── 02_Cello.G#4.aiff │ ├── 02_CrumhornTenor.aiff │ ├── 02_FluteFlutterTongued.aiff │ ├── 02_dn_tpt.aiff │ ├── 03.O.TubularBellsOR.aiff │ ├── 03.R.TubularBellsOR.aiff │ ├── 03.W.TubularBellsOR.aiff │ ├── 03_Castanets.aiff │ ├── 03_EnglishHorn.aiff │ ├── 03_FrenchHorn.aiff │ ├── 03_Violin.A3.aiff │ ├── 03_Violin.D4.aiff │ ├── 03_Violin.G#4.aiff │ ├── 03_dn_tbn.aiff │ ├── 04.O.Trombone.aiff │ ├── 04.R.Trombone.aiff │ ├── 04.W.Trombone.aiff │ ├── 04_Celesta.aiff │ ├── 04_FluteFlutterTongued.aiff │ ├── 04_Harpsichord.aiff │ ├── 04_Vibraphone.A3.aiff │ ├── 04_Vibraphone.D4.aiff │ ├── 04_Vibraphone.G#4.aiff │ ├── 04_dn_hrp.aiff │ ├── 05.O.Oboe.aiff │ ├── 05.R.Oboe.aiff │ ├── 05.W.Oboe.aiff │ ├── 05_Cuica.aiff │ ├── 05_FluteNoVibe.aiff │ ├── 05_Harp.aiff │ ├── 05_Marimba.A3.aiff │ ├── 05_Marimba.D4.aiff │ ├── 05_Marimba.G#4.aiff │ ├── 05_dn_tpr.aiff │ ├── 06.O.MutedTrumpet.aiff │ ├── 06.R.MutedTrumpet.aiff │ ├── 06.W.MutedTrumpet.aiff │ ├── 06_CymbalBowed.aiff │ ├── 06_FrenchHorn.aiff │ ├── 06_Oboe.A3.aiff │ ├── 06_Oboe.D4.aiff │ ├── 06_Oboe.G#4.aiff │ ├── 06_Piano.aiff │ ├── 06_dn_ols.aiff │ ├── 07.O.Piano.aiff │ ├── 07.R.Piano.aiff │ ├── 07.W.Piano.aiff │ ├── 07_Clarinet.A3.aiff │ ├── 07_Clarinet.D4.aiff │ ├── 07_Clarinet.G#4.aiff │ ├── 07_CymbalStruck.aiff │ ├── 07_Harpsichord.aiff │ ├── 07_RecorderBaroqueTenor.aiff │ ├── 07_dn_vbs.aiff │ ├── 08.O.Flute.aiff │ ├── 08.R.Flute.aiff │ ├── 08.W.Flute.aiff │ ├── 08_Harp.aiff │ ├── 08_LogDrum.aiff │ ├── 08_SaxTenorGrowls.aiff │ ├── 08_Trumpet.A3.aiff │ ├── 08_Trumpet.D4.aiff │ ├── 08_Trumpet.G#4.aiff │ ├── 08_dn_sno.aiff │ ├── 09.O.Cello.aiff │ ├── 09.R.Cello.aiff │ ├── 09.W.Cello.aiff │ ├── 09_Bassoon.A3.aiff │ ├── 09_Bassoon.D4.aiff │ ├── 09_Bassoon.G#4.aiff │ ├── 09_Marimba.aiff │ ├── 09_OrganBaroquePlenum.aiff │ ├── 09_TrumpetMuted.aiff │ ├── 09_dn_hcd.aiff │ ├── 10.O.Trumpet.aiff │ ├── 10.R.Trumpet.aiff │ ├── 10.W.Trumpet.aiff │ ├── 10_Piano.aiff │ ├── 10_Snare.aiff │ ├── 10_Trombone.A3.aiff │ ├── 10_Trombone.D4.aiff │ ├── 10_Trombone.G#4.aiff │ ├── 10_ViolinMartele.aiff │ ├── 10_dn_can.aiff │ ├── 11.O.Bassoon.aiff │ ├── 11.R.Bassoon.aiff │ ├── 11.W.Bassoon.aiff │ ├── 11_Celesta.aiff │ ├── 11_RecorderBaroqueTenor.aiff │ ├── 11_Saxophone.A3.aiff │ ├── 11_Saxophone.D4.aiff │ ├── 11_Saxophone.G#4.aiff │ ├── 11_SteelDrum.aiff │ ├── 11_dn_bsn.aiff │ ├── 12.O.EnglishHorn.aiff │ ├── 12.R.EnglishHorn.aiff │ ├── 12.W.EnglishHorn.aiff │ ├── 12_Cuica.aiff │ ├── 12_SaxAlto.aiff │ ├── 12_TambourinePop.aiff │ ├── 12_dn_cnt.aiff │ ├── 13.O.FrenchHorn.aiff │ ├── 13.R.FrenchHorn.aiff │ ├── 13.W.FrenchHorn.aiff │ ├── 13_CymbalBowed.aiff │ ├── 13_SaxTenorGrowls.aiff │ ├── 13_TamTam.aiff │ ├── 13_dn_vbn.aiff │ ├── 14.O.Tuba.aiff │ ├── 14.R.Tuba.aiff │ ├── 14.W.Tuba.aiff │ ├── 14_CymbalStruck.aiff │ ├── 14_TempleBlock.aiff │ ├── 14_TrumpetBbHard.aiff │ ├── 14_dn_obc.aiff │ ├── 15.O.Saxophone.aiff │ ├── 15.R.Saxophone.aiff │ ├── 15.W.Saxophone.aiff │ ├── 15_LogDrum.aiff │ ├── 15_TrumpetMuted.aiff │ ├── 15_TubularBells.aiff │ ├── 15_dn_gtr.aiff │ ├── 16.O.Clarinet.aiff │ ├── 16.R.Clarinet.aiff │ ├── 16.W.Clarinet.aiff │ ├── 16_Snare.aiff │ ├── 16_Tympani.aiff │ ├── 16_ViolinMartele.aiff │ ├── 16_dn_stg.aiff │ ├── 17_SteelDrum.aiff │ ├── 17_VibraphoneBowed.aiff │ ├── 17_ViolinNoVibe.aiff │ ├── 17_dn_pno.aiff │ ├── 18_TubularBells.aiff │ ├── 18_VibraphoneHardMallet.aiff │ ├── 18_dn_gtn.aiff │ ├── 19_Tympani.aiff │ ├── 20_VibraphoneBowed.aiff │ ├── BN.aiff │ ├── BNt.aiff │ ├── C1.aiff │ ├── C2.aiff │ ├── C2t.aiff │ ├── CHAP4_Son01.aiff │ ├── CHAP4_Son02.aiff │ ├── CHAP4_Son03.aiff │ ├── CHAP4_Son04.aiff │ ├── CHAP4_Son05.aiff │ ├── CHAP4_Son06.aiff │ ├── CHAP4_Son07.aiff │ ├── CHAP4_Son08.aiff │ ├── CHAP4_Son09.aiff │ ├── CHAP4_Son10.aiff │ ├── CHAP4_Son11.aiff │ ├── CHAP4_Son12.aiff │ ├── CHAP4_Son13.aiff │ ├── CHAP4_Son14.aiff │ ├── CHAP4_Son15.aiff │ ├── EH.aiff │ ├── FH.aiff │ ├── FHt.aiff │ ├── FL.aiff │ ├── O1.aiff │ ├── O1t.aiff │ ├── O2.aiff │ ├── S1.aiff │ ├── S1t.aiff │ ├── S2.aiff │ ├── S2t.aiff │ ├── S3.aiff │ ├── Sim01_BCL.aiff │ ├── Sim02_BSN.aiff │ ├── Sim03_FLT.aiff │ ├── Sim04_HCD.aiff │ ├── Sim05_HRN.aiff │ ├── Sim06_HRP.aiff │ ├── Sim07_MBA.aiff │ ├── Sim08_PNO.aiff │ ├── Sim09_TRP.aiff │ ├── Sim10_VCE.aiff │ ├── Sim11_VCP.aiff │ ├── Sim12_VIB.aiff │ ├── Sim13_VLI.aiff │ ├── Sim14_VLP.aiff │ ├── Sim15_BCL_Imp7.aiff │ ├── Sim16_HRP_Cont3.aiff │ ├── Sim17_Imp1_VCE.aiff │ ├── Sim18_BSN_HCD.aiff │ ├── Sim19_Mixed5_TRP.aiff │ ├── Sim20_HRN_Mixed5.aiff │ ├── Sim21_VCE_VIB.aiff │ ├── Sim22_MBA_HCD.aiff │ ├── Sim23_FLT_Imp1.aiff │ ├── Sim24_Imp7_VCE.aiff │ ├── Sim25_Cont3_Imp7.aiff │ ├── Sim26_TRP_Mixed1.aiff │ ├── Sim27_HCD_Cont6.aiff │ ├── Sim28_VLI_PNO.aiff │ ├── TM.aiff │ ├── TMt.aiff │ ├── TP.aiff │ ├── TPt.aiff │ ├── X1.aiff │ ├── X2.aiff │ └── X3.aiff │ └── WholeSounds2 │ ├── .DS_Store │ ├── 01_BambooChimesHit.aiff │ ├── 01_ClarinetBb.aiff │ ├── 01_Piano.A3.aiff │ └── 01_dn_hrn.aiff ├── mds_based_analysis └── matlab │ ├── CorrelationOfDescriptorsWithMdsDimensions.m │ ├── CorrelationOfDescriptorsWithMdsDimensions_optimizeRotation.m │ ├── Figure2.eps │ ├── Figure2.m │ ├── LOGAttackTime.m │ ├── labelpoints.m │ ├── main_MDS_BASED_ANALYSIS.m │ ├── main_MDS_BASED_ANALYSIS.m~ │ └── spectralCentroid.m └── optimized_metrics └── python ├── 010_optimize_metrics.py ├── 011_optimize_metrics_spectrum.py ├── 012_optimize_euclidean_distance.py ├── 013_optimize_decimated_metrics.py ├── 014_acoustic_interpretation_results_light.py ├── 015_acoustic_interpretation_results_light_tabs.py ├── 020_optimized_kernels_analysis.py ├── 021_optimized_kernels_analysis_spectrum.py ├── 022_EuclideanDistanceAnalyses.py ├── 030_acoustic_interpretation_dendrograms.py ├── 040_acoustic_interpretation_tabs.py ├── 041_acoustic_interpretation.py ├── 050_correlation_with_variability.py ├── 051_regression_between_metrics_and_stimuli.py ├── 052_regression_between_metrics_and_stimuli_fullStats.py └── lib ├── __pycache__ ├── __init__.cpython-36.pyc ├── auditory.cpython-36.pyc ├── auditory.cpython-37.pyc ├── features.cpython-36.pyc ├── features.cpython-37.pyc ├── fourier.cpython-36.pyc ├── fourier.cpython-37.pyc ├── load.cpython-36.pyc ├── load.cpython-37.pyc ├── pca.cpython-36.pyc ├── pca.cpython-37.pyc ├── training.cpython-36.pyc ├── training.cpython-37.pyc ├── training_reg.cpython-36.pyc ├── utils.cpython-36.pyc └── utils.cpython-37.pyc ├── auditory.py ├── datasets.py ├── features.py ├── fourier.py ├── load.py ├── pca.py ├── training.py ├── training_reg.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/README.md -------------------------------------------------------------------------------- /ext/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/data/Barthet2010_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Barthet2010_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Grey1977_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Grey1977_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Grey1978_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Grey1978_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Iverson1993Onset_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Iverson1993Onset_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Iverson1993Whole_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Iverson1993Whole_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Lakatos2000Comb_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Lakatos2000Comb_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Lakatos2000Harm_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Lakatos2000Harm_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Lakatos2000Perc_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Lakatos2000Perc_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/McAdams1995_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/McAdams1995_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Patil2012_A3_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Patil2012_A3_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Patil2012_DX4_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Patil2012_DX4_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/data/Patil2012_GD4_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/data/Patil2012_GD4_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/matlab/sounds/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son01.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son02.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son03.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son04.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son05.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son05.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son06.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son06.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son07.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son07.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son08.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son08.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son09.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son09.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son10.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son10.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son11.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son11.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son12.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son12.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son13.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son13.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son14.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son14.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Barthet2010/CHAP4_Son15.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Barthet2010/CHAP4_Son15.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/BN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/BN.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/C1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/C1.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/C2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/C2.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/EH.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/EH.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/FH.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/FH.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/FL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/FL.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/O1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/O1.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/O2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/O2.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/S1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/S1.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/S2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/S2.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/S3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/S3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/TM.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/TM.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/TP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/TP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/X1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/X1.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/X2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/X2.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1977/X3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1977/X3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/BNt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/BNt.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/C1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/C1.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/C2t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/C2t.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/EH.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/EH.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/FHt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/FHt.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/FL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/FL.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/O1t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/O1t.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/O2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/O2.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/S1t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/S1t.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/S2t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/S2t.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/S3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/S3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/TMt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/TMt.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/TPt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/TPt.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/X1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/X1.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/X2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/X2.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Grey1978/X3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Grey1978/X3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/01.O.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/01.O.Violin.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/02.O.Vibraphone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/02.O.Vibraphone.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/04.O.Trombone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/04.O.Trombone.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/05.O.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/05.O.Oboe.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/06.O.MutedTrumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/06.O.MutedTrumpet.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/07.O.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/07.O.Piano.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/08.O.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/08.O.Flute.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/09.O.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/09.O.Cello.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/10.O.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/10.O.Trumpet.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/11.O.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/11.O.Bassoon.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/12.O.EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/12.O.EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/13.O.FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/13.O.FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/14.O.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/14.O.Tuba.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/15.O.Saxophone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/15.O.Saxophone.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Onset/16.O.Clarinet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Onset/16.O.Clarinet.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/01.R.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/01.R.Violin.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/04.R.Trombone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/04.R.Trombone.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/05.R.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/05.R.Oboe.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/07.R.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/07.R.Piano.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/08.R.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/08.R.Flute.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/09.R.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/09.R.Cello.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/10.R.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/10.R.Trumpet.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/11.R.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/11.R.Bassoon.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/14.R.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/14.R.Tuba.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Remainder/16.R.Clarinet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Remainder/16.R.Clarinet.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/01.W.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/01.W.Violin.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/02.W.Vibraphone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/02.W.Vibraphone.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/04.W.Trombone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/04.W.Trombone.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/05.W.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/05.W.Oboe.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/06.W.MutedTrumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/06.W.MutedTrumpet.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/07.W.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/07.W.Piano.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/08.W.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/08.W.Flute.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/09.W.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/09.W.Cello.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/10.W.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/10.W.Trumpet.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/11.W.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/11.W.Bassoon.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/12.W.EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/12.W.EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/13.W.FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/13.W.FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/14.W.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/14.W.Tuba.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/15.W.Saxophone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/15.W.Saxophone.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Iverson1993Whole/16.W.Clarinet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Iverson1993Whole/16.W.Clarinet.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/0.Comb.raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/0.Comb.raw.txt -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/01_ClarinetBb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/01_ClarinetBb.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/03_FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/03_FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/04_Harpsichord.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/04_Harpsichord.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/05_Harp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/05_Harp.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/06_Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/06_Piano.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/08_SaxTenorGrowls.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/08_SaxTenorGrowls.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/09_TrumpetMuted.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/09_TrumpetMuted.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/10_ViolinMartele.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/10_ViolinMartele.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/11_Celesta.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/11_Celesta.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/12_Cuica.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/12_Cuica.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/13_CymbalBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/13_CymbalBowed.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/14_CymbalStruck.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/14_CymbalStruck.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/15_LogDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/15_LogDrum.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/16_Snare.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/16_Snare.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/17_SteelDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/17_SteelDrum.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/18_TubularBells.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/18_TubularBells.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/19_Tympani.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/19_Tympani.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Comb/20_VibraphoneBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Comb/20_VibraphoneBowed.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/0.Harm.raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/0.Harm.raw.txt -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/01_ClarinetBb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/01_ClarinetBb.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/02_CrumhornTenor.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/02_CrumhornTenor.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/03_EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/03_EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/05_FluteNoVibe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/05_FluteNoVibe.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/06_FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/06_FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/07_Harpsichord.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/07_Harpsichord.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/08_Harp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/08_Harp.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/10_Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/10_Piano.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/12_SaxAlto.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/12_SaxAlto.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/13_SaxTenorGrowls.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/13_SaxTenorGrowls.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/14_TrumpetBbHard.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/14_TrumpetBbHard.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/15_TrumpetMuted.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/15_TrumpetMuted.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/16_ViolinMartele.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/16_ViolinMartele.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Harm/17_ViolinNoVibe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Harm/17_ViolinNoVibe.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/0.Perc.raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/0.Perc.raw.txt -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/01_BambooChimesHit.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/01_BambooChimesHit.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/02_BongoSmall.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/02_BongoSmall.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/03_Castanets.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/03_Castanets.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/04_Celesta.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/04_Celesta.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/05_Cuica.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/05_Cuica.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/06_CymbalBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/06_CymbalBowed.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/07_CymbalStruck.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/07_CymbalStruck.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/08_LogDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/08_LogDrum.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/09_Marimba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/09_Marimba.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/10_Snare.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/10_Snare.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/11_SteelDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/11_SteelDrum.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/12_TambourinePop.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/12_TambourinePop.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/13_TamTam.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/13_TamTam.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/14_TempleBlock.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/14_TempleBlock.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/15_TubularBells.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/15_TubularBells.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/16_Tympani.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/16_Tympani.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Lakatos2000Perc/17_VibraphoneBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Lakatos2000Perc/17_VibraphoneBowed.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/01_dn_hrn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/01_dn_hrn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/02_dn_tpt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/02_dn_tpt.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/03_dn_tbn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/03_dn_tbn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/04_dn_hrp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/04_dn_hrp.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/05_dn_tpr.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/05_dn_tpr.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/06_dn_ols.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/06_dn_ols.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/07_dn_vbs.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/07_dn_vbs.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/08_dn_sno.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/08_dn_sno.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/09_dn_hcd.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/09_dn_hcd.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/10_dn_can.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/10_dn_can.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/11_dn_bsn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/11_dn_bsn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/12_dn_cnt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/12_dn_cnt.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/13_dn_vbn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/13_dn_vbn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/14_dn_obc.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/14_dn_obc.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/15_dn_gtr.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/15_dn_gtr.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/16_dn_stg.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/16_dn_stg.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/17_dn_pno.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/17_dn_pno.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/McAdams1995/18_dn_gtn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/McAdams1995/18_dn_gtn.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/01_Piano.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/01_Piano.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/02_Cello.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/02_Cello.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/03_Violin.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/03_Violin.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/04_Vibraphone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/04_Vibraphone.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/05_Marimba.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/05_Marimba.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/06_Oboe.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/06_Oboe.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/07_Clarinet.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/07_Clarinet.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/08_Trumpet.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/08_Trumpet.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/09_Bassoon.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/09_Bassoon.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/10_Trombone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/10_Trombone.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_A3/11_Saxophone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_A3/11_Saxophone.A3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/01_Piano.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/01_Piano.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/02_Cello.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/02_Cello.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/03_Violin.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/03_Violin.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/04_Vibraphone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/04_Vibraphone.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/05_Marimba.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/05_Marimba.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/06_Oboe.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/06_Oboe.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/07_Clarinet.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/07_Clarinet.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/08_Trumpet.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/08_Trumpet.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/09_Bassoon.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/09_Bassoon.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/10_Trombone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/10_Trombone.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_DX4/11_Saxophone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_DX4/11_Saxophone.D4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/01_Piano.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/01_Piano.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/02_Cello.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/02_Cello.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/03_Violin.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/03_Violin.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/04_Vibraphone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/04_Vibraphone.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/05_Marimba.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/05_Marimba.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/06_Oboe.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/06_Oboe.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/07_Clarinet.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/07_Clarinet.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/08_Trumpet.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/08_Trumpet.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/09_Bassoon.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/09_Bassoon.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/10_Trombone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/10_Trombone.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Patil2012_GD4/11_Saxophone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Patil2012_GD4/11_Saxophone.G#4.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim01_BCL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim01_BCL.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim02_BSN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim02_BSN.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim03_FLT.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim03_FLT.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim04_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim04_HCD.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim05_HRN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim05_HRN.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim06_HRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim06_HRP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim07_MBA.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim07_MBA.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim08_PNO.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim08_PNO.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim09_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim09_TRP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim10_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim10_VCE.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim11_VCP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim11_VCP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim12_VIB.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim12_VIB.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim13_VLI.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim13_VLI.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set1/Sim14_VLP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set1/Sim14_VLP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set2/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set3/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set3/Sim01_BCL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set3/Sim01_BCL.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set3/Sim04_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set3/Sim04_HCD.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set3/Sim07_MBA.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set3/Sim07_MBA.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set3/Sim09_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set3/Sim09_TRP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set3/Sim10_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set3/Sim10_VCE.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set3/Sim11_VCP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set3/Sim11_VCP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e2set3/Sim14_VLP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e2set3/Sim14_VLP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/.DS_Store -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim01_BCL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim01_BCL.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim04_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim04_HCD.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim07_MBA.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim07_MBA.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim09_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim09_TRP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim10_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim10_VCE.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim11_VCP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim11_VCP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim14_VLP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim14_VLP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim15_BCL_Imp7.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim15_BCL_Imp7.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim16_HRP_Cont3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim16_HRP_Cont3.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim17_Imp1_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim17_Imp1_VCE.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim18_BSN_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim18_BSN_HCD.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim19_Mixed5_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim19_Mixed5_TRP.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim20_HRN_Mixed5.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim20_HRN_Mixed5.aiff -------------------------------------------------------------------------------- /ext/matlab/sounds/Siedenburg2016_e3/Sim21_VCE_VIB.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/matlab/sounds/Siedenburg2016_e3/Sim21_VCE_VIB.aiff -------------------------------------------------------------------------------- /ext/python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/.DS_Store -------------------------------------------------------------------------------- /ext/python/data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/.DS_Store -------------------------------------------------------------------------------- /ext/python/data/Barthet2010_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Barthet2010_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/Grey1977_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Grey1977_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/Grey1978_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Grey1978_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/Lakatos2000_Comb_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Lakatos2000_Comb_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/Lakatos2000_Harm_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Lakatos2000_Harm_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/Lakatos2000_Perc_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Lakatos2000_Perc_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/McAdams1995_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/McAdams1995_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/Patil2012_A3_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Patil2012_A3_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/Patil2012_DX4_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Patil2012_DX4_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/data/Patil2012_GD4_dissimilarity_matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/data/Patil2012_GD4_dissimilarity_matrix.txt -------------------------------------------------------------------------------- /ext/python/sounds/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son01.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son02.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son03.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son04.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son05.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son05.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son06.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son06.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son07.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son07.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son08.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son08.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son09.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son09.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son10.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son10.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son11.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son11.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son12.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son12.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son13.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son13.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son14.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son14.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Barthet2010/CHAP4_Son15.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Barthet2010/CHAP4_Son15.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/BN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/BN.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/C1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/C1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/C2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/C2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/EH.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/EH.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/FH.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/FH.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/FL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/FL.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/O1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/O1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/O2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/O2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/S1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/S1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/S2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/S2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/S3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/S3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/TM.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/TM.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/TP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/TP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/X1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/X1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/X2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/X2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1977/X3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1977/X3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/BNt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/BNt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/C1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/C1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/C2t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/C2t.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/EH.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/EH.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/FHt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/FHt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/FL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/FL.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/O1t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/O1t.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/O2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/O2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/S1t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/S1t.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/S2t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/S2t.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/S3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/S3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/TMt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/TMt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/TPt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/TPt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/X1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/X1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/X2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/X2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Grey1978/X3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Grey1978/X3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/01.O.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/01.O.Violin.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/02.O.Vibraphone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/02.O.Vibraphone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/04.O.Trombone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/04.O.Trombone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/05.O.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/05.O.Oboe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/07.O.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/07.O.Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/08.O.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/08.O.Flute.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/09.O.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/09.O.Cello.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/10.O.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/10.O.Trumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/11.O.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/11.O.Bassoon.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/12.O.EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/12.O.EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/13.O.FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/13.O.FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/14.O.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/14.O.Tuba.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/15.O.Saxophone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/15.O.Saxophone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Onset/16.O.Clarinet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Onset/16.O.Clarinet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/01.R.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/01.R.Violin.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/05.R.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/05.R.Oboe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/07.R.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/07.R.Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/08.R.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/08.R.Flute.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/09.R.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/09.R.Cello.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/10.R.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/10.R.Trumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/11.R.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/11.R.Bassoon.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Remainder/14.R.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Remainder/14.R.Tuba.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/01.W.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/01.W.Violin.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/02.W.Vibraphone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/02.W.Vibraphone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/04.W.Trombone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/04.W.Trombone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/05.W.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/05.W.Oboe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/07.W.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/07.W.Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/08.W.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/08.W.Flute.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/09.W.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/09.W.Cello.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/10.W.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/10.W.Trumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/11.W.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/11.W.Bassoon.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/12.W.EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/12.W.EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/13.W.FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/13.W.FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/14.W.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/14.W.Tuba.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/15.W.Saxophone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/15.W.Saxophone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Iverson1993_Whole/16.W.Clarinet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Iverson1993_Whole/16.W.Clarinet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/0.Comb.raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/0.Comb.raw.txt -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/01_ClarinetBb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/01_ClarinetBb.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/03_FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/03_FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/04_Harpsichord.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/04_Harpsichord.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/05_Harp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/05_Harp.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/06_Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/06_Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/08_SaxTenorGrowls.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/08_SaxTenorGrowls.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/09_TrumpetMuted.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/09_TrumpetMuted.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/10_ViolinMartele.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/10_ViolinMartele.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/11_Celesta.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/11_Celesta.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/12_Cuica.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/12_Cuica.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/13_CymbalBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/13_CymbalBowed.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/14_CymbalStruck.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/14_CymbalStruck.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/15_LogDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/15_LogDrum.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/16_Snare.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/16_Snare.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/17_SteelDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/17_SteelDrum.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/18_TubularBells.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/18_TubularBells.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Comb/19_Tympani.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Comb/19_Tympani.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/0.Harm.raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/0.Harm.raw.txt -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/01_ClarinetBb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/01_ClarinetBb.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/02_CrumhornTenor.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/02_CrumhornTenor.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/03_EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/03_EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/05_FluteNoVibe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/05_FluteNoVibe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/06_FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/06_FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/07_Harpsichord.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/07_Harpsichord.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/08_Harp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/08_Harp.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/10_Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/10_Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/12_SaxAlto.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/12_SaxAlto.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/13_SaxTenorGrowls.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/13_SaxTenorGrowls.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/14_TrumpetBbHard.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/14_TrumpetBbHard.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/15_TrumpetMuted.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/15_TrumpetMuted.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/16_ViolinMartele.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/16_ViolinMartele.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Harm/17_ViolinNoVibe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Harm/17_ViolinNoVibe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/0.Perc.raw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/0.Perc.raw.txt -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/02_BongoSmall.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/02_BongoSmall.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/03_Castanets.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/03_Castanets.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/04_Celesta.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/04_Celesta.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/05_Cuica.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/05_Cuica.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/06_CymbalBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/06_CymbalBowed.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/07_CymbalStruck.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/07_CymbalStruck.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/08_LogDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/08_LogDrum.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/09_Marimba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/09_Marimba.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/10_Snare.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/10_Snare.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/11_SteelDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/11_SteelDrum.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/12_TambourinePop.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/12_TambourinePop.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/13_TamTam.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/13_TamTam.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/14_TempleBlock.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/14_TempleBlock.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/15_TubularBells.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/15_TubularBells.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Lakatos2000_Perc/16_Tympani.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Lakatos2000_Perc/16_Tympani.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/01_dn_hrn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/01_dn_hrn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/02_dn_tpt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/02_dn_tpt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/03_dn_tbn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/03_dn_tbn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/04_dn_hrp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/04_dn_hrp.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/05_dn_tpr.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/05_dn_tpr.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/06_dn_ols.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/06_dn_ols.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/07_dn_vbs.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/07_dn_vbs.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/08_dn_sno.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/08_dn_sno.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/09_dn_hcd.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/09_dn_hcd.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/10_dn_can.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/10_dn_can.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/11_dn_bsn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/11_dn_bsn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/12_dn_cnt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/12_dn_cnt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/13_dn_vbn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/13_dn_vbn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/14_dn_obc.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/14_dn_obc.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/15_dn_gtr.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/15_dn_gtr.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/16_dn_stg.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/16_dn_stg.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/17_dn_pno.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/17_dn_pno.aiff -------------------------------------------------------------------------------- /ext/python/sounds/McAdams1995/18_dn_gtn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/McAdams1995/18_dn_gtn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/01_Piano.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/01_Piano.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/02_Cello.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/02_Cello.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/03_Violin.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/03_Violin.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/04_Vibraphone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/04_Vibraphone.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/05_Marimba.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/05_Marimba.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/06_Oboe.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/06_Oboe.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/07_Clarinet.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/07_Clarinet.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/08_Trumpet.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/08_Trumpet.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/09_Bassoon.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/09_Bassoon.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/10_Trombone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/10_Trombone.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_A3/11_Saxophone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_A3/11_Saxophone.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/01_Piano.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/01_Piano.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/02_Cello.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/02_Cello.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/03_Violin.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/03_Violin.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/04_Vibraphone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/04_Vibraphone.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/05_Marimba.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/05_Marimba.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/06_Oboe.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/06_Oboe.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/07_Clarinet.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/07_Clarinet.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/08_Trumpet.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/08_Trumpet.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/09_Bassoon.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/09_Bassoon.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/10_Trombone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/10_Trombone.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_DX4/11_Saxophone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_DX4/11_Saxophone.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/01_Piano.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/01_Piano.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/02_Cello.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/02_Cello.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/03_Violin.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/03_Violin.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/04_Vibraphone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/04_Vibraphone.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/05_Marimba.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/05_Marimba.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/06_Oboe.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/06_Oboe.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/07_Clarinet.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/07_Clarinet.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/08_Trumpet.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/08_Trumpet.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/09_Bassoon.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/09_Bassoon.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/10_Trombone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/10_Trombone.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Patil2012_GD4/11_Saxophone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Patil2012_GD4/11_Saxophone.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim01_BCL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim01_BCL.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim02_BSN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim02_BSN.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim03_FLT.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim03_FLT.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim04_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim04_HCD.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim05_HRN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim05_HRN.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim06_HRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim06_HRP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim07_MBA.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim07_MBA.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim08_PNO.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim08_PNO.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim09_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim09_TRP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim10_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim10_VCE.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim11_VCP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim11_VCP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim12_VIB.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim12_VIB.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim13_VLI.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim13_VLI.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set1/Sim14_VLP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set1/Sim14_VLP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set2/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set3/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set3/Sim01_BCL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set3/Sim01_BCL.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set3/Sim04_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set3/Sim04_HCD.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set3/Sim07_MBA.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set3/Sim07_MBA.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set3/Sim09_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set3/Sim09_TRP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set3/Sim10_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set3/Sim10_VCE.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set3/Sim11_VCP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set3/Sim11_VCP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e2set3/Sim14_VLP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e2set3/Sim14_VLP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim01_BCL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim01_BCL.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim04_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim04_HCD.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim07_MBA.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim07_MBA.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim09_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim09_TRP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim10_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim10_VCE.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim11_VCP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim11_VCP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim14_VLP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim14_VLP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim15_BCL_Imp7.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim15_BCL_Imp7.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim16_HRP_Cont3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim16_HRP_Cont3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim18_BSN_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim18_BSN_HCD.aiff -------------------------------------------------------------------------------- /ext/python/sounds/Siedenburg2016_e3/Sim21_VCE_VIB.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/Siedenburg2016_e3/Sim21_VCE_VIB.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01.O.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01.O.Violin.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01.R.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01.R.Violin.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01.W.Violin.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01.W.Violin.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01_BambooChimesHit.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01_BambooChimesHit.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01_ClarinetBb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01_ClarinetBb.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01_Piano.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01_Piano.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01_Piano.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01_Piano.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01_Piano.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01_Piano.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/01_dn_hrn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/01_dn_hrn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02.O.Vibraphone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02.O.Vibraphone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02.R.Vibraphone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02.R.Vibraphone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02.W.Vibraphone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02.W.Vibraphone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02_BongoSmall.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02_BongoSmall.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02_Cello.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02_Cello.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02_Cello.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02_Cello.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02_Cello.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02_Cello.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02_CrumhornTenor.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02_CrumhornTenor.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/02_dn_tpt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/02_dn_tpt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03.O.TubularBellsOR.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03.O.TubularBellsOR.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03.R.TubularBellsOR.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03.R.TubularBellsOR.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03.W.TubularBellsOR.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03.W.TubularBellsOR.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03_Castanets.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03_Castanets.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03_EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03_EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03_FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03_FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03_Violin.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03_Violin.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03_Violin.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03_Violin.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03_Violin.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03_Violin.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/03_dn_tbn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/03_dn_tbn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04.O.Trombone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04.O.Trombone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04.R.Trombone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04.R.Trombone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04.W.Trombone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04.W.Trombone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04_Celesta.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04_Celesta.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04_Harpsichord.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04_Harpsichord.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04_Vibraphone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04_Vibraphone.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04_Vibraphone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04_Vibraphone.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04_Vibraphone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04_Vibraphone.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/04_dn_hrp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/04_dn_hrp.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05.O.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05.O.Oboe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05.R.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05.R.Oboe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05.W.Oboe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05.W.Oboe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05_Cuica.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05_Cuica.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05_FluteNoVibe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05_FluteNoVibe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05_Harp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05_Harp.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05_Marimba.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05_Marimba.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05_Marimba.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05_Marimba.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05_Marimba.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05_Marimba.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/05_dn_tpr.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/05_dn_tpr.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06.O.MutedTrumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06.O.MutedTrumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06.R.MutedTrumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06.R.MutedTrumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06.W.MutedTrumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06.W.MutedTrumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06_CymbalBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06_CymbalBowed.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06_FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06_FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06_Oboe.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06_Oboe.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06_Oboe.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06_Oboe.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06_Oboe.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06_Oboe.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06_Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06_Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/06_dn_ols.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/06_dn_ols.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07.O.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07.O.Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07.R.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07.R.Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07.W.Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07.W.Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07_Clarinet.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07_Clarinet.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07_Clarinet.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07_Clarinet.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07_Clarinet.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07_Clarinet.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07_CymbalStruck.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07_CymbalStruck.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07_Harpsichord.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07_Harpsichord.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/07_dn_vbs.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/07_dn_vbs.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08.O.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08.O.Flute.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08.R.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08.R.Flute.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08.W.Flute.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08.W.Flute.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08_Harp.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08_Harp.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08_LogDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08_LogDrum.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08_SaxTenorGrowls.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08_SaxTenorGrowls.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08_Trumpet.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08_Trumpet.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08_Trumpet.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08_Trumpet.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08_Trumpet.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08_Trumpet.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/08_dn_sno.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/08_dn_sno.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09.O.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09.O.Cello.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09.R.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09.R.Cello.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09.W.Cello.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09.W.Cello.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09_Bassoon.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09_Bassoon.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09_Bassoon.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09_Bassoon.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09_Bassoon.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09_Bassoon.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09_Marimba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09_Marimba.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09_TrumpetMuted.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09_TrumpetMuted.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/09_dn_hcd.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/09_dn_hcd.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10.O.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10.O.Trumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10.R.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10.R.Trumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10.W.Trumpet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10.W.Trumpet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10_Piano.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10_Piano.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10_Snare.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10_Snare.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10_Trombone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10_Trombone.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10_Trombone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10_Trombone.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10_Trombone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10_Trombone.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10_ViolinMartele.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10_ViolinMartele.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/10_dn_can.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/10_dn_can.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11.O.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11.O.Bassoon.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11.R.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11.R.Bassoon.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11.W.Bassoon.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11.W.Bassoon.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11_Celesta.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11_Celesta.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11_Saxophone.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11_Saxophone.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11_Saxophone.D4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11_Saxophone.D4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11_Saxophone.G#4.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11_Saxophone.G#4.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11_SteelDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11_SteelDrum.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/11_dn_bsn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/11_dn_bsn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/12.O.EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/12.O.EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/12.R.EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/12.R.EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/12.W.EnglishHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/12.W.EnglishHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/12_Cuica.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/12_Cuica.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/12_SaxAlto.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/12_SaxAlto.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/12_TambourinePop.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/12_TambourinePop.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/12_dn_cnt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/12_dn_cnt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/13.O.FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/13.O.FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/13.R.FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/13.R.FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/13.W.FrenchHorn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/13.W.FrenchHorn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/13_CymbalBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/13_CymbalBowed.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/13_SaxTenorGrowls.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/13_SaxTenorGrowls.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/13_TamTam.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/13_TamTam.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/13_dn_vbn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/13_dn_vbn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/14.O.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/14.O.Tuba.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/14.R.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/14.R.Tuba.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/14.W.Tuba.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/14.W.Tuba.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/14_CymbalStruck.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/14_CymbalStruck.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/14_TempleBlock.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/14_TempleBlock.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/14_TrumpetBbHard.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/14_TrumpetBbHard.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/14_dn_obc.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/14_dn_obc.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/15.O.Saxophone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/15.O.Saxophone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/15.R.Saxophone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/15.R.Saxophone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/15.W.Saxophone.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/15.W.Saxophone.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/15_LogDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/15_LogDrum.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/15_TrumpetMuted.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/15_TrumpetMuted.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/15_TubularBells.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/15_TubularBells.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/15_dn_gtr.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/15_dn_gtr.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/16.O.Clarinet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/16.O.Clarinet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/16.R.Clarinet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/16.R.Clarinet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/16.W.Clarinet.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/16.W.Clarinet.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/16_Snare.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/16_Snare.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/16_Tympani.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/16_Tympani.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/16_ViolinMartele.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/16_ViolinMartele.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/16_dn_stg.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/16_dn_stg.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/17_SteelDrum.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/17_SteelDrum.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/17_VibraphoneBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/17_VibraphoneBowed.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/17_ViolinNoVibe.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/17_ViolinNoVibe.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/17_dn_pno.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/17_dn_pno.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/18_TubularBells.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/18_TubularBells.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/18_dn_gtn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/18_dn_gtn.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/19_Tympani.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/19_Tympani.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/20_VibraphoneBowed.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/20_VibraphoneBowed.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/BN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/BN.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/BNt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/BNt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/C1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/C1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/C2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/C2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/C2t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/C2t.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son01.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son02.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son03.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son04.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son05.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son05.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son06.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son06.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son07.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son07.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son08.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son08.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son09.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son09.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son10.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son10.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son11.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son11.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son12.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son12.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son13.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son13.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son14.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son14.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/CHAP4_Son15.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/CHAP4_Son15.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/EH.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/EH.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/FH.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/FH.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/FHt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/FHt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/FL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/FL.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/O1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/O1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/O1t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/O1t.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/O2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/O2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/S1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/S1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/S1t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/S1t.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/S2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/S2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/S2t.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/S2t.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/S3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/S3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim01_BCL.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim01_BCL.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim02_BSN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim02_BSN.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim03_FLT.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim03_FLT.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim04_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim04_HCD.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim05_HRN.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim05_HRN.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim06_HRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim06_HRP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim07_MBA.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim07_MBA.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim08_PNO.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim08_PNO.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim09_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim09_TRP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim10_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim10_VCE.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim11_VCP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim11_VCP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim12_VIB.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim12_VIB.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim13_VLI.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim13_VLI.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim14_VLP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim14_VLP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim15_BCL_Imp7.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim15_BCL_Imp7.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim16_HRP_Cont3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim16_HRP_Cont3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim17_Imp1_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim17_Imp1_VCE.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim18_BSN_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim18_BSN_HCD.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim19_Mixed5_TRP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim19_Mixed5_TRP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim20_HRN_Mixed5.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim20_HRN_Mixed5.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim21_VCE_VIB.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim21_VCE_VIB.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim22_MBA_HCD.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim22_MBA_HCD.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim23_FLT_Imp1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim23_FLT_Imp1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim24_Imp7_VCE.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim24_Imp7_VCE.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim25_Cont3_Imp7.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim25_Cont3_Imp7.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim26_TRP_Mixed1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim26_TRP_Mixed1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim27_HCD_Cont6.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim27_HCD_Cont6.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/Sim28_VLI_PNO.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/Sim28_VLI_PNO.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/TM.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/TM.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/TMt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/TMt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/TP.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/TP.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/TPt.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/TPt.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/X1.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/X1.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/X2.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/X2.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds/X3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds/X3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds2/.DS_Store -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds2/01_BambooChimesHit.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds2/01_BambooChimesHit.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds2/01_ClarinetBb.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds2/01_ClarinetBb.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds2/01_Piano.A3.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds2/01_Piano.A3.aiff -------------------------------------------------------------------------------- /ext/python/sounds/WholeSounds2/01_dn_hrn.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/ext/python/sounds/WholeSounds2/01_dn_hrn.aiff -------------------------------------------------------------------------------- /mds_based_analysis/matlab/Figure2.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/mds_based_analysis/matlab/Figure2.eps -------------------------------------------------------------------------------- /mds_based_analysis/matlab/Figure2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/mds_based_analysis/matlab/Figure2.m -------------------------------------------------------------------------------- /mds_based_analysis/matlab/LOGAttackTime.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/mds_based_analysis/matlab/LOGAttackTime.m -------------------------------------------------------------------------------- /mds_based_analysis/matlab/labelpoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/mds_based_analysis/matlab/labelpoints.m -------------------------------------------------------------------------------- /mds_based_analysis/matlab/main_MDS_BASED_ANALYSIS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/mds_based_analysis/matlab/main_MDS_BASED_ANALYSIS.m -------------------------------------------------------------------------------- /mds_based_analysis/matlab/main_MDS_BASED_ANALYSIS.m~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/mds_based_analysis/matlab/main_MDS_BASED_ANALYSIS.m~ -------------------------------------------------------------------------------- /mds_based_analysis/matlab/spectralCentroid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/mds_based_analysis/matlab/spectralCentroid.m -------------------------------------------------------------------------------- /optimized_metrics/python/010_optimize_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/010_optimize_metrics.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/auditory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/auditory.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/datasets.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/features.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/fourier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/fourier.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/load.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/pca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/pca.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/training.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/training.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/training_reg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/training_reg.py -------------------------------------------------------------------------------- /optimized_metrics/python/lib/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EtienneTho/musical-timbre-studies/HEAD/optimized_metrics/python/lib/utils.py --------------------------------------------------------------------------------