summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2014-08-16prepare for upcoming Jadeo.app -> Xjadeo.app rename on OSX.Robin Gareus
also add Windows code while we're at it and fallback to xjadeo on GNU/Linux.
2014-08-16amend list of known video file extensions.Robin Gareus
2014-07-14Don't show all controllers for generic MIDI devices.David Robillard
This takes a VERY long time to do, so is probably a problem for defined devices with a ton of channels and devices, too. Not sure what the smart thing to do here is, though adding lanes really shouldn't be this slow in the first place.
2014-07-14Show all named controllers for "Show All Automation" on MIDI tracks.David Robillard
2014-07-14Show 1-based channel numbers in MIDI controller automation menu.David Robillard
This matches the numbers shown elsewhere, previously if you had a track set to e.g. channel 10, the controller menu items had "[9]" suffixes.
2014-06-02substantive changes to the logic and safety for naming of (audio/MIDI) ↵Paul Davis
sources, especially when created via import
2014-05-29back port 6576105 from cairocanvas as fix for data loss/file deletionPaul Davis
2014-05-22fix binding name for set-tempo-from-regionPaul Davis
2014-05-14fix major/minor ticks on min:sec rulerDevin J. Pohly
All ticks from 0:00.000 to 0:00.999... were major, and everything after was minor, instead of the correct distribution.
2014-05-14fix rounding error in the min:sec rulerDevin J. Pohly
When zoomed in to the millisecond level, the framerate was being divided by 1000 as an integer to generate a ruler tick interval, which doesn't work so well at things like 44100 or 88200. Instead, just count this value in milliseconds, dividing by 1000 when we are done. This was purely a display issue - the grid was in the correct place.
2014-04-29Fixed problem where importing invalid midi files caused crash.3.5.380Damien Zammit
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI ↵Paul Davis
region on demand and cloning/unlinking Existing code would cause data loss due to creation of two Source objects referring the same path, one with removable flags and one without. Careful code review suggested a variety of thinkos, function naming problems and other confusion that caused this. I have tried ot extensively comment what is going on with these operations, because it is one key area in which MIDI differs from audio: with audio, capture is the only way to add a new audio region, but for MIDI there are GUI input events that can add a new region.
2014-04-14-d (disable plugin) option takes no argumentsRobin Gareus
2014-04-11add manual reference to missing video-tools warningsRobin Gareus
2014-04-07export ARDOUR_TEST_PATH for artestSakari Bergen
We should probably remove the old test running stuff from libs/ardour. Does someone still need it?
2014-04-02fix typoRobin Gareus
2014-03-21Keybindings for maximising the mixer windowAdrian Knoth
2014-03-21Add option to display the mixer in fullscreenAdrian Knoth
This is useful for dual-head setups.
2014-03-20videotimeline: fix black-frame generation (sample aspect ratio) on exportRobin Gareus
2014-03-20tweak A/V import logicRobin Gareus
2014-03-20clarify A/V import optionsRobin Gareus
2014-02-21reverse default behaviour for adding control points to automation with mouse ↵3.5.357Paul Davis
clicks. unmodified click adds new control point without guard points; ctrl-click adds new point with a guard point (old behaviour)
2014-02-20add the with-guard-point distinction to region gain lines (imported from ↵Paul Davis
cairocanvas)
2014-02-20the forgotten second (amend to prev commit)Robin Gareus
2014-02-20fix prev_snap_choice() key="3" bindingRobin Gareus
2014-02-19click (no drag) on automation line now adds a new control point on the line ↵Paul Davis
(not fully checked for precision)
2014-02-19Revert "add a hack to deal with device discovery race, in which the devices ↵Paul Davis
were not actually known to be ready before the last update_surfaces() call (which is where binding between strips and routes occurs) ; add support for Mackie Control touch on/off messages" This reverts commit 06a25ffd5695697db9869a19e46c2f93c6c17458.
2014-02-19add a hack to deal with device discovery race, in which the devices were not ↵Paul Davis
actually known to be ready before the last update_surfaces() call (which is where binding between strips and routes occurs) ; add support for Mackie Control touch on/off messages
2014-02-19ctrl-click when adding automation points no longer adds guard pointsPaul Davis
2014-02-19fix meter(s) when mixer-strip is switched to AuxSendRobin Gareus
2014-02-15clarify fader labelsRobin Gareus
2014-02-11list action-names as part of --bindingsRobin Gareus
2014-02-11fix crash at exit with '-b', '--bindings' optionRobin Gareus
2014-02-07fix stereo-panner GUI edge case (panshel changes, send|listen)Robin Gareus
2014-02-07panner UI: check URI and #of channels on re-configurationRobin Gareus
2014-02-07update available panners when panshell changesRobin Gareus
Fixes issue when adding splitting plugin
2014-02-03fix typo ndef, NDEBUGRobin Gareus
2014-02-03don't display debug message in no-debug buildsRobin Gareus
2014-01-28fix thinko. custom panner URL is remembered for later when port-count/panner ↵Robin Gareus
changes
2014-01-27prevent a strange crash while iterating over tracks (now, and maybe in the ↵Paul Davis
future)
2014-01-27comment unused function argumentPaul Davis
2014-01-26fix routing display for mono synths and midi-tracks w/o synthRobin Gareus
2014-01-22configurable midi audition synthRobin Gareus
2014-01-22Update Russian translationAlexandre Prokoudine
Resync some terminology with proposed changes in the translation of Mixbus (session, snapping, monitoring).
2014-01-22prepare GUI for auditioning midi filesRobin Gareus
2014-01-21ditto for clock in session properties dialogRobin Gareus
2014-01-21sfdb's clock-states are not part of the session-state, use transient clockRobin Gareus
fixes issue with 'show import dialog' marking session as modified.
2014-01-20one less Conditional jump or move depends on uninitialised value(s)Robin Gareus
2014-01-19remove cruftRobin Gareus
2014-01-19audition: resampler use same quality as importRobin Gareus