add basic Editing enums/types for note name display options
This commit is contained in:
@@ -173,5 +173,15 @@ const char *tempoeditbehaviorstrs[] = {
|
||||
#undef TEMPOEDITBEHAVIOR
|
||||
#define TEMPOEDITBEHAVIOR(a) /*empty*/
|
||||
|
||||
#undef NOTENAMEDISPLAY
|
||||
#define NOTENAMEDISPLAY(s) N_(#s),
|
||||
const char *notenamedisplaystrs[] = {
|
||||
#include "editing_syms.h"
|
||||
0
|
||||
};
|
||||
#undef NOTENAMEDISPLAY
|
||||
#define NOTENAMEDISPLAY(a) /*empty*/
|
||||
|
||||
|
||||
} // namespace Editing
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
#define WAVEFORMSHAPE(a) /*empty*/
|
||||
#define INSERTTIMEOPT(a) /*empty*/
|
||||
#define TEMPOEDITBEHAVIOR(a) /*empty*/
|
||||
#define NOTENAMEDISPLAY(a) /*empty*/
|
||||
|
||||
namespace Editing {
|
||||
|
||||
|
||||
@@ -108,4 +108,4 @@ EDITPOINT(EditAtMouse)
|
||||
|
||||
INSERTTIMEOPT(LeaveIntersected)
|
||||
INSERTTIMEOPT(MoveIntersected)
|
||||
INSERTTIMEOPT(SplitIntersected)
|
||||
INSERTTIMEOPT(SplitIntersected)
|
||||
|
||||
Reference in New Issue
Block a user