Created
April 6, 2020 18:05
-
-
Save alxpsr/91ae0ad436446536d0410e49da96e825 to your computer and use it in GitHub Desktop.
FL-STUDIO Generic mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<flcontrolmap version="1"> | |
<link> | |
<ctrlparam>13</ctrlparam> | |
<window><![CDATA[Fruity Wrapper - SH-101]]></window> | |
<windowparam>0</windowparam> | |
<windowid>3</windowid> | |
<channel>0</channel> | |
<smoothing>0</smoothing> | |
<smoothspeed>469</smoothspeed> | |
</link> | |
</flcontrolmap> | |
`ctrlparam` - is a control-id from your midi-controller | |
`window` - is a VST-plugin name | |
`windowparam` - is a VST control-id | |
`windowid` - is a VST id inside FL Studio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment