mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Trim the include tree.
git-svn-id: svn://localhost/ardour2/branches/3.0@10227 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
20de2657a4
commit
9040cbf82a
14 changed files with 46 additions and 34 deletions
|
|
@ -20,9 +20,12 @@
|
||||||
#ifndef __ardour_ui_bundle_manager_h__
|
#ifndef __ardour_ui_bundle_manager_h__
|
||||||
#define __ardour_ui_bundle_manager_h__
|
#define __ardour_ui_bundle_manager_h__
|
||||||
|
|
||||||
#include <gtkmm/treeview.h>
|
|
||||||
#include <gtkmm/liststore.h>
|
|
||||||
#include <gtkmm/entry.h>
|
#include <gtkmm/entry.h>
|
||||||
|
#include <gtkmm/liststore.h>
|
||||||
|
#include <gtkmm/treeview.h>
|
||||||
|
|
||||||
|
#include "ardour/user_bundle.h"
|
||||||
|
|
||||||
#include "ardour_dialog.h"
|
#include "ardour_dialog.h"
|
||||||
#include "port_matrix.h"
|
#include "port_matrix.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,8 @@
|
||||||
|
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
|
|
||||||
struct Click {
|
class Click {
|
||||||
|
public:
|
||||||
framepos_t start;
|
framepos_t start;
|
||||||
framecnt_t duration;
|
framecnt_t duration;
|
||||||
framecnt_t offset;
|
framecnt_t offset;
|
||||||
|
|
@ -48,8 +49,6 @@ private:
|
||||||
static Pool pool;
|
static Pool pool;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::list<Click*> Clicks;
|
|
||||||
|
|
||||||
class ClickIO : public IO
|
class ClickIO : public IO
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,8 @@
|
||||||
|
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
#include <boost/signals2.hpp>
|
|
||||||
#include <boost/shared_ptr.hpp>
|
|
||||||
#include <boost/scoped_array.hpp>
|
#include <boost/scoped_array.hpp>
|
||||||
|
#include <boost/shared_ptr.hpp>
|
||||||
|
|
||||||
#include "pbd/signals.h"
|
#include "pbd/signals.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#define __libardour_midi_ui_h__
|
#define __libardour_midi_ui_h__
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <boost/signals2.hpp>
|
|
||||||
#include "pbd/abstract_ui.h"
|
#include "pbd/abstract_ui.h"
|
||||||
#include "pbd/signals.h"
|
#include "pbd/signals.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,19 +42,19 @@
|
||||||
#include "pbd/signals.h"
|
#include "pbd/signals.h"
|
||||||
#include "pbd/undo.h"
|
#include "pbd/undo.h"
|
||||||
|
|
||||||
|
#include "evoral/types.hpp"
|
||||||
|
|
||||||
#include "midi++/types.h"
|
#include "midi++/types.h"
|
||||||
|
|
||||||
#include "timecode/time.h"
|
#include "timecode/time.h"
|
||||||
|
|
||||||
#include "ardour/ardour.h"
|
#include "ardour/ardour.h"
|
||||||
#include "ardour/click.h"
|
|
||||||
#include "ardour/chan_count.h"
|
#include "ardour/chan_count.h"
|
||||||
#include "ardour/rc_configuration.h"
|
#include "ardour/rc_configuration.h"
|
||||||
#include "ardour/session_configuration.h"
|
#include "ardour/session_configuration.h"
|
||||||
#include "ardour/session_event.h"
|
#include "ardour/session_event.h"
|
||||||
#include "ardour/location.h"
|
#include "ardour/location.h"
|
||||||
#include "ardour/interpolation.h"
|
#include "ardour/interpolation.h"
|
||||||
#include "ardour/speakers.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_JACK_SESSION
|
#ifdef HAVE_JACK_SESSION
|
||||||
#include <jack/session.h>
|
#include <jack/session.h>
|
||||||
|
|
@ -92,16 +92,18 @@ class AuxInput;
|
||||||
class BufferSet;
|
class BufferSet;
|
||||||
class Bundle;
|
class Bundle;
|
||||||
class Butler;
|
class Butler;
|
||||||
|
class Click;
|
||||||
class Diskstream;
|
class Diskstream;
|
||||||
class ExportHandler;
|
class ExportHandler;
|
||||||
class ExportStatus;
|
class ExportStatus;
|
||||||
|
class Graph;
|
||||||
class IO;
|
class IO;
|
||||||
class IOProcessor;
|
class IOProcessor;
|
||||||
class ImportStatus;
|
class ImportStatus;
|
||||||
|
class MidiControlUI;
|
||||||
class MidiRegion;
|
class MidiRegion;
|
||||||
class MidiSource;
|
class MidiSource;
|
||||||
class MidiTrack;
|
class MidiTrack;
|
||||||
class MidiControlUI;
|
|
||||||
class NamedSelection;
|
class NamedSelection;
|
||||||
class Playlist;
|
class Playlist;
|
||||||
class PluginInsert;
|
class PluginInsert;
|
||||||
|
|
@ -122,9 +124,8 @@ class Slave;
|
||||||
class Source;
|
class Source;
|
||||||
class Speakers;
|
class Speakers;
|
||||||
class TempoMap;
|
class TempoMap;
|
||||||
class VSTPlugin;
|
|
||||||
class Graph;
|
|
||||||
class Track;
|
class Track;
|
||||||
|
class VSTPlugin;
|
||||||
|
|
||||||
extern void setup_enum_writer ();
|
extern void setup_enum_writer ();
|
||||||
|
|
||||||
|
|
@ -1369,7 +1370,7 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
|
||||||
XMLNode& state(bool);
|
XMLNode& state(bool);
|
||||||
|
|
||||||
/* click track */
|
/* click track */
|
||||||
|
typedef std::list<Click*> Clicks;
|
||||||
Clicks clicks;
|
Clicks clicks;
|
||||||
bool _clicking;
|
bool _clicking;
|
||||||
boost::shared_ptr<IO> _click_io;
|
boost::shared_ptr<IO> _click_io;
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <glibmm/thread.h>
|
#include <glibmm/thread.h>
|
||||||
#include <boost/signals2.hpp>
|
|
||||||
|
|
||||||
#include <jack/jack.h>
|
#include <jack/jack.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,9 @@
|
||||||
#include "ardour/audio_diskstream.h"
|
#include "ardour/audio_diskstream.h"
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
|
|
||||||
#include "pbd/failed_constructor.h"
|
#include "pbd/controllable.h"
|
||||||
#include "pbd/convert.h"
|
#include "pbd/convert.h"
|
||||||
|
#include "pbd/failed_constructor.h"
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
|
||||||
|
|
@ -18,23 +18,28 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <set>
|
|
||||||
#include <iostream>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iostream>
|
||||||
|
#include <set>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "pbd/error.h"
|
|
||||||
#include "pbd/enumwriter.h"
|
|
||||||
#include "pbd/compose.h"
|
#include "pbd/compose.h"
|
||||||
|
#include "pbd/enumwriter.h"
|
||||||
|
#include "pbd/error.h"
|
||||||
|
|
||||||
|
#include "evoral/Control.hpp"
|
||||||
|
|
||||||
#include "midi++/events.h"
|
#include "midi++/events.h"
|
||||||
|
|
||||||
|
#include "ardour/automation_control.h"
|
||||||
|
#include "ardour/midi_automation_list_binder.h"
|
||||||
#include "ardour/midi_model.h"
|
#include "ardour/midi_model.h"
|
||||||
#include "ardour/midi_source.h"
|
#include "ardour/midi_source.h"
|
||||||
#include "ardour/midi_state_tracker.h"
|
#include "ardour/midi_state_tracker.h"
|
||||||
|
#include "ardour/session.h"
|
||||||
#include "ardour/smf_source.h"
|
#include "ardour/smf_source.h"
|
||||||
#include "ardour/types.h"
|
#include "ardour/types.h"
|
||||||
#include "ardour/session.h"
|
|
||||||
#include "ardour/midi_automation_list_binder.h"
|
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,15 +30,16 @@
|
||||||
#include "pbd/xml++.h"
|
#include "pbd/xml++.h"
|
||||||
#include "pbd/enumwriter.h"
|
#include "pbd/enumwriter.h"
|
||||||
|
|
||||||
#include "ardour/midi_region.h"
|
#include "ardour/automation_control.h"
|
||||||
#include "ardour/session.h"
|
|
||||||
#include "ardour/gain.h"
|
|
||||||
#include "ardour/dB.h"
|
#include "ardour/dB.h"
|
||||||
#include "ardour/playlist.h"
|
#include "ardour/gain.h"
|
||||||
#include "ardour/midi_source.h"
|
#include "ardour/midi_region.h"
|
||||||
#include "ardour/region_factory.h"
|
|
||||||
#include "ardour/types.h"
|
|
||||||
#include "ardour/midi_ring_buffer.h"
|
#include "ardour/midi_ring_buffer.h"
|
||||||
|
#include "ardour/midi_source.h"
|
||||||
|
#include "ardour/playlist.h"
|
||||||
|
#include "ardour/region_factory.h"
|
||||||
|
#include "ardour/session.h"
|
||||||
|
#include "ardour/types.h"
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
|
||||||
|
|
@ -53,6 +53,7 @@
|
||||||
#include "ardour/panner_shell.h"
|
#include "ardour/panner_shell.h"
|
||||||
#include "ardour/runtime_functions.h"
|
#include "ardour/runtime_functions.h"
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
|
#include "ardour/speakers.h"
|
||||||
#include "ardour/utils.h"
|
#include "ardour/utils.h"
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,12 @@
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
|
||||||
#include "ardour/ardour.h"
|
#include "ardour/ardour.h"
|
||||||
|
#include "ardour/audio_buffer.h"
|
||||||
|
#include "ardour/buffer_set.h"
|
||||||
|
#include "ardour/click.h"
|
||||||
|
#include "ardour/io.h"
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
#include "ardour/tempo.h"
|
#include "ardour/tempo.h"
|
||||||
#include "ardour/io.h"
|
|
||||||
#include "ardour/buffer_set.h"
|
|
||||||
#include "ardour/audio_buffer.h"
|
|
||||||
|
|
||||||
#include <sndfile.h>
|
#include <sndfile.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,7 @@
|
||||||
#include "ardour/sndfile_helpers.h"
|
#include "ardour/sndfile_helpers.h"
|
||||||
#include "ardour/sndfilesource.h"
|
#include "ardour/sndfilesource.h"
|
||||||
#include "ardour/source_factory.h"
|
#include "ardour/source_factory.h"
|
||||||
|
#include "ardour/speakers.h"
|
||||||
#include "ardour/template_utils.h"
|
#include "ardour/template_utils.h"
|
||||||
#include "ardour/tempo.h"
|
#include "ardour/tempo.h"
|
||||||
#include "ardour/ticker.h"
|
#include "ardour/ticker.h"
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@
|
||||||
#include "ardour/audioengine.h"
|
#include "ardour/audioengine.h"
|
||||||
#include "ardour/auditioner.h"
|
#include "ardour/auditioner.h"
|
||||||
#include "ardour/butler.h"
|
#include "ardour/butler.h"
|
||||||
|
#include "ardour/click.h"
|
||||||
#include "ardour/debug.h"
|
#include "ardour/debug.h"
|
||||||
#include "ardour/location.h"
|
#include "ardour/location.h"
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
#ifndef AUDIOGRAPHER_SNDFILE_WRITER_H
|
#ifndef AUDIOGRAPHER_SNDFILE_WRITER_H
|
||||||
#define AUDIOGRAPHER_SNDFILE_WRITER_H
|
#define AUDIOGRAPHER_SNDFILE_WRITER_H
|
||||||
|
|
||||||
#include <boost/signals2.hpp>
|
|
||||||
#include <boost/format.hpp>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#include <boost/format.hpp>
|
||||||
|
|
||||||
#include "audiographer/flag_debuggable.h"
|
#include "audiographer/flag_debuggable.h"
|
||||||
#include "audiographer/sink.h"
|
#include "audiographer/sink.h"
|
||||||
#include "audiographer/types.h"
|
#include "audiographer/types.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue