Skip to content

Commit f123ed7

Browse files
author
Martin Klang
committed
updated to current maximilian version, hacked
1 parent 3c32e33 commit f123ed7

3 files changed

Lines changed: 1801 additions & 1754 deletions

File tree

Maximilian/MaximilianPatch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MaximilianPatch : public Patch {
2828
maxiSettings::bufferSize = getBlockSize();
2929
setup();
3030
char name[] = "A";
31-
maxiParameterCount = min(7, maxiParameterCount);
31+
maxiParameterCount = std::min(7u, maxiParameterCount);
3232
for(int i=0; i<maxiParameterCount; ++i){
3333
if(maxiParameters[i]->name == NULL){
3434
name[0] = 'A'+maxiParameters[i]->pid;

0 commit comments

Comments
 (0)