summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-06Only use .dir-locals.el to set tab indentation (or not, for python).David Robillard
2011-04-06Fix my name :)David Robillard
2011-04-06Update LV2 files extension.David Robillard
2011-04-06Implement latest LV2 files extension.David Robillard
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-04-06Rename Transpose to Pitch Shift to correspond with its dialogue box.Carl Hetherington
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ...Carl Hetherington
2011-04-06GPL boilerplate.Carl Hetherington
2011-04-06Remove erroneous note about playlists when removing busses.Carl Hetherington
2011-04-06Fix typos (part of #3939).Carl Hetherington
2011-04-05Make Enter give RESPONSE_ACCEPT in the normalize dialogue (#3937).Carl Hetherington
2011-04-05bump version to alpha4Paul Davis
2011-04-05remove unused arguments to keep gcc quietPaul Davis
2011-04-04Fix read_raw_internal to use the appropriate audio source for the specified c...Carl Hetherington
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-04add some scroll wheel support to the scroomerPaul Davis
2011-04-04update drobilla's fascistic dir-locals.el to force emacs users into whitespac...Paul Davis
2011-04-04minor tweaks to debug output and comments and header orderPaul Davis
2011-04-04when overwriting existing MIDI buffers in a MidiDiskstream be sure to update ...Paul Davis
2011-04-04reimplement MidiRingBuffer::dump()Paul Davis
2011-04-04Add plugins (activating them) after doing any latency_compute_run, as otherwi...Carl Hetherington
2011-04-04move some DEBUG::Graph traces to DEBUG::ProcessThreads ; remove Diskstream::r...Paul Davis
2011-04-04remove message about MidiRegionView::redisplay_model() being called without a...Paul Davis
2011-04-04always make log/error window visible when a non-info message is postedPaul Davis
2011-04-04Slightly grubby fix to restore plugin output meters (#3926).Carl Hetherington
2011-04-04do not set icon list *and* default icon list, which results in a GTK warning ...Paul Davis
2011-04-04Update region peak amplitude when the region is trimmed (#3931).Carl Hetherington
2011-04-03Fix center_edit_point action name.Carl Hetherington
2011-04-03Fix Transport->Play->Play option name, and rename Play Selection to Play Sele...Carl Hetherington
2011-04-03Use some helper functions to trim some lines. There should be no functional ...Carl Hetherington
2011-04-03Implement LV2 files extension.David Robillard
2011-04-02fix import of multi-track SMF files with some tracks containing only meta-eve...Paul Davis
2011-04-02Fix broken whitespace.David Robillard
2011-04-02put the Roland SI-24 MIDI map into SVNPaul Davis
2011-04-02track MIDI map copies for bundlePaul Davis
2011-04-02more MIDI binding map syntax correctionsPaul Davis
2011-04-02fix unclosed XML comment in korg MIDI mapPaul Davis
2011-04-02fix typoPaul Davis
2011-04-02copy pre-defined export presets & formats into the correct location in the bu...Paul Davis
2011-04-02more attempted cleanup of AU preset declarationsPaul Davis
2011-04-02cleanup repeated pattern for setting in-bundle search paths and add ARDOUR_EX...Paul Davis
2011-04-02add the standard mechanism for search paths to the path used for export forma...Paul Davis
2011-04-02fix up (?) audio_unit.cc compilation, maybePaul Davis
2011-04-01even more potential fixes for partial stripping of a linux bundlePaul Davis
2011-04-01more potential fixes for partial stripping of a linux bundlePaul Davis
2011-04-01more potential fixes for partial stripping of a linux bundlePaul Davis
2011-04-01another potential fix for partial stripping of a linux bundlePaul Davis
2011-04-01potential fix for partial stripping of a linux bundlePaul Davis
2011-03-31Make route group editor list reorderable (part of #3918).Carl Hetherington