Age | Commit message (Expand) | Author | Files | Lines |
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 | 29 | -80/+204 |
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 | 4 | -15/+42 |
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 | 11 | -7/+45 |
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 | 28 | -544/+714 |
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 |
2007-09-18 | Fix MIDI buffer reading error, fixes reading of multiple MIDI events per cycl... | David Robillard | 4 | -25/+32 |
2007-09-16 | More obvious visual representation of polyphonic nodes. | David Robillard | 1 | -3/+2 |
2007-09-14 | Remove useless 'controls' items from canvas context menu. | David Robillard | 3 | -502/+464 |
2007-09-12 | Disable sensitivity of patch poly spinner. | David Robillard | 1 | -0/+3 |
2007-09-12 | Fix manually specifying polyphony in load patch dialog. | David Robillard | 8 | -46/+54 |
2007-09-09 | Possible fix for crash on weird MIDI note input. | David Robillard | 1 | -8/+13 |
2007-09-08 | Serialisation of patch enabled status. | David Robillard | 4 | -116/+138 |
2007-09-07 | Fix RDF URIs for subpatches (first letter was chopped). | David Robillard | 1 | -2/+4 |
2007-08-10 | Fix loading control values from deprecated Om patches. | David Robillard | 6 | -33/+62 |
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 | 28 | -174/+533 |
2007-08-08 | Update ingen for SLV2 changes. | David Robillard | 1 | -7/+7 |
2007-08-08 | Added individial building stuff for flowcanvas, raul, patchage. | David Robillard | 1 | -2/+3 |
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-02 | Actually move canvas items on move_to (fix ticket 74). | David Robillard | 2 | -10/+10 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 89 | -658/+464 |
2007-08-01 | Remove PostProcessor thread, post-process in main thread instead (solves scri... | David Robillard | 8 | -23/+43 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 26 | -80/+84 |
2007-07-31 | Functional engine Python bindings (e.g. ingen -e -r patchomatic.py). | David Robillard | 4 | -12/+23 |
2007-07-31 | SWIG building fixes. | David Robillard | 9 | -21/+37 |
2007-07-31 | First steps towards Ingen SWIG bindings. | David Robillard | 3 | -5/+11 |
2007-07-30 | Shutdown cleanly (fix ticket 53). | David Robillard | 7 | -58/+83 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 29 | -32/+29 |
2007-07-28 | Remove (now) generated LV2 stuff Makefiles from repo. | David Robillard | 7 | -43/+59 |