KIRA Ryouta
KIRA Ryouta
Fixes #1251
The following test cases fail in my environment. ``` TEST_CASE("[Synth] Note on and off at the maximum delay") { sfz::Synth synth; synth.setSampleRate(12800); synth.setSamplesPerBlock(128); sfz::AudioBuffer buffer { 2, static_cast(synth.getSamplesPerBlock()) }; synth.loadSfzString(fs::current_path()...
PR 1/4 of #1236 Shared File Pool Added FileData::Status::FullLoaded.
The output file will be corrupted when compressing. "sampletype" becomes invalid and cannot be loaded by MuseScore/fluidsynth.
Fixes #5
Fixes #1 and added fixing sampletype function. Note: A file which is converted from SF3 to SF4 or from SF4 to SF3 may be not fixed.
Fixes #3
The extracted file might be not able to be open.
The output file will be corrupted when large string is in a file.
Fixes #1266 Press Ctrl-C to quit if you input Ctrl-D or EOF.