Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pot preview recorder: Allow recording preset previews for exporting purposes #931

Closed
helgoboss opened this issue Jun 21, 2024 · 2 comments
Closed
Labels
enhancement New feature or request pot Related to Pot / SoundPot / Pot Browser

Comments

@helgoboss
Copy link
Owner

with preset names as file names and custom output format

@helgoboss helgoboss added the enhancement New feature or request label Jun 21, 2024
@helgoboss
Copy link
Owner Author

Implemented in bb2171b

@helgoboss
Copy link
Owner Author

I've implemented this in the following way:

  • The output directory is actually not configurable. It's always $DOCUMENTS_DIR/Helgobox/SoundPot/Preview Exports/$DATE_OF_EXPORT
  • Within that directory, the presets will end up in the following structure: $PLUGIN_NAME/$PRESET_NAME.$EXT
  • The way SoundPot renders the previews is completely customizable (audio format, normalization, MIDI note, ...). Because it uses an export RPP file that you can adjust before rendering. SoundPot will tell you about this prior to the first export.
  • SoundPot will not check if it already rendered some previews, it will always render all previews in the list. It creates a completely new export directory for each export, so it can never overwrite existing files between two export sessions.

@helgoboss helgoboss changed the title Pot preview recorder: Allow to record previews to custom location Pot preview recorder: Allow recording preset previews for exporting purposes Jun 22, 2024
@helgoboss helgoboss added the pot Related to Pot / SoundPot / Pot Browser label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pot Related to Pot / SoundPot / Pot Browser
Projects
None yet
Development

No branches or pull requests

1 participant