diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-24 02:27:44 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-24 02:27:44 +0300 |
commit | 22d2506f5308094e706ec152ec64cfc92ef12876 (patch) | |
tree | 35a937cbf049818c0b9d75f929199e5610379680 /src/adldata.hh | |
parent | f7cb7d402779384a17408314ec285876299e3ae5 (diff) | |
download | libADLMIDI-22d2506f5308094e706ec152ec64cfc92ef12876.tar.gz libADLMIDI-22d2506f5308094e706ec152ec64cfc92ef12876.tar.bz2 libADLMIDI-22d2506f5308094e706ec152ec64cfc92ef12876.zip |
More clean-up of old commented code
Diffstat (limited to 'src/adldata.hh')
-rw-r--r-- | src/adldata.hh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/adldata.hh b/src/adldata.hh index deea8f4..44a55e6 100644 --- a/src/adldata.hh +++ b/src/adldata.hh @@ -93,29 +93,6 @@ struct AdlBankSetup bool scaleModulators; }; - -///** -// * @brief Conversion of storage formats -// */ -//inline adlinsdata2 adlinsdata2::from_adldata(const adlinsdata &d) -//{ -// adlinsdata2 ins; -// ins.tone = d.tone; -// ins.flags = d.flags; -// ins.ms_sound_kon = d.ms_sound_kon; -// ins.ms_sound_koff = d.ms_sound_koff; -// ins.midi_velocity_offset = d.midi_velocity_offset; -// ins.voice2_fine_tune = d.voice2_fine_tune; -//#ifdef DISABLE_EMBEDDED_BANKS -// std::memset(ins.adl, 0, sizeof(adldata) * 2); -//#else -// std::memset(ins.adl, 0, sizeof(adldata) * 2); -//// ins.adl[0] = ::adl[d.adlno1]; -//// ins.adl[1] = ::adl[d.adlno2]; -//#endif -// return ins; -//} - /** * @brief Convert external instrument to internal instrument */ |