summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_edit.cc
AgeCommit message (Collapse)Author
2010-03-24anchor the crossfade start and endpoints, and add Help shortcuts to the ↵Ben Loftis
manual and online reference git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6791 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-12option to enable/disable translations when using a bundled (OS X) version of ↵Paul Davis
Ardour; compile-time control of Ardour program name for gtk2_ardour (libardour to follow) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6755 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-07crossfade point dragging fix from markus s.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5751 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-06new crossfade icons from markus s.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4738 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-09slightly better way of cancelling audition in xfade editorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4117 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-09a few useful keybindings in the xfade editorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4116 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-03meta-fy handling of button2, to deal with apple's messed up design ↵Paul Davis
decisions; on gtk/osx, button2 is (currently) Ctrl-Option-Button1 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4087 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-03better xfade presets (still need icons)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4086 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-01prevent double registration of ALSA sequencer MIDI portsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4074 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-31default crossfade is now constant power; SAE gets only 3 xfades (not correct ↵Paul Davis
for 2 of them, yet); fade buttons in xfade editor have tooltips git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4073 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-30remove cruft from ArdourUI; improve keyboard icon(s); shrink other plugin ↵Paul Davis
GUI buttons; close all dialogs when quitting so that we actually quit git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4036 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-04SaBers auditioning fixes, plus a declicking fade at start and endBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3215 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-03-27fix typo in crossfade auditioningBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3194 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-27rearrange icons/presets on xfade editor to be symmetric; refactor importable ↵Paul Davis
source/resampled importable source to allow for both sndfile and coreaudio handled file i/o git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3124 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-19Fix recording WaveForm drawing (stereo still needs some work) and xfade ↵Doug McLain
editor waveform drawing git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2951 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-27hardcode preroll since we no longer have preroll clocksBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2816 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-07fix waveview display on the crossfade editorBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2751 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2110 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-30xfade editor speedup from markus s., and a fix for the reset button in that ↵Paul Davis
editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1929 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-21new default button+icons for crossfade editor, from markus schwarzenbergPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1886 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-25new crossfade editor button icons from thorsten; ignore loop+range markers ↵Paul Davis
when looking for next/previous locations git-svn-id: svn://localhost/ardour2/trunk@1506 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1488 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-10fix xfade logic and use shared_ptr for xfadesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1297 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-20small but major fix for Controllable state storage (do not create illegal ↵Paul Davis
XML nodes); set wmclass for plugin windows; use X_() for all wmclass names git-svn-id: svn://localhost/ardour2/trunk@1234 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-19save keybindings to file used at startup; allow keybindings file to be ↵Paul Davis
cmdline-specified; remove some GTK2FIX comments; fix feedback based on john anderson's patch; apply scons patches; fix crash when taking MIDI ports online+offline; try to prevent aborts when shutting down due to metering thread; start work on reconstructing GlobalFOOCommand commands; use ftruncate to hint at peakfile preallocation to reduce fragmentation git-svn-id: svn://localhost/ardour2/trunk@1223 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-09-28fixes for destructive track offsets of various kinds; move from ↵Paul Davis
jack_nframes_t -> nframes_t git-svn-id: svn://localhost/ardour2/trunk@933 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@861 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-25use shared_ptr<> for all region handlingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@852 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ↵Paul Davis
everywhere else. plus a few bug fixes for issues discovered with -Wextra git-svn-id: svn://localhost/ardour2/trunk@707 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-06-21the return of VST supportPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@629 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@589 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-26fixed disappearing fade out points in xfade editorDoug McLain
git-svn-id: svn://localhost/trunk/ardour2@419 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-22significant changes in code to handle import/embedding - much cleaner and ↵Paul Davis
less code, plus the import progress bar now works; unify response handling for Gtkmm2ext::Choice git-svn-id: svn://localhost/trunk/ardour2@415 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-21add crossfade and layering options to menu system; add missing crossfade ↵Paul Davis
editor curve image; add control for destructive recording xfade; remove dead options from options editor git-svn-id: svn://localhost/trunk/ardour2@411 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-12create xpm files from hard coded pixmaps, added function get_xpm() to make ↵Doug McLain
sure any xpm only gets load from disk once git-svn-id: svn://localhost/trunk/ardour2@379 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-02remove debugging for peaks ready signal, plus add new connection arg to ↵Paul Davis
Source::peaks_ready() git-svn-id: svn://localhost/trunk/ardour2@343 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis
git-svn-id: svn://localhost/trunk/ardour2@326 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-01-03Cleaned up commented codeDoug McLain
git-svn-id: svn://localhost/trunk/ardour2@235 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-01-03Fixed crossfade editorDoug McLain
git-svn-id: svn://localhost/trunk/ardour2@232 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@139 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-27slowly fixing up ArdourDialog nonsensePaul Davis
git-svn-id: svn://localhost/trunk/ardour2@132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-23Gnome::Canvas -> ArdourCanvas and some other small fixesNick Mainsbridge
git-svn-id: svn://localhost/trunk/ardour2@107 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-15fix sigc++ SConscript, get crossfade_edit.cc to compilePaul Davis
git-svn-id: svn://localhost/trunk/ardour2@97 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-12incomplete changes based on karsten's megapatchPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@81 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-10-09"finalmunge" patch from nick, plus work on editor region list and actions ↵Paul Davis
infrastructure from me git-svn-id: svn://localhost/trunk/ardour2@52 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
git-svn-id: svn://localhost/trunk/ardour2@43 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-26rename all GTK signalsPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@42 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-26got ardour_dialog compilingPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@41 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@30 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@29 d708f5d6-7413-0410-9779-e7cbd77b26cf