summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-23Introduce a dedicated "Clock Origin" MarkerRobin Gareus
2017-11-22Fix switch statements in ExportTimespanSelectorRobin Gareus
2017-11-22Add seconds as clock-unitRobin Gareus
2017-11-22Release (debug) lock before emitting signalRobin Gareus
2017-11-18Revert "editor_pt_import: Process wav indexes once only"Damien Zammit
2017-11-13OSC: only reset cue sends that do not have a new sendLen Ovens
2017-11-13OSC: /cue/previous_aux should always refreshLen Ovens
2017-11-13OSC: cue buttons can accept float or intLen Ovens
2017-11-13Fix typo (missing quote) in patch-change window titleRobin Gareus
2017-11-12Add API to allow buffer offsets when applying gainRobin Gareus
2017-11-12Add a noise generator (Lua DSP)Robin Gareus
2017-11-12a-comp: Fix typo with previous patchDamien Zammit
2017-11-11a-comp: Fix noise floor - asymptoticsDamien Zammit
2017-11-10OSC link: make whole link set follow strip_typesLen Ovens
2017-11-08OSC: set_surface sets linkset, linkidLen Ovens
2017-11-07OSC: catch bad commands on /cue/* created crash on exitLen Ovens
2017-11-08Fix a-reverb bypass/enableRobin Gareus
2017-11-07OSC link: Clean up link not ready and surface refreshLen Ovens
2017-11-06OSC link: make selection work correctlyLen Ovens
2017-11-06Optimize zresampler for no re-sampling case.Robin Gareus
2017-11-06Some further notes (and experiments) on optimizationsRobin Gareus
2017-11-04Add some notes for future optimizations (and prepare API)Robin Gareus
2017-11-04Change Delayline to use power-of-two size and bitmaskingRobin Gareus
2017-11-04[Re]-Implement Delayline flush.Robin Gareus
2017-11-04Optimize Delaylines: block-process (not one sample at a time)Robin Gareus
2017-11-04Clean up delayline API: don't use 'get_' for accessor method-nameRobin Gareus
2017-11-03OSC link: first working commit for linking two surfaces as oneLen Ovens
2017-11-03Fix scroll-wheel on mixer-slidersRobin Gareus
2017-11-03Auditioner, silence buffer at end.Robin Gareus
2017-11-03Don't crash when auditioning empty .mid files.Robin Gareus
2017-11-03Fix polarity-control size (and crash during audition)Robin Gareus
2017-11-02Accommodate newly added/removed source(s) in our MSVC project (libardour)John Emmas
2017-11-01Wrap automation on loop-position, split plugin processingRobin Gareus
2017-10-31Click-free polarity inversion, also use accelerated (AVX, SSE) AmpRobin Gareus
2017-10-31Fix samples-moved (and invalid use of not initialized CubicInterpolation)Robin Gareus
2017-10-31Interpolation phase[] is initially emptyRobin Gareus
2017-10-31Fix set_loop() return value (amend 00a4ad)Robin Gareus
2017-10-31Relax assertion to allow rolling backwards into 0.Robin Gareus
2017-10-31Move Loop Location to ProcessorsRobin Gareus
2017-10-31Fix NSM for distro-builds (waf install)Robin Gareus
2017-10-31Small steps towards rolling backwards..Robin Gareus
2017-10-31Migrate to Polarity-inversion processor & fix proc positionsRobin Gareus
2017-10-31Add polarity-invert processorRobin Gareus
2017-10-30Fix importing tempo-maps for non-integer pulsed time-signaturesRobin Gareus
2017-10-30Use new externally_connected APIRobin Gareus
2017-10-30NO-OP: whitespaceRobin Gareus
2017-10-30Add & implement PortEngine::externally_connected() APIRobin Gareus
2017-10-30Add missing header (-Wmissing-prototypes)Robin Gareus
2017-10-30Add weak linked symbol for "jack_port_is_mine"Robin Gareus
2017-10-30Fix fade-out at quit.Robin Gareus