13 lines
216 B
C++
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;
|
|
} |