From d752986314eb37151983393c1d62efefe503e47c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Aug 2006 08:44:14 +0000 Subject: - MIDI "recording" - rec region creation/drawing, actual MIDI region creation/view/pretty pictures/etc - MIDI containing session saving and restoring (ie XML - Source, Region, Playlist; all but the actual .mid files) - Numerous little fixes for audio specific stuff to accomplish the above - Dirty hacks to accomplish the above - Profit!!! git-svn-id: svn://localhost/ardour2/branches/midi@821 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_streamview.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gtk2_ardour/audio_streamview.h') diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h index 05ce8125f6..979240bd50 100644 --- a/gtk2_ardour/audio_streamview.h +++ b/gtk2_ardour/audio_streamview.h @@ -94,17 +94,11 @@ class AudioStreamView : public StreamView void color_handler (ColorID id, uint32_t val); - double _amplitude_above_axis; typedef list CrossfadeViewList; CrossfadeViewList crossfade_views; bool crossfades_visible; - - list peak_ready_connections; - jack_nframes_t last_rec_peak_frame; - map rec_peak_ready_map; - }; #endif /* __ardour_audio_streamview_h__ */ -- cgit v1.2.3