Compare commits

..

1 Commits

Author SHA1 Message Date
Bob Sturm 68011bd4d0 Merge branch 'main' into 'main'
Main

See merge request then-try-this/samplebrain!8
2022-09-28 11:43:12 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#ifndef COMMAND_RING_BUFFER
#define COMMAND_RING_BUFFER
static const unsigned int COMMAND_DATA_SIZE = 1024;
static const unsigned int COMMAND_DATA_SIZE = 128;
class command_ring_buffer : public ring_buffer
{