diff options
Diffstat (limited to 'include/lv2.ttl')
-rw-r--r-- | include/lv2.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lv2.ttl b/include/lv2.ttl index 972fd6b..c7d1ac9 100644 --- a/include/lv2.ttl +++ b/include/lv2.ttl @@ -72,8 +72,8 @@ The class that represents an LV2 port In order for it to be used by a host it must have at least the following properties: rdf:type (where object is exactly one of - :InputControlRatePort, :OutputControlRatePort, - :InputAudioRatePort, :OututAudioRatePort) + :ControlRateInputPort, :ControlRateOutputPort, + :AudioRateInputPort, :AudioRateOutputPort) :dataType :index :symbol |