- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Backend / Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Medium
- Reported Version Development
- Due in Version 0.3.0
-
Due Date
Undecided
- Votes
- Private
Attached to Project: VST Preset Generator
Opened by mzf - 08.03.2017
Last edited by mzf - 08.03.2017
Opened by mzf - 08.03.2017
Last edited by mzf - 08.03.2017
FS#30 - Unknown characters after parameter names
Some unknown characters appears after the parameter names in the parameter table.
To reproduce, open GLFO plug-in (from GStuffs) and observe the parameter names displayed in the parameter table.
(see attached screen-shot)
Closed by mzf
08.03.2017 21:38
Reason for closing: Fixed
Additional comments about closing:
08.03.2017 21:38
Reason for closing: Fixed
Additional comments about closing:
Fixed at revision 85
In VSTPlugin::getParameterName the buffer needs to be filled with \0 to prevent plugins that don't post-pend \0 at the end of the parameter name.