summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-20fix condition under which out-of-window MTC should trigger locatePaul Davis
2020-03-19Remove Audio+MIDI track, and consolidate route creation methodsRobin Gareus
Audio+MIDI tracks were just MIDI tracks with an additional audio input, and do not directly allow use of vocoders (an instrument is loaded by default). For pitch-correction or similar use-cases one would prefer an audio-track (main data) with MIDI only being used as control-input. Ardour 5/6 pin-connections and side-chain offer a much nicer workflow for this setup. Alternatively one can get those tracks-types by manually adding an input port to an existing track, and creating a custom template.
2020-03-18Fix wine-VST buildRobin Gareus
2020-03-18Hide hidden Controls in GUIRobin Gareus
2020-03-18Add flag to explicitly hide a controlRobin Gareus
Eventually this is to replace a literal name "hidden" that is currently used as hack throughout Ardour's codebase.
2020-03-18Add/remove source(s) in our MSVC project (gtk2_ardour)John Emmas
2020-03-18Add/remove source(s) in our MSVC project (libardour)John Emmas
2020-03-17warn user about destructive/tape tracksPaul Davis
2020-03-17provide mechanism to report on destructive tracks presence in a sessionPaul Davis
2020-03-17remove reference to ImportAsTapeTracksPaul Davis
2020-03-17NOOP: indent/whitespacePaul Davis
2020-03-17allow loading of regions derived from formerly "destructive" sources with ↵Paul Davis
correct length Without this change, such regions end up with insanely large (though legal) lengths
2020-03-17restore being able to load a 5.12 session with a destructive track.Paul Davis
Not all is working right yet, however
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-03-17remove tape_file_matcher sourcePaul Davis
2020-03-17Prevent adding routes in read-only sessionsRobin Gareus
"AddTrackBus" is a rec_sensitive and write_sensitive action. However the mixer bypasses this and unconditionally calls ARDOUR_UI::instance()->add_route () in various cases (right-click on blank space or scroller, left-click on "Add" buttons in the VCA pane, route pane, etc). Since those are direct events, not related actions, they need to be explicitly ignored. Ideally the "+" buttons would be made insensitive...
2020-03-17LV2: Implement ui:requestValue featureDavid Robillard
2020-03-15Change default stereo panner to equal power balanceRobin Gareus
The stereo-width panner is not generally useful. In order to change the azimuth, width has to be reduced, which usually leads to comb-filter artifacts. Equal power stereo, also matches the default mono to stereo panner better than the stereo-width panner. Last but not least, control surfaces only have an azimuth control knob, without an easy way to reduce width, this leaves the panner insensitive.
2020-03-15Fix cleanup report #7891Robin Gareus
Direct call to Session::cleanup_sources() from ARDOUR_UI::cleanup() didn't zero initialize size. This centralizes initialization, so cleanup_trash_sources() does not need to explicitly clear it.
2020-03-15NO-OP: cleanup includesRobin Gareus
2020-03-15Add/use default argument for track creationRobin Gareus
2020-03-15Fix loading playlists of old sessionsRobin Gareus
Previously when loading Ardour v2, v3-5 sessions, tracks were created with a dummy name "toBeResetFroXML". In v6, Track::init() creates a playlist when the track name is not empty. Later Track::set_state() calls set_name(). When a playlist exists, the playlist's name is set to match the track's name. When loading v6 sessions none of this happens. A previously loaded playlist will be assigned by ID. Older versions identified Playlists by name and by the time the playlist is assigned, there may be ambiguities. With the default (track-name = playlist-name) two playlists with the same name exist: (1) the playlist loaded from the session file (2) the playlist created by Track::init() Playlists are stored in an ordered std::set<shared_ptr<Playlist>>, and name-lookup iterates over the set. When loading an old session after starting Ardour, it is very likely to always lookup the playlist (1), because new, later allocations from (2) are on top of the heap and ordered last. The session seemingly loads correctly, except for lingering, unused empty playlists "toBeResetFroXML" renamed to "Track name" that were never deleted. However when loading an old session from a running instance, ordering is mostly random, and many tracks end up with using the empty playlist (2) instead of the correct playlist (1).
2020-03-15More useful debug message (print script that failed to parse)Robin Gareus
2020-03-15Fix typo in scriptRobin Gareus
2020-03-14Update GUI: freeze operation error/warningsRobin Gareus
2020-03-14Fix SessionHandleRef shared-ptr leak when unfreezing tracksRobin Gareus
2020-03-14Prevent freeze/bounce of sidechain processorsRobin Gareus
This also consolidates code to test if a processor can be frozen from various places.
2020-03-14Show latency display/config button for in all plugin UIsRobin Gareus
2020-03-14Update 'CURRENT_SESSION_FILE_VERSION' for our MSVC buildsJohn Emmas
2020-03-13somewhat convoluted reworking to get TransportMastersWidget's per-row port ↵Paul Davis
combos to update for hotplug This approach should extended to other things, notably control surfaces
2020-03-14import_pt.cc: Remove process lock on AudioEngine && save less oftenDamien Zammit
2020-03-13remove debug outputPaul Davis
2020-03-13add/alter DEBUG_TRACE outputPaul Davis
2020-03-13add comment and additional reset when reinitializing transport master engine DLLPaul Davis
2020-03-13when locating to follow a transport master, reset engine DLLPaul Davis
2020-03-13add new API to TransportMasterManager to manage use of ↵Paul Davis
DiskReader::{inc,dec}_no_disk_output()
2020-03-13adjust TransportFSM to avoid declick to locate if ↵Paul Davis
DiskReader::_no_disk_output is set Under those conditions, the DR will not execute a code path that will cause the declick to take place and therefore the declick will never finish
2020-03-13prevent out-of-window MTC messages from moving transport if we're not using MTCPaul Davis
in 5.x, we would only run the MTC parsing code if slaved to MTC. That's no longer true in 6.0, and without this change, MTC will cause a locate at startup
2020-03-13mingw/gcc-8: use glib's stat(), drop hardlink supportRobin Gareus
2020-03-12Fix setting automation state for Aux-sendsRobin Gareus
When switching the Mixer to show sends, using _amp as intermediate for automation is not correct. The control is not owned by the amp. The same is true for VCAs, prefer the control (see 8400ebd175e0)
2020-03-12Fix un/bypassing Aux-send pannersRobin Gareus
This fixes issues with send-panner bypass whenever the target bus input-count is different from the send's channel count. -- Previously, when the aux-send panner was bypassed, data was copied using BufferSet::read_from(). This sets the channel count of the output buffer set (here: mixbufs) to match the input (here: bufs). e.g. mono to stereo, "1 in -> 2 out" out was changed to "1 in -> 1 out". Un-bypassing the panner later does not reconfigure the I/O. Mixbufs remained mono, and PannerShell::run() "1 in -> 1 out" does nothing. The panner was effectively not functional.
2020-03-12NO-OP: reduce scopeRobin Gareus
2020-03-12NO-OP: whitespaceRobin Gareus
2020-03-11audio clocks that are not editable are not focusable eitherPaul Davis
2020-03-11fix apparent free-ordering issue reported in #7926Paul Davis
2020-03-11Prevent stuck VCA buttonRobin Gareus
This is for Mixbus, which always shows the VCA button regardless of VCAs being present in the session.
2020-03-11Fix win32, mingw/gcc-8.3 buildsRobin Gareus
2020-03-10Add Lua binding to query a region's playlistRobin Gareus
2020-03-10Remove redundant collectgarbage() calls from scriptsRobin Gareus
Since 8112d6472eca garbage is automatically collected after running a Lua GUI script.
2020-03-10Add Lua example snippet to set region fadesRobin Gareus