summaryrefslogtreecommitdiff
path: root/song.h
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-03-21 11:48:21 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-03-21 11:48:21 -0400
commit7fa3812f1297c444754f22c3141facecbda92ec7 (patch)
treee1242ab9948dd3b9198514b508db528d3de32ab1 /song.h
parent73d1b5bdda882a533767e06e75831cc5c9e552a5 (diff)
Trim ns to ms
Diffstat (limited to 'song.h')
-rw-r--r--song.h1
1 files changed, 1 insertions, 0 deletions
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();