summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2006-03-29a) fix special button press handling for solo+mute buttonsPaul Davis
2006-03-28 a) fix problems with multichannel tape tracksPaul Davis
2006-03-28set color of export dialog checkbox's to fix invisible port selectors. Set s...Doug McLain
2006-03-27total reimplementation of Configuration object internals to make adding new c...Paul Davis
2006-03-22gcc4 fix for new import/embed code, plus inline reject_if_rate_differs() func...Paul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-21Gtkmm2ext::Choice now inherits from Gtk::Dialog; embed/import rate mismatch d...Paul Davis
2006-03-21Various marker undo fixes.Sampo Savolainen
2006-03-21save destructive xfade length in ardour.rc; change update policy for xfade sl...Paul Davis
2006-03-21add crossfade and layering options to menu system; add missing crossfade edit...Paul Davis
2006-03-20Fix for #1179. Crossfades are not lost anymore when regions are split.Sampo Savolainen
2006-03-19ensure .ardour directory is created, update build docsTim Mayberry
2006-03-17lots of fidgety work to get track renaming to work correctly now that we have...Paul Davis
2006-03-16Completed playlist copy constructor. Also fixed issue with layering inSampo Savolainen
2006-03-15remove the pitiful Pix classPaul Davis
2006-03-15pixbufs instead of pixmaps; function-scope local fd's for reading from a File...Paul Davis
2006-03-14Pointer fix from essej.Taybin Rutkin
2006-03-14Crossfade copy-constructor + copy crossfades when creating a copy of aSampo Savolainen
2006-03-14fix problems with pixmaps/xpm filesPaul Davis
2006-03-14fix for restoring destructive-ness on session reload using flags, plus an edi...Paul Davis
2006-03-14created get_bogus_drawable() when I realized it was needed by FastMeter as we...Doug McLain
2006-03-14moved gain rail and sliders to files. The previously unused 'from_files' port...Doug McLain
2006-03-14improvements (!) to waveform display for destructive tracks, plus a generic f...Paul Davis
2006-03-12remove varispeed control; shuttle controller now has a context menu with max ...Paul Davis
2006-03-12removed the following environment variables:Tim Mayberry
2006-03-12create xpm files from hard coded pixmaps, added function get_xpm() to make su...Doug McLain
2006-03-11prevent removal of start markerPaul Davis
2006-03-11start marker implemented, along with GotoZero command for old behaviour; R bi...Paul Davis
2006-03-10Proper use of AudioBufferList.Taybin Rutkin
2006-03-10Link error fixed. Stub functions filled in.Taybin Rutkin
2006-03-10ExternalSource refactoring.Taybin Rutkin
2006-03-10Example code to load the x and <-> xpms for the mixer strip from files instea...Doug McLain
2006-03-09new mix group interface, not yet finished and still to propagate to edit_groupPaul Davis
2006-03-09capitalized menus. minor header fixJesse Chappell
2006-03-08add/remove edit groups via buttons (still a bit of work left to do)Paul Davis
2006-03-08And a small libsndfile error.Taybin Rutkin
2006-03-08Fixed small FSRef error.Taybin Rutkin
2006-03-08fix for erroneous use of a menu group; remove lots of cerr cruft; no playlist...Paul Davis
2006-03-08fix for deferred saves by StateManager-derivatives; changes to new/copy/clear...Paul Davis
2006-03-07Wrapper around SF_INFO and AudioFileBasicDescription.Taybin Rutkin
2006-03-07Get the number of channels in the file.Taybin Rutkin
2006-03-07coreaudio_source.cc compiles. (finally)Taybin Rutkin
2006-03-06Use AudioFile.h instead of ExtAudioFile.h.Taybin Rutkin
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-03-042006-03-04 Tim Mayberry <mojofunk@gmail.com>Tim Mayberry
2006-03-02remove debugging for peaks ready signal, plus add new connection arg to Sourc...Paul Davis
2006-02-21hook up tape region views to peaks ready signalPaul Davis
2006-02-20fixed crash potential issues where nframes may be 0Jesse Chappell
2006-02-18fix various issues with destructive single region tracksPaul Davis
2006-02-17no-read-past-end for destructive crossfade as well; cleanup xfade coefficient...Paul Davis