aboutsummaryrefslogtreecommitdiff
path: root/PureData/PureData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'PureData/PureData.cs')
-rw-r--r--PureData/PureData.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/PureData/PureData.cs b/PureData/PureData.cs
index ebbc319..8dbac5b 100644
--- a/PureData/PureData.cs
+++ b/PureData/PureData.cs
@@ -71,6 +71,9 @@ namespace PureData
// PD object pointer
private readonly void *ptr;
+ // to be returned by Setup function
+ protected enum ClassType { Default = 0,PD = 1,GObj = 2,Patchable = 3,NoInlet = 8 }
+
// --------------------------------------------------------------------------
protected readonly static Symbol s__ = new Symbol("");