Commit Graph

  • f2619d90d0 Relax domain of lv2:minimum lv2:maximum and lv2:default so they can be used to describe properties/parameters as well. David Robillard 2014-11-02 07:06:20 +0000
  • 7ba0e78f65 Fix non-existent port type in examples. Add lv2:Parameter to domain of units:unit. David Robillard 2014-11-02 07:05:41 +0000
  • 68c9059e7c Add range to parameters so hosts know how to control them. David Robillard 2014-11-02 07:03:04 +0000
  • d711e04227 Fix merging of version histories in specification documentation. David Robillard 2014-11-01 00:19:22 +0000
  • 118ec555a3 eg-sampler: Support patch:Get, and request initial state from UI. David Robillard 2014-10-31 23:55:55 +0000
  • 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. David Robillard 2014-10-31 23:53:24 +0000
  • 29a6502b93 LV2 1.10.0 David Robillard 2014-08-08 18:53:43 +0000
  • 78428cf5ca Upgrade to waf 1.7.16. David Robillard 2014-08-08 18:51:32 +0000
  • 1c839cb1a3 Inline Pygments style since CSS @import doesn't seem to be working. David Robillard 2014-08-08 18:49:10 +0000
  • a91a87e1d7 Use Markdown in doc comments for better source readability. David Robillard 2014-08-08 15:37:01 +0000
  • 713944a16b Order history entries by date. David Robillard 2014-08-08 04:11:52 +0000
  • 74d7751c37 Order book chapters in build script rather than by bundle name. David Robillard 2014-08-06 01:26:06 +0000
  • f181b31c11 Improve documentation on plugin URIs. David Robillard 2014-08-05 18:50:00 +0000
  • 6ad8202459 More consistent book table styling. David Robillard 2014-08-05 18:49:42 +0000
  • 28e3aa5f94 Improve book style. David Robillard 2014-08-05 17:20:57 +0000
  • 66260cf4c1 Move version from subtitle to metadata table. David Robillard 2014-08-04 19:10:42 +0000
  • 576671bfa4 Amp documentation improvements. David Robillard 2014-08-01 16:32:34 +0000
  • 00cea6562b Clean up fifths.ttl. David Robillard 2014-07-31 21:03:38 +0000
  • 787c08a24c Fix change history on specification index page. David Robillard 2014-07-31 20:59:35 +0000
  • 1c67d81235 Use Doxygen Markdown support for more human-readable doc comments. Minor improvements to UI documentation. David Robillard 2014-07-31 20:39:26 +0000
  • 64e25ef4f2 Add missing C extern declarations for C++. David Robillard 2014-07-28 22:25:44 +0000
  • bf21fccffd Fixes for clang. David Robillard 2014-07-28 22:17:27 +0000
  • 91bd0c769f Add description, date, and change log to documentation index. David Robillard 2014-07-28 21:14:40 +0000
  • ee09f19b84 Updaate Doxygen file. David Robillard 2014-07-28 20:26:56 +0000
  • 009755156a Add accidentally removed ui:updateRate. David Robillard 2014-05-14 09:18:36 +0000
  • 861f0420ea Add windowTitle property. David Robillard 2014-05-08 12:18:48 +0000
  • ba92af715f Improve documentation. David Robillard 2014-05-08 12:07:02 +0000
  • ead6ca1b3e Implement show/hide fallback interface for sampler UI. David Robillard 2014-04-27 01:08:22 +0000
  • c35b46cb80 Improve documentation. David Robillard 2014-04-26 20:01:35 +0000
  • f95dfae4da Update Doxygen file. David Robillard 2014-04-26 20:00:45 +0000
  • 8d228466f4 Add show interface so UIs can gracefully degrade to separate windows if hosts can not use their widget directly. David Robillard 2014-02-09 20:32:07 +0000
  • 7553d21aba Fix off by one and explicitly copy event fields to be a more general example. David Robillard 2014-02-08 03:06:27 +0000
  • 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. David Robillard 2014-02-08 02:30:06 +0000
  • 6d41effb84 Make eg-metro check for atom:Blank and atom:Object. David Robillard 2014-02-07 15:53:28 +0000
  • 0a4e416513 Fix incorrect deprecation advise in comment. David Robillard 2014-02-01 16:56:48 +0000
  • e2ac3f3bb6 Simplify sizes and remove implicit type conversions. David Robillard 2014-01-31 15:52:16 +0000
  • 8c5569c7fb Fix outdated references to lv2_atom_forge_resource(). David Robillard 2014-01-31 00:51:27 +0000
  • f19b7a8211 Replace use of lv2_atom_forge_property_head with lv2_atom_forge_key. David Robillard 2014-01-24 20:31:27 +0000
  • 0824237942 Fix -Wconversion warnings in headers. David Robillard 2014-01-24 01:49:18 +0000
  • 1cb9f77d07 atom: Deprecate Blank and Resource in favour of just Object. atom: Add lv2_atom_forge_is_object_type() and lv2_atom_forge_is_blank() to ease backwards compatibility. atom: Add lv2_atom_forge_key() for terser object writing. patch: Add patch:sequenceNumber for associating replies with requests. lv2specgen: Display deprecated warning on classes marked owl:deprecated. David Robillard 2014-01-24 00:55:35 +0000
  • c12e45895f LV2 1.8.0 David Robillard 2014-01-04 21:46:24 +0000
  • 3664a97593 Install lv2specgen for use by other projects. David Robillard 2013-12-31 02:29:51 +0000
  • 7ea2b2bf56 lv2specgen: Fix links to externally defined terms. David Robillard 2013-12-31 01:01:56 +0000
  • 939bd64761 Add lv2:prototype. David Robillard 2013-12-27 19:39:06 +0000
  • 8b1275387c Bookify examploscope documentation. Fix book generator to include single-star C comments in code blocks. David Robillard 2013-12-25 17:59:16 +0000
  • 74c9919741 Fix atom version in manifest. David Robillard 2013-12-25 15:19:14 +0000
  • 4e4d8eff4b Fix vector size calculation (patch from Robin Gareus). David Robillard 2013-12-24 16:50:36 +0000
  • a6521f912b Fix several const violations. David Robillard 2013-12-24 16:49:44 +0000
  • 391dd35265 Make lv2_atom_*_is_end() arguments const. David Robillard 2013-12-17 03:08:46 +0000
  • 964c152c9d Fix casting away of const (patch from Robin Gareus). David Robillard 2013-12-15 21:30:09 +0000
  • ba015861ba Add global NEWS item for scope plugin addition. David Robillard 2013-12-15 21:28:59 +0000
  • 8f2c1ead95 Add example scope plugin from Robin Gareus. David Robillard 2013-12-15 21:18:33 +0000
  • 96ff3ee63a Fix whitespace. David Robillard 2013-12-15 21:11:49 +0000
  • c4a14f4411 Add missing include <string.h> to logger.h for memset. David Robillard 2013-12-15 06:46:45 +0000
  • 95cf56ddb4 Fix ui version in manifest to match DOAP information. David Robillard 2013-12-15 06:46:22 +0000
  • b11580b098 Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation. David Robillard 2013-12-09 01:45:23 +0000
  • 8ca524c7e0 LV2 1.6.0. David Robillard 2013-08-09 04:15:47 +0000
  • 289cda0a45 Fix typo. David Robillard 2013-05-27 02:26:56 +0000
  • 1b82dc6308 Fix crash in forge.h when pushing atoms to a full buffer. David Robillard 2013-05-27 00:36:51 +0000
  • dda54da26f Add ui:updateRate property. David Robillard 2013-05-09 20:16:39 +0000
  • 1f39eeb9ec Make lv2specgen more tolerant for command-line usage. David Robillard 2013-05-03 19:54:00 +0000
  • 42c9cc5594 Fix port indices of metronome example. David Robillard 2013-03-24 23:55:14 +0000
  • a6acef5894 Add UI idle interface. David Robillard 2013-03-19 02:46:10 +0000
  • 68ab5ac516 Update versions. LV2 1.4.0. David Robillard 2013-02-18 04:38:10 +0000
  • 7dcb5a5285 Fix links from installed spec documentation to code documentation. David Robillard 2013-02-18 04:06:30 +0000
  • f78962ae66 Clean up sampler exampler for book format. David Robillard 2013-02-18 03:05:55 +0000
  • e5ffd577fc Remove unused metro notify port. David Robillard 2013-02-18 02:00:46 +0000
  • 881da03ad4 Rework metro comments to be a bit more palatable in book form. David Robillard 2013-02-18 01:51:40 +0000
  • bc8f4e1682 Remove lv2:Program and all related things. David Robillard 2013-02-18 00:12:59 +0000
  • fb9e90572d Make manifest versions match spec versions. David Robillard 2013-02-17 23:18:11 +0000
  • b91e1a81db Order examples in a sensible progression for the book. David Robillard 2013-02-11 00:18:55 +0000
  • 5367f7265e Fix spelling error. David Robillard 2013-02-10 04:14:11 +0000
  • 2deb34ec44 Add lv2:Bank, lv2:Program, and lv2:program for describing programs, including but not limited to MIDI programs. David Robillard 2013-02-10 03:21:20 +0000
  • 401d1e9591 Remove unused namespace prefixes. David Robillard 2013-02-10 03:01:01 +0000
  • 4ee92b42cb Reserve minor version 0 for unstable development plugins (fix #9). David Robillard 2013-02-09 03:11:31 +0000
  • 670089dc2a Upgrade to waf 1.7.9 David Robillard 2013-02-02 20:41:25 +0000
  • da9b240ce1 Update metronome example to produce sensible book output. David Robillard 2013-01-28 01:33:10 +0000
  • 21d16ed2e5 Improve atom documentation. David Robillard 2013-01-27 21:18:10 +0000
  • 322105561f Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals. David Robillard 2013-01-27 20:30:14 +0000
  • 8fc9914200 Define LV2_STATE__loadDefaultState. David Robillard 2013-01-26 21:16:24 +0000
  • 8b8fd29712 Add state:loadDefaultState feature. David Robillard 2013-01-26 21:13:34 +0000
  • 698d99776e Fix lv2_atom_sequence_end(). David Robillard 2013-01-17 04:26:49 +0000
  • f226c11a22 Add missing lv2:EnvelopePlugin define. David Robillard 2013-01-13 21:59:21 +0000
  • 738d6d7151 Fix incorrect return type in lv2_event_get(). David Robillard 2013-01-13 21:57:19 +0000
  • eb1e60963a Bump version. David Robillard 2013-01-10 06:16:05 +0000
  • ecebae5e6b Expose sampler parameter to host. Update to new definition of patch:Set. David Robillard 2013-01-10 06:14:13 +0000
  • 413f33c3bb Add lv2:control for designating primary event-based control ports. Set range of lv2:designation to lv2:Designation. Make lv2:Parameter rdfs:subClassOf rdf:Property. David Robillard 2013-01-10 06:11:23 +0000
  • c0e26ec191 Set the range of opts:requiredOption and opts:supportedOption to opts:Option. David Robillard 2013-01-10 05:59:03 +0000
  • dbc07e25e8 Fix date. David Robillard 2013-01-10 05:57:31 +0000
  • bdf14db0af Make patch:Set a compact message for setting one property. Add patch:readable and patch:writable for describing available properties. David Robillard 2013-01-10 05:51:00 +0000
  • b73784ea11 Fix lv2specgen usage from command line. Fix round-trip UTF-8 support in lv2specgen. Support specifications with URI equivalent to prefix and/or slash namespaces. David Robillard 2013-01-09 01:17:56 +0000
  • c0a049f186 Add missing file David Robillard 2013-01-08 16:09:12 +0000
  • 6ec0d284c9 Revert prematurely incremented version. David Robillard 2013-01-08 06:53:26 +0000
  • e0905f7792 Add logger convenience API. David Robillard 2013-01-08 05:17:22 +0000
  • 5d522be95a Add plugin data files to book and list files in sensible order. David Robillard 2013-01-06 20:30:41 +0000
  • a3f55ab874 Fix event iteration. David Robillard 2013-01-05 21:06:48 +0000
  • 6683329167 Update metro documentation for book style. David Robillard 2013-01-05 20:28:18 +0000
  • 4a603a28de Generate book from example plugin source. David Robillard 2012-12-31 23:10:27 +0000
  • b09f94596a Windows compilation fixes. David Robillard 2012-12-23 02:07:17 +0000
  • 9e77acef97 Fix typo in bufsz:sequenceSize label. David Robillard 2012-12-21 23:27:38 +0000