ArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2021-09-07T05:28:54+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/6870 2021-09-07T05:28:54+02:00 2021-09-07T05:28:54+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43580#p43580 <![CDATA[Re: Moving presets to disk]]>
I guess if that happens, I'll just have to do another conversion.

Statistics: Posted by woodslanding — 07 Sep 2021, 05:28


]]>
2021-08-24T09:11:17+02:00 2021-08-24T09:11:17+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43547#p43547 <![CDATA[Re: Moving presets to disk]]> Unfortunately, nothing to do except change preset ID manually.

Statistics: Posted by senso — 24 Aug 2021, 09:11


]]>
2021-08-24T05:06:40+02:00 2021-08-24T05:06:40+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43544#p43544 <![CDATA[Re: Moving presets to disk]]>
But I am having a problem with Keyscape. It won't load presets created from my old wkp. Kontakt, Reaktor, Synthmaster have all had no problem.

I opened up the preset files in a text editor, and files created with the new WKP have these lines:
[7442856270553789059]
CHUNK=504730310000000....

The same preset created in the old wkp, which won't load in the new one, shows:
[4869531422799764010]
CHUNK=504730310000000...

Looks to be the same data, but stored with a different key. Do you know why this would be?

Currently all my presets for Keyscape are stored in the old WKP, and they are all modified from factory. I'd rather not load them into the old WKP, one by one, save them all in Keyscape, and then load them from the keyscape menu into the new WKP-- but I could certainly do that.

I could also write a find/replace script to convert the old key to the new one for all the presets in the folder. Since it looks like the chunk data is intact, it seems like it might work.

Thoughts?

Statistics: Posted by woodslanding — 24 Aug 2021, 05:06


]]>
2021-08-17T19:03:48+02:00 2021-08-17T19:03:48+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43530#p43530 <![CDATA[Re: Moving presets to disk]]> senso++

Statistics: Posted by senso — 17 Aug 2021, 19:03


]]>
2021-08-16T21:19:22+02:00 2021-08-16T21:19:22+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43526#p43526 <![CDATA[Moving presets to disk]]>
So, I'm planning to move all my presets to disk. I'm thinking I could write a script/patch to automate the process.

It would go something like this:
1. Set the file name/path input to [patchname] / [presetNum]-[presetName]
2. save the preset without dialog.
increment the preset number and repeat...

Do you think this could work? My biggest concern is making the script wait for the previous save step to conclude, before starting the next. The last script I wrote that initiated a sequence of time-consuming events did not seem to do so correctly, and therefore dropped lots of steps in the process.

If anyone has been experimenting with saving presets to file, please chime in. Otherwise, I will forge ahead ;)

cheers,
-eric

Statistics: Posted by woodslanding — 16 Aug 2021, 21:19


]]>
BrainModular BrainModular Users Forum 2021-09-07T05:28:54+02:00 https://www.brainmodular.com/forums/app.php/feed/topic/6870 2021-09-07T05:28:54+02:00 2021-09-07T05:28:54+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43580#p43580 <![CDATA[Re: Moving presets to disk]]>
I guess if that happens, I'll just have to do another conversion.

Statistics: Posted by woodslanding — 07 Sep 2021, 05:28


]]>
2021-08-24T09:11:17+02:00 2021-08-24T09:11:17+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43547#p43547 <![CDATA[Re: Moving presets to disk]]> Unfortunately, nothing to do except change preset ID manually.

Statistics: Posted by senso — 24 Aug 2021, 09:11


]]>
2021-08-24T05:06:40+02:00 2021-08-24T05:06:40+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43544#p43544 <![CDATA[Re: Moving presets to disk]]>
But I am having a problem with Keyscape. It won't load presets created from my old wkp. Kontakt, Reaktor, Synthmaster have all had no problem.

I opened up the preset files in a text editor, and files created with the new WKP have these lines:
[7442856270553789059]
CHUNK=504730310000000....

The same preset created in the old wkp, which won't load in the new one, shows:
[4869531422799764010]
CHUNK=504730310000000...

Looks to be the same data, but stored with a different key. Do you know why this would be?

Currently all my presets for Keyscape are stored in the old WKP, and they are all modified from factory. I'd rather not load them into the old WKP, one by one, save them all in Keyscape, and then load them from the keyscape menu into the new WKP-- but I could certainly do that.

I could also write a find/replace script to convert the old key to the new one for all the presets in the folder. Since it looks like the chunk data is intact, it seems like it might work.

Thoughts?

Statistics: Posted by woodslanding — 24 Aug 2021, 05:06


]]>
2021-08-17T19:03:48+02:00 2021-08-17T19:03:48+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43530#p43530 <![CDATA[Re: Moving presets to disk]]> senso++

Statistics: Posted by senso — 17 Aug 2021, 19:03


]]>
2021-08-16T21:19:22+02:00 2021-08-16T21:19:22+02:00 https://www.brainmodular.com/forums/viewtopic.php?t=6870&p=43526#p43526 <![CDATA[Moving presets to disk]]>
So, I'm planning to move all my presets to disk. I'm thinking I could write a script/patch to automate the process.

It would go something like this:
1. Set the file name/path input to [patchname] / [presetNum]-[presetName]
2. save the preset without dialog.
increment the preset number and repeat...

Do you think this could work? My biggest concern is making the script wait for the previous save step to conclude, before starting the next. The last script I wrote that initiated a sequence of time-consuming events did not seem to do so correctly, and therefore dropped lots of steps in the process.

If anyone has been experimenting with saving presets to file, please chime in. Otherwise, I will forge ahead ;)

cheers,
-eric

Statistics: Posted by woodslanding — 16 Aug 2021, 21:19


]]>