matsune / MidiParser

Read/Write SMF(Standard Midi Files) in Swift for iOS/macOS
MIT License
84 stars 36 forks source link

Make parameters of MidiTime public #19

Open yukiny0811 opened 9 months ago

yukiny0811 commented 9 months ago

Changed access modifiers of inSeconds and inTick in MidiTime, so that we can read them.