mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
ALSA backend RT-safe MIDI buffer allocation
This commit is contained in:
parent
2b7c585dba
commit
59a63a08f9
5 changed files with 42 additions and 45 deletions
|
|
@ -26,6 +26,10 @@
|
|||
#include "pbd/ringbuffer.h"
|
||||
#include "ardour/types.h"
|
||||
|
||||
/* max bytes per individual midi-event
|
||||
* events larger than this are ignored */
|
||||
#define MaxAlsaMidiEventSize (64)
|
||||
|
||||
namespace ARDOUR {
|
||||
|
||||
class AlsaMidiIO {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue