temporal: NOOP - add blank line

This commit is contained in:
Paul Davis 2022-05-13 19:04:35 -06:00
parent 6f973af1e1
commit be5c64f737
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ Tempo::Tempo (XMLNode const & node)
_superclocks_per_note_type = double_npm_to_scpn (_npm);
_end_superclocks_per_note_type = double_npm_to_scpn (_enpm);
_super_note_type_per_second = double_npm_to_snps (_npm);
_end_super_note_type_per_second = double_npm_to_snps (_enpm);