tibia/TODO
2024-01-15 21:03:11 +01:00

16 lines
957 B
Plaintext

* recursive object merge in tibia
* copyrights
* dotjs error on undefined or JSON schema
* type audio + sidechain + cv... to think about
* check all return codes and algos wrt official impl
* escape string and max lengths
* EXPORT symbols, visibility hidden
* vst3: IEditController2, IUnitInfo, IConnectionPoint
* lv2: RDF/Turtle escape etc
* lv2: extra data, see also - should use plugin.ttl?
* lv2: i18n?
* #if > 0 -> dotjs
* more mappings, lv2 port props
* latency mechanism, see https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html, https://steinbergmedia.github.io/vst3_doc/vstinterfaces/classSteinberg_1_1Vst_1_1IAudioProcessor.html#af8884671ccefe68e0a86e72413a0fcf8, https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Workflow+Diagrams/Audio+Processor+Call+Sequence.html
* vst3 don't include/link libm if not needed, etc. (reduce to minimum reqs)