From 79b85408556762cd6e850d4d5bbd3d959aaa7956 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Fri, 9 Dec 2016 14:30:36 +0000 Subject: [PATCH] Hopefully fixed the engine loading problem on Raspi. --- src/Dexed.ttl | 2 +- src/EngineMkI.cpp | 3 +++ src/dexed.cpp | 4 ++-- src/msfa/controllers.h | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/Dexed.ttl b/src/Dexed.ttl index c263c78..e01fb5a 100644 --- a/src/Dexed.ttl +++ b/src/Dexed.ttl @@ -65,7 +65,7 @@ lv2:index 5 ; lv2:symbol "engine" ; lv2:name "ENGINE" ; - lv2:default 2 ; + lv2:default 1 ; lv2:minimum 1 ; lv2:maximum 3 ; lv2:portProperty lv2:enumeration, lv2:integer ; diff --git a/src/EngineMkI.cpp b/src/EngineMkI.cpp index 8aac5e8..8d9d233 100644 --- a/src/EngineMkI.cpp +++ b/src/EngineMkI.cpp @@ -76,6 +76,7 @@ static inline uint16_t sinLog(uint16_t phi) { } EngineMkI::EngineMkI() { + TRACE("Hi"); float bitReso = SINLOG_TABLESIZE; for(int i=0;i