summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2017-05-29Allow export presets for 176.4KHz -- "Ardour6: music for bats"Robin Gareus
2017-05-26Use string concatenation and PBD::to_string in EventTypeMap::to_symbol()Tim Mayberry
2017-05-26Use correct names when setting MidiTrack propertiesTim Mayberry
2017-05-25Always create a deep copy of MIDI regions when copying playlists.Robin Gareus
2017-05-25Implement basic AU parameter-printingRobin Gareus
2017-05-25Include ParameterDescriptor in read-only control outputRobin Gareus
2017-05-23Remove old jack_utils.h header that was moved to the JACK backendTim Mayberry
2017-05-23Sort tempo map after legacy sections have been assigned a pulsenick_m
2017-05-23Tempo sections with a BBT start XML node are never rampednick_m
2017-05-23Fix failure to laod old tempo mapsnick_m
2017-05-14Add note name parser to convert to midi note numberNil Geisweiller
2017-05-14Sanitize "well-known" ctrl APIRobin Gareus
2017-05-13Fix copy+paste error for mb32c filter freq.Ben Loftis
2017-05-13amend efc2660f, well-known stripable controls:Robin Gareus
2017-05-13Update Session::writable() during Session::save_as() when switching to copyTim Mayberry
2017-05-12change ControlProtocolManager protocol mutex into a RW lock.Paul Davis
2017-05-12don't actually use a method from libardourcp inside libardour; use a PBD::Sig...Paul Davis
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-05-12MCP: Mixbus32C: Restore missing filter controls to the Dyn page.Ben Loftis
2017-05-11re-order per-object and global selection change signalsPaul Davis
2017-05-11emit per-Stateful PropertyChanged signal when Stripables become selectedPaul Davis
2017-05-10Fix another possible case of illegal use of reserved port-namesRobin Gareus
2017-05-10Fix reserved ports:Robin Gareus
2017-05-10Selection::get_stripables() needs to recurse into an Automatable's child Auto...Paul Davis
2017-05-10Bump VST param-name length limit to 128 bytes and centralize definitionRobin Gareus
2017-05-09Ardour does support VST's audioMasterGetProductString, return true;Robin Gareus
2017-05-08iterator std::set::erase (iterator) is C++11Robin Gareus
2017-05-08fix copy-n-paste errorPaul Davis
2017-05-08fix logic when removing routesPaul Davis
2017-05-08remove misc. debug outputPaul Davis
2017-05-08when removing a Route from Session, remove it from CoreSelection and signal t...Paul Davis
2017-05-08when removing Stripables from CoreSelection by ID, be sure to remove all poss...Paul Davis
2017-05-08allow Session to call Session::remove_stripable_by_id()Paul Davis
2017-05-07Semaphores need to have a unique name -- fixes #7341Robin Gareus
2017-05-06really fix opening session-archives -- amend 1f80f059beRobin Gareus
2017-05-06Fix opening session-archivesRobin Gareus
2017-05-06Factor RMS normalization by sqrt(2); match sine peakRobin Gareus
2017-05-06Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2017-05-06MSVC won't allow us to erase an item referenced by const_iteratorJohn Emmas
2017-05-06The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets u...John Emmas
2017-05-05add missing files from selection development branch(es)Paul Davis
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-05-05Move special-cased FP8 mute-state into libardourRobin Gareus
2017-05-05Fix converting v4 monitor state -- amend 8a6d30377Robin Gareus
2017-05-04fix/amend previous commit.Robin Gareus
2017-05-04Don't save "end-is-free" with templatesRobin Gareus
2017-05-04Lua bindings for "end-is-free" (automatic session-end location marker)Robin Gareus
2017-05-04Convert old v4 Track monitoring session-state (untested)Robin Gareus
2017-05-03Lua bindings to set group colorRobin Gareus
2017-05-03Move RouteGroup color into libardour.Robin Gareus