summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2010-09-05 21:24:13 +0000
committerRobert Jonsson <spamatica@gmail.com>2010-09-05 21:24:13 +0000
commit08caf81a5b76e92f5c2981db9b5fc6941453d4e9 (patch)
tree41043fb516907d9f0d26b86e80037cd3a954fee8
parentbc9413fdeadcf3a8055b40d6fcb2fb08999f0c39 (diff)
see changelog
-rw-r--r--muse/ChangeLog2
-rw-r--r--muse/muse/app.cpp3
-rw-r--r--muse/muse/arranger/trackinfo.cpp8
-rw-r--r--muse/muse/shortcuts.cpp4
-rw-r--r--muse/muse/shortcuts.h3
-rw-r--r--muse/share/drummaps/addictive.map1797
6 files changed, 15 insertions, 1802 deletions
diff --git a/muse/ChangeLog b/muse/ChangeLog
index cfe19696..4c4075dc 100644
--- a/muse/ChangeLog
+++ b/muse/ChangeLog
@@ -1,4 +1,6 @@
05.09.2010
+ * Fixed: shortcut for insert moved to Ctrl+Shift+X (rj)
+ * Added: Select all toggle for midi channels iR menu (rj)
* Added: Auto-route-connect old songs with obsolete midi input port/channel masks (before iR button added). (T356)
- Added MidiTrack::setInPortAndChannelMask() and called it from MidiTrack::read().
03.09.2010
diff --git a/muse/muse/app.cpp b/muse/muse/app.cpp
index 82e966d5..a4a2a417 100644
--- a/muse/muse/app.cpp
+++ b/muse/muse/app.cpp
@@ -1070,7 +1070,7 @@ MusE::MusE(int argc, char** argv) : QMainWindow(0, "mainwindow")
menuEdit->setAccel(CTRL+SHIFT+Key_B, CMD_PASTE_CLONE_TO_TRACK);
menuEdit->insertItem(*editpasteIconSet, tr("&Insert empty measure"), CMD_INSERTMEAS);
- menuEdit->setAccel(CTRL+SHIFT+Key_M, CMD_INSERTMEAS);
+ menuEdit->setAccel(CTRL+SHIFT+Key_X, CMD_INSERTMEAS);
menuEdit->insertSeparator();
menuEdit->insertItem(QIconSet(*edit_track_delIcon),
tr("Delete Selected Tracks"), CMD_DELETE_TRACK);
@@ -2512,6 +2512,7 @@ PopupMenu* MusE::prepareRoutingPopupMenu(Track* track, bool dst)
}
}
}
+ subp->insertItem(QString("Toggle all"), 1000+i);
pup->insertItem(QT_TR_NOOP(md->name()), subp);
}
diff --git a/muse/muse/arranger/trackinfo.cpp b/muse/muse/arranger/trackinfo.cpp
index b94dec43..3c0f1cc4 100644
--- a/muse/muse/arranger/trackinfo.cpp
+++ b/muse/muse/arranger/trackinfo.cpp
@@ -572,7 +572,13 @@ void Arranger::routingPopupMenuActivated(int n)
//if(gRoutingPopupMenuMaster != this || !track || !track->isMidiTrack())
if(!midiTrackInfo || gRoutingPopupMenuMaster != midiTrackInfo || !selected || !selected->isMidiTrack())
return;
- muse->routingPopupMenuActivated(selected, n);
+ if (n > 999) {
+ for (int i = 0; i < MIDI_CHANNELS; i++)
+ muse->routingPopupMenuActivated(selected, i + MIDI_CHANNELS * (n-1000));
+ }
+ else {
+ muse->routingPopupMenuActivated(selected, n);
+ }
}
//---------------------------------------------------------
diff --git a/muse/muse/shortcuts.cpp b/muse/muse/shortcuts.cpp
index ee25de61..1f9a8c6f 100644
--- a/muse/muse/shortcuts.cpp
+++ b/muse/muse/shortcuts.cpp
@@ -129,8 +129,8 @@ void initShortCuts()
defShrt(SHRT_SEL_BELOW, Qt::Key_Down, "Edit: Select nearest part on track below", ARRANG_SHRT, "sel_part_below");
defShrt(SHRT_SEL_BELOW_ADD, Qt::SHIFT + Qt::Key_Down, "Edit: Add nearest part on track below", ARRANG_SHRT, "sel_part_below_add");
- defShrt(SHRT_INSERT, Qt::CTRL+Qt::SHIFT+ Qt::Key_I, "Edit: Insert parts, moving time", ARRANG_SHRT, "insert_parts");
- defShrt(SHRT_INSERTMEAS, Qt::CTRL+Qt::SHIFT+ Qt::Key_M, "Edit: Insert empty measure", ARRANG_SHRT, "insert_measure");
+// defShrt(SHRT_INSERT, Qt::CTRL+Qt::SHIFT+ Qt::Key_I, "Edit: Insert parts, moving time", ARRANG_SHRT, "insert_parts");
+// defShrt(SHRT_INSERTMEAS, Qt::CTRL+Qt::SHIFT+ Qt::Key_M, "Edit: Insert empty measure", ARRANG_SHRT, "insert_measure");
defShrt(SHRT_SEL_TRACK_ABOVE, Qt::CTRL + Qt::Key_Up, "Select track above", ARRANG_SHRT, "sel_track_above");
defShrt(SHRT_SEL_TRACK_BELOW, Qt::CTRL + Qt::Key_Down, "Select track below", ARRANG_SHRT, "sel_track_below");
diff --git a/muse/muse/shortcuts.h b/muse/muse/shortcuts.h
index 89875375..0e2121f9 100644
--- a/muse/muse/shortcuts.h
+++ b/muse/muse/shortcuts.h
@@ -164,9 +164,10 @@ enum {
SHRT_SEL_BELOW, //Down
SHRT_SEL_BELOW_ADD, //move down and add to selection
+ /*
SHRT_INSERT, //Ctrl+Shift+I - insert parts instead of pasting
SHRT_INSERTMEAS, //Ctrl+Shift+M - insert measures
-
+ */
//Arranger tracks
SHRT_SEL_TRACK_BELOW,
SHRT_SEL_TRACK_ABOVE,
diff --git a/muse/share/drummaps/addictive.map b/muse/share/drummaps/addictive.map
deleted file mode 100644
index a513f67f..00000000
--- a/muse/share/drummaps/addictive.map
+++ /dev/null
@@ -1,1797 +0,0 @@
-<?xml version="1.0"?>
-<muse version="1.0">
- <drummap>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>35</enote>
- <anote>35</anote>
- </entry>
- <entry>
- <name>Bass Drum 1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>36</enote>
- <anote>36</anote>
- </entry>
- <entry>
- <name>Snare1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>37</enote>
- <anote>37</anote>
- </entry>
- <entry>
- <name>Snare2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>38</enote>
- <anote>38</anote>
- </entry>
- <entry>
- <name>Snare3</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>39</enote>
- <anote>39</anote>
- </entry>
- <entry>
- <name>Snare4</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>40</enote>
- <anote>40</anote>
- </entry>
- <entry>
- <name>Snare5H</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>41</enote>
- <anote>41</anote>
- </entry>
- <entry>
- <name>Snare6</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>43</enote>
- <anote>43</anote>
- </entry>
- <entry>
- <name>SideStick</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>42</enote>
- <anote>42</anote>
- </entry>
- <entry>
- <name>SideStick2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>44</enote>
- <anote>44</anote>
- </entry>
- <entry>
- <name>Cymbal1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>46</enote>
- <anote>46</anote>
- </entry>
- <entry>
- <name>Xtra</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>47</enote>
- <anote>47</anote>
- </entry>
- <entry>
- <name>HighHatStomp</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>48</enote>
- <anote>48</anote>
- </entry>
- <entry>
- <name>HighHat1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>49</enote>
- <anote>49</anote>
- </entry>
- <entry>
- <name>HighHat2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>50</enote>
- <anote>50</anote>
- </entry>
- <entry>
- <name>HighHat3</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>51</enote>
- <anote>51</anote>
- </entry>
- <entry>
- <name>HighHat4</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>52</enote>
- <anote>52</anote>
- </entry>
- <entry>
- <name>HighHatBell</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>53</enote>
- <anote>53</anote>
- </entry>
- <entry>
- <name>HighHatOpen1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>54</enote>
- <anote>54</anote>
- </entry>
- <entry>
- <name>HighHatOpen2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>55</enote>
- <anote>55</anote>
- </entry>
- <entry>
- <name>HighHatOpen3</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>56</enote>
- <anote>56</anote>
- </entry>
- <entry>
- <name>HighHatOpen4</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>57</enote>
- <anote>57</anote>
- </entry>
- <entry>
- <name>HighHatOpen5</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>58</enote>
- <anote>58</anote>
- </entry>
- <entry>
- <name>HighHatOpenStomp</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>59</enote>
- <anote>59</anote>
- </entry>
- <entry>
- <name>Ride</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>45</enote>
- <anote>45</anote>
- </entry>
- <entry>
- <name>Ride2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>60</enote>
- <anote>60</anote>
- </entry>
- <entry>
- <name>Ride3</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>61</enote>
- <anote>61</anote>
- </entry>
- <entry>
- <name>Ride4</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>62</enote>
- <anote>62</anote>
- </entry>
- <entry>
- <name>RideHold</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>63</enote>
- <anote>63</anote>
- </entry>
- <entry>
- <name>Tom4_1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>65</enote>
- <anote>65</anote>
- </entry>
- <entry>
- <name>Tom4_2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>66</enote>
- <anote>66</anote>
- </entry>
- <entry>
- <name>Tom3_1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>67</enote>
- <anote>67</anote>
- </entry>
- <entry>
- <name>Tom3_2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>68</enote>
- <anote>68</anote>
- </entry>
- <entry>
- <name>Tom2_1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>69</enote>
- <anote>69</anote>
- </entry>
- <entry>
- <name>Tom2_2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>70</enote>
- <anote>70</anote>
- </entry>
- <entry>
- <name>Tom1_1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>71</enote>
- <anote>71</anote>
- </entry>
- <entry>
- <name>Tom1_2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>72</enote>
- <anote>72</anote>
- </entry>
- <entry>
- <name>Sticks</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>75</enote>
- <anote>75</anote>
- </entry>
- <entry>
- <name>Cymbal1</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>77</enote>
- <anote>77</anote>
- </entry>
- <entry>
- <name>Cymbal1Grab</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>78</enote>
- <anote>78</anote>
- </entry>
- <entry>
- <name>Cymbal2</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>79</enote>
- <anote>79</anote>
- </entry>
- <entry>
- <name>Cymbal2Grab</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>80</enote>
- <anote>80</anote>
- </entry>
- <entry>
- <name>Cymbal3</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>81</enote>
- <anote>81</anote>
- </entry>
- <entry>
- <name>Cymbal3Grab</name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>82</enote>
- <anote>82</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>76</enote>
- <anote>76</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>74</enote>
- <anote>74</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>64</enote>
- <anote>64</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>73</enote>
- <anote>73</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>83</enote>
- <anote>83</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>84</enote>
- <anote>84</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>85</enote>
- <anote>85</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>86</enote>
- <anote>86</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>87</enote>
- <anote>87</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>88</enote>
- <anote>88</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>89</enote>
- <anote>89</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>90</enote>
- <anote>90</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>91</enote>
- <anote>91</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>92</enote>
- <anote>92</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>93</enote>
- <anote>93</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>94</enote>
- <anote>94</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>95</enote>
- <anote>95</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>96</enote>
- <anote>96</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>97</enote>
- <anote>97</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>98</enote>
- <anote>98</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>99</enote>
- <anote>99</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>100</enote>
- <anote>100</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>101</enote>
- <anote>101</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>102</enote>
- <anote>102</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>103</enote>
- <anote>103</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>104</enote>
- <anote>104</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>105</enote>
- <anote>105</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>106</enote>
- <anote>106</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>107</enote>
- <anote>107</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>108</enote>
- <anote>108</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>109</enote>
- <anote>109</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>110</enote>
- <anote>110</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>111</enote>
- <anote>111</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>112</enote>
- <anote>112</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>113</enote>
- <anote>113</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>114</enote>
- <anote>114</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>115</enote>
- <anote>115</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>116</enote>
- <anote>116</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>117</enote>
- <anote>117</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>118</enote>
- <anote>118</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>119</enote>
- <anote>119</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>120</enote>
- <anote>120</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>121</enote>
- <anote>121</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>122</enote>
- <anote>122</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>123</enote>
- <anote>123</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>124</enote>
- <anote>124</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>125</enote>
- <anote>125</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>126</enote>
- <anote>126</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>127</enote>
- <anote>127</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>0</enote>
- <anote>0</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>1</enote>
- <anote>1</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>2</enote>
- <anote>2</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>3</enote>
- <anote>3</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>4</enote>
- <anote>4</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>5</enote>
- <anote>5</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>6</enote>
- <anote>6</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>7</enote>
- <anote>7</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>8</enote>
- <anote>8</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>9</enote>
- <anote>9</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>10</enote>
- <anote>10</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>11</enote>
- <anote>11</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>12</enote>
- <anote>12</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>13</enote>
- <anote>13</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>14</enote>
- <anote>14</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>15</enote>
- <anote>15</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>16</enote>
- <anote>16</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>17</enote>
- <anote>17</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>18</enote>
- <anote>18</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>19</enote>
- <anote>19</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>20</enote>
- <anote>20</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>21</enote>
- <anote>21</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>22</enote>
- <anote>22</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>23</enote>
- <anote>23</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>24</enote>
- <anote>24</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>25</enote>
- <anote>25</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>26</enote>
- <anote>26</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>27</enote>
- <anote>27</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>28</enote>
- <anote>28</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>29</enote>
- <anote>29</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>30</enote>
- <anote>30</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>31</enote>
- <anote>31</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>32</enote>
- <anote>32</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>33</enote>
- <anote>33</anote>
- </entry>
- <entry>
- <name></name>
- <vol>100</vol>
- <quant>16</quant>
- <len>32</len>
- <channel>0</channel>
- <port>0</port>
- <lv1>70</lv1>
- <lv2>90</lv2>
- <lv3>110</lv3>
- <lv4>127</lv4>
- <enote>34</enote>
- <anote>34</anote>
- </entry>
- </drummap>
- </muse>