Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-19 | Clean up code, update copyright dates. | David Robillard | 1 | -34/+34 | |
2012-02-18 | Remove state:Path and use new atom:Path instead. | David Robillard | 1 | -16/+46 | |
Remove suggestion to use file URIs in plugins, which is much too tedious. If plugins use standard atom types, hosts should be able to map paths in any way (which they may need to regardless). Unfortunately it's slightly less pretty in Turtle to have a special path type rather than a (possibly relative) URI. Factor out common write_set_filename_msg in sampler example. Establish common URI define convention LV2_EXTNAME__URILOCALNAME and define all URIs in state, message, and atom. | |||||
2012-02-18 | Send notifications to the UI and display loaded sample path. | David Robillard | 1 | -10/+60 | |
2012-02-17 | Send a proper file URI to load sample instead of a path string. | David Robillard | 1 | -3/+3 | |
2012-02-16 | Implement real-time safe sample loading. | David Robillard | 1 | -10/+16 | |
2012-02-13 | Centralize URI map cache and use in both plugin and UI. | David Robillard | 1 | -2/+29 | |
2012-02-09 | Add message extension. | David Robillard | 1 | -5/+5 | |
2012-02-08 | Heavily revise atom extension into a release candidate. | David Robillard | 1 | -5/+5 | |
2011-11-09 | Implement file name changing from UI. | David Robillard | 1 | -0/+25 | |