gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 403f2fd4f9ee49f9111f10e5fdf9eabe581d0f4a
parent 1c5f9a92d90bde5b70bfa44eebf70bff08696504
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Mon,  4 Apr 2022 18:31:28 +0200

fix typo

Diffstat:
Msource/virusLib/device.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/virusLib/device.cpp b/source/virusLib/device.cpp @@ -60,7 +60,7 @@ namespace virusLib uint32_t Device::getInternalLatencySamples() const { -// return 300; // hard to belive but this is what I figured out by measuring with the init patch +// return 300; // hard to believe but this is what I figured out by measuring with the init patch // more precise, measured by using an input init patch. Sent a click to the input and recorded both the input // as direct signal plus the Virus output and checking the resulting latency in a wave editor