Add tab for loop station
This commit is contained in:
15
drumpadpresets.cpp
Executable file
15
drumpadpresets.cpp
Executable file
@@ -0,0 +1,15 @@
|
||||
#include "drumpadpresets.h"
|
||||
|
||||
namespace drumpad_presets
|
||||
{
|
||||
|
||||
bool File::operator==(const File &other) const
|
||||
{
|
||||
return filename == other.filename &&
|
||||
color == other.color &&
|
||||
stopOnRelease == other.stopOnRelease &&
|
||||
looped == other.looped &&
|
||||
choke == other.choke;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user