Ardour  9.0-18-g01809b426c
evoral/evoral/types.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2008-2012 Carl Hetherington <carl@carlh.net>
3  * Copyright (C) 2008-2016 David Robillard <d@drobilla.net>
4  * Copyright (C) 2009-2015 Paul Davis <paul@linuxaudiosystems.com>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with this program; if not, write to the Free Software Foundation, Inc.,
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19  */
20 
21 #ifndef EVORAL_TYPES_HPP
22 #define EVORAL_TYPES_HPP
23 
24 #include <float.h>
25 #include <math.h>
26 #include <stdint.h>
27 
28 #include <iostream>
29 #include <limits>
30 #include <list>
31 
32 #include "evoral/visibility.h"
33 #include "pbd/debug.h"
34 
35 namespace Evoral {
36 
40 typedef int32_t event_id_t;
41 
52 enum EventType {
56 #if defined(__arm__) || defined(__aarch64__)
57  _Force32BitAlignment = 0xffffffff
58 #endif
59 };
60 
62 typedef uint32_t ParameterType;
63 
64 } // namespace Evoral
65 
66 namespace PBD {
67  namespace DEBUG {
71  }
72 }
73 
74 #endif // EVORAL_TYPES_HPP
#define LIBEVORAL_API
Definition: editor.h:87
int32_t event_id_t
uint32_t ParameterType
DebugBits ControlList
DebugBits Note
DebugBits Sequence
Definition: axis_view.h:42
std::bitset< 256 > DebugBits