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

[FEATURE] Realtime glyph adding #30

Open
petikwastaken opened this issue Sep 25, 2024 · 1 comment
Open

[FEATURE] Realtime glyph adding #30

petikwastaken opened this issue Sep 25, 2024 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@petikwastaken
Copy link

Add a option to add glyphs while the audio is playing via keyboard key presses or midi signals.

I think this would speed up the whole process.
I'll try to send a video of a script I did to visualize phone 2a glyph interface with launchpad mini mk3.
https://github.com/user-attachments/assets/f9bf2684-b341-4569-b497-8a37b893ce07

@petikwastaken petikwastaken added the enhancement New feature or request label Sep 25, 2024
@SebiAi
Copy link
Owner

SebiAi commented Sep 25, 2024

The current Glyph creation workflow relies on the usage of Audacity to create these Labels and produce a Label file which then gets further processed by the scripts.

But you do not necessarily need Audacity to create that Label file. It is just a csv file (with a tabulator as the separator) containing the start (float in seconds), end (float in seconds) and the Labels text (string) for each Label. So if you can program your lanchpad to output this data in the Label file format, then you can use the scripts as normal.

Does this work for you?

Another option would be to write a script with an ui that can play back the audio and also record key presses/midi input to generate that Label file.

@SebiAi SebiAi added the question Further information is requested label Sep 27, 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 question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants