13
0
Go to file
John Emmas 169e15483a Implement a derived function for 'GainMeter::redraw_metrics()'
I'm not sure why exactly but at this line in 'GainMeter::set_controls ()' :-

    model_connections, invalidator (*this), boost::bind (&GainMeter::redraw_metrics, this), gui_context()

MSVC will not allow us to pass a base class function to boost::bind(). I tried explicitly specifying the base class and I also tried making the function public / making it virtual etc but the only thing which works is to implement a derived function.

It's somehow related to changing the signal from 'TypeChanged' to 'MeterTypeChanged' but I don't entirely understand why... :-(
2019-07-13 13:57:57 +01:00
doc
export
gtk2_ardour Implement a derived function for 'GainMeter::redraw_metrics()' 2019-07-13 13:57:57 +01:00
headless NO-OP: whitespace 2019-07-04 22:35:07 +02:00
libs Prevent adding a 2nd MIDI input/output port 2019-07-11 22:57:34 +02:00
mcp Add a device for X-touch + two X-touch compact devices. 2019-06-14 13:36:56 -05:00
midi_maps
msvc_extra_headers
MSVCardour3
MSVCMixbus3
MSVCvst_scan
nutemp
osc
osc_interfaces/touchosc
patches
patchfiles Add Yamaha NP-V80 midnam -- thanks to Rob v.d. Berg 2019-06-13 20:51:21 +02:00
plugin_metadata
scripts Tweak dump-playlist script to indicate current playlist 2019-07-06 18:10:36 +02:00
session_utils Use exit-status macros for compatibility 1/3 2019-07-04 22:21:14 +02:00
templates
tools Use exit-status macros for compatibility 1/3 2019-07-04 22:21:14 +02:00
us2400
vst
.dir-locals.el
.gitattributes
.gitignore
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
COPYING
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html