From 668adaa2b2e608f890a2509c4aa374fb6e83d726 Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Mon, 22 Sep 2008 06:25:12 +0000 Subject: [PATCH] Fix waveShape max on LB302 git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1682 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 3 +++ plugins/lb302/lb302.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ed68d83f9..0a35930fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * plugins/midi_import/portsmf/allegro.cpp: fixed broken SVN on 64bit systems. Who needs these printfs anyways? + * plugins/lb302/lb302.cpp: + max wave-shape model's max match the new total of wave-shapes. + 2008-09-21 Tobias Doerffel * src/core/plugin.cpp: diff --git a/plugins/lb302/lb302.cpp b/plugins/lb302/lb302.cpp index bc9670fd8..c5dcf9c9a 100644 --- a/plugins/lb302/lb302.cpp +++ b/plugins/lb302/lb302.cpp @@ -280,7 +280,7 @@ lb302Synth::lb302Synth( instrumentTrack * _instrumentTrack ) : vcf_mod_knob( 0.1f, 0.0f, 1.0f, 0.005f, this, tr( "VCF Envelope Mod" ) ), vcf_dec_knob( 0.1f, 0.0f, 1.0f, 0.005f, this, tr( "VCF Envelope Decay" ) ), dist_knob( 0.0f, 0.0f, 1.0f, 0.01f, this, tr( "Distortion" ) ), - wave_shape( 0.0f, 0.0f, 6.0f, this, tr( "Waveform" ) ), + wave_shape( 0.0f, 0.0f, 7.0f, this, tr( "Waveform" ) ), slide_dec_knob( 0.6f, 0.0f, 1.0f, 0.005f, this, tr( "Slide Decay" ) ), slideToggle( FALSE, this, tr( "Slide" ) ), accentToggle( FALSE, this, tr( "Accent" ) ),