mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
28 lines
780 B
Plaintext
28 lines
780 B
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
ACTIONS = {
|
|
editRepeat = id;
|
|
editRepeatEnding = id;
|
|
insertJumpToCoda = id;
|
|
insertStartCoda = id;
|
|
zoomIn = id;
|
|
zoomOut = id;
|
|
zoomToActualSize = id;
|
|
zoomToFit = id;
|
|
zoomToFitWidth = id;
|
|
};
|
|
CLASS = FirstResponder;
|
|
LANGUAGE = ObjC;
|
|
SUPERCLASS = NSObject;
|
|
},
|
|
{
|
|
ACTIONS = {playNewPitch = id; selectLilypondPath = id; };
|
|
CLASS = VLAppController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {lilypondPath = id; };
|
|
SUPERCLASS = NSObject;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |