summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-06-29update system configRobin Gareus
2015-06-29add missing config variable for shuttle_max_speedRobin Gareus
2015-06-28link to new floss-tutorialRobin Gareus
2015-06-28don’t confuse “Fader” with “Trim” (both <Amp>s)Robin Gareus
2015-06-26a more-likely-to-be-correct version of swing quantization.Paul Davis
2015-06-26swing quantize should skip the FIRST note and start on the SECOND, then alter...Paul Davis
2015-06-25Try to avoid coincident tempo/meter markers when removing timeColin Fletcher
2015-06-25rename TempoMap::cut_time() to remove_time()Colin Fletcher
2015-06-25fix windows debug builds:Robin Gareus
2015-06-24show zero line when a DC offset moves waveform so that it doesn't intersect w...4.1Paul Davis
2015-06-24rationalize save/restore of control surface "feedback" propertyPaul Davis
2015-06-23do not draw waveform outline at x-positions where the waveform "spread" would...Paul Davis
2015-06-23several changes, major and minor, to improve threaded waveview renderingPaul Davis
2015-06-23silence clang int/float/double -Wabsolute-valueRobin Gareus
2015-06-23create sortable, linear list for cache clearing on demand, rather than trying...Paul Davis
2015-06-23change location for initialization of static WaveView image cache, and provid...Paul Davis
2015-06-22stop endless loop in WaveViewCache::cache_flush()Paul Davis
2015-06-21Add option to mackie control profile editor to remove binding (fixes #6301)Len Ovens
2015-06-21Remove "" around CATALOG number in .cue fileColin Fletcher
2015-06-19also log session-load error to stderr.Robin Gareus
2015-06-19two more corrections to waveform zooming changesPaul Davis
2015-06-19fix call to consolidate image cache to use the information held in the requestPaul Davis
2015-06-19stop pixel jitter when changing waveview height.Paul Davis
2015-06-19attempt to correctly respond to changes in _amplitude_above_axis in ArdourCan...Paul Davis
2015-06-19fix compiler const-cast warningPaul Davis
2015-06-19Correctly re-start an iteration (if we delete one of the items being iterated)John Emmas
2015-06-16-Wsign-compareRobin Gareus
2015-06-16add Record-Safe feature to libardour (from Nikolay Polyanovskii)Paul Davis
2015-06-16fixes for canvas text display on Retina (from Valeriy)Paul Davis
2015-06-14ALSA backend: add support for half-duplex devicesRobin Gareus
2015-06-14allow to scan for half-duplex ALSA devicesRobin Gareus
2015-06-14prepare ALSA backend for half-duplexRobin Gareus
2015-06-14probe buffersize if jackd is already running.Robin Gareus
2015-06-13NOOP, reindent code.Robin Gareus
2015-06-13fix crash on OSX displaying MIDI sysex, or similar text.Robin Gareus
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-06-11more refactoring of WaveView threaded code to try to get to heart of crash bugPaul Davis
2015-06-11don't queue a callback with the idle event for waveview image generation if o...Paul Davis
2015-06-11comment tweakPaul Davis
2015-06-11fix transport loop sub-state eventsRobin Gareus
2015-06-10possible fix for crashes related to vanishing waveviews (and if it doesn't fi...Paul Davis
2015-06-10fix basic error with computation of partial image width; add use of DEBUG_TRA...Paul Davis
2015-06-10add PBD::DEBUG::WaveViewPaul Davis
2015-06-11Make absolute snap the default snap.nick_m
2015-06-10hide the aggregate device, againRobin Gareus
2015-06-10undo debug (17453ec) info.Robin Gareus
2015-06-09fix OSX optimized builds (NDEBUG)Robin Gareus
2015-06-09debug aggregate device issue - i386/10.8 onlyRobin Gareus
2015-06-09coreaudio: initialize [output] variable.Robin Gareus
2015-06-09Don't close OSC server sockets explicitly (the subsequent call to 'lo_server_...John Emmas