Home
last modified time | relevance | path

Searched defs:songNum (Results 1 – 25 of 52) sorted by relevance

123

/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/
H A Dbamboo_tracker.cpp1928 void BambooTracker::setSongTempo(int songNum, int tempo) in setSongTempo()
1939 void BambooTracker::setSongGroove(int songNum, int groove) in setSongGroove()
1972 void BambooTracker::setSongSpeed(int songNum, int speed) in setSongSpeed()
2035 void BambooTracker::removeBookmark(int songNum, int i) in removeBookmark()
2040 void BambooTracker::clearBookmark(int songNum) in clearBookmark()
2045 void BambooTracker::swapBookmarks(int songNum, int a, int b) in swapBookmarks()
2050 void BambooTracker::sortBookmarkByPosition(int songNum) in sortBookmarkByPosition()
2054 void BambooTracker::sortBookmarkByName(int songNum) in sortBookmarkByName()
2059 Bookmark BambooTracker::getBookmark(int songNum, int i) const in getBookmark()
2111 void BambooTracker::deleteOrder(int songNum, int orderNum) in deleteOrder()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/queen/
H A Dmusic.cpp121 void MidiMusic::playSong(uint16 songNum) { in playSong()
127 bool MidiMusic::queueSong(uint16 songNum) { in queueSong()
263 uint16 songNum = _songQueue[_queuePos]; in playMusic() local
/dports/games/scummvm/scummvm-2.5.1/engines/queen/
H A Dmusic.cpp121 void MidiMusic::playSong(uint16 songNum) { in playSong()
127 bool MidiMusic::queueSong(uint16 songNum) { in queueSong()
263 uint16 songNum = _songQueue[_queuePos]; in playMusic() local
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/command/order/
H A Dinsert_order_below_command.cpp28 InsertOrderBelowCommand::InsertOrderBelowCommand(std::weak_ptr<Module> mod, int songNum, int orderN… in InsertOrderBelowCommand()
H A Ddelete_order_command.cpp28 DeleteOrderCommand::DeleteOrderCommand(std::weak_ptr<Module> mod, int songNum, int orderNum) in DeleteOrderCommand()
H A Dmove_order_command.cpp28 MoveOrderCommand::MoveOrderCommand(std::weak_ptr<Module> mod, int songNum, int orderNum, bool isUp) in MoveOrderCommand()
H A Dduplicate_order_command.cpp28 DuplicateOrderCommand::DuplicateOrderCommand(std::weak_ptr<Module> mod, int songNum, int orderNum) in DuplicateOrderCommand()
H A Dclone_order_command.cpp28 CloneOrderCommand::CloneOrderCommand(std::weak_ptr<Module> mod, int songNum, int orderNum) in CloneOrderCommand()
H A Dpaste_copied_data_to_order_command.cpp29 PasteCopiedDataToOrderCommand::PasteCopiedDataToOrderCommand(std::weak_ptr<Module> mod, int songNum in PasteCopiedDataToOrderCommand()
H A Dset_pattern_to_order_command.cpp28 SetPatternToOrderCommand::SetPatternToOrderCommand(std::weak_ptr<Module> mod, int songNum, int trac… in SetPatternToOrderCommand()
H A Dclone_patterns_command.cpp28 ClonePatternsCommand::ClonePatternsCommand(std::weak_ptr<Module> mod, int songNum, in ClonePatternsCommand()
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/sidplayfp/
H A DSidTune.cpp119 unsigned int SidTune::selectSong(unsigned int songNum) in selectSong()
129 const SidTuneInfo* SidTune::getInfo(unsigned int songNum) in getInfo()
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/command/pattern/
H A Derase_instrument_in_step_command.cpp28 EraseInstrumentInStepCommand::EraseInstrumentInStepCommand(std::weak_ptr<Module> mod, int songNum, … in EraseInstrumentInStepCommand()
H A Derase_volume_in_step_command.cpp28 EraseVolumeInStepCommand::EraseVolumeInStepCommand(std::weak_ptr<Module> mod, int songNum, int trac… in EraseVolumeInStepCommand()
H A Dinsert_step_command.cpp28 InsertStepCommand::InsertStepCommand(std::weak_ptr<Module> mod, int songNum, int trackNum, int orde… in InsertStepCommand()
H A Dset_echo_buffer_access_command.cpp28 SetEchoBufferAccessCommand::SetEchoBufferAccessCommand(std::weak_ptr<Module> mod, int songNum, int … in SetEchoBufferAccessCommand()
H A Derase_effect_value_in_step_command.cpp28 EraseEffectValueInStepCommand::EraseEffectValueInStepCommand(std::weak_ptr<Module> mod, int songNum in EraseEffectValueInStepCommand()
H A Dpaste_copied_data_to_pattern_command.cpp29 …CopiedDataToPatternCommand::PasteCopiedDataToPatternCommand(std::weak_ptr<Module> mod, int songNum, in PasteCopiedDataToPatternCommand()
H A Dpaste_insert_copied_data_to_pattern_command.cpp31 std::weak_ptr<Module> mod, int songNum, int beginTrack, int beginColumn, in PasteInsertCopiedDataToPatternCommand()
H A Derase_effect_in_step_command.cpp28 EraseEffectInStepCommand::EraseEffectInStepCommand(std::weak_ptr<Module> mod, int songNum, int trac… in EraseEffectInStepCommand()
H A Ddelete_previous_step_command.cpp28 DeletePreviousStepCommand::DeletePreviousStepCommand(std::weak_ptr<Module> mod, int songNum, int tr… in DeletePreviousStepCommand()
H A Dset_key_off_to_step_command.cpp28 SetKeyOffToStepCommand::SetKeyOffToStepCommand(std::weak_ptr<Module> mod, int songNum, int trackNum… in SetKeyOffToStepCommand()
H A Derase_step_command.cpp28 EraseStepCommand::EraseStepCommand(std::weak_ptr<Module> mod, int songNum, int trackNum, int orderN… in EraseStepCommand()
H A Dset_key_on_to_step_command.cpp28 SetKeyOnToStepCommand::SetKeyOnToStepCommand(std::weak_ptr<Module> mod, int songNum, int trackNum, … in SetKeyOnToStepCommand()
H A Dset_instrument_to_step_command.cpp28 SetInstrumentToStepCommand::SetInstrumentToStepCommand(std::weak_ptr<Module> mod, int songNum, int … in SetInstrumentToStepCommand()

123