summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-24vague diagram on event loop/UI interactionsPaul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-24ipMIDI: typoPaul Davis
2012-04-24ipMIDI: credit where credit is duePaul Davis
2012-04-24MCP: remove debug outputPaul Davis
2012-04-24move the point at which PannersLegal is emitted (thus resetting panners). It ...Paul Davis
2012-04-24MCP: remove debugging related to selection that turned out to be about some J...Paul Davis
2012-04-24remove various debugging outputPaul Davis
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-23Get the _note_mode set up correctly in a MidiDiskstreamCarl Hetherington
2012-04-23Fix crash when closing LV2 UIs.David Robillard
2012-04-23move MIDI::Manager::cycle_{start,end}() calls from Session into AudioEngine s...Paul Davis
2012-04-23libmidi++: fix a bunch of issues with previous commitPaul Davis
2012-04-23libmidi++: split apart "base-y" aspects of MIDI::Port into MIDI::PortBase and...Paul Davis
2012-04-23ControlProtocol doesn't actually need any record of an event loop and doesn't...Paul Davis
2012-04-23Remove long-commented-out code; formatting tweaks; other no-ops.Carl Hetherington
2012-04-23Fix a couple of missing PROGRAM_NAMEs, and remove some jargon from the sample...Carl Hetherington
2012-04-23Fix some confusion wrt did_push as a member and a local variable; pass push d...Carl Hetherington
2012-04-23Minor simplification.Carl Hetherington
2012-04-22Fix uninitialised variables.Carl Hetherington
2012-04-22Fix toggle selection for control points.Carl Hetherington
2012-04-22MCP: another bevy of changes, including working jog wheelPaul Davis
2012-04-22Remove no-longer-needed file.Carl Hetherington
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2012-04-22MCP: a fistful of improvements. probably best to just try it and see what it ...Paul Davis
2012-04-21Remove some unused code.Carl Hetherington
2012-04-21Use URI defines from LV2 headers instead of error-prone hardcoded URIs.David Robillard
2012-04-21Fix crash when removing an LV2 plugin or on shutdown.David Robillard
2012-04-20Remove seemingly not-that-useful menu item, since edit modeCarl Hetherington
2012-04-20Fix some warnings.Carl Hetherington
2012-04-20Fix some warnings in non-debug mode.Carl Hetherington
2012-04-20Oops. Turns out activate handles both keyboard and double click. Let Gtk do...David Robillard
2012-04-20Support adding plugins via keyboard (Enter).David Robillard
2012-04-20Fix linear interpolator to avoid error accumulation.Carl Hetherington
2012-04-20Add "Description" pane to generic plugin UI for LV2 plugins with documentatio...David Robillard
2012-04-20Set tooltips on generic UI controls for LV2 plugin controls with documentatio...David Robillard
2012-04-20Remove support for old and/or experimental LV2 stuff.David Robillard
2012-04-19Fix thinko causing possible memory corruption.Carl Hetherington
2012-04-19Break shared_ptr cycle between Track and itsCarl Hetherington
2012-04-19Add shared_ptr debugging patch, as I keep losing it.Carl Hetherington
2012-04-19Another little test.Carl Hetherington
2012-04-19potential fix for AU GUIs resizing (not yet tested)Paul Davis
2012-04-19attempt to fix confusion over session file version numbering and so forthPaul Davis
2012-04-19Fix typo (#4848).Carl Hetherington
2012-04-19Fix warning.Carl Hetherington
2012-04-19fix freeze operation crashes by obtaining process buffers in freeze thread (a...Paul Davis
2012-04-19add a simple method to return "the instrument" associated with a Route. see t...Paul Davis
2012-04-18Add a couple of things to .gitignore.Carl Hetherington
2012-04-18Add drawing.Carl Hetherington
2012-04-18Re-work fade operation to be closer to Mixbus; thingsCarl Hetherington