13
0
livetrax/libs/evoral/src
Carl Hetherington ad916f6241 Fix a few bad iterator accesses.
git-svn-id: svn://localhost/ardour2/branches/3.0@8231 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-09 21:35:33 +00:00
..
libsmf make VLQ save+restore functions publically accessible, for use with meta-events 2010-11-03 00:06:42 +00:00
Control.cpp change Control::{set,get}_float to Control::{set,get}_double and make almost all Control-related stuff use double rather than random mixtures of float, double and some integer value ; make hans' program change stuff work quite a bit better (not finished yet) including keyboard edting of pgm change values 2010-07-27 14:09:16 +00:00
ControlList.cpp add "shift" method used in 2.X and now a3 to move data starting at a position, not an iterator 2010-12-07 15:13:04 +00:00
ControlSet.cpp change Control::{set,get}_float to Control::{set,get}_double and make almost all Control-related stuff use double rather than random mixtures of float, double and some integer value ; make hans' program change stuff work quite a bit better (not finished yet) including keyboard edting of pgm change values 2010-07-27 14:09:16 +00:00
Curve.cpp Make sure that _get_vector writes a value to the output array even when veclen == 1. Fixes #3461. 2010-09-20 00:57:44 +00:00
debug.cpp
Event.cpp Allow trim of midi regions to before the start of the source (better, this time). Fixes #3156. 2010-12-09 21:34:46 +00:00
midi_util.cpp
MIDIEvent.cpp
Note.cpp
OldSMF.cpp
Sequence.cpp Fix a few bad iterator accesses. 2010-12-09 21:35:33 +00:00
SMF.cpp make ardour3 build and link on OS X (tiger, at least) 2010-11-13 05:14:48 +00:00
SMFReader.cpp