Skip to content

Commit

Permalink
TimeShift: Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Feb 13, 2024
1 parent 6e31be7 commit 6d8d772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/node/operators/time-shift.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d8d772

Please sign in to comment.