Make the methods initCc and initHdcc private

This commit is contained in:
Jean Pierre Cimalando 2020-09-19 16:19:18 +02:00
parent 3cf7536c57
commit ba03a8f996

View file

@ -369,6 +369,7 @@ public:
* @param normValue the normalized cc value, in domain 0 to 1 * @param normValue the normalized cc value, in domain 0 to 1
*/ */
void hdcc(int delay, int ccNumber, float normValue) noexcept; void hdcc(int delay, int ccNumber, float normValue) noexcept;
private:
/** /**
* @brief Set the initial value of a controller and send it to the synth * @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 * @param normValue the normalized cc value, in domain 0 to 1
*/ */
void initHdcc(int ccNumber, float normValue) noexcept; void initHdcc(int ccNumber, float normValue) noexcept;
public:
/** /**
* @brief Get the initial value of a controller under the current instrument * @brief Get the initial value of a controller under the current instrument
* *