From 35c7274cc96a04f166df78249e66ae4a32a53a66 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 3 Apr 2017 23:36:12 +0200 Subject: remove Diskstream from Track and derivatives; get ardour to actually startup --- libs/ardour/ardour/midi_track.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libs/ardour/ardour/midi_track.h') diff --git a/libs/ardour/ardour/midi_track.h b/libs/ardour/ardour/midi_track.h index ea6e4e3636..0aff566b1c 100644 --- a/libs/ardour/ardour/midi_track.h +++ b/libs/ardour/ardour/midi_track.h @@ -48,9 +48,6 @@ public: void realtime_locate (); void non_realtime_locate (framepos_t); - boost::shared_ptr create_diskstream (); - void set_diskstream (boost::shared_ptr); - bool can_be_record_enabled (); bool can_be_record_safe (); @@ -150,20 +147,14 @@ private: MidiChannelFilter _playback_filter; MidiChannelFilter _capture_filter; - virtual boost::shared_ptr diskstream_factory (XMLNode const &); - void write_out_of_band_data (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, framecnt_t nframes); void set_state_part_two (); void set_state_part_three (); - int no_roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame, bool state_changing); void push_midi_input_to_step_edit_ringbuffer (framecnt_t nframes); - void diskstream_data_recorded (boost::weak_ptr); - PBD::ScopedConnection _diskstream_data_recorded_connection; - void track_input_active (IOChange, void*); void map_input_active (bool); -- cgit v1.2.3