Skip to content

Commit

Permalink
Add mod:rawMIDIClockAccess spec
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Feb 23, 2021
1 parent 452eb02 commit 1f0dc0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
10 changes: 8 additions & 2 deletions mod/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 id="title"><a href="index.html">MOD</a></h1>
<table id="meta">
<tr><th>ID</th><td><a href="http://moddevices.com/ns/mod">http://moddevices.com/ns/mod</a></td></tr>
<tr><th>Version</th><td>1.2</td></tr>
<tr><th>Date</th><td>2021-02-14</td></tr>
<tr><th>Date</th><td>2021-02-23</td></tr>
</table>
</div>
</div>
Expand Down Expand Up @@ -61,7 +61,7 @@ <h2 class="sec" id="sec-reference">Reference</h2>
<table class="index">
<thead><tr><th><a href="#ref-classes" />Classes</th><th><a href="#ref-properties" />Properties</th><th><a href="#ref-instances" />Instances</th></tr></thead>
<tbody><tr><td><ul><li><a href="#CVPort">CVPort</a></li><li><a href="#ControlVoltagePlugin">ControlVoltagePlugin</a></li><li><a href="#DelayPlugin">DelayPlugin</a></li><li><a href="#DistortionPlugin">DistortionPlugin</a></li><li><a href="#DynamicsPlugin">DynamicsPlugin</a></li><li><a href="#FilterPlugin">FilterPlugin</a></li><li><a href="#GeneratorPlugin">GeneratorPlugin</a></li><li><a href="#MIDIPlugin">MIDIPlugin</a></li><li><a href="#MaxGenPlugin">MaxGenPlugin</a></li><li><a href="#ModulatorPlugin">ModulatorPlugin</a></li><li><a href="#ReverbPlugin">ReverbPlugin</a></li><li><a href="#SimulatorPlugin">SimulatorPlugin</a></li><li><a href="#SpatialPlugin">SpatialPlugin</a></li><li><a href="#SpectralPlugin">SpectralPlugin</a></li><li><a href="#UtilityPlugin">UtilityPlugin</a></li></ul></td>
<td><ul><li><a href="#brand">brand</a></li><li><a href="#buildEnvironment">buildEnvironment</a></li><li><a href="#buildId">buildId</a></li><li><a href="#builderVersion">builderVersion</a></li><li><a href="#default">default</a></li><li><a href="#fileTypes">fileTypes</a></li><li><a href="#label">label</a></li><li><a href="#maximum">maximum</a></li><li><a href="#minimum">minimum</a></li><li><a href="#rangeSteps">rangeSteps</a></li><li><a href="#releaseNumber">releaseNumber</a></li></ul></td>
<td><ul><li><a href="#brand">brand</a></li><li><a href="#buildEnvironment">buildEnvironment</a></li><li><a href="#buildId">buildId</a></li><li><a href="#builderVersion">builderVersion</a></li><li><a href="#default">default</a></li><li><a href="#fileTypes">fileTypes</a></li><li><a href="#label">label</a></li><li><a href="#maximum">maximum</a></li><li><a href="#minimum">minimum</a></li><li><a href="#rangeSteps">rangeSteps</a></li><li><a href="#rawMIDIClockAccess">rawMIDIClockAccess</a></li><li><a href="#releaseNumber">releaseNumber</a></li></ul></td>
<td><ul><li><a href="#preferColouredListByDefault">preferColouredListByDefault</a></li><li><a href="#preferMomentaryOffByDefault">preferMomentaryOffByDefault</a></li><li><a href="#preferMomentaryOnByDefault">preferMomentaryOnByDefault</a></li><li><a href="#tapTempo">tapTempo</a></li><li><a href="#tempoRelatedDynamicScalePoints">tempoRelatedDynamicScalePoints</a></li><li><a href="#volts">volts</a></li></ul></td>
</tr></tbody></table>

Expand Down Expand Up @@ -283,6 +283,12 @@ <h3><a id="ref-properties" />Properties</h3><div class="specterm" id="brand" abo
<div class="description"><div property="rdfs:label" class="label">number of value steps</div><div class="comment" property="rdfs:comment"><p>A custom rangeSteps value specific to MOD devices, used in place of pprops:rangeSteps.</p></div></div></div>
</div>

<div class="specterm" id="rawMIDIClockAccess" about="http://moddevices.com/ns/mod#rawMIDIClockAccess"><h4><a href="#rawMIDIClockAccess">rawMIDIClockAccess</a></h4><div class="spectermbody">
<table class="terminfo"><tr><th>Domain</th><td><a href="http://lv2plug.in/ns/ext/atom#AtomPort" about="http://moddevices.com/ns/mod#rawMIDIClockAccess" rel="rdfs:domain" resource="http://lv2plug.in/ns/ext/atom#AtomPort">atom:AtomPort</a></td></tr>
</table>
<div class="description"><div property="rdfs:label" class="label">access raw midi clock</div><div class="comment" property="rdfs:comment"><p>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.</p></div></div></div>
</div>

<div class="specterm" id="releaseNumber" about="http://moddevices.com/ns/mod#releaseNumber"><h4><a href="#releaseNumber">releaseNumber</a></h4><div class="spectermbody">
<table class="terminfo"><tr><th>Type</th><td>Datatype Property</td></tr>
<tr><th>Range</th><td><a href="http://www.w3.org/2001/XMLSchema#nonNegativeInteger" about="http://moddevices.com/ns/mod#releaseNumber" rel="rdfs:range" resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">xsd:nonNegativeInteger</a></td></tr>
Expand Down
7 changes: 7 additions & 0 deletions mod/mod.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@prefix atom: <http://lv2plug.in/ns/ext/atom#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix mod: <http://moddevices.com/ns/mod#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand Down Expand Up @@ -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 ,
Expand Down
2 changes: 1 addition & 1 deletion modgui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 id="title"><a href="index.html">MOD GUI</a></h1>
<table id="meta">
<tr><th>ID</th><td><a href="http://moddevices.com/ns/modgui">http://moddevices.com/ns/modgui</a></td></tr>
<tr><th>Version</th><td>2.0</td></tr>
<tr><th>Date</th><td>2021-02-14</td></tr>
<tr><th>Date</th><td>2021-02-23</td></tr>
</table>
</div>
</div>
Expand Down

0 comments on commit 1f0dc0b

Please sign in to comment.