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

Param To/From string correct in VST3 #107

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

baconpaul
Copy link
Collaborator

  1. A tresult means don't return true false. Because those are false/true respectively.
  2. The fromString requires a normalized value as the output
  3. Use the memory guarded copy8 to get the data from a wstring in to value, and no longer copy the unused return value.

1. A tresult means don't return true false. Because those are
   false/true respectively.
2. The fromString requires a normalized value as the output
3. Use the memory guarded copy8 to get the data from a wstring
   in to value, and no longer copy the unused return value.
baconpaul added a commit to baconpaul/clap-wrapper that referenced this pull request Sep 8, 2023
Ignore unused-parameter; it is useful to document intent.
Keep the rest
If we merge free-audio#107 we will be able to turn on Werror also, at least
on mac.
baconpaul added a commit to baconpaul/clap-wrapper that referenced this pull request Sep 8, 2023
Ignore unused-parameter; it is useful to document intent, but keep
the rest of the warnings. gcc pragma ignore some vst3 headers to get
there.

If we merge free-audio#107 we will be able to turn on Werror also, at least
on mac and linux.
@defiantnerd defiantnerd merged commit 6e1eca5 into free-audio:next Sep 8, 2023
6 checks passed
defiantnerd pushed a commit that referenced this pull request Sep 8, 2023
Ignore unused-parameter; it is useful to document intent, but keep
the rest of the warnings. gcc pragma ignore some vst3 headers to get
there.

If we merge #107 we will be able to turn on Werror also, at least
on mac and linux.
defiantnerd pushed a commit that referenced this pull request Sep 9, 2023
1. A tresult means don't return true false. Because those are
   false/true respectively.
2. The fromString requires a normalized value as the output
3. Use the memory guarded copy8 to get the data from a wstring
   in to value, and no longer copy the unused return value.
defiantnerd pushed a commit that referenced this pull request Sep 9, 2023
Ignore unused-parameter; it is useful to document intent, but keep
the rest of the warnings. gcc pragma ignore some vst3 headers to get
there.

If we merge #107 we will be able to turn on Werror also, at least
on mac and linux.
@baconpaul baconpaul deleted the strings-work branch September 11, 2023 22:17
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