From 62393aa7b9069274459d00024fc2b238b0044eb6 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 26 Nov 2019 15:47:38 +0800 Subject: We're now in bug squashing mode! You can now specify control initial values for each individual channels. Added build instructions for the folks out there rocking a more superior operating system. --- include/qmpcorepublic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/qmpcorepublic.hpp') diff --git a/include/qmpcorepublic.hpp b/include/qmpcorepublic.hpp index eda8933..963eff1 100644 --- a/include/qmpcorepublic.hpp +++ b/include/qmpcorepublic.hpp @@ -98,7 +98,7 @@ class qmpMidiOutDevice virtual std::vector> getPresets(uint16_t bank)=0; virtual std::string getPresetName(uint16_t bank,uint8_t preset)=0; virtual bool getChannelPreset(int ch,uint16_t *bank,uint8_t *preset,std::string &presetname)=0; - virtual uint8_t getInitialCCValue(uint8_t cc)=0; + virtual uint8_t getInitialCCValue(uint8_t cc,uint8_t ch)=0; virtual ~qmpMidiOutDevice(){} }; //Main plugin interface. -- cgit v1.2.3