mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Event->data.queue.value is now used for tempo value...
This commit is contained in:
parent
e801e2d777
commit
1f2bfa072e
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ static void do_tempo(int us)
|
|||
local_tempo = us;
|
||||
|
||||
set_timer_event_header(&ev, SND_SEQ_EVENT_TEMPO);
|
||||
ev.data.control.value = us;
|
||||
ev.data.queue.value = us;
|
||||
if (!slave)
|
||||
write_ev(&ev);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue