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

Possibility for weird errors when using very long compartment parameter names #867

Closed
helgoboss opened this issue Jun 10, 2023 · 0 comments
Labels
realearn Related to ReaLearn

Comments

@helgoboss
Copy link
Owner

As soon as the compartment parameter name hits the 32 byte limit, weird things can happen on REAPER side. Caused by this issue: RustAudio/vst-rs#196

User reported an error message which was a symptom of this bug: Message: REAPER string should be UTF-8 encoded: IntoStringError { inner: "<TRACK\nNAME \" ...

So the track chunk suddenly contained random garbage characters that were not UTF-8 encoded. Luckily, otherwise the error would not have been discovered.

helgoboss added a commit that referenced this issue Jun 10, 2023
when using long compartment parameter names in ReaLearn and
referring to them elsewhere, e.g. as TCP param
@helgoboss helgoboss added the realearn Related to ReaLearn label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
realearn Related to ReaLearn
Projects
None yet
Development

No branches or pull requests

1 participant