diff --git a/mod/index.html b/mod/index.html
index c59100a..2ae9a07 100644
--- a/mod/index.html
+++ b/mod/index.html
@@ -28,7 +28,7 @@
@@ -61,7 +61,7 @@ Reference
Classes | Properties | Instances |
|
- |
+ |
|
@@ -283,6 +283,12 @@ Properties
+
+
Type | Datatype Property |
Range | xsd:nonNegativeInteger |
diff --git a/mod/mod.ttl b/mod/mod.ttl
index 4dbe5b9..9a482c5 100644
--- a/mod/mod.ttl
+++ b/mod/mod.ttl
@@ -1,3 +1,4 @@
+@prefix atom: .
@prefix lv2: .
@prefix mod: .
@prefix owl: .
@@ -133,6 +134,12 @@ mod:rangeSteps
rdfs:seeAlso pprops:rangeSteps ;
rdfs:comment "A custom rangeSteps value specific to MOD devices, used in place of pprops:rangeSteps." .
+mod:rawMIDIClockAccess
+ a rdf:Property ;
+ rdfs:domain atom:AtomPort ;
+ rdfs:label "access raw midi clock" ;
+ rdfs:comment "Hides the atom port and connects it to the raw MIDI inputs currently active, allowing to receive all messages before they are filtered by mod-host, such as MIDI Clock." .
+
mod:releaseNumber
a rdf:Property ,
owl:DatatypeProperty ,
diff --git a/modgui/index.html b/modgui/index.html
index c4e601f..e981ba7 100644
--- a/modgui/index.html
+++ b/modgui/index.html
@@ -28,7 +28,7 @@
A custom rangeSteps value specific to MOD devices, used in place of pprops:rangeSteps.