View Single Post
Old 08-09-2019, 03:25 PM   #3860
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,258
Default

Quote:
Originally Posted by MixMonkey View Post
Having spent the day battling the nightmare world of Apple Sandboxing and losing, I have realised that the easy bit of the Configurator is its internal workings and the difficult bit is dealing with the two OS filesystems.
True dat

Quote:
Originally Posted by MixMonkey View Post
I'm not anti the idea of being able to load a .zon file and edit it, but I'd like to get what we have at the moment straightened out. Here's a few points:

i) At the moment the VBA code doesn't retain the file path for saving when you save and re-load the Configurator.xlsm file as you would want to do to re-arrange a map. You have to reload the raw fx to re-instate the path.
Isn’t it just starting here:

MyPath = "C:\Users" + Range("D2").Value + "\AppData\Roaming\REAPER\CSI\Zones\ZoneFXFiles “

Choosing the .zon file to load, loading it, then:

ReadPath = Replace(MyFiles, "ZoneFXFiles", "ZoneRawFXFiles")
ReadPath = Replace(ReadPath , “zon", “txt")

and loading the raw file ?

Quote:
Originally Posted by MixMonkey View Post
ii)Actually, as Freex has discovered, it bases it's save path entirely on the raw FX load path, so if you've loaded the raw fx file from a sub-folder in ZoneRawFXFiles, it will expect that folder to be present when the .zon is saved. Cool for Freex, but probably pretty confusing for anyone else as it prevents the Configurator.xlsm files from being easily exchanged, as they won't save properly unless the directory structures are the same.
Yes, it does rely on the hard coded paths, still not sure that's a bad thing

Quote:
Originally Posted by MixMonkey View Post
iii) Notwithstanding the ability to load .zon files and re-edit them, the best workflow is to keep the SomeFX.xlsm and not worry about the raw fx file after it has been loaded in. When I've sorted out the saving issues, the Excel files should be portable and cross platform.

iv) As far the disk space used, come on guys a 100KB Excel file, really? The average algo plugin is 10-15MB (some Acustica plugins are 1-2GB!) These aren't going to fill the disc up.
Yeah, I don't think the file size is much of a consideration.
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote