diff options
Diffstat (limited to 'src/audio/synth.cc')
| -rw-r--r-- | src/audio/synth.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/audio/synth.cc b/src/audio/synth.cc index e790c12..5fadf3c 100644 --- a/src/audio/synth.cc +++ b/src/audio/synth.cc @@ -67,6 +67,10 @@ void synth_set_tempo_scale(float tempo_scale) { g_tempo_scale = tempo_scale; } +float synth_get_tempo_scale() { + return g_tempo_scale; +} + int synth_register_spectrogram(const Spectrogram* spec) { #if defined(DEBUG_LOG_SYNTH) // VALIDATION: Check spectrogram pointer and data |
