]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-staff.hh
Map voices to channels in MIDI output.
[lilypond.git] / lily / include / audio-staff.hh
index 9cfecae9986b283295557b5ebae5532ef12fbf64..a76854ddb1c28e3822a4bc51db89090974ad6379 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2010 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1996--2011 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 struct Audio_staff : public Audio_element
 {
-  void add_audio_item (Audio_item *l);
+  void add_audio_item (Audio_item *ai);
   void output (Midi_stream &midi_stream_r, int track);
 
   Audio_staff ();
   
+  bool percussion_;
   vector<Audio_item*> audio_items_;
-  int channel_;
 };
 
 #endif // AUDIO_STAFF_HH