Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
fGadola committed Feb 21, 2025
1 parent 727cd52 commit bafa972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/vst/internal/synth/vstsynthesiser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ samples_t VstSynthesiser::process(float* buffer, samples_t samplesPerChannel)
const msecs_t nextMsecs = samplesToMsecs(samplesPerChannel, m_sampleRate);
const VstSequencer::EventSequenceMap sequences = m_sequencer.movePlaybackForward(nextMsecs);

// TODO: this is not a good way of doing this, please comment!
m_vstAudioClient->setPlaybackPosition(m_sequencer.playbackPosition());

samples_t sampleOffset = 0;
Expand Down

0 comments on commit bafa972

Please sign in to comment.