Skip to content

Commit

Permalink
Fixed bug: conversation of millimidicent
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Anders committed Apr 25, 2014
1 parent c9213a4 commit 509875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strasheela/source/MusicUtils.oz
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ define
% [] et22 then Value * 12.0 / 22.0
[] midicent then Pitch_F / 100.0
[] midic then Pitch_F / 100.0
[] millimidicent then Pitch_F / 10000.0
[] millimidicent then Pitch_F / 100000.0
[] frequency then {FreqToKeynum Pitch_F 12.0}
[] freq then {FreqToKeynum Pitch_F 12.0}
[] hz then {FreqToKeynum Pitch_F 12.0}
Expand Down

0 comments on commit 509875b

Please sign in to comment.