mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Sync with http://svn.drobilla.net/lad/trunk/evoral r1891.
(Only change: use #include "" instead of #include <> for local include paths). git-svn-id: svn://localhost/ardour2/branches/3.0@4335 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
331de3dc38
commit
c5aa717828
21 changed files with 47 additions and 47 deletions
|
|
@ -22,8 +22,8 @@
|
|||
#include <set>
|
||||
#include <map>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <evoral/types.hpp>
|
||||
#include <evoral/Parameter.hpp>
|
||||
#include "evoral/types.hpp"
|
||||
#include "evoral/Parameter.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@
|
|||
#include <boost/pool/pool.hpp>
|
||||
#include <boost/pool/pool_alloc.hpp>
|
||||
#include <glibmm/thread.h>
|
||||
#include <evoral/types.hpp>
|
||||
#include <evoral/Parameter.hpp>
|
||||
#include <evoral/Curve.hpp>
|
||||
#include "evoral/types.hpp"
|
||||
#include "evoral/Parameter.hpp"
|
||||
#include "evoral/Curve.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
#include <glibmm/thread.h>
|
||||
#include <evoral/types.hpp>
|
||||
#include <evoral/Parameter.hpp>
|
||||
#include "evoral/types.hpp"
|
||||
#include "evoral/Parameter.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <assert.h>
|
||||
#include <evoral/types.hpp>
|
||||
#include "evoral/types.hpp"
|
||||
|
||||
|
||||
/** If this is not defined, all methods of MidiEvent are RT safe
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@
|
|||
#define EVORAL_EVENT_RING_BUFFER_HPP
|
||||
|
||||
#include <glib.h>
|
||||
#include <evoral/RingBuffer.hpp>
|
||||
#include <evoral/EventSink.hpp>
|
||||
#include <evoral/types.hpp>
|
||||
#include "evoral/RingBuffer.hpp"
|
||||
#include "evoral/EventSink.hpp"
|
||||
#include "evoral/types.hpp"
|
||||
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef EVORAL_EVENT_SINK_HPP
|
||||
#define EVORAL_EVENT_SINK_HPP
|
||||
|
||||
#include <evoral/types.hpp>
|
||||
#include "evoral/types.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
#ifndef EVORAL_MIDI_EVENT_HPP
|
||||
#define EVORAL_MIDI_EVENT_HPP
|
||||
|
||||
#include <evoral/Event.hpp>
|
||||
#include <evoral/midi_events.h>
|
||||
#include "evoral/Event.hpp"
|
||||
#include "evoral/midi_events.h"
|
||||
#ifdef EVORAL_MIDI_XML
|
||||
#include <pbd/xml++.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#define EVORAL_NOTE_HPP
|
||||
|
||||
#include <stdint.h>
|
||||
#include <evoral/MIDIEvent.hpp>
|
||||
#include "evoral/MIDIEvent.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#define EVORAL_SMF_HPP
|
||||
|
||||
#include <string>
|
||||
#include <evoral/types.hpp>
|
||||
#include "evoral/types.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -26,11 +26,11 @@
|
|||
#include <utility>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <glibmm/thread.h>
|
||||
#include <evoral/types.hpp>
|
||||
#include <evoral/Note.hpp>
|
||||
#include <evoral/Parameter.hpp>
|
||||
#include <evoral/ControlSet.hpp>
|
||||
#include <evoral/ControlList.hpp>
|
||||
#include "evoral/types.hpp"
|
||||
#include "evoral/Note.hpp"
|
||||
#include "evoral/Parameter.hpp"
|
||||
#include "evoral/ControlSet.hpp"
|
||||
#include "evoral/ControlList.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef EVORAL_TYPE_MAP_HPP
|
||||
#define EVORAL_TYPE_MAP_HPP
|
||||
|
||||
#include <evoral/types.hpp>
|
||||
#include "evoral/types.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@
|
|||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <evoral/Control.hpp>
|
||||
#include <evoral/ControlList.hpp>
|
||||
#include "evoral/Control.hpp"
|
||||
#include "evoral/ControlList.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
#include <cassert>
|
||||
#include <utility>
|
||||
#include <iostream>
|
||||
#include <evoral/ControlList.hpp>
|
||||
#include "evoral/ControlList.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@
|
|||
*/
|
||||
|
||||
#include <limits>
|
||||
#include <evoral/ControlSet.hpp>
|
||||
#include <evoral/ControlList.hpp>
|
||||
#include <evoral/Control.hpp>
|
||||
#include <evoral/Event.hpp>
|
||||
#include "evoral/ControlSet.hpp"
|
||||
#include "evoral/ControlList.hpp"
|
||||
#include "evoral/Control.hpp"
|
||||
#include "evoral/Event.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
|
||||
#include <glibmm/thread.h>
|
||||
|
||||
#include <evoral/Curve.hpp>
|
||||
#include <evoral/ControlList.hpp>
|
||||
#include "evoral/Curve.hpp"
|
||||
#include "evoral/ControlList.hpp"
|
||||
|
||||
using namespace std;
|
||||
using namespace sigc;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <evoral/Event.hpp>
|
||||
#include "evoral/Event.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <evoral/MIDIEvent.hpp>
|
||||
#include "evoral/MIDIEvent.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <evoral/Note.hpp>
|
||||
#include "evoral/Note.hpp"
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
|
|
|
|||
|
|
@ -23,10 +23,10 @@
|
|||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <glibmm/miscutils.h>
|
||||
#include <evoral/midi_util.h>
|
||||
#include <evoral/SMF.hpp>
|
||||
#include <evoral/SMFReader.hpp>
|
||||
#include <evoral/Event.hpp>
|
||||
#include "evoral/midi_util.h"
|
||||
#include "evoral/SMF.hpp"
|
||||
#include "evoral/SMFReader.hpp"
|
||||
#include "evoral/Event.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
#include <iostream>
|
||||
#include <glibmm/miscutils.h>
|
||||
|
||||
#include <evoral/midi_util.h>
|
||||
#include <evoral/SMFReader.hpp>
|
||||
#include "evoral/midi_util.h"
|
||||
#include "evoral/SMFReader.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@
|
|||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
#include <stdint.h>
|
||||
#include <evoral/Sequence.hpp>
|
||||
#include <evoral/ControlList.hpp>
|
||||
#include <evoral/Control.hpp>
|
||||
#include <evoral/ControlSet.hpp>
|
||||
#include <evoral/EventSink.hpp>
|
||||
#include <evoral/MIDIParameters.hpp>
|
||||
#include <evoral/TypeMap.hpp>
|
||||
#include "evoral/Sequence.hpp"
|
||||
#include "evoral/ControlList.hpp"
|
||||
#include "evoral/Control.hpp"
|
||||
#include "evoral/ControlSet.hpp"
|
||||
#include "evoral/EventSink.hpp"
|
||||
#include "evoral/MIDIParameters.hpp"
|
||||
#include "evoral/TypeMap.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue