FreeBSD Bugzilla – Attachment 246577 Details for
Bug 275349
audio/alsa-utils: aplaymidi doesn't play at the proper tempo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that should fix the problem for audio/alsa-utils
patch.diff (text/plain), 707 bytes, created by
Tatsuki Makino
on 2023-11-26 09:48:14 UTC
(
hide
)
Description:
patch that should fix the problem for audio/alsa-utils
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2023-11-26 09:48:14 UTC
Size:
707 bytes
patch
obsolete
>diff --git a/audio/alsa-utils/files/patch-seq_aplaymidi_aplaymidi.c b/audio/alsa-utils/files/patch-seq_aplaymidi_aplaymidi.c >new file mode 100644 >index 00000000000..9bda0c3a9f3 >--- /dev/null >+++ b/audio/alsa-utils/files/patch-seq_aplaymidi_aplaymidi.c >@@ -0,0 +1,11 @@ >+--- seq/aplaymidi/aplaymidi.c.orig 2023-09-01 15:36:26 UTC >++++ seq/aplaymidi/aplaymidi.c >+@@ -819,6 +819,8 @@ static void play_midi(void) >+ ev.time.tick = event->tick; >+ ev.dest = ports[event->port]; >+ if (event->type == SND_SEQ_EVENT_TEMPO) { >++ ev.type = event->type; >++ snd_seq_ev_set_fixed(&ev); >+ ev.dest.client = SND_SEQ_CLIENT_SYSTEM; >+ ev.dest.port = SND_SEQ_PORT_SYSTEM_TIMER; >+ ev.data.queue.queue = queue;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275349
: 246577