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

JS code to import GraphicEQ presets #3499

Merged
merged 1 commit into from
Nov 12, 2024
Merged

JS code to import GraphicEQ presets #3499

merged 1 commit into from
Nov 12, 2024

Conversation

Digitalone1
Copy link
Contributor

Related to #2960

I have to say that Javascript for GraphicEQ import is better because C++ regex match class didn't support the global flag, so we needed to make a new mach on each loop, while matchAll in JS returns an iterative object with all the stuff inside and we need only to save values on each loop.

Copy link

github-actions bot commented Nov 12, 2024

Workflow failed, but the following artifacts are still available for this pull request:

@wwmm wwmm merged commit d5851d9 into wwmm:eeqt Nov 12, 2024
7 of 10 checks passed
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.

2 participants