summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-03-23Remove chicken/egg d'torRobin Gareus
2019-03-23Re-add global lookup for generic-midi ctrl stateRobin Gareus
2019-03-23Re-add Controllable registryRobin Gareus
2019-03-23Update GenericMidiControlProtocol to use shared/weak Controllable pointersRobin Gareus
2019-03-23Use weak-pointer for Controllable learningRobin Gareus
2019-03-23Remove c-pointer Controllable* registryRobin Gareus
2019-03-23Prepare PBD::Controllable API cleanup (remove only registry user)Robin Gareus
2019-03-23Remove unusued API Create/Delete BindingRobin Gareus
2019-03-22Update cAutomationControl values when copying stateRobin Gareus
2019-03-22Prevent crashes when copying LV2 plugin stateRobin Gareus
2019-03-22NO-OP: reduce scopeRobin Gareus
2019-03-21Add ultra-insane CBR 320kbit mp3 qualityRobin Gareus
2019-03-20working but still confusing fix for ensuring that playlist shared-with data i...Paul Davis
2019-03-20fix Session::new_route_from_template() to use playlist IDs and not names. Thi...Paul Davis
2019-03-20remove "rename_playlist" argument from Route::set_name_in_state().Paul Davis
2019-03-20fix all surfaces' available action menusPaul Davis
2019-03-20fix Mackie available action menuPaul Davis
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2019-03-20make ::ardour_action_name() private to Bindings, because nothing else uses it...Paul Davis
2019-03-19do not create a (throwaway) playlist during track creationPaul Davis
2019-03-19Fix incorrectly saved un-used playlistsRobin Gareus
2019-03-19Add some more playlist Lua bindingsRobin Gareus
2019-03-19Compiler fix for 201110.Ben Loftis
2019-03-19Mixer/show-editor is now Common/show-editorBen Loftis
2019-03-19use a new unhandled (thus far) exception rather than ::abort() when an action...Paul Davis
2019-03-18reorder #include directivesPaul Davis
2019-03-19Add Lua bindings for SessionPlaylistsRobin Gareus
2019-03-19Add convenience methods (mainly for scripting)Robin Gareus
2019-03-19Remove global Session::playlists variable, use getter method (1/2)Robin Gareus
2019-03-19Fix Playlist refcount when deleting trackRobin Gareus
2019-03-18switch remaining use of Common/ToggleMixerList to Mixer/ToggleMixerListPaul Davis
2019-03-18compute correct size for working buffers used by compound regions during disk...Paul Davis
2019-03-18make PlaybackBuffer<T>'s power-of-two size computation available to othersPaul Davis
2019-03-18NO-OP: Use API to set/test state-of-the-stateRobin Gareus
2019-03-17remove debug outputPaul Davis
2019-03-18Avoid calling rt-methods from non-rt contextRobin Gareus
2019-03-17Temporary change to make auto-return work with broken transport-logicRobin Gareus
2019-03-17Speed up session deletionRobin Gareus
2019-03-17Remove unneeded calls to configure_processors during session-loadRobin Gareus
2019-03-17Prepare to configure procs only once - fix missing pannersRobin Gareus
2019-03-17NO-OP: prefer to use API to check session-stateRobin Gareus
2019-03-15Amend 883ee9c2, setup required invisible processorRobin Gareus
2019-03-14Unused skeleton of the transport state-machineRobin Gareus
2019-03-13NO-OP: re-order code, collect realtime transport actionsRobin Gareus
2019-03-12Change region-equivalence enum to accommodate new mode.Ben Loftis
2019-03-12Change default RE to use Layer+TimeRobin Gareus
2019-03-12Add a time+layer equivalence checkRobin Gareus
2019-03-11Use VST's print_parameter() when applicable.Robin Gareus
2019-03-11Remove generic parameter-printerRobin Gareus