mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-07 04:00:09 +02:00
input and output level control ports
This commit is contained in:
+3
-5
@@ -40,6 +40,8 @@ namespace NAM {
|
||||
LV2_Atom_Sequence* notify;
|
||||
const float* audio_in;
|
||||
float* audio_out;
|
||||
float* input_level;
|
||||
float* output_level;
|
||||
};
|
||||
|
||||
Ports ports = {};
|
||||
@@ -51,11 +53,7 @@ namespace NAM {
|
||||
std::unique_ptr<::DSP> currentModel;
|
||||
std::unique_ptr<::DSP> stagedModel;
|
||||
|
||||
std::unordered_map<std::string, double> mNAMParams =
|
||||
{
|
||||
{"Input", 0.0},
|
||||
{"Output", 0.0}
|
||||
};
|
||||
std::unordered_map<std::string, double> mNAMParams = {};
|
||||
|
||||
|
||||
Plugin(float rate);
|
||||
|
||||
Reference in New Issue
Block a user