Skip to content

Commit

Permalink
Entangle: remove TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alefnull committed Feb 10, 2023
1 parent a75804b commit c8dfbc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/randrouter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ struct Randrouter : Module {
CLOCK_INPUT,
RESET_INPUT,
ENUMS(SIGNAL_INPUT, SIGNAL_COUNT),
CHANNELS_CV_INPUT, //TODO Implement
MODE_CV_INPUT, //TODO Implement
ENTROPY_CV_INPUT, //TODO Implement
CHANNELS_CV_INPUT,
MODE_CV_INPUT,
ENTROPY_CV_INPUT,
INPUTS_LEN
};
enum OutputId {
Expand Down

0 comments on commit c8dfbc7

Please sign in to comment.