Age | Commit message (Expand) | Author | Files | Lines |
2007-10-01 | Merge NoteOnEvent and NoteOffEvent. | David Robillard | 12 | -222/+102 |
2007-09-30 | Added missing files. | David Robillard | 2 | -0/+94 |
2007-09-30 | Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). | David Robillard | 13 | -171/+101 |
2007-09-30 | Port "monitoring" -> Port "broadcasting" to avoid confusion with the usual us... | David Robillard | 3 | -18/+18 |
2007-09-30 | Better design for process() signature (pass everything needed in a single obj... | David Robillard | 115 | -421/+485 |
2007-09-30 | Better driver interface for input/output. | David Robillard | 25 | -65/+194 |
2007-09-29 | Added port monitoring disable event. | David Robillard | 6 | -28/+173 |
2007-09-29 | Work towards port monitoring and better (higher utilization) parallel execution. | David Robillard | 45 | -100/+575 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 8 | -52/+112 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 10 | -81/+232 |
2007-09-21 | Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse... | David Robillard | 2 | -4/+2 |
2007-09-21 | Somewhat functional dynamic polyphony (LV2 and internal nodes only). | David Robillard | 12 | -93/+92 |
2007-09-20 | Fix deletion of multiple nodes instead of just one (basically fix everything ... | David Robillard | 2 | -12/+4 |
2007-09-20 | Remove useless InternalNode class. | David Robillard | 23 | -131/+97 |
2007-09-20 | Fix serialization of node polyphonic value. | David Robillard | 1 | -3/+7 |
2007-09-20 | Fix voice-specific polyphony controls. | David Robillard | 3 | -10/+18 |
2007-09-20 | Cut down superfluous console output. | David Robillard | 2 | -4/+3 |
2007-09-20 | Strip a bunch of old useless code. | David Robillard | 11 | -393/+10 |
2007-09-19 | Toggling of individual node polyphonic state. | David Robillard | 13 | -45/+92 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 15 | -93/+101 |
2007-09-19 | Fix various serialization problems. | David Robillard | 2 | -1/+3 |
2007-09-19 | Note node dynamic poly. | David Robillard | 2 | -25/+57 |
2007-09-19 | Fix LV2 dynamic poly crash. | David Robillard | 5 | -2/+18 |
2007-09-19 | Broadcast polyphony changes to clients. | David Robillard | 8 | -6/+35 |
2007-09-19 | Added missing files. | David Robillard | 4 | -0/+267 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 22 | -86/+214 |
2007-09-18 | Work on dynamic polyphony. | David Robillard | 9 | -34/+138 |
2007-09-18 | Fix possibility of partially compiled patches. | David Robillard | 1 | -0/+7 |
2007-09-18 | Fix destroying connected patch ports, and patch port threading issues. | David Robillard | 4 | -20/+20 |
2007-09-18 | Fix MIDI buffer reading error, fixes reading of multiple MIDI events per cycl... | David Robillard | 4 | -25/+32 |
2007-09-09 | Possible fix for crash on weird MIDI note input. | David Robillard | 1 | -8/+13 |
2007-08-10 | Fix loading control values from deprecated Om patches. | David Robillard | 3 | -15/+35 |
2007-08-09 | Added missing file. | David Robillard | 2 | -5/+90 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 27 | -172/+531 |
2007-08-08 | Update ingen for SLV2 changes. | David Robillard | 1 | -7/+7 |
2007-08-05 | Remove obnoxious/expensive MIDI event count debugging print statement. | David Robillard | 2 | -3/+8 |
2007-08-02 | Fix MIDI patching. | David Robillard | 8 | -52/+154 |
2007-08-02 | Implement MIDI copying, fixes MIDI patching from patch input -> patch output ... | David Robillard | 8 | -21/+65 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 80 | -583/+374 |
2007-08-01 | Remove PostProcessor thread, post-process in main thread instead (solves scri... | David Robillard | 6 | -23/+36 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 20 | -72/+73 |
2007-07-30 | Shutdown cleanly (fix ticket 53). | David Robillard | 5 | -56/+76 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 14 | -15/+14 |
2007-07-28 | Remove (now) generated LV2 stuff Makefiles from repo. | David Robillard | 1 | -5/+5 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 39 | -110/+111 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 1 | -1/+1 |
2007-07-26 | Trim the fat. | David Robillard | 7 | -207/+9 |
2007-07-26 | Fix destruction. | David Robillard | 2 | -10/+13 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 20 | -109/+189 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 2 | -0/+2 |