Skip to content

Commit

Permalink
devices/liquidsfz/liquidsfz.cc: add TODO about unconditional event pr…
Browse files Browse the repository at this point in the history
…ocessing

See also: #44 (comment)

Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Jun 18, 2024
1 parent f26784b commit b4ecaec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devices/liquidsfz/liquidsfz.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ class LiquidSFZ : public AudioProcessor {
void
render (uint n_frames) override
{
// TODO: rework the logic so midi_event_input(), and in particular MidiMessage::PARAM_VALUE are processed unconditionally
// See also: https://github.com/tim-janik/anklang/issues/44#issuecomment-2176839260
if (loader_.idle())
{
if (synth_need_reset_)
Expand Down

0 comments on commit b4ecaec

Please sign in to comment.