diff options
author | David Robillard <d@drobilla.net> | 2006-08-22 16:12:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-08-22 16:12:33 +0000 |
commit | cf11310c243320bbe53dbf7c6738cc84e33ba9d3 (patch) | |
tree | 82fbf253d759d79aa3c566f3e977cecc34a6630d /include/lv2.ttl | |
parent | 8eeaefada5d3a58be51c4929e86128e52149ee28 (diff) | |
download | lilv-cf11310c243320bbe53dbf7c6738cc84e33ba9d3.tar.gz lilv-cf11310c243320bbe53dbf7c6738cc84e33ba9d3.tar.bz2 lilv-cf11310c243320bbe53dbf7c6738cc84e33ba9d3.zip |
Updates for new header/schema
git-svn-id: http://svn.drobilla.net/lad/libslv2@109 a436a847-0d15-0410-975c-d299462d15a1
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 |