mdirty, midi removed from events.

patch bump
This commit is contained in:
onyx-and-iris 2022-08-02 09:56:59 +01:00
parent 31a7813cf8
commit c00f2f1b40
2 changed files with 1 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "vban-cmd"
version = "1.3.0"
version = "1.3.1"
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"

View File

@ -13,14 +13,6 @@ class Event:
def pdirty(self):
return self.subs["pdirty"]
@property
def mdirty(self):
return self.subs["mdirty"]
@property
def midi(self):
return self.subs["midi"]
@property
def ldirty(self):
return self.subs["ldirty"]