handleData(Uint8List data, int timestamp) { // print('handle data $data'); _rxStreamCtrl.add(MidiPacket(data, timestamp, this)); }