From c2a3db70d9c6fcabedd5be752c6fb4ff424d4d32 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Fri, 13 Jan 2017 19:49:35 +0100 Subject: [PATCH] Fixed problem with a to high counter for array. --- src/dexed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dexed.cpp b/src/dexed.cpp index 5417e83..f4343c1 100644 --- a/src/dexed.cpp +++ b/src/dexed.cpp @@ -41,7 +41,7 @@ Dexed::Dexed(double rate) : lvtk::Synth(p_n_ports, p_midi_in) voices[i].live = false; } - for(i=0;i<173;++i) + for(i=0;i(data[i]); TRACE("%d->%f",i,data_float[i]);