Page 1 of 1
PhonicsAudio .fsm s
Posted: Thu Feb 03, 2022 8:59 pm
by nix
hi crew,
I have overhauled my website and made a few additions.
There are I think 23 projects with .fsm s and resources
- the .fsm s are for the 64 bit Alpha ==>
www.phonicsaudio.comhope you find something of interest among them
Re: PhonicsAudio .fsm s
Posted: Mon Feb 07, 2022 3:59 am
by StereoSpace
Thank you for these wonderful things!
I have a couple of ideas on how to improve sample handling in your rompler. I will try to form my thoughts correctly in the near future and send you a project. I managed to do it the way xln audio products do. The sample library can be located in any convenient place for the user, and the presets will be read in any case. Sorry for my english.

Re: PhonicsAudio .fsm s
Posted: Mon Feb 07, 2022 4:20 am
by RJHollins
Nice looking site Nix !
Re: PhonicsAudio .fsm s
Posted: Mon Feb 07, 2022 9:59 pm
by nix
oh that's interesting StereoSpace,
I have to use the location of the .dll
thanks RJ!
Re: PhonicsAudio .fsm s
Posted: Mon Feb 07, 2022 11:27 pm
by StereoSpace
nix wrote:oh that's interesting StereoSpace,
I have to use the location of the .dll
!
This has always bothered me, because there is always not enough free space on the disk with vst3.
For now, I will describe in words, and later, if necessary, I will send a diagram (there is now a mess)
When installing my plugin, the content folder can be copied to any location. Inside the folder with samples there is a small program, by pressing which, the current location of the samples is read and the address is written to a separate configuration file (let's say in the appdata).
When the plugin is loaded, this file is read and immediately replaces the old address in the presets with the current one. Even if you save presets and change the location, the subsequent opening still reads the desired location.
ScreenShot -
https://disk.yandex.ru/i/Y_0dHj6t0w100w
Re: PhonicsAudio .fsm s
Posted: Tue Feb 08, 2022 12:39 am
by nix
ok, -nice work!