summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-22Fix repeated toggling of visual state (zoom to region for example), fix zoom ↵Nick Mainsbridge
to region with width and height. git-svn-id: svn://localhost/ardour2/branches/3.0@3998 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-22Don't tear down and rebuild all rulers on each visibility change, fix ↵Nick Mainsbridge
duplicated secondary-m in SAE bindings, avoid dirty master channel updates on osx, simplify ruler scale calculation params. git-svn-id: svn://localhost/ardour2/branches/3.0@3995 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-21Added svn:ignore properties and cleaned out autocrap cruft from ↵Sakari Bergen
libs/glibmm2/scripts/ git-svn-id: svn://localhost/ardour2/branches/3.0@3994 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-20Added facilities into PluginInsert for the GUI to gather parts of the real ↵Sampo Savolainen
signal passed through the insert. Also added rudimentary plugin input/output difference analysis in the plugin eq gui for the collected signal. git-svn-id: svn://localhost/ardour2/branches/3.0@3987 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-20Fix warnings because I have much more important things to do.David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@3986 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-19Handle changed session duration & resizing canvas better wrt end marker, ↵Nick Mainsbridge
remove unused last_canvas_frame, don't redraw the entire mixer every time its presented, consistent space between rightmost horizontal scroller position and end marker when zooming, possible fix for gaps in tempo lines. git-svn-id: svn://localhost/ardour2/branches/3.0@3982 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-16Handle export presets from config dirs properly. Removed some debug output.Sakari Bergen
git-svn-id: svn://localhost/ardour2/branches/3.0@3977 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-16Fix handling of format profiles in system config dirs. (Some profiles could ↵Sakari Bergen
now be shipped with Ardour) git-svn-id: svn://localhost/ardour2/branches/3.0@3976 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-16fix crash at startup caused by use of null session ptr to set end marker ↵Paul Davis
(from 2.0) git-svn-id: svn://localhost/ardour2/branches/3.0@3975 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-15Make EQ Gui optional and seize updating the graph when the analysis is not ↵Sampo Savolainen
visible (either via the toggle or window visibility). git-svn-id: svn://localhost/ardour2/branches/3.0@3973 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-14* this implementation of midi_clock_slave is still sort of a proof of ↵Hans Baier
concept, but it reveals interesting issues and is better than the code before git-svn-id: svn://localhost/ardour2/branches/3.0@3969 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-14Remove meaningless const qualifier (-Wextra warning).David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@3968 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-14fix a few things related to fit-to-tracks and toggle-visual-state (from 2.0)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3967 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-14Make tempo lines physical_screen_height high, add xml null check, Use ↵Nick Mainsbridge
clicked_regionview directly to calculate region movement. Using drag_info.data may result in the wrong regionbiew being used, don't use canvas coords for region_drag_finished_callback x calculation (eliminates speed adjustment), prevent incorrect updates on dropped regions by updating canvas before placing region copies. git-svn-id: svn://localhost/ardour2/branches/3.0@3965 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13Make logarithmic controls work at least linearlySampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/3.0@3961 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13Enable some code to make plugin ui bounds more sensible.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/3.0@3960 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13One file missing from previous commit. It also included the removal of the ↵Sampo Savolainen
FFT_ANALYSIS compile time option. Now enabled by default. git-svn-id: svn://localhost/ardour2/branches/3.0@3959 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13First draft of the EQ visualization system. Now force fed to all plugin UIs.Sampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/3.0@3958 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13Fix wrongly exposed set_parameter methods on PluginInsert.David Robillard
Have plugin GUI stuff twiddle plugin parameters correctly. git-svn-id: svn://localhost/ardour2/branches/3.0@3957 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13fix for ancestral start values in basic region constructorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3956 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13fix initialization of region shift/stretch members, missed during 2.X mergePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3953 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13Fix pollution of global namespace by Evoral.David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@3947 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13Fix warning.David Robillard
Hope this is what was intended.... Precedence is the devil. git-svn-id: svn://localhost/ardour2/branches/3.0@3946 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13Fix annoying mouse pointer offset when dragging regions to the left of the ↵Nick Mainsbridge
canvas. git-svn-id: svn://localhost/ardour2/branches/3.0@3945 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13Fix menu missing fit-tracks.Nick Mainsbridge
git-svn-id: svn://localhost/ardour2/branches/3.0@3944 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-13Fit tracks fix from 2.0, don't crash if some env vars aren't set, remove ↵Nick Mainsbridge
some conflicts from mnemonic-us.bindings.in. git-svn-id: svn://localhost/ardour2/branches/3.0@3943 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-12MIDI looping fixes from torbenh.David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@3932 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11Fix non-disappearing transport range bar drag rects, use ↵Nick Mainsbridge
physical_screen_height for some canvas items. git-svn-id: svn://localhost/ardour2/branches/3.0@3930 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11Fix warning (unused variable).David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@3928 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11More Export GUI tweaks....Sakari Bergen
git-svn-id: svn://localhost/ardour2/branches/3.0@3926 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11* Region export dialog does not lose export settings (Do not serialize into ↵Sakari Bergen
instant xml) * Remove old export related files git-svn-id: svn://localhost/ardour2/branches/3.0@3924 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11* Some Export GUI tweaksSakari Bergen
* Export region with fades * Removed some debug output git-svn-id: svn://localhost/ardour2/branches/3.0@3923 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11fix dragging of region gain line, affected by coordinate system change ↵Paul Davis
caused by canvas merge (don't convert delta motion-computed coordinates back into item space) git-svn-id: svn://localhost/ardour2/branches/3.0@3917 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11Region export dialog: Make export channel and -selector polymorphic, add the ↵Sakari Bergen
region related classes and a dialog specialization git-svn-id: svn://localhost/ardour2/branches/3.0@3915 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11Fix some stupid, stupid, stupid memory leaks in export utilitiesSakari Bergen
git-svn-id: svn://localhost/ardour2/branches/3.0@3913 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-11Fix the nostar ruler hiding bug, rejig ruler bars again, this time making ↵Nick Mainsbridge
them physical_screen_width wide - preventing artefacts while hiding. git-svn-id: svn://localhost/ardour2/branches/3.0@3912 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-10Stop export dialog from getting stuck at end of exportSakari Bergen
git-svn-id: svn://localhost/ardour2/branches/3.0@3911 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-10Add missing files. David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@3908 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-10fix URL's for freesound (debian patch)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3907 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-10Apply MIDI looping patch from torbenh, with minor changes.David Robillard
General idea: use internal events to mark loop boundaries in MIDI buffers so readers can make sense of timestamps. git-svn-id: svn://localhost/ardour2/branches/3.0@3905 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09add toggles for region fade in/out/both active, plus toggle for region fades ↵Paul Davis
visibility git-svn-id: svn://localhost/ardour2/branches/3.0@3904 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09add config var for region fade visibilityPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3902 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-09add global region fade toggle; fixup (?) reload of MIDI config state (both ↵Paul Davis
ported from 2.X) git-svn-id: svn://localhost/ardour2/branches/3.0@3897 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08add .gitignore for the latest RCS freaksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3891 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08torben's port buffer reworking; torben's panner automation loading patch ↵Paul Davis
(allows loading of 2.X sessions) git-svn-id: svn://localhost/ardour2/branches/3.0@3890 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08fix SConstruct so that it can build from a git checkout rather than an svn ↵Paul Davis
checkout git-svn-id: svn://localhost/ardour2/branches/3.0@3888 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08fix for bad sync with other JACK transport-aware clients (thanks to torben ↵Paul Davis
for discovering the problem and suggesting the best fix) git-svn-id: svn://localhost/ardour2/branches/3.0@3887 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08Fix MIDI playback while looping (ignore events with out of range time stamps ↵David Robillard
gracefully in MIDI ring buffer). git-svn-id: svn://localhost/ardour2/branches/3.0@3885 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-08Fix mismatched types (warnings).David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@3884 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-07revert last fix - its not relevant to 3.0 (yet)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@3883 d708f5d6-7413-0410-9779-e7cbd77b26cf