Age | Commit message (Expand) | Author | Files | Lines |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -1/+2 |
2007-10-21 | Fix control port value broadcasting. | David Robillard | 1 | -3/+14 |
2007-10-13 | Fix sub-patch MIDI I/O. | David Robillard | 1 | -10/+19 |
2007-10-08 | SharedPtr-ize engine-side Connections (towards merge for patch->connections()). | David Robillard | 1 | -2/+2 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 1 | -4/+4 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 1 | -5/+5 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 1 | -7/+7 |
2007-10-07 | Shared abstract Node interface. | David Robillard | 1 | -2/+2 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 1 | -16/+6 |
2007-10-01 | Generic audio thread generated Event sending system. | David Robillard | 1 | -2/+2 |
2007-09-30 | Better design for process() signature (pass everything needed in a single obj... | David Robillard | 1 | -13/+11 |
2007-09-29 | Work towards port monitoring and better (higher utilization) parallel execution. | David Robillard | 1 | -10/+33 |
2007-09-21 | Somewhat functional dynamic polyphony (LV2 and internal nodes only). | David Robillard | 1 | -41/+12 |
2007-09-20 | Remove useless InternalNode class. | David Robillard | 1 | -0/+2 |
2007-09-18 | Work on dynamic polyphony. | David Robillard | 1 | -22/+22 |
2007-08-05 | Remove obnoxious/expensive MIDI event count debugging print statement. | David Robillard | 1 | -3/+0 |
2007-08-02 | Fix MIDI patching. | David Robillard | 1 | -0/+3 |
2007-08-02 | Implement MIDI copying, fixes MIDI patching from patch input -> patch output ... | David Robillard | 1 | -11/+22 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 1 | -9/+9 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -6/+6 |
2007-07-04 | Fix MIDI control and trigger nodes. | David Robillard | 1 | -0/+8 |
2007-04-09 | Bugfixes. | David Robillard | 1 | -1/+5 |
2007-04-08 | Fixed audio output. | David Robillard | 1 | -82/+0 |
2007-04-08 | MIDI patching fixes (clean disconnecting). | David Robillard | 1 | -5/+6 |
2007-04-08 | De-template-ification of port types (req. for LV2 MIDI, but nice code size re... | David Robillard | 1 | -51/+35 |
2007-02-10 | Fix previous (broken) commit. | David Robillard | 1 | -1/+1 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 1 | -12/+12 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2007-02-07 | Mad sed-fu for consistent private member naming. | David Robillard | 1 | -76/+76 |
2007-01-23 | Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners. | David Robillard | 1 | -1/+0 |
2007-01-02 | Fix building non-monolithic Ingenuity. | David Robillard | 1 | -33/+0 |
2007-01-02 | Initial work on dynamic (Jack) buffer resizing (still unworking). | David Robillard | 1 | -20/+19 |
2006-09-08 | De-singleton-ified Engine | David Robillard | 1 | -4/+4 |
2006-07-19 | Changed namespace names, removed almost all references to "Om" | David Robillard | 1 | -2/+2 |
2006-07-18 | Removed globals (Om.h) | David Robillard | 1 | -11/+10 |
2006-07-14 | Updated name in comment headers and copyright date | David Robillard | 1 | -2/+2 |
2006-06-21 | Reorganized directory tree/names | David Robillard | 1 | -2/+2 |
2006-06-21 | Got the audio flowing | David Robillard | 1 | -5/+8 |
2006-06-20 | Renamed OmObject GraphObject; | David Robillard | 1 | -4/+4 |
2006-06-19 | Connecting of patch ports internally (seemingly anyway, data not flowing yet) | David Robillard | 1 | -50/+51 |
2006-06-19 | Renamed PortBase to TypedPort | David Robillard | 1 | -1/+1 |
2006-06-18 | More work on new ports implementation; | David Robillard | 1 | -19/+17 |
2006-06-10 | More juggling | David Robillard | 1 | -0/+352 |