13
0

get further at runtime

This commit is contained in:
Paul Davis 2020-11-19 09:45:25 -07:00
parent 534c08074d
commit e7d84a7c47
3 changed files with 1 additions and 4 deletions

View File

@ -57,8 +57,6 @@ template<typename T> class MidiRingBuffer;
class LIBARDOUR_API MidiRegion : public Region
{
public:
static void make_property_quarks ();
~MidiRegion();
bool do_export (std::string path) const;

View File

@ -552,7 +552,6 @@ ARDOUR::init (bool try_optimization, const char* localedir, bool with_gui)
Operations::make_operations_quarks ();
SessionObject::make_property_quarks ();
Region::make_property_quarks ();
MidiRegion::make_property_quarks ();
AudioRegion::make_property_quarks ();
RouteGroup::make_property_quarks ();
Playlist::make_property_quarks ();

View File

@ -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
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;
void