summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-15Update blueberry_milk-ardour.colorscooltehno
2020-05-15better update/improve for generic subscribe URLPaul Davis
2020-05-15Unconditionally install video-tools (required for mp3 export)Robin Gareus
2020-05-15Add script to update LV2kit build-depRobin Gareus
2020-05-14update/improve generic subscribe URLPaul Davis
2020-05-15TMM: display timecode using session FPSRobin Gareus
2020-05-14MIDI: when drawing notes, leave selection containing only the just added notePaul Davis
2020-05-13PlaybackBuffer: extend API to include write_ptr()Paul Davis
2020-05-13DiskReader: improve commentPaul Davis
2020-05-13DiskReader: always reset file_sample[AUDIO] after an overwritePaul Davis
2020-05-13avoid off-by-one error when overwriting w/loopPaul Davis
2020-05-13update DiskReader loop delick objects when loop changesPaul Davis
2020-05-13reinstate Session::loop_changing to avoid problems when locating to start of ...Paul Davis
2020-05-13the return of waveform outline (tips) colorPaul Davis
2020-05-13TMM: fix last message + age displayRobin Gareus
2020-05-13Editor-Mixer: hide 2D panner GUI when selection changes - #8109Robin Gareus
2020-05-13Continue without NSM if server does not respondRobin Gareus
2020-05-13Fix crash when closing session with VCA slaved soloRobin Gareus
2020-05-13Set timecode format from active master onlyRobin Gareus
2020-05-12TMM dialog: fix rendering performanceRobin Gareus
2020-05-12fix mouse-audition playback of a given regionPaul Davis
2020-05-12essentially a no-op to just make conditional clearer more explicitPaul Davis
2020-05-12find a different way to NOT unset play loop when locating to start of loopPaul Davis
2020-05-12NO-OP: remove commented linePaul Davis
2020-05-12DiskReader::overwrite_existing_audio() now only overwrites data that would be...Paul Davis
2020-05-12NO-OP: expand comments for DiskReader::audio_read() parametersPaul Davis
2020-05-12after an overwrite with the loop location set, reset the next sample to be readPaul Davis
2020-05-12remove Session::loop_changingPaul Davis
2020-05-12remove #ifdef'ed codePaul Davis
2020-05-12restore mistakenly remove condition for locatingPaul Davis
2020-05-12NO-OP: remove newline in function definitionPaul Davis
2020-05-12remove debug/information messagePaul Davis
2020-05-12As in previous commit, never locate because of loop handlingPaul Davis
2020-05-12We use seamless looping always now. Never any need to locate for loop changesPaul Davis
2020-05-12make conditional logic fully explicitPaul Davis
2020-05-12Add API to PlaybackBuffer to compute amount of data that can overwrittenPaul Davis
2020-05-12LocateRoll session events should always roll-after locatePaul Davis
2020-05-12trivial reorder of variable assigmentPaul Davis
2020-05-12Don't bother even checking let alone doing internal seeks for zero distancesPaul Davis
2020-05-12use more standard mechanism for "squishing" start of audio read into loop rangePaul Davis
2020-05-12new mechanism to refill pre-loop buffer when loop changes (used for xfading l...Paul Davis
2020-05-12Use better method call to determine rolling status when loop is changedPaul Davis
2020-05-12remove unused variablePaul Davis
2020-05-12remove Route::reload_loop() and derivativesPaul Davis
2020-05-12use const; style guide (no spaces around conditional parenthesis)Paul Davis
2020-05-12NO-OP: style guide issues (always use braces; no spaces around conditional pa...Paul Davis
2020-05-12Fix spacing of engine-delta displayRobin Gareus
2020-05-12Use byte-offset when reading size at ringbuffer boundaryRobin Gareus
2020-05-12Ignore idempotent set_name() callsRobin Gareus
2020-05-12Optimize AudioClock info-text renderingRobin Gareus