Home
last modified time | relevance | path

Searched refs:PlayAndStop (Results 1 – 5 of 5) sorted by relevance

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/
H A Dconfiguration.hpp222 KeyOff, OctaveUp, OctaveDown, EchoBuffer, PlayAndStop, Play, PlayFromStart, PlayPattern, enumerator
H A Dconfiguration.cpp109 { PlayAndStop, u8"Return" }, in Configuration()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/
H A Dconfiguration_handler.cpp41 { Configuration::PlayAndStop, "playAndStop" },
H A Dconfiguration_dialog.cpp132 { Configuration::PlayAndStop, tr("Play and stop") }, in ConfigurationDialog()
H A Dmainwindow.cpp1158 playAndStopSc_.setShortcut(strToKeySeq(shortcuts.at(Configuration::PlayAndStop))); in setShortcuts()