Implemented parsing of loop station presets
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "drumpadpresets.h"
|
||||
|
||||
namespace drumpad_presets
|
||||
{
|
||||
namespace drumpad_presets {
|
||||
|
||||
bool File::operator==(const File &other) const
|
||||
{
|
||||
@@ -12,4 +11,4 @@ bool File::operator==(const File &other) const
|
||||
choke == other.choke;
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace drumpad_presets
|
||||
|
Reference in New Issue
Block a user