Home
last modified time | relevance | path

Searched refs:getRecordedChannel (Results 1 – 9 of 9) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DMappedEvent.h367 m_recordedChannel(mE.getRecordedChannel()), in MappedEvent()
386 m_recordedChannel(mE->getRecordedChannel()), in MappedEvent()
514 unsigned int getRecordedChannel() const { return m_recordedChannel; } in getRecordedChannel() function
H A DMappedBufMetaIterator.cpp332 << " channel: " << (unsigned int) event->getRecordedChannel() in BalanceLoad()
H A DMidiInserter.cpp222 MidiByte midiChannel = evt.getRecordedChannel(); in init_entries()
H A DMappedEvent.cpp173 m_recordedChannel = mE.getRecordedChannel(); in operator =()
H A DAlsaDriver.cpp3834 channel = rgEvent->getRecordedChannel(); in processMidiOut()
3839 channel = rgEvent->getRecordedChannel(); in processMidiOut()
3841 …< ", data2 " << (int)rgEvent->getData2() << ") for channel " << (int)rgEvent->getRecordedChannel(); in processMidiOut()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/studio/
H A DAudioMixerWindow2.cpp528 unsigned channel = event->getRecordedChannel(); in slotExternalController()
H A DMidiMixerWindow.cpp657 unsigned int channel = e->getRecordedChannel(); in make_tlist_from_pathtarget()
/dports/audio/rosegarden/rosegarden-21.06.1/src/sequencer/
H A DRosegardenSequencer.cpp1382 event->getRecordedChannel()); in routeEvents()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/
H A DRosegardenDocument.cpp1951 int channel = (*i)->getRecordedChannel(); in insertRecordedMidi()