View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

how to convert time-related values


Here are some basic formulas:
(tempo in SC is always in beats per second)
tempo = beats/seconds;   beats = tempo * seconds;   seconds = beats / tempo;

freq = cycles/seconds;   cycles = freq * seconds;   seconds = cycles / freq;

wavelength_in_samples = sampleRate / cycles;

cycles = sampleRate / wavelength_in_samples;



(JMcC)


Links to this Page