Skip to content

Commit

Permalink
don't add mubTempo TextEvent to midi
Browse files Browse the repository at this point in the history
  • Loading branch information
shockdude committed Jan 12, 2020
1 parent 95b0dbf commit efc0a1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sharktooth/Mub/MubExport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ private List<MidiEvent> CreateTempoTrack()
float chartBPM = 0;
int chartUsPerQuarterNote = 500000; // 120 BPM

// These are redundant but ehh
track.Add(new NAudio.Midi.TextEvent("mubTempo", MetaEventType.SequenceTrackName, 0));
track.Add(new TimeSignatureEvent(0, 4, 2, 24, 8)); // 4/4 ts

// get chart BPM
Expand Down

0 comments on commit efc0a1a

Please sign in to comment.