diff --git a/Synth_Dexed b/Synth_Dexed index 19cb794..70293ae 160000 --- a/Synth_Dexed +++ b/Synth_Dexed @@ -1 +1 @@ -Subproject commit 19cb794fc392776bcdf0fcecd5d27d6d2ae33a22 +Subproject commit 70293ae5998643c706244b090504dde8b4097851 diff --git a/src/dexedadapter.h b/src/dexedadapter.h index e0664f7..a7c77cc 100644 --- a/src/dexedadapter.h +++ b/src/dexedadapter.h @@ -34,7 +34,10 @@ public: : Dexed (maxnotes, rate) { Dexed::setCompressor(true); - printf("Dexed-Compressor: %d",Dexed::compressorEnabled()); + if(Dexed::getCompressor()==true) + printf("Dexed-Compressor: enabled\n"); + else + printf("Dexed-Compressor: disabled\n"); } void loadVoiceParameters (uint8_t* data)