13
0
livetrax/libs/evoral/evoral
2011-07-20 18:13:03 +00:00
..
Control.hpp major, substantive reworking of how we store GUI information (visibility, height) for automation data. old design stored (insufficient) identifying information plus actual data in a GUI-only XML node; new scheme adds GUI data via extra_xml node to each AutomationControl object. reworked public/private methods for showing/hiding TimeAxisView objects; changed labelling of automation tracks to just show the name of the controlled parameter - more info can be viewed in the tooltip for the track headers. NOTE: Session file format ALTERED. No data loss but track visibility may be different than previous ardour3 versions 2011-06-11 15:35:34 +00:00
ControlList.hpp Remove unused NascentInfo::is_touch member. 2011-04-20 01:24:25 +00:00
ControlSet.hpp
Curve.hpp
Event.hpp
EventList.hpp
EventRingBuffer.hpp
EventSink.hpp
midi_events.h
midi_util.h change default overlapping note strategy to "relax" (i.e. do nothing); fix crash when looping with MIDI data; add back note-off resolution at loop point (if it was actually there) so that notes are turned off (but don't forget Ye Olde Sustain Pedal/Controller) when looping; minor other non-functional tweaks 2011-06-21 21:29:22 +00:00
MIDIEvent.hpp
MIDIParameters.hpp
Note.hpp
OldSMF.hpp
Parameter.hpp
PatchChange.hpp
Sequence.hpp try to fix data loss at end of a capture pass for MIDI - add a new virtual method to MidiSource that specifies what should be done with stuck notes, remove duplicate(i hope) _last_flush_frame from SMFSource that mirrored, more or less, MidiSource::_last_write_end; use new virtual method when stopping after capture. 2011-07-20 18:13:03 +00:00
SMF.hpp
SMFReader.hpp
TimeConverter.hpp more gcc 4.6/standards compliance 2011-05-29 00:25:30 +00:00
TypeMap.hpp
types.hpp