Files
ardour/libs
Robin Gareus cb0b152b35 VST3: Fix MSVC related crashes
Do not simply allocate std::vector<> space but also initialize
elements. The data is later accessed as C-pointer array: &var[0].
With most compilers simply reserving space in the vector is
sufficient in order to later access the elements directly.
However actually placing objects in the vector before referencing
them is more correct.
2021-03-02 19:05:58 +01:00
..
2021-03-02 19:05:58 +01:00
2020-12-01 12:08:09 +01:00
2021-03-01 16:20:38 +01:00
2021-01-23 23:43:14 +01:00
2021-01-08 22:50:37 +01:00
2021-02-12 14:19:17 +01:00
2020-01-22 02:00:25 +01:00
2021-02-28 20:01:06 +01:00
2019-09-03 05:01:59 +02:00
2021-03-01 22:14:38 +01:00