├── LICENSE ├── NRPN test - filter ├── README.md ├── filter_NRPN_test.mid ├── filter_NRPN_test.sf2 └── recordings │ ├── filter_NRPN_test-Audigy2.ogg │ └── filter_NRPN_test-FluidSynth-2.4.2.ogg ├── README.md ├── additional tests.md ├── recordings ├── AWE64 Gold (CT4390).ogg ├── AWE64 Gold (CT4390).txt ├── Audigy2 ZS, custom fx.ogg ├── FluidSynth 2.3.6, interp 7, custom fx.ogg └── SB Live!, no fx.mp3 ├── sample interpolation test ├── README.md ├── images │ ├── test1-bassmidi-linear.png │ ├── test1-sfizz-sinc6.png │ ├── test2-bassmidi-linear.png │ ├── test2-sfizz-sinc5.png │ ├── test3-fluidsynth-7thorder&sfizz-sinc3.png │ ├── test3-sfizz-sinc4.png │ ├── test4-bassmidi-linear.png │ ├── test4-bassmidi-sinc.png │ └── test4-fluidsynth-7thorder&sfizz-sinc3.png ├── recordings │ ├── BASSMIDI (linear).flac │ ├── BASSMIDI (sinc).flac │ ├── FluidSynth (1 - linear).flac │ ├── FluidSynth (4 - 4th order).flac │ ├── FluidSynth (7 - 7th order).flac │ ├── sfizz (1 - linear).flac │ ├── sfizz (10 - sinc).flac │ ├── sfizz (2 - higher quality).flac │ ├── sfizz (3 - sinc).flac │ ├── sfizz (4 - sinc).flac │ ├── sfizz (5 - sinc).flac │ ├── sfizz (6 - sinc).flac │ ├── sfizz (7 - sinc).flac │ ├── sfizz (8 - sinc).flac │ ├── sfizz (9 - sinc).flac │ └── sfizz (default).flac ├── sample interpolation test.mid ├── sample interpolation test.sf2 ├── sample interpolation test.sfz └── samples │ ├── FM EP_84_2.wav │ ├── Timpani Soft.wav │ ├── Wave_Sine_093.wav │ ├── a-a.wav │ ├── d-d.wav │ └── e-e.wav ├── sf_spec_test.mid └── sf_spec_test.sf2 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/LICENSE -------------------------------------------------------------------------------- /NRPN test - filter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/NRPN test - filter/README.md -------------------------------------------------------------------------------- /NRPN test - filter/filter_NRPN_test.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/NRPN test - filter/filter_NRPN_test.mid -------------------------------------------------------------------------------- /NRPN test - filter/filter_NRPN_test.sf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/NRPN test - filter/filter_NRPN_test.sf2 -------------------------------------------------------------------------------- /NRPN test - filter/recordings/filter_NRPN_test-Audigy2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/NRPN test - filter/recordings/filter_NRPN_test-Audigy2.ogg -------------------------------------------------------------------------------- /NRPN test - filter/recordings/filter_NRPN_test-FluidSynth-2.4.2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/NRPN test - filter/recordings/filter_NRPN_test-FluidSynth-2.4.2.ogg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/README.md -------------------------------------------------------------------------------- /additional tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/additional tests.md -------------------------------------------------------------------------------- /recordings/AWE64 Gold (CT4390).ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/recordings/AWE64 Gold (CT4390).ogg -------------------------------------------------------------------------------- /recordings/AWE64 Gold (CT4390).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/recordings/AWE64 Gold (CT4390).txt -------------------------------------------------------------------------------- /recordings/Audigy2 ZS, custom fx.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/recordings/Audigy2 ZS, custom fx.ogg -------------------------------------------------------------------------------- /recordings/FluidSynth 2.3.6, interp 7, custom fx.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/recordings/FluidSynth 2.3.6, interp 7, custom fx.ogg -------------------------------------------------------------------------------- /recordings/SB Live!, no fx.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/recordings/SB Live!, no fx.mp3 -------------------------------------------------------------------------------- /sample interpolation test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/README.md -------------------------------------------------------------------------------- /sample interpolation test/images/test1-bassmidi-linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test1-bassmidi-linear.png -------------------------------------------------------------------------------- /sample interpolation test/images/test1-sfizz-sinc6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test1-sfizz-sinc6.png -------------------------------------------------------------------------------- /sample interpolation test/images/test2-bassmidi-linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test2-bassmidi-linear.png -------------------------------------------------------------------------------- /sample interpolation test/images/test2-sfizz-sinc5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test2-sfizz-sinc5.png -------------------------------------------------------------------------------- /sample interpolation test/images/test3-fluidsynth-7thorder&sfizz-sinc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test3-fluidsynth-7thorder&sfizz-sinc3.png -------------------------------------------------------------------------------- /sample interpolation test/images/test3-sfizz-sinc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test3-sfizz-sinc4.png -------------------------------------------------------------------------------- /sample interpolation test/images/test4-bassmidi-linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test4-bassmidi-linear.png -------------------------------------------------------------------------------- /sample interpolation test/images/test4-bassmidi-sinc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test4-bassmidi-sinc.png -------------------------------------------------------------------------------- /sample interpolation test/images/test4-fluidsynth-7thorder&sfizz-sinc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/images/test4-fluidsynth-7thorder&sfizz-sinc3.png -------------------------------------------------------------------------------- /sample interpolation test/recordings/BASSMIDI (linear).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/BASSMIDI (linear).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/BASSMIDI (sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/BASSMIDI (sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/FluidSynth (1 - linear).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/FluidSynth (1 - linear).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/FluidSynth (4 - 4th order).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/FluidSynth (4 - 4th order).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/FluidSynth (7 - 7th order).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/FluidSynth (7 - 7th order).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (1 - linear).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (1 - linear).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (10 - sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (10 - sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (2 - higher quality).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (2 - higher quality).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (3 - sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (3 - sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (4 - sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (4 - sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (5 - sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (5 - sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (6 - sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (6 - sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (7 - sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (7 - sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (8 - sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (8 - sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (9 - sinc).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (9 - sinc).flac -------------------------------------------------------------------------------- /sample interpolation test/recordings/sfizz (default).flac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/recordings/sfizz (default).flac -------------------------------------------------------------------------------- /sample interpolation test/sample interpolation test.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/sample interpolation test.mid -------------------------------------------------------------------------------- /sample interpolation test/sample interpolation test.sf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/sample interpolation test.sf2 -------------------------------------------------------------------------------- /sample interpolation test/sample interpolation test.sfz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/sample interpolation test.sfz -------------------------------------------------------------------------------- /sample interpolation test/samples/FM EP_84_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/samples/FM EP_84_2.wav -------------------------------------------------------------------------------- /sample interpolation test/samples/Timpani Soft.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/samples/Timpani Soft.wav -------------------------------------------------------------------------------- /sample interpolation test/samples/Wave_Sine_093.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/samples/Wave_Sine_093.wav -------------------------------------------------------------------------------- /sample interpolation test/samples/a-a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/samples/a-a.wav -------------------------------------------------------------------------------- /sample interpolation test/samples/d-d.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/samples/d-d.wav -------------------------------------------------------------------------------- /sample interpolation test/samples/e-e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sample interpolation test/samples/e-e.wav -------------------------------------------------------------------------------- /sf_spec_test.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sf_spec_test.mid -------------------------------------------------------------------------------- /sf_spec_test.sf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrbumpy409/SoundFont-Spec-Test/HEAD/sf_spec_test.sf2 --------------------------------------------------------------------------------