Home
last modified time | relevance | path

Searched refs:master_tempo (Results 1 – 6 of 6) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dplayback.c40 gdouble tempo = Denemo.project->movement->master_tempo; in set_tempo()
47 Denemo.project->movement->master_tempo = 1.0; in set_tempo()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c4260 if(si->master_tempo>0.0) in set_master_tempo()
4262 Denemo.project->movement->end_time /= si->master_tempo; in set_master_tempo()
4263 Denemo.project->movement->start_time /= si->master_tempo; in set_master_tempo()
4265 si->master_tempo = tempo; in set_master_tempo()
4266 Denemo.project->movement->end_time *= si->master_tempo; in set_master_tempo()
4267 Denemo.project->movement->start_time *= si->master_tempo; in set_master_tempo()
H A Dexportxml.c1244 newXMLIntChild (curElem, ns, (xmlChar *) "bpm", si->tempo * si->master_tempo); in exportXML()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c1739 si->start_player += duration * (1.0 - si->master_tempo); in scheme_master_tempo()
1742 si->master_tempo = scm_to_double (factor); in scheme_master_tempo()
1749 si->master_tempo = atof (name); in scheme_master_tempo()
1755 return scm_from_double (si->master_tempo); in scheme_master_tempo()
1757 if (si->master_tempo < 0.0) in scheme_master_tempo()
1758 si->master_tempo = 1.0; in scheme_master_tempo()
1761 return scm_from_double (si->master_tempo); in scheme_master_tempo()
1778 set_master_tempo (si, si->master_tempo); in scheme_movement_tempo()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h921 gdouble master_tempo;/**< the tempo used is this times the nominal tempo */ member
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscore.c632 si->master_tempo = 1.0; in init_score()