Re: [qsynth-devel] Best way to manage presets?
A fluidsynth Qt GUI Interface
Brought to you by:
rncbc
|
From: <ped...@gm...> - 2022-09-10 11:08:53
|
On s?bado, 10 de septiembre de 2022 12:50:50 (CEST) Rui Nuno Capela via qsynth-devel wrote: > > My idea would be to have a number of engines each with an assigned > > soundfont an settings, e.g. Engine 1 = Soundfont 1, Engine 2 = > > soundfont > > 2, etc. and be able to 'snapshot' and re-load them. Would this be > > possible in some way? > > if more than one sf2 is loaded, you may have a bank offset on the 2nd > sf2 and 3rd. etc. so their instrument presets be addressable by the > original bank no. plus respective offset. The soundfont offset is relevant when more than one soundfont is loaded within the same engine (fluidsynth instance). But Lorenzo's use case is about loading different soundfonts in different engines/instances, so no need to set offsets in this case. The channel presets are stored in the program configuration, ( which in Linux is located at ~/.config/rncbc.org/Qsynth.conf ). Each preset is associated to its engine, so I see no problems with Lorenzo's scenario. Regards, Pedro |