mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
NO-OP: whitespace, indent
This commit is contained in:
parent
8a7e452265
commit
50303d90bd
8 changed files with 264 additions and 267 deletions
|
|
@ -276,7 +276,7 @@ AutomationController::set_freq_beats(double beats)
|
|||
{
|
||||
const ARDOUR::ParameterDescriptor& desc = _controllable->desc();
|
||||
const ARDOUR::Session& session = _controllable->session();
|
||||
const samplepos_t pos = session.transport_sample();
|
||||
const samplepos_t pos = session.transport_sample();
|
||||
const ARDOUR::Tempo& tempo = session.tempo_map().tempo_at_sample (pos);
|
||||
const double bpm = tempo.note_types_per_minute();
|
||||
const double bps = bpm / 60.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue