summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-09-21Show context menu for patch ports when clicking on anonymous module, as well ...David Robillard4-11/+4
2007-09-21Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse...David Robillard16-148/+411
2007-09-21Somewhat functional dynamic polyphony (LV2 and internal nodes only).David Robillard12-93/+92
2007-09-20Fix deletion of multiple nodes instead of just one (basically fix everything ...David Robillard2-12/+4
2007-09-20Remove useless InternalNode class.David Robillard23-131/+97
2007-09-20Fix RDF threading problems (random messy crashes on patch loading).David Robillard5-0/+19
2007-09-20Fix serialization of node polyphonic value.David Robillard4-39/+31
2007-09-20Fix voice-specific polyphony controls.David Robillard11-20/+53
2007-09-20Cut down superfluous console output.David Robillard4-14/+10
2007-09-20Strip a bunch of old useless code.David Robillard27-891/+27
2007-09-20Rename C++ signals to cleaner Gtkmm convention.David Robillard22-147/+147
2007-09-19Toggling of individual node polyphonic state.David Robillard30-80/+207
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard17-108/+130
2007-09-19Fix various serialization problems.David Robillard4-15/+42
2007-09-19Always enable polyphonic checkbutton.David Robillard1-3/+2
2007-09-19Note node dynamic poly.David Robillard2-25/+57
2007-09-19Fix LV2 dynamic poly crash.David Robillard7-2/+29
2007-09-19Broadcast polyphony changes to clients.David Robillard12-7/+48
2007-09-19Make polyphony spinner editable.David Robillard1-3/+2
2007-09-19Added missing files.David Robillard4-0/+267
2007-09-19More work on dynamic polyphony.David Robillard29-544/+718
2007-09-18Work on dynamic polyphony.David Robillard9-34/+138
2007-09-18Fix possibility of partially compiled patches.David Robillard1-0/+7
2007-09-18Fix destroying connected patch ports, and patch port threading issues.David Robillard5-26/+28
2007-09-18Fix MIDI buffer reading error, fixes reading of multiple MIDI events per cycl...David Robillard4-25/+32
2007-09-16More obvious visual representation of polyphonic nodes.David Robillard1-3/+2
2007-09-14Remove useless 'controls' items from canvas context menu.David Robillard3-502/+464
2007-09-12Disable sensitivity of patch poly spinner.David Robillard1-0/+3
2007-09-12Fix manually specifying polyphony in load patch dialog.David Robillard8-46/+54
2007-09-09Possible fix for crash on weird MIDI note input.David Robillard1-8/+13
2007-09-08Serialisation of patch enabled status.David Robillard4-116/+138
2007-09-07Fix RDF URIs for subpatches (first letter was chopped).David Robillard1-2/+4
2007-08-10Fix loading control values from deprecated Om patches.David Robillard6-33/+62
2007-08-09Added missing file.David Robillard2-5/+90
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard32-185/+590
2007-08-08Update ingen for SLV2 changes.David Robillard1-7/+7
2007-08-08Added individial building stuff for flowcanvas, raul, patchage.David Robillard1-2/+3
2007-08-05Remove obnoxious/expensive MIDI event count debugging print statement.David Robillard2-3/+8
2007-08-02Fix MIDI patching.David Robillard10-221/+155
2007-08-02Implement MIDI copying, fixes MIDI patching from patch input -> patch output ...David Robillard8-21/+65
2007-08-02Actually move canvas items on move_to (fix ticket 74).David Robillard2-10/+10
2007-08-01Added missing bindings files.David Robillard3-1/+71
2007-08-01Fix autohell for last commit.David Robillard2-6/+3
2007-08-01Clean up engine/client interfaces.David Robillard93-822/+563
2007-08-01Remove PostProcessor thread, post-process in main thread instead (solves scri...David Robillard12-43/+69
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard33-90/+228
2007-07-31Functional engine Python bindings (e.g. ingen -e -r patchomatic.py).David Robillard13-39/+139
2007-07-31SWIG building fixes.David Robillard10-25/+43
2007-07-31First steps towards Ingen SWIG bindings.David Robillard8-6/+88
2007-07-30Shutdown cleanly (fix ticket 53).David Robillard8-60/+92