]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-item.cc
release: 1.2.1
[lilypond.git] / lily / midi-item.cc
index 703a66ff21f0a624b610a1b8cac92a44286cfcd8..39883f8328e138f2b9065dbf32a4f2d5d3c8f5ce 100644 (file)
@@ -437,13 +437,10 @@ Midi_note_off::Midi_note_off (Midi_note* n)
   channel_i_ = n->channel_i_;
 
   // Anybody who hears any difference, or knows how this works?
-  
-  // 0x64 is supposed to be neutral, but let's try
-  //aftertouch_byte_ = 0x64;
+  //  0 should definitely be avoided, notes stick on some sound cards.
+  // 64 is supposed to be neutral
+  aftertouch_byte_ = 64;
 
-  static int i = 0;
-  aftertouch_byte_ = i;
-  i += 0x10;
 }
 
 String