Re: [fluid-dev] SoundFont Preset generator interpretation

2020-06-22 Thread Garth Hjelte
At 12:39 PM 6/22/2020, you wrote: >> I got a response from the Viena author; the mistake I was making was that I >> was doing this: >> >> CalcToTimeVal(PresetZoneVal) + CalcToTimeVal(InstrumentZoneVal) = FinalResult > >Oh, Déjà-vu! Same topic, yesterday, two years ago: >https://lists.nongnu.org/

Re: [fluid-dev] SoundFont Preset generator interpretation

2020-06-22 Thread Tom M. via fluid-dev
> I got a response from the Viena author; the mistake I was making was that I > was doing this: > > CalcToTimeVal(PresetZoneVal) + CalcToTimeVal(InstrumentZoneVal) = FinalResult Oh, Déjà-vu! Same topic, yesterday, two years ago: https://lists.nongnu.org/archive/html/fluid-dev/2018-06/msg00051.h

Re: [fluid-dev] SoundFont Preset generator interpretation

2020-06-22 Thread Garth Hjelte
At 09:09 PM 6/21/2020, you wrote: >>In the SoundFont spec, it seems - and at times explicitly states - that the >>Preset values are ADDED to the Instrument Values, and are interpreted as >>Units specified in the spec. From page 45 (2.01 sepc). >I could confirm that fluidsynth does what SF 2.01