Skip to content

Commit

Permalink
Merge branch 'sineOnly'
Browse files Browse the repository at this point in the history
  • Loading branch information
hsetlik committed Jun 6, 2021
2 parents 86f9a8a + cb4966c commit b742b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions Source/PatchTypeData.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ struct PatchLibrary
PatchGroup padGroup;
juce::File presetFolder;
};
//! whatever i just teedfasfgqerfq

0 comments on commit b742b49

Please sign in to comment.