remove drum code and read from audio hw instead

This commit is contained in:
Ellen Arvidsson 2025-06-18 12:57:17 +02:00
parent 9350f90a42
commit f8e5a84bd1
3 changed files with 6 additions and 98 deletions

View file

@ -201,7 +201,7 @@ osclsk_scope::is_triggering(float sample)
void
osclsk_scope::trig_lkb_wr_block(void)
{
size_t lkb_start, n;
size_t lkb_start;
size_t lkb_cpy, lkb_cpy_part;
if (trig_mode == osc_trig_mode::INSTANT)