mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-11 10:07:21 +00:00
Increase command data size to 1024. (Fixes #54)
This commit is contained in:
parent
79fef7cd66
commit
1374c47afd
@ -19,7 +19,7 @@
|
||||
#ifndef COMMAND_RING_BUFFER
|
||||
#define COMMAND_RING_BUFFER
|
||||
|
||||
static const unsigned int COMMAND_DATA_SIZE = 128;
|
||||
static const unsigned int COMMAND_DATA_SIZE = 1024;
|
||||
|
||||
class command_ring_buffer : public ring_buffer
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user