IL VST extensions
Posted: Wed Oct 22, 2014 3:26 pm
[2014/10/22]
The attached zip file contains the definition for a VST2 vendor specific code that will allow you to add notes to the FL Pianoroll from a VST 2 plugin.
To use it, call the audioMaster callback with audioMasterVendorSpecific as the opcode, ILVI_VendorName as the index and ILC_AddNotesToPR as value. The Ptr parameter should be a pointer to a TILNotesParams record, filled with the necessary info and the actual notes in the NoteParams array.
This is officially supported in FL Studio 12 and up.
The attached zip file contains the definition for a VST2 vendor specific code that will allow you to add notes to the FL Pianoroll from a VST 2 plugin.
To use it, call the audioMaster callback with audioMasterVendorSpecific as the opcode, ILVI_VendorName as the index and ILC_AddNotesToPR as value. The Ptr parameter should be a pointer to a TILNotesParams record, filled with the necessary info and the actual notes in the NoteParams array.
This is officially supported in FL Studio 12 and up.