Implemented midi buttons on loopstation page
This commit is contained in:
@@ -1,14 +1 @@
|
||||
#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;
|
||||
}
|
||||
|
||||
} // namespace drumpad_presets
|
||||
|
Reference in New Issue
Block a user