control: use quantum_limit for midi buffer size

Instead of the arbitrary default.
This commit is contained in:
Wim Taymans 2024-05-10 11:49:31 +02:00
parent 7e87bd9b34
commit 89edb9f6c5
4 changed files with 23 additions and 3 deletions

View file

@ -131,6 +131,8 @@ struct seq_state {
struct spa_io_clock *clock;
struct spa_io_position *position;
uint32_t quantum_limit;
int rate_denom;
uint32_t duration;
uint32_t threshold;