mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-04 03:03:34 +00:00
Merge branch 'increase-command-size' into 'main'
Increase command data size to 1024. (Fixes #54) Closes #54 See merge request then-try-this/samplebrain!7
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user