Discussion:
Is there a standardised default tempo ?
(too old to reply)
Peter Billam
2015-06-26 09:15:56 UTC
Permalink
Greetings.

Hope you're still here ... If a midi file is missing any set_tempo
event, my modules
http://www.pjb.com.au/comp/lua/MIDI.html
http://www.pjb.com.au/midi/MIDI.html
seem to assume a default tempo of 1sec = 1000000 microsecs/quarter
(I'm not sure about the Perl module, which I haven't checked yet:
http://search.cpan.org/perldoc?MIDI
)

Is there a mandated, consensus, or recommended Default Tempo ?

Regards, Peter
--
Peter Billam www.pjb.com.au www.pjb.com.au/comp/contact.html
Les Cargill
2015-06-27 03:10:07 UTC
Permalink
Post by Peter Billam
Greetings.
Hope you're still here ... If a midi file is missing any set_tempo
event, my modules
http://www.pjb.com.au/comp/lua/MIDI.html
http://www.pjb.com.au/midi/MIDI.html
seem to assume a default tempo of 1sec = 1000000 microsecs/quarter
http://search.cpan.org/perldoc?MIDI
)
Is there a mandated, consensus, or recommended Default Tempo ?
Regards, Peter
120 bpm. It is neither mandated, nor consensus ( well, maybe ) but it's
the default on every MIDI thing I ever used.

1 beat/half second is close to the human heart rate.
--
Les Cargill
H***@net.net
2015-06-27 11:35:53 UTC
Permalink
On Fri, 26 Jun 2015 22:10:07 -0500, Les Cargill
Post by Les Cargill
Post by Peter Billam
Greetings.
Hope you're still here ... If a midi file is missing any set_tempo
event, my modules
http://www.pjb.com.au/comp/lua/MIDI.html
http://www.pjb.com.au/midi/MIDI.html
seem to assume a default tempo of 1sec = 1000000 microsecs/quarter
http://search.cpan.org/perldoc?MIDI
)
Is there a mandated, consensus, or recommended Default Tempo ?
Regards, Peter
120 bpm. It is neither mandated, nor consensus ( well, maybe ) but it's
the default on every MIDI thing I ever used.
1 beat/half second is close to the human heart rate.
Nonsense. My heart beats at rest at about 78 bpm. I just checked.


Don't drink and drive. Unless you have a good cup holder.
Bob Masta
2015-06-27 12:25:25 UTC
Permalink
Post by H***@net.net
On Fri, 26 Jun 2015 22:10:07 -0500, Les Cargill
Post by Les Cargill
Post by Peter Billam
Greetings.
Hope you're still here ... If a midi file is missing any set_tempo
event, my modules
http://www.pjb.com.au/comp/lua/MIDI.html
http://www.pjb.com.au/midi/MIDI.html
seem to assume a default tempo of 1sec = 1000000 microsecs/quarter
http://search.cpan.org/perldoc?MIDI
)
Is there a mandated, consensus, or recommended Default Tempo ?
Regards, Peter
120 bpm. It is neither mandated, nor consensus ( well, maybe ) but it's
the default on every MIDI thing I ever used.
1 beat/half second is close to the human heart rate.
Nonsense. My heart beats at rest at about 78 bpm. I just checked.
Well, at 78 RPM you may be an old phonograph record, but you
must be in better shape than Les! <g>


Bob Masta

DAQARTA v8.00
Data AcQuisition And Real-Time Analysis
www.daqarta.com
Scope, Spectrum, Spectrogram, Sound Level Meter
Frequency Counter, Pitch Track, Pitch-to-MIDI
FREE 8=channel Signal Generator, DaqMusiq generator
Science with your sound card!
Clemens Ladisch
2015-06-27 18:16:44 UTC
Permalink
If a midi file is missing any set_tempo event, [...]
Is there a mandated, consensus, or recommended Default Tempo ?
The Standard MIDI-File Format Spec. 1.1 says:
| All MIDI Files should specify tempo and time signature. If they donn't,
| the time signature is assumed to be 4/4, and the tempo 120 beats per
| minute.


Regards,
Clemens
Peter Billam
2015-06-28 01:06:16 UTC
Permalink
Post by Clemens Ladisch
If a midi file is missing any set_tempo event, [...]
Is there a mandated, consensus, or recommended Default Tempo ?
| All MIDI Files should specify tempo and time signature.
| If they don't, the time signature is assumed to be 4/4,
| and the tempo 120 beats per minute.
Ah, excellent, decisive :-) Indeed aplaymidi defaults to 120.
I will tweak my modules accordingly.

Thanks,
Regards, Peter
--
Peter Billam www.pjb.com.au www.pjb.com.au/comp/contact.html
Loading...