2 // midi-voice.hh -- declare midi_voice
4 // copyright 1997 Jan Nieuwenhuizen <jan@digicash.com>
12 Midi_voice( Moment begin_mom
);
14 void add_event( Midi_event
* midi_event_p
);
18 String
mudela_str( Moment from_mom
, Moment to_mom
, bool multiple_bo
);
22 IPointerList
<Midi_event
*> midi_event_p_list_
;
25 #endif // MIDI_VOICE_HH