Lines Matching refs:fLocalSource
30 fLocalSource = new BMidiLocalProducer("MidiPortGlue(out)"); in BMidiPort()
32 fLocalSource->Register(); in BMidiPort()
52 fLocalSource->Unregister(); in ~BMidiPort()
54 fLocalSource->Release(); in ~BMidiPort()
86 fLocalSource->Connect(fRemoteSink); in Open()
113 fLocalSource->Disconnect(fRemoteSink); in Close()
135 fLocalSource->SprayNoteOff(channel - 1, note, velocity, MAKE_BIGTIME(time)); in NoteOff()
143 fLocalSource->SprayNoteOn(channel - 1, note, velocity, MAKE_BIGTIME(time)); in NoteOn()
151 fLocalSource->SprayKeyPressure( in KeyPressure()
160 fLocalSource->SprayControlChange( in ControlChange()
169 fLocalSource->SprayProgramChange( in ProgramChange()
177 fLocalSource->SprayChannelPressure( in ChannelPressure()
185 fLocalSource->SprayPitchBend(channel - 1, lsb, msb, MAKE_BIGTIME(time)); in PitchBend()
192 fLocalSource->SpraySystemExclusive(data, length, MAKE_BIGTIME(time)); in SystemExclusive()
200 fLocalSource->SpraySystemCommon(status, data1, data2, MAKE_BIGTIME(time)); in SystemCommon()
207 fLocalSource->SpraySystemRealTime(status, MAKE_BIGTIME(time)); in SystemRealTime()