mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 10:37:20 +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
|
#ifndef COMMAND_RING_BUFFER
|
||||||
#define 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
|
class command_ring_buffer : public ring_buffer
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user