Skip to content

Commit

Permalink
pulled back oscillator stufff
Browse files Browse the repository at this point in the history
  • Loading branch information
hsetlik committed Jun 6, 2021
1 parent cfd51f1 commit 70c5d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AlgorithmGraphComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class AlgorithmGraph : public juce::Component, public juce::Timer
juce::OwnedArray<OperatorBox> opBoxes;
juce::Colour pathColor;
juce::Colour background;

//! regular c-arrays for the routing stuff
juce::String opAudibleIds[TOTAL_OPERATORS];
juce::String opRoutingIds[TOTAL_OPERATORS][TOTAL_OPERATORS];
int opRouting[TOTAL_OPERATORS][TOTAL_OPERATORS];
Expand Down

0 comments on commit 70c5d7e

Please sign in to comment.