mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
get further at runtime
This commit is contained in:
parent
534c08074d
commit
e7d84a7c47
3 changed files with 1 additions and 4 deletions
|
|
@ -57,8 +57,6 @@ template<typename T> class MidiRingBuffer;
|
||||||
class LIBARDOUR_API MidiRegion : public Region
|
class LIBARDOUR_API MidiRegion : public Region
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static void make_property_quarks ();
|
|
||||||
|
|
||||||
~MidiRegion();
|
~MidiRegion();
|
||||||
|
|
||||||
bool do_export (std::string path) const;
|
bool do_export (std::string path) const;
|
||||||
|
|
|
||||||
|
|
@ -552,7 +552,6 @@ ARDOUR::init (bool try_optimization, const char* localedir, bool with_gui)
|
||||||
Operations::make_operations_quarks ();
|
Operations::make_operations_quarks ();
|
||||||
SessionObject::make_property_quarks ();
|
SessionObject::make_property_quarks ();
|
||||||
Region::make_property_quarks ();
|
Region::make_property_quarks ();
|
||||||
MidiRegion::make_property_quarks ();
|
|
||||||
AudioRegion::make_property_quarks ();
|
AudioRegion::make_property_quarks ();
|
||||||
RouteGroup::make_property_quarks ();
|
RouteGroup::make_property_quarks ();
|
||||||
Playlist::make_property_quarks ();
|
Playlist::make_property_quarks ();
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ std::string Meter::xml_node_name = X_("Meter");
|
||||||
|
|
||||||
superclock_t Temporal::superclock_ticks_per_second = 508032000; // 2^10 * 3^4 * 5^3 * 7^2
|
superclock_t Temporal::superclock_ticks_per_second = 508032000; // 2^10 * 3^4 * 5^3 * 7^2
|
||||||
|
|
||||||
SerializedRCUManager<TempoMap> TempoMap::_map_mgr (new TempoMap (Tempo (120.0), Meter (4, 4), 44100));
|
SerializedRCUManager<TempoMap> TempoMap::_map_mgr (0);
|
||||||
thread_local TempoMap::SharedPtr TempoMap::_tempo_map_p;
|
thread_local TempoMap::SharedPtr TempoMap::_tempo_map_p;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue