summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_track.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-08-31 01:06:37 +0000
committerDavid Robillard <d@drobilla.net>2006-08-31 01:06:37 +0000
commit5a401620266dd832b120235c8e956a86d1f800cd (patch)
tree6067cead1e9e32aa276b1bccaa8f121a8007ed1d /libs/ardour/audio_track.cc
parent82232f06ba3eea4a2b4342ad91fab552f4044402 (diff)
- Fixed port adding/removing/connecting and related bugs with route signal path
- Minor MIDI bug fixes/cleanups git-svn-id: svn://localhost/ardour2/branches/midi@874 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/audio_track.cc')
-rw-r--r--libs/ardour/audio_track.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/audio_track.cc b/libs/ardour/audio_track.cc
index 2762418f19..4f7c45235d 100644
--- a/libs/ardour/audio_track.cc
+++ b/libs/ardour/audio_track.cc
@@ -398,12 +398,6 @@ AudioTrack::set_state_part_two ()
return;
}
-ChanCount
-AudioTrack::n_process_buffers ()
-{
- return max (_diskstream->n_channels(), redirect_max_outs);
-}
-
int
AudioTrack::no_roll (jack_nframes_t nframes, jack_nframes_t start_frame, jack_nframes_t end_frame, jack_nframes_t offset,
bool session_state_changing, bool can_record, bool rec_monitors_input)