strict i/o: limit output channels.
[ardour.git] / libs / ardour / session.cc
2016-03-25 Robin Gareusadd "no-inplace" buffers.
2016-03-16 Robin GareusMidi Busses? why yes!
2016-03-14 Paul Davisuse ForGroup to flag and detect route-group based contr...
2016-02-29 Robin Gareusinitialize uninitialized variable
2016-02-29 Robin Gareuspre-process (silence) before export to flush reverb...
2016-02-24 Robin Gareuspotential mem corruption at session close:
2016-02-23 Robin GareusImplement Lua session-scripts
2016-02-22 Paul Davisadd syntax and scaffolding for MIDI binding maps to...
2016-02-20 Robin Gareusadd processor lookup by PBD::ID via session
2016-01-25 Paul Davischange exposed type of various objects' gain controls...
2016-01-22 Paul Davisfix rebase issue from master
2016-01-22 Paul Davisrename Controllable::WholeGroup => InverseGroup to...
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-19 Ben LoftisAdd all_tracks_rec actions
2016-01-19 Paul DavisRevert "mackie: still respond to route groups visibilit...
2016-01-19 Paul Davismackie: still respond to route groups visibility changes
2016-01-18 Paul Davisadd group disposition argument to Route::set_gain(...
2016-01-18 Paul Davismove Amp::GainControl out into its own source module...
2016-01-18 Paul Davischange ownership of the AutomationControl used by Amp.
2016-01-16 Len OvensChange last commit to use it's own variable rather...
2016-01-16 Len OvensMackie Control: fix global Solo lamp to get signalled...
2016-01-08 Robin GareusFix monitor-section session-property vs preference...
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-12-26 Robin Gareusfix samplerate initialization.
2015-11-24 Robin GareusPrevent crash at session-close when analysing.
2015-11-14 Paul Davisget PlaylistDisposition argument of Session::new_route_...
2015-11-13 Paul Davissubstantial part of infrastructure required for track...
2015-11-09 Paul Davismore correct semantics for reserved IO name checking
2015-11-08 Paul Davisslightly improved fix for reserved name handling
2015-11-08 Paul Davisdon't force rename of reserved route/IO names if the...
2015-10-22 Tim MayberryDecouple Session from MidiPatchManager and reduce parsi...
2015-10-15 Robin Gareusfix deadlock when removing subgroup bus w/sends.
2015-10-07 Robin Gareusfix exclusive solo group-override
2015-10-06 Robin Gareusimplement solo group override
2015-10-06 Robin Gareusmore solo propagation fixes.
2015-10-06 Robin GareusSolo-Isolate has no effect on solo propagation.
2015-10-05 Robin Gareusremove unused fstream includes
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Robin Gareusallow grouped AFL/PFL with excl. solo
2015-10-04 Robin Gareusfix various stuck-solo cases:
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-04 Robin Gareuscorrect error message
2015-10-03 Paul Davisexplicitly drop control surface protocols before discon...
2015-09-28 Paul Davisbetter more reliable checks on renamed, newly created...
2015-09-28 Paul Davisloop record is a feature whether or not loop-is-mode...
2015-09-28 Paul DavisSession::disable_record() should work whether we are...
2015-09-15 Paul Davisuse an explicit black list of route names that require...
2015-09-11 Robin Gareusfail to create Monitor section if port-names are not...
2015-09-10 Paul Davisuse PortManager::port_name_prefix_is_unique to check...
2015-09-10 Paul Daviswhen removing routes, don't do potentially expensive...
2015-09-10 Paul Davisfix deadlock when removing routes and using JACK1.
2015-09-10 Robin Gareususe FileSource::within_session() for peak-files
2015-09-09 Robin Gareusrework peakfile handling:
2015-09-05 Robin Gareuscreate peak files in background when loading session
2015-09-05 Robin Gareusprovide details about session-creation failure.
2015-09-03 Mathias BuhrReview changes
2015-09-03 Mathias BuhrFixes case where audiofiles used wrong peakfiles
2015-09-03 Mathias BuhrUse const reference and renames variable
2015-09-01 Robin GareusPrepare option to disable Plugins completely
2015-08-28 Robin Gareuspre-seed session-state-version.
2015-08-28 Tim MayberryDon't truncate pretty port names when setting up port...
2015-08-20 Robin Gareuspotential fix for #6515 - stall/crash during route...
2015-08-12 Robin Gareuslimit bounce processing size (fixes crashes in plugins)
2015-08-10 Paul Davisfix unbelievable typo that broke solo propagation
2015-07-27 Paul Davisadd Session::routes_solo_changed(), a plural method...
2015-07-20 Paul Davisdo not call playhead priority (auto-return) code after...
2015-07-16 Ben Loftismerge fix
2015-06-29 GZharun[Summary] This action is duplicated. To make TRX featur...
2015-06-29 Paul Davis(re)implement Yevgeny's LTC branch changes in the conte...
2015-06-29 Paul Davisnew Session::default_track_name_pattern (DataType)...
2015-06-29 GZharunFixed up the comment
2015-06-29 Paul Davismerge in Tracks-derived session-end-is-N-seconds beyond...
2015-06-29 Paul Davisrename Session::add_session_range_location() to ::set_s...
2015-06-29 Paul Davisenabling record (either tentative for punch or fully...
2015-06-29 Paul Davisfollow various events related to playhead priority...
2015-06-29 Paul Davisinitial version of playback priority design. No GUI...
2015-06-29 Paul Davismore tweaks for varifill model, and avoid filling playb...
2015-06-29 Paul DavisAdd some libardour support for indicating MTC active...
2015-06-29 Paul Davissuperior fix for limits on track name length
2015-06-29 Valeriy Kamyshniy[Summary] Fixed bug: Dragging Region with copying it...
2015-06-29 Paul Davisafter changing session SR, reset all write sources...
2015-06-29 Paul DavisTracks does not (want to) support destructive tracks
2015-06-29 Paul DavisTracks specific fix for SR reverting to previous value...
2015-06-29 Paul DavisTracks puts the master bus remote ID into a different...
2015-06-29 Paul Davisremove unused method
2015-06-29 Paul Davisfix whitespace/indentation and remove references to...
2015-06-29 GZharun[Summary] Eliminated redundant marker update notificati...
2015-06-29 Paul Davisnoop: indentation
2015-06-29 Paul Daviswhen loop range is set, if loop-is-mode and seamless...
2015-06-29 Paul Davisfix inadvertent typo
2015-06-29 Paul DavisTracks uses -inf gain on newly created tracks
2015-06-29 Paul Davisbring in more connection-related changes from Tracks
2015-06-29 Paul Davisinclude Tracks engine state controller header for Track...
2015-06-29 Paul Davischange names for scene I/O port connection methods
2015-06-29 Paul Davisadd in more Tracks-related auto-(re)connect changes
2015-06-29 Paul Davisadd in more Tracks-related auto-(re)connect changes...
2015-06-29 Paul Davisinitial incorporation of Tracks' automatic reconnect...
2015-06-29 Paul Davisanother signal related to record state added from Tracks.
2015-06-29 Paul Davisdistribute use of RouteAddedOrRemoved to appropriate...
2015-06-29 Paul Davisinclude emission of RouteAddedOrRemoved in Session...
next