This website requires JavaScript.
Explore
Help
Sign In
allanger
/
ardour
Watch
1
Star
0
Fork
0
You've already forked ardour
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Activity
Files
810e59d61a46a9a7c3fdde8fac6f7ba63cdcf1b7
ardour
/
libs
History
Paul Davis
86f1b8c71f
major fixes for MIDI patch change and note undo/redo. Patch change handling was completely broken because of the use of absolute floating point comparisons for time comparison, and serialization/deserialization of patch change property changes was borked because of int/char conversions by stringstream. Note undo/redo would fail for note removal if a note had been moved and/or had its note number changed as the next operation after it was added, because time-based lookup would fail. Similar small changes made for sysex messages, which just needed the musical_time comparisons and nothing else
2013-03-29 11:52:25 -04:00
..
appleutility
fixes for 64 bit OS X build (c/o david robillard); tested on Lion & Tiger
2012-03-02 22:53:00 +00:00
ardour
major fixes for MIDI patch change and note undo/redo. Patch change handling was completely broken because of the use of absolute floating point comparisons for time comparison, and serialization/deserialization of patch change property changes was borked because of int/char conversions by stringstream. Note undo/redo would fail for note removal if a note had been moved and/or had its note number changed as the next operation after it was added, because time-based lookup would fail. Similar small changes made for sysex messages, which just needed the musical_time comparisons and nothing else
2013-03-29 11:52:25 -04:00
audiographer
hide unusued param
2013-02-05 21:39:04 +00:00
clearlooks-newer
install path for clearlooks engine is wrong (only affects source builds, bundles are unaffected
2013-03-10 21:00:45 +00:00
clearlooks-older
…
evoral
major fixes for MIDI patch change and note undo/redo. Patch change handling was completely broken because of the use of absolute floating point comparisons for time comparison, and serialization/deserialization of patch change property changes was borked because of int/char conversions by stringstream. Note undo/redo would fail for note removal if a note had been moved and/or had its note number changed as the next operation after it was added, because time-based lookup would fail. Similar small changes made for sysex messages, which just needed the musical_time comparisons and nothing else
2013-03-29 11:52:25 -04:00
fst
disable unused windows-vst / ALSA-MIDI code
2013-02-19 22:17:20 +00:00
gtkmm2ext
add new VisibilityTracker class to implement cycling window visibility "properly" - i.e. avoiding hide+show/present to get a hidden or partially obscured window visible again
2013-03-25 20:03:59 -04:00
libltc
merge robin gareus' libltc into ardour source tree for convenience
2012-12-14 16:18:47 +00:00
midi++2
initial, prototype modifications to permit compilation of local libraries as static libs. required a "fix" to libs/pbd/debug.cc to even get the program up and running, and still does not work due to issues with boost::shared_ptr::enable_shared_from_this. controlled by configure-time --internal-{static,shared}-libs, set to shared by default (as has been the case for years)
2013-03-20 17:18:55 -04:00
panners
add copyright comments
2013-01-16 18:22:15 +00:00
pbd
Fix static initialization order problem
2013-03-24 21:18:20 +02:00
qm-dsp
fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
2011-09-30 17:55:14 +00:00
rubberband
tweak for const correctness on apple
2013-01-21 19:42:14 +00:00
surfaces
initial, prototype modifications to permit compilation of local libraries as static libs. required a "fix" to libs/pbd/debug.cc to even get the program up and running, and still does not work due to issues with boost::shared_ptr::enable_shared_from_this. controlled by configure-time --internal-{static,shared}-libs, set to shared by default (as has been the case for years)
2013-03-20 17:18:55 -04:00
taglib
Fix some warnings in non-debug mode.
2012-04-20 21:59:37 +00:00
timecode
fix drop-frame TC subframe rounding
2012-11-18 09:53:11 +00:00
vamp-plugins
Use is_defined to check for HAVE_* variables set by checks.
2011-09-29 20:29:06 +00:00
vamp-sdk
fix up discovery of VAMP plugins after ./waf install, which fixes crashes when reversing regions and doing timeFX operations with a "regular" install of ardour3
2012-12-18 15:26:50 +00:00