aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-02Upgrade to waf 1.7.9David Robillard1-0/+0
2013-01-28Update metronome example to produce sensible book output.David Robillard5-41/+50
2013-01-27Improve atom documentation.David Robillard2-35/+47
2013-01-27Remove atom:stringType in favour of owl:onDatatype so generic tools can under...David Robillard3-42/+52
2013-01-26Define LV2_STATE__loadDefaultState.David Robillard1-5/+6
2013-01-26Add state:loadDefaultState feature.David Robillard4-2/+27
2013-01-17Fix lv2_atom_sequence_end().David Robillard3-2/+10
2013-01-13Add missing lv2:EnvelopePlugin define.David Robillard1-0/+1
2013-01-13Fix incorrect return type in lv2_event_get().David Robillard3-2/+11
2013-01-10Bump version.David Robillard1-1/+1
2013-01-10Expose sampler parameter to host.David Robillard3-38/+50
2013-01-10Add lv2:control for designating primary event-based control ports.David Robillard4-6/+25
2013-01-10Set the range of opts:requiredOption and opts:supportedOption to opts:Option.David Robillard3-1/+12
2013-01-10Fix date.David Robillard1-1/+1
2013-01-10Make patch:Set a compact message for setting one property.David Robillard4-23/+82
2013-01-09Fix lv2specgen usage from command line.David Robillard1-4/+6
2013-01-08Add missing fileDavid Robillard1-0/+145
2013-01-08Revert prematurely incremented version.David Robillard2-2/+2
2013-01-08Add logger convenience API.David Robillard6-41/+30
2013-01-06Add plugin data files to book and list files in sensible order.David Robillard1-7/+4
2013-01-05Fix event iteration.David Robillard1-1/+0
2013-01-05Update metro documentation for book style.David Robillard1-24/+20
2012-12-31Generate book from example plugin source.David Robillard9-74/+346
2012-12-23Windows compilation fixes.David Robillard2-4/+7
2012-12-21Fix typo in bufsz:sequenceSize label.David Robillard2-1/+9
2012-12-21Fix syntax error.David Robillard1-1/+0
2012-12-20Add lv2:EnvelopePlugin class.David Robillard3-1/+16
2012-12-02Fix incorrect linker flag in ui:makeSONameResident documentation.David Robillard2-1/+9
2012-11-17Fix notify output.David Robillard1-0/+8
2012-11-17Fix position event iteration to reduce iterations and correctly handle update...David Robillard1-17/+16
2012-11-16Add metronome example plugin to demonstrate precise tempo sync.David Robillard6-0/+457
2012-10-19Fix online documentation building.David Robillard1-5/+5
2012-10-14Bump versions for LV2 1.2.0.David Robillard38-76/+82
2012-09-30Use neutral colours for header and footer.David Robillard1-2/+2
2012-09-16Replace LV2_Morph_Interface with more general LV2_Options_Interface.David Robillard5-128/+149
2012-09-09Clean up morph extension.David Robillard2-13/+15
2012-09-09Use stricter datatype definitions conformant with the XSD and OWL specificati...David Robillard3-68/+224
2012-09-09Add midi:HexByte datatype for status bytes and masks.David Robillard2-5/+15
2012-09-09Split DOAP data from ontology.David Robillard2-6/+23
2012-09-08Remove asserts from event-helper.h.David Robillard2-3/+8
2012-09-06Generate top-level NEWS file in distribution with changes from all specs.David Robillard2-5/+22
2012-09-06Add missing release dates.David Robillard2-0/+2
2012-09-06Fix incorrect file-release URI.David Robillard1-1/+1
2012-09-06Make documentation suitable for local installation.David Robillard7-27/+73
2012-09-06Add links to utility headers.David Robillard1-0/+2
2012-09-05Make documentation style more consistent with Doxygen style.David Robillard1-5/+5
2012-09-03Use relative links between extensions so local documentation links work.David Robillard10-56/+50
2012-09-02Fix link regexp.David Robillard1-1/+1
2012-08-31Fix crash on save when no sample is loaded.David Robillard1-3/+6
2012-08-31Fix typo in documentation.David Robillard1-2/+2
'n520' href='#n520'>520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693