No "tb303" only "TB-303" (#6344)
This commit is contained in:
@@ -56,7 +56,7 @@ TODO:
|
||||
in order to apply the built-in exponential decay.
|
||||
|
||||
TODO:
|
||||
The original TB303's square wave is not 50% duty cycle. The peaks are
|
||||
The original TB-303's square wave is not 50% duty cycle. The peaks are
|
||||
supposed to slope down slightly. It would be nice to be able to
|
||||
configure this. In fact, each waveform could have a parameter knob to
|
||||
change some aspect of the wave. See lb302.cpp:643 for more info.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* lb302.cpp - implementation of class lb302 which is a bass synth attempting
|
||||
* to emulate the Roland TB303 bass synth
|
||||
* to emulate the Roland TB-303 bass synth
|
||||
*
|
||||
* Copyright (c) 2006-2008 Paul Giblock <pgib/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* lb302FilterIIR2 is based on the gsyn filter code by Andy Sloane.
|
||||
*
|
||||
* lb302Filter3Pole is based on the TB303 instrument written by
|
||||
* lb302Filter3Pole is based on the TB-303 instrument written by
|
||||
* Josep M Comajuncosas for the CSounds library
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
@@ -81,7 +81,7 @@ Plugin::Descriptor PLUGIN_EXPORT lb302_plugin_descriptor =
|
||||
STRINGIFY( PLUGIN_NAME ),
|
||||
"LB302",
|
||||
QT_TRANSLATE_NOOP( "PluginBrowser",
|
||||
"Incomplete monophonic imitation tb303" ),
|
||||
"Incomplete monophonic imitation TB-303" ),
|
||||
"Paul Giblock <pgib/at/users.sf.net>",
|
||||
0x0100,
|
||||
Plugin::Instrument,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* lb302.h - declaration of class lb302 which is a bass synth attempting to
|
||||
* emulate the Roland TB303 bass synth
|
||||
* emulate the Roland TB-303 bass synth
|
||||
*
|
||||
* Copyright (c) 2006-2008 Paul Giblock <pgib/at/users.sourceforge.net>
|
||||
*
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* lb302FilterIIR2 is based on the gsyn filter code by Andy Sloane.
|
||||
*
|
||||
* lb302Filter3Pole is based on the TB303 instrument written by
|
||||
* lb302Filter3Pole is based on the TB-303 instrument written by
|
||||
* Josep M Comajuncosas for the CSounds library
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
||||
Reference in New Issue
Block a user