Browse Source

Readdingn Module::Module() constructor, but it's still deprecated

tags/v0.4.0
Andrew Belt 7 years ago
parent
commit
8cb3774143
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/engine.hpp

+ 1
- 1
include/engine.hpp View File

@@ -38,7 +38,7 @@ struct Module {
float cpuTime = 0.0;

/** Deprecated, use constructor below this one */
// Module() {}
Module() {}
/** Constructs Module with a fixed number of params, inputs, and outputs */
Module(int numParams, int numInputs, int numOutputs) {
params.resize(numParams);


Loading…
Cancel
Save