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

Add metadata into the wt with lua script #7904

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

baconpaul
Copy link
Collaborator

  1. wt format gets metadata chunk and flag which we can read/write
  2. wav file gets wtmd riff chunk which we can read/wrote
  3. load_wt variants save and restore metadata
  4. metadata is a xml blob optionally populated
  5. if there's a script, its populated with the script
  6. script clear on watetable change

Closes #7897

baconpaul and others added 2 commits December 4, 2024 13:53
1. wt format gets metadata chunk and flag which we can read/write
2. wav file gets `wtmd` riff chunk which we can read/wrote
3. load_wt variants save and restore metadata
4. metadata is a xml blob optionally populated
5. if there's a script, its populated with the script
6. script clear on watetable change

Closes surge-synthesizer#7897
@baconpaul baconpaul merged commit da4630f into surge-synthesizer:main Dec 4, 2024
13 checks passed
@baconpaul baconpaul deleted the wt-lua-metadata branch December 4, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wavetable Lua Console / WTSE: Exported .wts and .wavs should have the relevant Lua code bundled in the file
1 participant