ardour
types.cpp
Go to the documentation of this file.
1 /* This file is part of Evoral.
2  * Copyright (C) 2008 David Robillard <http://drobilla.net>
3  * Copyright (C) 2000-2008 Paul Davis
4  *
5  * Evoral is free software; you can redistribute it and/or modify it under the
6  * terms of the GNU General Public License as published by the Free Software
7  * Foundation; either version 2 of the License, or (at your option) any later
8  * version.
9  *
10  * Evoral is distributed in the hope that it will be useful, but WITHOUT ANY
11  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12  * FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
13  *
14  * You should have received a copy of the GNU General Public License along
15  * with this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17  */
18 
19 #include <limits.h>
20 
21 #include "evoral/types.hpp"
22 
23 namespace Evoral {
24 
25 const double Beats::PPQN = 1920.0;
26 const Beats MaxBeats = Evoral::Beats(DBL_MAX);
27 const Beats MinBeats = Evoral::Beats(DBL_MIN);
28 
29 }
static LIBEVORAL_API const double PPQN
Definition: Beats.hpp:36
LIBEVORAL_API const Beats MaxBeats
Definition: types.cpp:26
LIBEVORAL_API const Beats MinBeats
Definition: types.cpp:27
LIBEVORAL_API uint64_t Beats