fix build....

This commit is contained in:
tildearrow 2025-10-25 19:49:24 -05:00
parent 275ec988d5
commit 039a23500b

View file

@ -36,7 +36,7 @@ static void _onSampleRate(ASIOSampleRate rate) {
}
static long _onMessage(long type, long value, void* msg, double* opt) {
if (callbackInstance==NULL) return;
if (callbackInstance==NULL) return 0;
switch (type) {
case kAsioSelectorSupported:
switch (value) {