summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2015-07-05use default meter type when creating new tracks/bussesRobin Gareus
2015-07-05prepare default meter-type configRobin Gareus
2015-07-05another float/double -Wabsolute-value fixRobin Gareus
2015-07-05remove tabs from python codeRobin Gareus
2015-07-04fix jack_port_get_aliases return value (if n/a)Robin Gareus
2015-07-04fix jack/pthread windows conditionRobin Gareus
2015-07-04synchronize with https://github.com/x42/weakjack/Robin Gareus
2015-07-04use a trick to compile JACK/win with new and old headersRobin Gareus
jack/systemdeps.h is jack2-only and contains many windows-specific typedefs (native windows threads, ptw32 threads, MSVC special cases etc etc.) which are not present in jack1/shared headers.
2015-07-04fix side-effect of moving to jack1 headersRobin Gareus
2015-07-04fix compilation with mingw + pthreadsRobin Gareus
2015-07-04fix use of += in waf variableRobin Gareus
2015-07-04only compile, don’t link & run jack checksRobin Gareus
2015-07-04fix weak jack w/new jack_port_rename()Robin Gareus
2015-07-02fix error in type definition for weak jack handling of jack_port_renamePaul Davis
2015-07-02alternative fix for the same problem that 9e2048decf7c567 was addressingPaul Davis
2015-07-02add conditional use of jack_port_rename(), a newly added public API for JACKPaul Davis
2015-07-02Don’t use invalid iterator during cleanup. fixes #6403Robin Gareus
2015-07-02don’t compile tracks specific sources for ardour.Robin Gareus
2015-07-02MSVC doesn't like us calling 'sqrt()' with integers (it doesn't have a ↵John Emmas
version which takes an int) So let's specify which version we'd like it to use.
2015-07-02MSVC doesn't have 'sleep()' (it uses 'Sleep()' with a capital 'S') so let's ↵John Emmas
make sure it'll still compile (see the note about possibly using 'Glib::usleep()' ??)
2015-07-02Add some newly introduced sources to our MSVC project (gtkmm2ext)John Emmas
2015-07-01add a raw CoreMidi data debug modeRobin Gareus
2015-07-01consolidate & document Coreaudio midi parserRobin Gareus
2015-07-01NOOP, reindent & whitespaceRobin Gareus
2015-07-01add an explicit midi parser/chunker to CoreAudioRobin Gareus
2015-06-30when seeking, completely refill buffers rather than just a partial refillPaul Davis
2015-06-30prevent stuck & vanishing tooltipsRobin Gareus
the window needs to be moved in place before presenting it. Otherwise it is displayed at mouse-pos and moving it triggers enter/leave, which in turn re-start the timeout..
2015-06-30stop PersistentTooltip flicker.Robin Gareus
timeout is used for a *one-time* delayed display of the tooltip.
2015-06-30pthread_equal returns non-zero if equal. amend 5ab0288Robin Gareus
2015-06-30at least make it compile with mingw.Robin Gareus
2015-06-30fix headers for case-sensitive FS.Robin Gareus
2015-06-30Revert "fix previously cherry-picked commit to be Tracks-only, since ↵Robin Gareus
Ardour/Mixbus are not affected" This reverts commit dddf76abf567a166c290c841894ee2b6b0917653. it is relevant for Ardour/OSX, see 58fec98a and da43652
2015-06-30fix -Wabsolute-valueRobin Gareus
2015-06-29store all error/info/etc messages in a list inside Gtkmm2ext::UI, and ↵Paul Davis
provide a method to dump them all to a std::ostream
2015-06-29remove debugging outputPaul Davis
2015-06-29push seek-after-state-loaded into butler thread, to avoid multiple threads ↵Paul Davis
doing disk i/o related stuff
2015-06-29implement Ardour-only version of playhead priority, which is basically ↵Paul Davis
auto-return to last roll location or nothing
2015-06-29volatile should not be used to describe non-hardware lvalues, and fix const ↵Paul Davis
cast warning (which removes need for mutable)
2015-06-29fix unused but usable variable warningPaul Davis
2015-06-29fix const-cast warningsPaul Davis
2015-06-29remove const warning in SMF C code by changing function parameter argument ↵Paul Davis
qualifier
2015-06-29comment unused but potentially usable variablesPaul Davis
2015-06-29comment unused but potentially usable variablesPaul Davis
2015-06-29try using threaded waveviews in tracks alsoPaul Davis
2015-06-29Fixed incomplete merge for audioengine.ccGZharun
[To be reviewed by] Paul Davis
2015-06-29never use threaded waveview rendering for TracksPaul Davis
2015-06-29comment out two verbose debugging outputsPaul Davis
2015-06-29clip level is adjusted only by region amplitude (which is audible), not by ↵Paul Davis
_amplitude_above_axis
2015-06-29attempt to correctly respond to changes in _amplitude_above_axis in ↵Paul Davis
ArdourCanvas::WaveView
2015-06-29increase debug bitset size to accomodate additional debug bits imported from ↵Paul Davis
Tracks