David Robillard
d2b0dfdf40
Use lowercase for time property labels.
7 years ago
David Robillard
ca18777053
Remove formatting from comments for UI display.
7 years ago
David Robillard
cdff58d7cf
Add missing labels.
7 years ago
David Robillard
3920cb5749
Make designations a rdf:Property.
7 years ago
David Robillard
07d118c6cd
Add range for atom:supports and atom:bufferType.
7 years ago
David Robillard
4666e1ccd9
Fix typo.
7 years ago
Hanspeter Portner
4a2647bd55
Add missing C defines for notification protocols.
...
* add LV2_UI__PortProtocol
* add LV2_UI__protocol
* add LV2_UI__floatProtocol
* add LV2_UI__peakProtocol
8 years ago
David Robillard
4985c77f6c
Clean up and add missing labels.
8 years ago
David Robillard
312614efa1
Add recommendation for saved preset bundle names.
8 years ago
David Robillard
1010e630c5
Add preset banks.
8 years ago
Hanspeter Portner
479843fc4d
Fix LV2_ATOM_TUPLE_FOREACH macro.
...
* using the LV2_ATOM_TUPLE_FOREACH macro throws a compile error
* the 'LV2_Atom_Tuple' has no own size attribute
* '(tuple)->size' should read: '(tuple)->atom.size'
Signed-off-by: Hanspeter Portner <dev@open-music-kontrollers.ch>
8 years ago
David Robillard
c88c6310dd
Remove unnecessary includes.
8 years ago
falkTX
bca3727839
Add Qt5 UI type
8 years ago
falkTX
1ab30cf0e7
Add LV2_SYMBOL_EXPORT to lv2_lib_descriptor
8 years ago
David Robillard
8adeb93d8d
Clean up whitespace.
8 years ago
David Robillard
cbe433d9d0
Simplify property restrictions by removing redundancy.
8 years ago
David Robillard
7506393c93
Revert "Add preliminary C++ work."
...
This reverts commit 9b4b2b68f5
.
8 years ago
David Robillard
9b4b2b68f5
Add preliminary C++ work.
8 years ago
David Robillard
3520e1fba6
Less crufty labels for floating point types.
8 years ago
David Robillard
3a95c3b575
Fix typo.
8 years ago
David Robillard
037727ca7a
Add patch:Copy method.
8 years ago
David Robillard
bf89c83b8f
Improve documentation.
8 years ago
David Robillard
61ee1b13fd
Add extern/visibility to LV2_SYMBOL_EXPORT.
8 years ago
David Robillard
68a4dc89f5
Single-page API documentation with unified style.
8 years ago
David Robillard
f2b643692a
Make index page match new style.
8 years ago
David Robillard
6e19a062b2
Add gain parameter to eg-sampler.
8 years ago
David Robillard
f2619d90d0
Relax domain of lv2:minimum lv2:maximum and lv2:default so they can be used to describe properties/parameters as well.
8 years ago
David Robillard
7ba0e78f65
Fix non-existent port type in examples.
...
Add lv2:Parameter to domain of units:unit.
8 years ago
David Robillard
68c9059e7c
Add range to parameters so hosts know how to control them.
8 years ago
David Robillard
d711e04227
Fix merging of version histories in specification documentation.
8 years ago
David Robillard
118ec555a3
eg-sampler: Support patch:Get, and request initial state from UI.
8 years ago
David Robillard
6df6f3b58f
Define patch:Get with no subject to implicitly apply to reciever. This can be used by UIs to get an initial description of a plugin.
8 years ago
David Robillard
29a6502b93
LV2 1.10.0
8 years ago
David Robillard
a91a87e1d7
Use Markdown in doc comments for better source readability.
8 years ago
David Robillard
66260cf4c1
Move version from subtitle to metadata table.
8 years ago
David Robillard
1c67d81235
Use Doxygen Markdown support for more human-readable doc comments.
...
Minor improvements to UI documentation.
8 years ago
David Robillard
64e25ef4f2
Add missing C extern declarations for C++.
8 years ago
David Robillard
bf21fccffd
Fixes for clang.
8 years ago
David Robillard
91bd0c769f
Add description, date, and change log to documentation index.
8 years ago
David Robillard
009755156a
Add accidentally removed ui:updateRate.
8 years ago
David Robillard
861f0420ea
Add windowTitle property.
8 years ago
David Robillard
ba92af715f
Improve documentation.
8 years ago
David Robillard
c35b46cb80
Improve documentation.
8 years ago
David Robillard
8d228466f4
Add show interface so UIs can gracefully degrade to separate windows if hosts can not use their widget directly.
9 years ago
David Robillard
60eb52f319
Add lv2_atom_sequence_clear() and lv2_atom_sequence_append_event() helper functions.
...
Add MIDI fifths example plugin for simple non-forge MIDI reading and writing.
9 years ago
David Robillard
0a4e416513
Fix incorrect deprecation advise in comment.
9 years ago
David Robillard
e2ac3f3bb6
Simplify sizes and remove implicit type conversions.
9 years ago
David Robillard
8c5569c7fb
Fix outdated references to lv2_atom_forge_resource().
9 years ago
David Robillard
f19b7a8211
Replace use of lv2_atom_forge_property_head with lv2_atom_forge_key.
9 years ago
David Robillard
0824237942
Fix -Wconversion warnings in headers.
9 years ago