log widgets/PluginParameterBox.cpp @ 1581:11660e0c896f audio-source-refactor

age author description
Fri, 20 Mar 2020 16:31:23 +0000 Chris Cannam Use shared_ptr for plugin instances throughout; also descriptors are copyable audio-source-refactor
Mon, 26 Nov 2018 14:33:54 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Mon, 01 Oct 2018 14:46:36 +0100 Chris Cannam Avoid blowing up when faced with min==max in parameter range
Tue, 10 Mar 2015 13:22:10 +0000 Chris Cannam More type fixes cxx11
Fri, 25 Jul 2014 13:43:56 +0100 Chris Cannam Rich text for tooltip -- apart from anything else, this ensures it gets word-wrapped
Tue, 17 Jun 2014 15:55:27 +0100 Chris Cannam More unsigned/long and warning fixes warnfix_no_size_t
Tue, 26 Nov 2013 14:06:40 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h