summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-10-01Blink MIDI ports on message transmission.David Robillard28-103/+222
2007-10-01Generic audio thread generated Event sending system.David Robillard7-17/+62
2007-10-01Merge NoteOnEvent and NoteOffEvent.David Robillard12-222/+102
2007-09-30Added missing files.David Robillard2-0/+94
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard18-175/+162
2007-09-30Port "monitoring" -> Port "broadcasting" to avoid confusion with the usual us...David Robillard3-18/+18
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard116-422/+486
2007-09-30Better driver interface for input/output.David Robillard25-65/+194
2007-09-29Added port monitoring disable event.David Robillard6-28/+173
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard45-100/+575
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-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