Skip to content

a useful tool which helps connect midi CCs to parameters in JUCE plugins

Notifications You must be signed in to change notification settings

r3adne/ParameterMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParameterMapper

This is a simple JUCE module which lets you add cc-to-parameter mapping in a JUCE plugin.

Simply make an instance of ParameterMappingManager in your Processor, add a call to ParameterMappingManager::Process(MidiBuffer&) in your ProcessBlock, and map a cc to a parameter with ParameterMappingManager::addParameterMapping.

About

a useful tool which helps connect midi CCs to parameters in JUCE plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages