1
Tracking / Re: Can anybody explain me exactly most of the effects? vibrato, tremor, arpeggio...
« on: June 30, 2009, 18:31:02 »
So theoretical I can used both for the same thing. Thanks
.

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.
// Tempo is T
// Ticks/row is M
// Rows/pattern is R
// Total Patterns is P
timepertick = 2500/T;
timeperrow = 2500/T*M;
timeperpattern = 2500/T*M*R;
timeofsong = 2500/T*M*R;
Of course the formulas can only be true is the speed doesn't change during playing. Maybe you should try the formulas out and tell me whether they are actually correct.