IL VST extensions

FL Studio SDK and related information for developers. To ask questions please use FL Studio Looptalk

Return to “Developer Arena”

[You can only see part of this thread as you are not logged in to the forums]
reflex
Site Admin
Wed Oct 22, 2014 3:26 pm

x

IL VST extensions

[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.
Attachments
wrapper_2.4.40.zip
(4.88 MiB) Downloaded 1823 times
IL vst extensions.zip
(1.54 KiB) Downloaded 1762 times

Return to “Developer Arena”