File: ServiceNames.h

package info (click to toggle)
rosegarden 2.1pl3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,604 kB
  • ctags: 4,346
  • sloc: ansic: 42,763; sh: 1,730; makefile: 441; tcl: 320
file content (17 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef _SERVICE_NAMES_H_
#define _SERVICE_NAMES_H_

#define ILS_NULL_SERVICE	"Null"  /* doesn't do anything useful        */
#define ILS_EDIT_SERVICE	"Edit"  /* run Editor on MIDI or Rose file   */
#define ILS_SEQUENCE_SERVICE	"Mseq"  /* run Sequencer on MIDI file        */
#define ILS_PLAY_SERVICE	"Play"  /* run Sequencer & play immediately  */
#define ILS_HELP_SERVICE	"Help"  /* call up Help on a named topic     */
#define ILS_FOLLOW_SERVICE	"Jump"  /* jump Editor to a given bar number */
#define ILS_FOLLOWREADY_SERVICE	"JRdy"  /* for Editor to respond to Follow   */

#define ILS_FOLLOW_UNLOCK       "UNLOCK"
#define ILS_FOLLOW_DEAD         "DEAD"

#endif