Example #1
0
 private void UpdateMeter(OSCPacket packet)
 {
     progressBar1.Value = packet.BlobElementToInt(0, 0);
 }