summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2019-03-28Fix route-templates with external sendsRobin Gareus
2019-03-26NO-OP: add comment for cross-referenceRobin Gareus
2019-03-26Remove extra quotes from meta-dataRobin Gareus
2019-03-26Fix mingw compile (declare int64_t and int32_t)Robin Gareus
2019-03-25Do not create automation when shifting (insert/remove time)Robin Gareus
2019-03-23NO-OP: whitespacRobin Gareus
2019-03-23NO-OP: whitespaceRobin Gareus
2019-03-23Fix generic-midi controllable race-conditionRobin Gareus
2019-03-23Clean up MonitorProcessorControlsRobin Gareus
2019-03-23Clean out session-global controllablesRobin Gareus
2019-03-23Remove static Destroyed(*), prefer StatefulDestructable APIRobin Gareus
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