summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-09-26Fix plugin embedding toggling.David Robillard1-2/+10
2007-09-24Avoid thread creation and glade stuff on module/port creation (defer until me...David Robillard8-29/+41
2007-09-24LV2 UI interface cleanups.David Robillard2-10/+10
2007-09-23Update for SLV2 UI interface.David Robillard1-19/+20
2007-09-23Embedded LV2 GUI resizing.David Robillard2-11/+28
2007-09-23LV2 GUI embedding w/ proper sizing.David Robillard1-10/+20
2007-09-23Fix liblo thing for real this time.David Robillard2-5/+9
2007-09-23Fix some weird liblo problem, probably in a breakey and/or leakey way.David Robillard2-2/+2
2007-09-23Working LV2 GUI embedding, except for size issues...David Robillard5-474/+550
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard22-108/+241
2007-09-22Type oblivious set_port_value interface.David Robillard19-113/+311
2007-09-22LV2 UI extension updates.David Robillard7-29/+126
2007-09-22Fix contexts extension building.David Robillard1-4/+6
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 Robillard5-15/+43
2007-09-19Update LV2 URI.David Robillard2-2/+2
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