X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faudio-staff.hh;h=a4a9d8a0d1386a9fc87e2446ba107fecefb2f54a;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=ca1fdb9b5c368309ea1a5aaeff53afd5de57411f;hpb=82bc9ad690e201aaa55694f8b92261ae7338f56a;p=lilypond.git diff --git a/lily/include/audio-staff.hh b/lily/include/audio-staff.hh index ca1fdb9b5c..a4a9d8a0d1 100644 --- a/lily/include/audio-staff.hh +++ b/lily/include/audio-staff.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2014 Jan Nieuwenhuizen + Copyright (C) 1996--2015 Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ struct Audio_staff : public Audio_element { void add_audio_item (Audio_item *ai); - void output (Midi_stream &midi_stream_r, int track, bool port); + void output (Midi_stream &midi_stream_r, int track, bool port, int start_tick); Audio_staff (); @@ -36,4 +36,10 @@ struct Audio_staff : public Audio_element vector audio_items_; }; +// Subtype to identify a staff that represents the "control track" of a MIDI +// sequence (created by Control_track_performer). +struct Audio_control_track_staff : public Audio_staff +{ +}; + #endif // AUDIO_STAFF_HH