Age | Commit message (Expand) | Author | Files | Lines |
2007-10-01 | Fix unembedding/reembedding of LV2 GUIs. | David Robillard | 1 | -6/+2 |
2007-10-01 | Added missing files. | David Robillard | 2 | -0/+101 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 28 | -103/+222 |
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 | 18 | -175/+162 |
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 | 116 | -422/+486 |
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-26 | Fix plugin embedding toggling. | David Robillard | 1 | -2/+10 |
2007-09-24 | Avoid thread creation and glade stuff on module/port creation (defer until me... | David Robillard | 8 | -29/+41 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 2 | -10/+10 |
2007-09-23 | Update for SLV2 UI interface. | David Robillard | 1 | -19/+20 |
2007-09-23 | Embedded LV2 GUI resizing. | David Robillard | 2 | -11/+28 |
2007-09-23 | LV2 GUI embedding w/ proper sizing. | David Robillard | 1 | -10/+20 |
2007-09-23 | Fix liblo thing for real this time. | David Robillard | 2 | -5/+9 |
2007-09-23 | Fix some weird liblo problem, probably in a breakey and/or leakey way. | David Robillard | 2 | -2/+2 |
2007-09-23 | Working LV2 GUI embedding, except for size issues... | David Robillard | 5 | -474/+550 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 22 | -108/+241 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 19 | -113/+311 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 7 | -29/+126 |
2007-09-22 | Fix contexts extension building. | David Robillard | 1 | -4/+6 |
2007-09-21 | Show context menu for patch ports when clicking on anonymous module, as well ... | David Robillard | 4 | -11/+4 |
2007-09-21 | Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse... | David Robillard | 16 | -148/+411 |
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 RDF threading problems (random messy crashes on patch loading). | David Robillard | 5 | -0/+19 |
2007-09-20 | Fix serialization of node polyphonic value. | David Robillard | 4 | -39/+31 |
2007-09-20 | Fix voice-specific polyphony controls. | David Robillard | 11 | -20/+53 |
2007-09-20 | Cut down superfluous console output. | David Robillard | 4 | -14/+10 |
2007-09-20 | Strip a bunch of old useless code. | David Robillard | 27 | -891/+27 |
2007-09-20 | Rename C++ signals to cleaner Gtkmm convention. | David Robillard | 22 | -147/+147 |
2007-09-19 | Toggling of individual node polyphonic state. | David Robillard | 30 | -80/+207 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 17 | -108/+130 |
2007-09-19 | Fix various serialization problems. | David Robillard | 5 | -15/+43 |
2007-09-19 | Update LV2 URI. | David Robillard | 2 | -2/+2 |
2007-09-19 | Always enable polyphonic checkbutton. | David Robillard | 1 | -3/+2 |
2007-09-19 | Note node dynamic poly. | David Robillard | 2 | -25/+57 |
2007-09-19 | Fix LV2 dynamic poly crash. | David Robillard | 7 | -2/+29 |
2007-09-19 | Broadcast polyphony changes to clients. | David Robillard | 12 | -7/+48 |
2007-09-19 | Make polyphony spinner editable. | David Robillard | 1 | -3/+2 |
2007-09-19 | Added missing files. | David Robillard | 4 | -0/+267 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 29 | -544/+718 |
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 | 5 | -26/+28 |