commit dad97e37845bf8b2d9bb97d9569113f921d5e6c1
parent de7aac05fd849da3ad90c215b8372ca07edd4e59
Author: jatinchowdhury18 <[email protected]>
Date: Wed, 8 Jul 2020 10:15:30 -0700
Minor documentation updates [ci skip]
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/Plugin/Source/Processors/Hysteresis/HysteresisProcessing.h b/Plugin/Source/Processors/Hysteresis/HysteresisProcessing.h
@@ -4,7 +4,7 @@
#include "JuceHeader.h"
/*
- Hysteresis processing for a model of a Sowter 3575f Transformer.
+ Hysteresis processing for a model of an analog tape machine.
For more information on the DSP happening here, see:
https://ccrma.stanford.edu/~jatin/420/tape/TapeModel_DAFx.pdf
*/
diff --git a/README.md b/README.md
@@ -39,8 +39,10 @@ If you would like to try the most recent builds (potentially unstable),
see [here](https://github.com/jatinchowdhury18/AnalogTapeModel/tree/master/Plugin/Bin).
If you need a build that is compatible with Mac OS Catalina, try
[this link](https://www.dropbox.com/s/n14b1ju8kofp71v/CHOWTape.zip).
-If you prefer to build the plugin for yourself, please see the
-[building instructions](https://github.com/jatinchowdhury18/AnalogTapeModel/blob/master/BUILDING.md).
+If you need an LV2 build, Konstantin Voinov has been kind enough to
+provide an [LV2 port](https://build.opensuse.org/package/show/home:kill_it:JUCE/CHOWTapeModel)
+on the OpenSUSE build server. If you prefer to build the plugin for yourself,
+please see the [building instructions](https://github.com/jatinchowdhury18/AnalogTapeModel/blob/master/BUILDING.md).
Note for FL Studio users: If you're experiencing pops and click while using
the plugin, try enabling the "used fixed size buffers" setting. For more