Home
last modified time | relevance | path

Searched refs:_automationType (Results 1 – 4 of 4) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dmidiport.h83 AutomationType _automationType[MusECore::MUSE_MIDI_CHANNELS]; variable
240 AutomationType automationType(int channel) { return _automationType[channel]; } in automationType()
242 _automationType[channel] = t; in setAutomationType()
H A Daudiotrack.cpp305 _automationType = AUTO_OFF; in AudioTrack()
384 _automationType = at._automationType; in internal_assign()
872 _automationType = t; in setAutomationType()
H A Dtrack.h631 AutomationType _automationType; variable
825 virtual AutomationType automationType() const { return _automationType; } in automationType()
H A Dmidiport.cpp780 _automationType[i] = AUTO_READ; in addDefaultControllers()