~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to muse/midiedit/drummap.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130828162557-knls3ip7j262eepx
Tags: upstream-2.1.2
ImportĀ upstreamĀ versionĀ 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
      unsigned char vol;            // playback volume, percent.
41
41
      int quant;
42
42
      int len;                      // len of event in ticks
 
43
 
 
44
      // Default to track port if -1 and track channel if -1.
43
45
      int channel;                  // midi channel
44
46
      int port;                     // midi port
 
47
 
45
48
      char lv1, lv2, lv3, lv4;      // velocities
46
49
      char enote, anote;            // input note - output note
47
50
      bool mute;
57
60
extern DrumMap iNewDrumMap[128];
58
61
extern void initNewDrumMap();
59
62
 
 
63
extern void clearDrumMap();  // One-time only early init
60
64
extern void initDrumMap();
61
65
extern void writeDrumMap(int level, Xml& xml, bool external);
62
66
extern void readDrumMap(Xml& xml, bool external);