Libardour part of 1caef18 (Windows Lua bindings)

This commit is contained in:
Robin Gareus 2019-12-03 02:29:37 +01:00
parent 1caef183bf
commit d3ca91a0b4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -234,6 +234,7 @@ CLASSKEYS(Evoral::ControlEvent);
CLASSKEYS(std::vector<std::string>);
CLASSKEYS(std::vector<uint8_t>);
CLASSKEYS(std::vector<float>);
CLASSKEYS(std::vector<float*>);
CLASSKEYS(std::vector<double>);