Searched refs:fLocalSource (Results 1 – 2 of 2) sorted by relevance
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()[all …]
77 BMidiLocalProducer* fLocalSource; variable