summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-10-06Fix building without libcurl.David Robillard3-5/+21
2007-10-06Removed comment that's no longer applicable. It was a bad comment. Yay.David Robillard1-3/+0
2007-10-05Fix more OSC thread thingies.David Robillard1-2/+3
2007-10-05Make receiving OSC FIFO, preparing events not.David Robillard1-1/+1
2007-10-05Fix OSC receiving thread chewing CPU (xrun problem on single core systems).David Robillard4-14/+26
2007-10-05Fix embedded LV2 GUI resizing.David Robillard2-18/+28
2007-10-05Don't use lazy binding for loading plugin libraries.David Robillard2-2/+2
2007-10-05Fix ridiculous CPU chewing on embedded LV2 GUIs.David Robillard3-1/+14
2007-10-05Fix connection serialisation.David Robillard1-20/+18
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard13-49/+124
2007-10-03Initialise GUI controls for popped up GUIs as well.David Robillard2-17/+32
2007-10-03Set initial values for embedded LV2 GUIs.David Robillard2-2/+11
2007-10-03Fix embedded widget size (don't crop pixels on the RHS).David Robillard1-3/+3
2007-10-03Always hide toolbar text.David Robillard3-1/+5
2007-10-03Apply/tweak patch from larsl to apply matching style to embedded GUIs.David Robillard2-1/+27
2007-10-03s/Ingenuity/Ingen/David Robillard3-12/+12
2007-10-03Hide LV2 GUI context menu items for non-LV2 nodes.David Robillard2-11/+9
2007-10-03Fix embed gui/popup gui/show controls items in node menu.David Robillard2-12/+25
2007-10-03Fix (recursive) destruction of objects on client side (fixes bug where creati...David Robillard1-2/+8
2007-10-02Graceful shutdown on Ctrl+C (hopefully?).David Robillard2-10/+9
2007-10-02Fix deadlock on patch save.David Robillard2-17/+5
2007-10-02Revert completely broken glade file. gg, glade-3....David Robillard1-462/+884
2007-10-02Maybe turn off text labels on ingen toolbar, possibly.David Robillard1-884/+462
2007-10-02Fix LV2 GUI updating on initial plugin creation (ie w/o having to restart GUI).David Robillard1-6/+11
2007-10-01Fix unembedding/reembedding of LV2 GUIs.David Robillard1-6/+2
2007-10-01Added missing files.David Robillard2-0/+101
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