Make the methods initCc and initHdcc private
This commit is contained in:
parent
3cf7536c57
commit
ba03a8f996
1 changed files with 2 additions and 0 deletions
|
|
@ -369,6 +369,7 @@ public:
|
|||
* @param normValue the normalized cc value, in domain 0 to 1
|
||||
*/
|
||||
void hdcc(int delay, int ccNumber, float normValue) noexcept;
|
||||
private:
|
||||
/**
|
||||
* @brief Set the initial value of a controller and send it to the synth
|
||||
*
|
||||
|
|
@ -383,6 +384,7 @@ public:
|
|||
* @param normValue the normalized cc value, in domain 0 to 1
|
||||
*/
|
||||
void initHdcc(int ccNumber, float normValue) noexcept;
|
||||
public:
|
||||
/**
|
||||
* @brief Get the initial value of a controller under the current instrument
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue