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.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'song.cpp') diff --git a/song.cpp b/song.cpp index cdffddc..9ac5f91 100644 --- a/song.cpp +++ b/song.cpp @@ -321,5 +321,11 @@ std::string Song::getAudioFile(){ return audioFile; } +void Song::trim(int difficulty){ + // TODO: make this fuction use the difficulty parameter + std::vector*chords = &expert; + chords->trim(); +} + // vim: syntax=cpp.doxygen -- cgit v1.2.3