Skip to content
Snippets Groups Projects
Commit e6340f1c authored by jsiegle's avatar jsiegle
Browse files

Reduced frequencies available to EventNode

parent a3b1165f
Branches
Tags
No related merge requests found
......@@ -19,10 +19,10 @@ EventNodeEditor::EventNodeEditor (GenericProcessor* parentNode, FilterViewport*
desiredWidth = 250;
StringArray hzValues;
hzValues.add("0.25");
hzValues.add("0.5");
hzValues.add("1");
hzValues.add("5");
hzValues.add("10");
hzValues.add("2");
createRadioButtons(35, 65, 160, hzValues, "Event frequency");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment