Lines Matching defs:BMidiStore

64 BMidiStore::BMidiStore()
81 BMidiStore::~BMidiStore()
93 BMidiStore::NoteOff(uchar channel, uchar note, uchar velocity,
107 BMidiStore::NoteOn(uchar channel, uchar note,
121 BMidiStore::KeyPressure(uchar channel, uchar note,
135 BMidiStore::ControlChange(uchar channel, uchar controlNumber,
149 BMidiStore::ProgramChange(uchar channel, uchar programNumber,
162 BMidiStore::ChannelPressure(uchar channel, uchar pressure, uint32 time)
174 BMidiStore::PitchBend(uchar channel, uchar lsb, uchar msb, uint32 time)
187 BMidiStore::SystemExclusive(void* data, size_t length, uint32 time)
201 BMidiStore::SystemCommon(uchar status, uchar data1,
215 BMidiStore::SystemRealTime(uchar status, uint32 time)
226 BMidiStore::TempoChange(int32 beatsPerMinute, uint32 time)
240 BMidiStore::Import(const entry_ref* ref)
286 BMidiStore::Export(const entry_ref* ref, int32 format)
315 BMidiStore::SortEvents(bool force)
325 BMidiStore::CountEvents() const
332 BMidiStore::CurrentEvent() const
339 BMidiStore::SetCurrentEvent(uint32 eventNumber)
346 BMidiStore::DeltaOfEvent(uint32 eventNumber) const
363 BMidiStore::EventAtDelta(uint32 time) const
375 BMidiStore::BeginTime() const
382 BMidiStore::SetTempo(int32 beatsPerMinute_)
389 BMidiStore::Tempo() const
395 void BMidiStore::_ReservedMidiStore1() { }
396 void BMidiStore::_ReservedMidiStore2() { }
397 void BMidiStore::_ReservedMidiStore3() { }
401 BMidiStore::Run()
403 // This rather compilicated Run() loop is not only used by BMidiStore
460 BMidiStore::AddEvent(BMidiEvent* event)
468 BMidiStore::SprayEvent(const BMidiEvent* event, uint32 time)
540 BMidiStore::EventAt(int32 index) const
547 BMidiStore::GetEventTime(const BMidiEvent* event) const
557 BMidiStore::TicksToMilliseconds(uint32 ticks) const
564 BMidiStore::MillisecondsToTicks(uint32 ms) const
571 BMidiStore::ReadFourCC(char* fourcc)
579 BMidiStore::WriteFourCC(char a, char b, char c, char d)
589 BMidiStore::Read32Bit()
600 BMidiStore::Write32Bit(uint32 val)
614 BMidiStore::Read16Bit()
625 BMidiStore::Write16Bit(uint16 val)
637 BMidiStore::PeekByte()
651 BMidiStore::NextByte()
663 BMidiStore::WriteByte(uint8 val)
673 BMidiStore::SkipBytes(uint32 length)
684 BMidiStore::ReadVarLength()
701 BMidiStore::WriteVarLength(uint32 val)
721 BMidiStore::ReadChunk()
740 BMidiStore::ReadTrack()
846 BMidiStore::ReadSystemExclusive()
855 BMidiStore::ReadMetaEvent()
883 BMidiStore::WriteTrack()
974 BMidiStore::WriteMetaEvent(BMidiEvent* event)