Searched refs:fInputId (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/midiplayer/
H A DMidiPlayerWindow.h103 int32 fInputId; member in class:MidiPlayerWindow
H A DMidiPlayerWindow.cpp64 fInputId = -1;
169 fInputOffMenuItem->SetMarked(fInputId == -1);
179 item->SetMarked(fInputId == id);
480 BMidiProducer* endpoint = BMidiRoster::FindProducer(fInputId);
486 fInputId = newId;
488 endpoint = BMidiRoster::FindProducer(fInputId);

Completed in 33 milliseconds