summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-11Add some more bits to .gitignore.Carl Hetherington
2009-01-11Remove libs/gtkmm2 from .gitignore. Sorry if someone has a good reason to ha...Carl Hetherington
2009-01-10Revert magic mystery changed from r4396 (trailing whitespace).David Robillard
2009-01-10* wrong calculation of frames_moved in Session::process_*, resulting in drift...Hans Baier
2009-01-10* Extracted method void AudioDiskstream::process_varispeed_playback(nframes_t...Hans Baier
2009-01-09* add comments / improve readability of varispeed playback codeHans Baier
2009-01-09* changed transport speed in session and slaves from float to doubleHans Baier
2009-01-07Fix audible note select:David Robillard
2009-01-07Fix startup with a command-line session when Ardour has to start JACK itself.Carl Hetherington
2009-01-07Fix some bugs in my last commit, 4389.Carl Hetherington
2009-01-06Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing ...Carl Hetherington
2009-01-05* corrected copyright informationHans Baier
2009-01-05*fixed typoHans Baier
2009-01-05* further reduce the spaghettiness of Session::follow_slaveHans Baier
2009-01-05* MIDI clock slave implementation with delay locked loop (DLL) seems to work ...Hans Baier
2009-01-04Fix midi note max colour typo (miri -> midi).David Robillard
2009-01-03Improve GNOME HIG compliance a bit.Carl Hetherington
2009-01-03Remove some duplicated code. GNOME HIG compliance.Carl Hetherington
2009-01-03Offer more accurate Cancel button rather than Quit when the dialog is opened ...Carl Hetherington
2009-01-02Ports say when they're going away.Carl Hetherington
2009-01-02Fix missing namespaceSampo Savolainen
2009-01-02GC from style utility functionSampo Savolainen
2009-01-02install/uninstall to ardour3 not ardour2Paul Davis
2009-01-02save/restore meter point from carl for #1748Paul Davis
2009-01-02Cleanups and a few comments.Carl Hetherington
2009-01-01* removed field Session::_desired_transport_speed since it is never used anyw...Hans Baier
2009-01-01* cosmetic changeHans Baier
2009-01-01*fixed bug in MidiClock_Slave: Use current framerate for speed calculationsHans Baier
2009-01-01* refactor Session::follow_slave to be easier to read and understandHans Baier
2009-01-01Comment out some debugging code.Carl Hetherington
2009-01-01Update stacked region colouring on zoom.Carl Hetherington
2009-01-01Make record region slightly better in stacked regions mode.Carl Hetherington
2009-01-01* radically cleaned up / refactored midi_clock_slave.ccHans Baier
2009-01-01* made MidiClock_Slave conform more to to the Spec by starting transportHans Baier
2009-01-01* fix broken MidiClockTicker (introduced by revision 4361)Hans Baier
2008-12-31Flip stacked regions order so that the highest layer is at the top of the pil...Carl Hetherington
2008-12-31Bug fixes to find_next_region_boundary (), unless I'm missing something.Carl Hetherington
2008-12-30Wrap some Jack_MidiPort stuff in #ifdefs to solve dylib errors on OS XSakari Bergen
2008-12-30Fix more compiling/linking errors on OS XSakari Bergen
2008-12-30* reintroducing separate themeable Meter Style note colorsHans Baier
2008-12-29Fix some compiling warnings and errors in OS XSakari Bergen
2008-12-29* fixed missing track color mode persistenceHans Baier
2008-12-29* fixed bug introduced in revision 3335: Hibyte lost in channel mask when res...Hans Baier
2008-12-29* added a bit of documentation in an effort to understand the codeHans Baier
2008-12-28Fix editor mixer for MIDI tracks.David Robillard
2008-12-27Fix immediate event delivery (panic button, controller sliders, etc).David Robillard
2008-12-27Move MidiRingBuffer::read into .cc file to avoid the 2 hour dev cycle (no fun...David Robillard
2008-12-26Make MIDI selection actually show up.David Robillard
2008-12-26* fix the fix: note velocity editing works now without duplicating the edited...Hans Baier
2008-12-26* fix MIDI note event handling (resize works again....)Hans Baier