diff --git a/source/src/node/operators/time-shift.cpp b/source/src/node/operators/time-shift.cpp index 56824914..0a7a4677 100644 --- a/source/src/node/operators/time-shift.cpp +++ b/source/src/node/operators/time-shift.cpp @@ -8,7 +8,7 @@ namespace signalflow TimeShift::TimeShift(NodeRef a) : UnaryOpNode(a) { - this->name = "TimeShift"; + this->name = "time-shift"; } void TimeShift::process(Buffer &out, int num_frames)