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
e6ccc32abd1098bf81cc6ecdffb2002b271a37d0
ardour
/
libs
/
evoral
History
Paul Davis
18f465393b
remove use of a boost::fast_pool_allocator without a mutex for Evoral::ControlList. this was not thread-safe and evidence from googling around suggests that it is actually not faster for this sort of use than std::alloc. removing this fixes bizarre errors caused by multithreaded use of the singleton pool that backs the allocator, which started to become more clear during experiments on 128 track sessions
...
git-svn-id: svn://localhost/ardour2/branches/3.0@13672 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-17 18:41:58 +00:00
..
evoral
remove use of a boost::fast_pool_allocator without a mutex for Evoral::ControlList. this was not thread-safe and evidence from googling around suggests that it is actually not faster for this sort of use than std::alloc. removing this fixes bizarre errors caused by multithreaded use of the singleton pool that backs the allocator, which started to become more clear during experiments on 128 track sessions
2012-12-17 18:41:58 +00:00
src
disable spline interpolation for curves - use linear interpolation; configuration parameter pending for this, plus slightly cleaner reuse of existing ControlList methods
2012-12-09 17:24:58 +00:00
test
fix up part of the remaining details with automation, so that touch/write over-writes work correctly
2012-07-14 15:42:10 +00:00
run-tests.sh
Fairly major change to the way in which crossfades are handled;
2012-04-16 16:32:22 +00:00
wscript
enable and extend EVORAL_MIDI_XML. Useful for Debugging. Any objections?
2012-10-10 04:31:59 +00:00