13
0
livetrax/libs
2012-01-02 04:04:14 +00:00
..
appleutility
ardour new approach to tempo/meter: compute and store the entire map (every bar|beat point), thus enabling us to use the same computation to set the BBT points AND the metric markers (tempo + meter) on the audio timeline. It is known that snapping to the BBT grid doesn't work correctly right now, but this probably caused by the separate code in TempoMap::round_to_type() and i'll dig into that tomorrow. Note that the Bar|beat point list is evaluated "lazily" - we'll never store more than anyone actually needs to display or know, other than 1 minute's worth starting from frame zero 2012-01-02 04:04:14 +00:00
audiographer
clearlooks-newer
clearlooks-older
evoral Don't round control list events when x-scaling them; prevents large loss of accuracy with xfades when they are scaled to be small and then expanded again (#4602). 2011-12-31 13:25:29 +00:00
fst Remove VST current_program variable, since that stuff is 2011-11-23 19:29:38 +00:00
gtkmm2ext fix default response behaviour of Gtkmm2ext::Prompter (from colinf) 2011-12-30 01:41:21 +00:00
midi++2 Add basic test of playlist layering. 2011-12-15 14:33:20 +00:00
panners
pbd new DEBUG_ENABLED(bits) macro, potentially useful here and there 2011-12-28 21:01:52 +00:00
qm-dsp
rubberband
surfaces rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_bar_division which is a more accurate and informative name. The number doesn't describe the smallest division of a "beat" (which is only defined contextually anyway), but rather the smallest division of the the divisions of a bar. If using a meter of 4/8, there are 4 divisions per bar, and we can divide each one into ticks_per_bar_division pieces; in a separate meter (section) of 3/8, there are 3 divisions per bar, each of which can be divided into ticks_per_bar_division_pieces. 2011-12-19 19:44:43 +00:00
taglib
timecode rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_bar_division which is a more accurate and informative name. The number doesn't describe the smallest division of a "beat" (which is only defined contextually anyway), but rather the smallest division of the the divisions of a bar. If using a meter of 4/8, there are 4 divisions per bar, and we can divide each one into ticks_per_bar_division pieces; in a separate meter (section) of 3/8, there are 3 divisions per bar, each of which can be divided into ticks_per_bar_division_pieces. 2011-12-19 19:44:43 +00:00
vamp-plugins
vamp-sdk
.cvsignore