summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2020-02-19fix old write source names being used after a track is renamedPaul Davis
2020-02-19fix compiler warning about dynamic_cast<T*>(ptr_to_T)Paul Davis
2020-02-19remove "destination_sample" from API for Session::set_transport_speed()Paul Davis
2020-02-19Remove unused dummy control classRobin Gareus
2020-02-18Enumerate the polarity buttons from the polarity processor itself, not the In...Ben Loftis
2020-02-18Fix loading send gain automationRobin Gareus
2020-02-18Replace missing .mid files with silenceRobin Gareus
2020-02-14Fix seamless looping w/split-cyclesRobin Gareus
2020-02-14Fix potential deadlock (session-template with latent procs)Robin Gareus
2020-02-14Fix cross-compile linking (arm-linux ld)Robin Gareus
2020-02-13LCXL: make sends assignable for 32CJan Lentfer
2020-02-13Fix Mixbus well-known filter controls (HP/LP freq)Robin Gareus
2020-02-13LCXL: fix pan for Mixbus device mode, tooJan Lentfer
2020-02-13FP8: fix direction of panner bar on scribble-stripRobin Gareus
2020-02-13FP8: don't send non-ASCII chars to scribble-stripRobin Gareus
2020-02-13Address sidechain-port name uniquenessRobin Gareus
2020-02-12LCXL: Make the pan fix nice againJan Lentfer
2020-02-12FaderPort8: Don't lock shift, when using shift + encoderRobin Gareus
2020-02-12Fix Faderport 2/8/16 pan azimuth knob directionRobin Gareus
2020-02-12Fix loop-fade and de-click buffersize calculationRobin Gareus
2020-02-12NO-OP: use #define for de-click + fade gain coefficientRobin Gareus
2020-02-12Prevent out-of-bounds array accessRobin Gareus
2020-02-12fix missing MIDI playback by using correct (expanded) logic in DiskReader::de...Paul Davis
2020-02-12Revert commit #39975dc3c6 from Feb 7thJohn Emmas
2020-02-11move the point of adding a new MIDI track until *after* the instrument is addedPaul Davis
2020-02-09LCXL: Adopt pan knob behaviourJan Lentfer
2020-02-09ptformat: Update to upstream 55f08d8 (simplify version detection)Damien Zammit
2020-02-08Add missing include for compat (memcpy needs string.h)Robin Gareus
2020-02-07Reduce used namespaceRobin Gareus
2020-02-07Changes needed for building with MSVCJohn Emmas
2020-02-06always use plugin's ::midnam_model() method to provide the name of a custom, ...Paul Davis
2020-02-06Fix DSP::process_map edge-case (unconnected inputs)Robin Gareus
2020-02-06Prefer TLSF over realloc-pool for LuaProcRobin Gareus
2020-02-06Fix rt-safety of LuaProc w/o chanmappingRobin Gareus
2020-02-06Fix rt-safety (const reference, not const copy)Robin Gareus
2020-02-06Update DSP::ConvolutionRobin Gareus
2020-02-06Audio ROM Lua BindingsRobin Gareus
2020-02-06Add a Read Only Memory Audio SourceRobin Gareus
2020-02-06Add Lua Bindings for Readable c'torRobin Gareus
2020-02-06Break out API to create readables from filesRobin Gareus
2020-02-06Lua Array, assert indices > 0Robin Gareus
2020-02-06Extend Lua binding for static methodsRobin Gareus
2020-02-04Auto-Input should default ON (per irc discussion)Ben Loftis
2020-02-04Fix a potential case where PresentationInfo type flag is not set (see comment...Ben Loftis
2020-02-03Initialize uninitialized variable (Session StateProtector)Robin Gareus
2020-01-31Lua bindings for locations and locate dispositionRobin Gareus
2020-01-30Fix assert() when removing track(s)Robin Gareus
2020-01-30Use session-version when loading processor stateRobin Gareus
2020-01-30Fix recursive locks during undo/redo due to state saveRobin Gareus
2020-01-30Allow StateProtector to save pending filesRobin Gareus