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
ce91b0953b1f45fb378ab7ea72cfefbb607000e6
ardour
/
libs
/
evoral
/
src
History
Carl Hetherington
64e43bf4b1
Fix crash with debug enabled.
...
git-svn-id: svn://localhost/ardour2/branches/3.0@8613 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-29 19:36:01 +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
merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus ending 3.0-panexp. THIS COMMIT WILL BREAK ALL EXISTING 3.0 SESSIONS IN SOME WAY (possibly not fatally).
2011-01-27 01:31:03 +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
add missing (new) file
2010-06-01 01:22:37 +00:00
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
fix up note names (from Don F, via SoftWerk)
2010-02-08 19:36:25 +00:00
MIDIEvent.cpp
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
2009-10-14 16:10:01 +00:00
Note.cpp
add note IDs and use them for looking up notes during a history rebuild. NOTE: INVALIDATES OLDER HISTORY FILES
2010-07-20 16:27:34 +00:00
OldSMF.cpp
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
2009-10-14 16:10:01 +00:00
Sequence.cpp
Fix crash with debug enabled.
2011-01-29 19:36:01 +00:00
SMF.cpp
Unify program change and bank handling so that they are manipulated together.
2010-12-28 18:19:40 +00:00
SMFReader.cpp
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
2009-10-14 16:10:01 +00:00