juicysfplugin/Source/SoundfontSynthSound.cpp
2018-02-27 00:25:20 +00:00

13 lines
216 B
C++

//
// Created by Alex Birch on 07/09/2017.
//
#include "SoundfontSynthSound.h"
bool SoundfontSynthSound::appliesToChannel(int) {
return true;
}
bool SoundfontSynthSound::appliesToNote(int) {
return true;
}