Age | Commit message (Expand) | Author | Files | Lines |
2007-10-08 | Reorganize modules module (heh) to make a bit more sense. But not much. | David Robillard | 3 | -3/+4 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 68 | -232/+264 |
2007-10-08 | SharedPtr-ize engine-side Connections (towards merge for patch->connections()). | David Robillard | 10 | -24/+26 |
2007-10-08 | Fixed missing symbol in Raul. | David Robillard | 21 | -100/+105 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 21 | -80/+82 |
2007-10-08 | Fix serialization/connection bugs resulting from refactoring. | David Robillard | 4 | -4/+6 |
2007-10-07 | Move DataType into Shared namespace. | David Robillard | 2 | -8/+8 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 82 | -385/+327 |
2007-10-07 | URI-ify DataType and match LV2 port type semantics. | David Robillard | 1 | -13/+24 |
2007-10-07 | Remove DSSI. | David Robillard | 21 | -1251/+12 |
2007-10-07 | Added common abstract interface for Plugins. | David Robillard | 39 | -197/+153 |
2007-10-07 | Begin using shared virtual Node interface client side. | David Robillard | 1 | -1/+1 |
2007-10-07 | Shared abstract Node interface. | David Robillard | 62 | -194/+194 |
2007-10-07 | Start building a common (client/server) abstract interface for graph objects. | David Robillard | 28 | -828/+77 |
2007-10-05 | Fix more OSC thread thingies. | David Robillard | 1 | -2/+3 |
2007-10-05 | Make receiving OSC FIFO, preparing events not. | David Robillard | 1 | -1/+1 |
2007-10-05 | Fix OSC receiving thread chewing CPU (xrun problem on single core systems). | David Robillard | 4 | -14/+26 |
2007-10-05 | Don't use lazy binding for loading plugin libraries. | David Robillard | 1 | -1/+1 |
2007-10-04 | Fixed port menu (load fancy dynamic menu from Glade). | David Robillard | 7 | -40/+93 |
2007-10-02 | Graceful shutdown on Ctrl+C (hopefully?). | David Robillard | 1 | -7/+6 |
2007-10-01 | Added missing files. | David Robillard | 2 | -0/+101 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 15 | -89/+123 |
2007-10-01 | Generic audio thread generated Event sending system. | David Robillard | 7 | -17/+62 |
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 |