Home
last modified time | relevance | path

Searched refs:PositionLockStyle (Results 1 – 17 of 17) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtempo_dialog.h54 ARDOUR::PositionLockStyle get_lock_style ();
57 … double note_type, ARDOUR::TempoSection::Type type, bool movable, ARDOUR::PositionLockStyle style);
78 typedef std::map<std::string, ARDOUR::PositionLockStyle> LockStyles;
115 ARDOUR::PositionLockStyle get_lock_style ();
119 void init (const Timecode::BBT_Time&, double, double, bool, ARDOUR::PositionLockStyle style);
129 typedef std::map<std::string, ARDOUR::PositionLockStyle> LockStyles;
H A Dtempo_dialog.cc84 …, double end_bpm, double note_type, TempoSection::Type type, bool initial, PositionLockStyle style) in init()
387 PositionLockStyle
509 …(const Timecode::BBT_Time& when, double bpb, double divisor, bool initial, PositionLockStyle style) in init()
717 PositionLockStyle
H A Deditor_markers.cc1496 const PositionLockStyle pls = (msp->position_lock_style() == AudioTime) ? MusicTime : AudioTime; in toggle_marker_lock_style()
1508 const PositionLockStyle pls = (tsp->position_lock_style() == AudioTime) ? MusicTime : AudioTime; in toggle_marker_lock_style()
1535 const PositionLockStyle pls = tsp->position_lock_style(); in toggle_tempo_type()
1591 const PositionLockStyle pls = tsp->position_lock_style(); in ramp_to_next_tempo()
H A Deditor_tempodisplay.cc513 const PositionLockStyle pls = (meter_dialog.get_lock_style() == AudioTime) ? AudioTime : MusicTime; in edit_meter_section()
H A Deditor_ops.cc6141PositionLockStyle const ns = ((*i)->region()->position_lock_style() == AudioTime && !cmi->get_inco… in toggle_region_lock_style()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtempo.h139 …MetricSection (double pulse, double minute, PositionLockStyle pls, bool is_tempo, samplecnt_t samp… in MetricSection()
165 PositionLockStyle position_lock_style () const { return _position_lock_style; } in position_lock_style()
166 void set_position_lock_style (PositionLockStyle ps) { _position_lock_style = ps; } in set_position_lock_style()
180 PositionLockStyle _position_lock_style;
219 …TempoSection (const double& pulse, const double& minute, Tempo tempo, PositionLockStyle pls, sampl… in TempoSection()
398 …on* add_tempo (const Tempo&, const double& pulse, const samplepos_t sample, PositionLockStyle pls);
413 …r (const Meter& meter, const Timecode::BBT_Time& where, samplepos_t sample, PositionLockStyle pls);
418 …TempoSection&, const Tempo&, const double& pulse, const samplepos_t sample, PositionLockStyle pls);
420 …ection&, const Meter&, const Timecode::BBT_Time& where, samplepos_t sample, PositionLockStyle pls);
619 , PositionLockStyle pls, bool recompute, bool locked_to_meter = false, bool clamped = false);
[all …]
H A Dlocation.h155 PositionLockStyle position_lock_style() const { return _position_lock_style; } in position_lock_style()
156 void set_position_lock_style (PositionLockStyle ps);
170 PositionLockStyle _position_lock_style;
H A Dregion.h72 LIBARDOUR_API extern PBD::PropertyDescriptor<PositionLockStyle> position_lock_style;
185 PositionLockStyle position_lock_style () const { return _position_lock_style; } in position_lock_style()
186 void set_position_lock_style (PositionLockStyle ps);
482 PBD::EnumProperty<PositionLockStyle> _position_lock_style;
H A Dtypes_convert.h55 DEFINE_ENUM_CONVERT(ARDOUR::PositionLockStyle) in DEFINE_ENUM_CONVERT()
H A Dtypes.h694 enum PositionLockStyle { enum
/dports/audio/ardour6/Ardour-6.8.0/nutemp/
H A Dt.h195 …ck_t sc, Temporal::Beats const & q, Timecode::BBT_Time const & bbt, PositionLockStyle psl, bool ra…
225PositionLockStyle lock_style() const { return is_explicit() ? _explicit.lock_style : _reference… in lock_style()
238 …void set_lock_style (PositionLockStyle psl) { if (is_explicit()) { _explicit.lock_style = psl; _d… in set_lock_style()
281 …ExplicitInfo (Tempo const & t, Meter const & m, PositionLockStyle psl, bool ramp) : metric (t, m, … in ExplicitInfo()
284 PositionLockStyle lock_style;
/dports/audio/ardour6/Ardour-6.8.0/session_utils/
H A Dfix_bbtppq.cc212 PositionLockStyle old_pls = region->position_lock_style(); in reset_start()
229 PositionLockStyle old_pls = region->position_lock_style(); in reset_length()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtempo.cc1030 …dd_tempo (const Tempo& tempo, const double& pulse, const samplepos_t sample, PositionLockStyle pls) in add_tempo()
1052 …tion& ts, const Tempo& tempo, const double& pulse, const samplepos_t sample, PositionLockStyle pls) in replace_tempo()
1102 , PositionLockStyle pls, bool recompute, bool locked_to_meter, bool clamped) in add_tempo_locked()
1137 …er (const Meter& meter, const Timecode::BBT_Time& where, samplepos_t sample, PositionLockStyle pls) in add_meter()
1157 …rSection& ms, const Meter& meter, const BBT_Time& where, samplepos_t sample, PositionLockStyle pls) in replace_meter()
1187 …ocked (const Meter& meter, const BBT_Time& bbt, samplepos_t sample, PositionLockStyle pls, bool re… in add_meter_locked()
H A Dregion.cc82 PBD::PropertyDescriptor<PositionLockStyle> position_lock_style;
597 Region::set_position_lock_style (PositionLockStyle ps) in set_position_lock_style()
H A Denums.cc121 PositionLockStyle _PositionLockStyle; in setup_enum_writer()
H A Dlocation.cc722 Location::set_position_lock_style (PositionLockStyle ps) in set_position_lock_style()
H A Dluabindings.cc2133 .addConst ("AudioTime", ARDOUR::PositionLockStyle(AudioTime)) in common()
2134 .addConst ("MusicTime", ARDOUR::PositionLockStyle(MusicTime)) in common()