Skip to content

Commit

Permalink
update samplelistbox when generating random synth
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofsalvation committed Apr 5, 2024
1 parent c262005 commit c6d361b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tracker/SectionSamples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ pp_int32 SectionSamples::handleEvent(PPObject* sender, PPEvent* event)
{
sampleEditor->getSynth()->setSampleEditor(sampleEditor);
sampleEditor->getSynth()->random();
tracker.updateSamplesListBox(false);
refresh();
break;
}

Expand Down

0 comments on commit c6d361b

Please sign in to comment.