ardour.git
2011-03-04 Paul Davisextend Gtkmm2ext::Bindings system to handle mouse butto...
2011-03-04 Carl HetheringtonSmall cleanup.
2011-03-04 Carl HetheringtonRemove unused bits.
2011-03-03 Paul Davisrestore oddly-commented out (by me) restoration of...
2011-03-03 Paul Davisremove unused signal
2011-03-03 Paul Davisdeframe audio regions as well as MIDI when entering...
2011-03-03 Paul Davisput sampo's FFT into the (new) GTKArdour namespace...
2011-03-03 Paul Davischange note-edit-mode alpha of MIDI region view frame...
2011-03-03 Paul Davisexperiment with making MIDI region boxes vanish when...
2011-03-03 Paul Davisuse alpha value when drawing simplerect outline
2011-03-03 Paul Davismove open-on-write call for MIDI into mark_streaming_mi...
2011-03-03 Paul Davismake select-all in internal edit (MIDI note) edit mode...
2011-03-02 Paul Davisadd QMDSP library to ardev file so that its discoverabl...
2011-03-02 Paul Davisadd QM onset detector VAMP plugin
2011-03-02 Paul Davisgroup clocks in location UI and region editor so that...
2011-03-02 Paul Davisincrease butler event pool size dramatically
2011-03-02 Paul Davisdeeper debug stracktrace
2011-03-02 Paul Davisactual debug stracktrace added
2011-03-02 Paul Davisdebug stracktrace added
2011-03-02 Paul Davismake per-track port matrix dialog into a real dialog...
2011-03-02 Paul Davisrevert to using our own icons for zoom in/out/full...
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2011-03-02 Carl HetheringtonRemove action-driven keyboard brush, which is the same...
2011-03-02 Carl HetheringtonNo-op: coding style.
2011-03-02 Carl HetheringtonComments.
2011-03-02 Carl HetheringtonFix up undo/redo of MIDI note paste (#3815).
2011-03-02 Carl HetheringtonNumber CC automation tracks from 0 rather than 1 (...
2011-03-02 Paul Davislincoln's patch to use QM onset detection in RFerret...
2011-03-02 Paul Davisupgrade VAMP SDK to latest (or newer) version
2011-03-02 Paul Davisadd queen mary DSP library
2011-03-02 Carl HetheringtonLess subtle attempt to prevent crashes on removing...
2011-03-02 Paul Davisuse entered track for fit-tracks if in internal edit...
2011-03-02 Paul Davismake fit-selected-tracks operate on tracks with selecte...
2011-03-02 Carl HetheringtonClean up Misc. Shortcuts menu.
2011-03-02 Paul Davis(a) require JACK 0.120.1 to compile (but NOT to run...
2011-03-02 Carl HetheringtonAdd missing snap-to actions to the main menu so that...
2011-03-02 Carl HetheringtonRemove some unused code, and Editor::get_prefix() which...
2011-03-02 Carl HetheringtonPut some up/down buttons to the right of the summary...
2011-03-01 Carl HetheringtonMissing files.
2011-03-01 Carl HetheringtonUse PBD debugging code for keyboard debugging.
2011-03-01 Carl HetheringtonRemove unused code.
2011-03-01 Carl HetheringtonMake track shrink / expand bindable actions (#3695).
2011-03-01 Carl Hetheringtons/processormenu/ProcessorMenu/g to make the key binding...
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-03-01 Paul Daviscomment fix
2011-03-01 Paul Davisfix width handling in vbap panner
2011-03-01 Paul Davisslightly improve text of cleanup results dialog
2011-03-01 Paul Davisrationalizations and so forth for panner2d drawing...
2011-03-01 Carl HetheringtonSet session dirty when pans change (#3807).
2011-03-01 Carl Hetheringtonassert to show up #3812 more clearly.
2011-03-01 Carl HetheringtonFix previous.
2011-03-01 Carl HetheringtonMake sure CapturingProcessors write a type to their...
2011-03-01 Carl HetheringtonFix crash on session close.
2011-03-01 Carl HetheringtonUpdate session range on trimming regions.
2011-03-01 Carl HetheringtonFix crash on drag-n-drop of port inserts (#3809).
2011-03-01 Carl HetheringtonCleanup stub files after setup_raid_path has prepared...
2011-03-01 Carl HetheringtonDesensitize playlist menu with >1 selected tracks.
2011-03-01 Carl HetheringtonMake track mode menu apply to the selection.
2011-03-01 Carl HetheringtonMake an aborted MIDI capture due to no data being recei...
2011-03-01 Carl HetheringtonMake the session watch sources' DropReferences and...
2011-03-01 Carl HetheringtonDon't create the MidiDiskstream twice (in both _set_sta...
2011-03-01 Carl HetheringtonMake sure that the MidiSource constructor doesn't set...
2011-03-01 Carl HetheringtonAdd assert to make sure that we succeed in making a...
2011-03-01 Carl HetheringtonAdd virtual destructor.
2011-03-01 Carl HetheringtonHopefully fix disappearing MIDI recorded regions on...
2011-02-28 Carl HetheringtonRestore fade option to strip silence.
2011-02-28 Carl HetheringtonFix up strip silence.
2011-02-28 Paul Davisremove hard-coded use of '/' in pathscanner code as...
2011-02-28 Carl HetheringtonFix up display of silence rectangles, and shortest...
2011-02-28 Carl HetheringtonNo-op; coding style.
2011-02-28 Carl HetheringtonFix a couple of memory leaks.
2011-02-28 Carl HetheringtonRemove unused code.
2011-02-28 Carl HetheringtonUpdate ghost MIDI regions in automation tracks when...
2011-02-28 Carl HetheringtonRemove unused code.
2011-02-28 Carl HetheringtonMake sure notes fit in the allocated height of a newly...
2011-02-28 Carl HetheringtonCopy plugin when extending the count, rather than using...
2011-02-27 Carl HetheringtonDecide whether to show crossfade and choose-top-region...
2011-02-27 Carl HetheringtonFix thinko with numbering of multiple added tracks.
2011-02-27 Carl HetheringtonFix addition of multiple tracks.
2011-02-27 Carl HetheringtonAllow naming of new tracks/busses in the add route...
2011-02-27 Carl HetheringtonFix crashes due to use of an uninitialised set of points.
2011-02-27 Carl HetheringtonComment typo.
2011-02-26 Carl HetheringtonCreate ghost regions when automation tracks are added...
2011-02-26 Carl HetheringtonAdd comment about some inaccuracies in framepos_plus_bbt.
2011-02-26 Carl HetheringtonFix ordering of set position / length when trimming...
2011-02-26 Carl HetheringtonAdd panners and libtimecode to library path.
2011-02-26 Carl HetheringtonRemove out-of-date and somewhat redundant comment.
2011-02-26 Carl HetheringtonLoad the tempo map before regions so that MIDI region...
2011-02-25 Todd Nauglemerge in changes from 2.0 ongoing. Includes the build...
2011-02-25 Todd Naugleadd README file from 2.0 ongoing
2011-02-25 Paul Davisadd space to a string
2011-02-25 Carl HetheringtonFix previous patch a bit better.
2011-02-25 Carl HetheringtonMove playback_distance up to AudioDiskstream from Disks...
2011-02-25 Carl HetheringtonFix midi playback stopping after moving a note (#3718).
2011-02-25 Paul Davistake reverse width into account when labelling signals...
2011-02-24 Paul Davismore easily visible error message if a plugin fails...
2011-02-24 Paul Davisadd DEBUG::Accelerators to mildly cut down on cruft...
2011-02-24 Paul Davisswitch cartesian/spherical function names and make...
2011-02-24 Paul Davisdon't show remove port options for individual ports...
2011-02-24 Paul Davisallow zero-input (i.e. tone generator) processors to...
next