Hi @dsp56300 !
I just tested and both emulators works very nicely. Stability issues seems to have vanished now. Thanks for fixing the “logging” problem.
Please, let’s try to address the preset generation task.
Do you think is possible to implement this workflow from your side:
-
When the emulator is started with a given ROM file, it checks if the presets for this ROM file are generated. Probably, it should check for a LV2 bundle-dir containing the presets.
-
If they doesn’t exist, then it would generate the presets for the ROM
-
If the bundle-dir with the presets does exist for this ROM, then do nothing.
-
I think this is simple enough for you, and it can be easily implemented in the zynthian side:
- We would have a ROM management tab in the webconf.
- When a new ROM is uploaded, replacing the existing one, if any:
- the plugin will be run for preset generation and finished.
- then we will search for new LV2 presets, updating the zynthian presets cache.
Please, tell me if this works for you and i will start working in in our side.
The best!