From 7fa3812f1297c444754f22c3141facecbda92ec7 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 21 Mar 2023 11:48:21 -0400 Subject: Trim ns to ms --- song.h | 1 + 1 file changed, 1 insertion(+) (limited to 'song.h') diff --git a/song.h b/song.h index db9bec4..5af5fbd 100644 --- a/song.h +++ b/song.h @@ -26,6 +26,7 @@ class Song{ void printChords(int difficulty); void consolidateChords(int difficulty); // Merge chords with same start/end times + void trim(int difficulty); // Trim chord timings from nanoseconds to milliseconds std::string getChartFile(); std::string getTitle(); -- cgit v1.2.3