File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 116
116
117
117
"""
118
118
qpm(midi)
119
- Return the QPM where the given `MIDIFile` was exported at.
119
+ Return the QPM (quarter notes per minute) where the given `MIDIFile` was exported at.
120
120
Returns 120 if not found.
121
121
"""
122
122
function qpm (t:: MIDI.MIDIFile )
@@ -189,9 +189,9 @@ Return the BPM where the given `MIDIFile` was exported at.
189
189
Returns 120 if not found.
190
190
"""
191
191
function BPM (t:: MIDI.MIDIFile )
192
- @warn " This function is deprecated.
192
+ @warn """ This function is deprecated.
193
193
It returns quarter notes per minute instead of beats per minute.
194
- Please use `bpm` for beats per minute and `qpm` for quarter notes per minute."
194
+ Please use `bpm` for beats per minute and `qpm` for quarter notes per minute."""
195
195
196
196
# META-event list:
197
197
tttttt = Vector {UInt32} ()
You can’t perform that action at this time.
0 commit comments