13 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 78c190af78 Remove useless return statement v0.2.0 2024-03-12 21:32:05 +01:00
Michael Fabian 'Xaymar' Dirks 6fb0fdbcc4 Fix crash with editor 2024-03-11 20:23:54 +01:00
Michael Fabian 'Xaymar' Dirks 9249b6b166 Most of these are implemented by vst2wrapper 2024-03-11 15:24:14 +01:00
Michael Fabian 'Xaymar' Dirks cc426bada4 Fix up a variety of API issues
The wrapper now successfully loads.
2024-03-11 12:06:22 +01:00
Michael Fabian 'Xaymar' Dirks b780509704 Attempt to recreate vst2wrapper compatible headers
The entirety of the content here is based on 'vst.h', 'VST 3 SDK' and 'VSTGUI'. Due to the license header provided in the files investigated, the final license for these files is the BSD 3-Clause license. It was about a day and a half of work, but it is almost in working condition.

While not all features/functionality is present, the main functionality that makes vst2wrapper compile is there. So with any luck I'll be able to figure out the rest with ease.
2024-03-11 10:33:28 +01:00
Michael Fabian 'Xaymar' Dirks 621843c949 Add discovered extra parameter information
Appears to be VST 2.0+ exclusive, not used in VST 1.x hosts.
v0.1.1
2022-07-24 23:29:05 +02:00
Michael Fabian 'Xaymar' Dirks 61cb260a1e Add newly discovered information found with VoiceFX v0.1.0 2021-03-14 02:28:53 +01:00
Michael Fabian 'Xaymar' Dirks b75766b819 Add proper buffer sizes 2021-01-26 18:15:23 +01:00
Michael Fabian 'Xaymar' Dirks 9b446b5d0e VST_EFFECT_OPCODE_GETNAME takes a 64-byte buffer 2021-01-26 16:56:35 +01:00
Michael Fabian 'Xaymar' Dirks 1c7ff5910c Fix magic number and name for window create opcode 2021-01-26 16:50:42 +01:00
Michael Fabian 'Xaymar' Dirks 97d365dc32 Fix additional compiler errors 2021-01-26 14:30:56 +01:00
Michael Fabian 'Xaymar' Dirks ca25419b93 Fix formatting and compiler errors 2021-01-26 13:24:25 +01:00
Michael Fabian 'Xaymar' Dirks 45d5cfad5f Initial work, License and ReadMe 2020-12-06 22:31:39 +01:00