Implement setMaxProcessSize in R3

This commit is contained in:
Chris Cannam
2022-06-24 14:01:11 +01:00
parent 9c04885d27
commit b9e6ebb6e3
3 changed files with 22 additions and 3 deletions

View File

@@ -86,6 +86,8 @@ public:
size_t getLatency() const;
size_t getChannelCount() const;
void setMaxProcessSize(size_t samples);
void setDebugLevel(int level) {
m_log.setDebugLevel(level);