PhonicsAudio .fsm s

Post any examples or modules that you want to share here
Post Reply
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

PhonicsAudio .fsm s

Post 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.com
hope you find something of interest among them
User avatar
StereoSpace
Posts: 78
Joined: Sat Feb 21, 2015 12:59 am

Re: PhonicsAudio .fsm s

Post 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. :oops:
GUI designer
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: PhonicsAudio .fsm s

Post by RJHollins »

Nice looking site Nix !
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: PhonicsAudio .fsm s

Post by nix »

oh that's interesting StereoSpace,
I have to use the location of the .dll

thanks RJ!
User avatar
StereoSpace
Posts: 78
Joined: Sat Feb 21, 2015 12:59 am

Re: PhonicsAudio .fsm s

Post 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
GUI designer
User avatar
nix
Posts: 817
Joined: Tue Jul 13, 2010 10:51 am

Re: PhonicsAudio .fsm s

Post by nix »

ok, -nice work!
Post Reply