PiPedal 1.2.33 initial commit

This commit is contained in:
Robin Davies
2024-08-08 12:53:02 -04:00
parent 0e378997a5
commit a3847c8184
255 changed files with 22008 additions and 1791 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ namespace pipedal
bool rebootRequired_ = false;
std::string alsaDevice_;
uint64_t sampleRate_ = 0;
uint32_t bufferSize_ = 0;
uint32_t numberOfBuffers_ = 0;
uint32_t bufferSize_ = 64;
uint32_t numberOfBuffers_ = 2;
public:
JackServerSettings();