summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11tempo doc explains that currently Tempo::beats_per_minute means something else.nick_m
2016-11-11remove commented code.nick_m
2016-11-11more tempo documentation.nick_m
2016-11-11fix lock error in empoMap::quarter_note_at_bbt_rt(), expand constant tempo test.nick_m
2016-11-11remove unused TempoMap::tempo_at_beat(). implement unused tempo_at_quarter_no...nick_m
2016-11-11tempo.h reorganization. should be a no-opnick_m
2016-11-11more documentation in tempo.cc, fix constant bug in pulse_at_tempo_locked()nick_m
2016-11-11remove remaining frame api from TempoSection.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11add some documentation for TempoMap.nick_m
2016-11-11clamp setting tempo via vertical drag.nick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-11-11MidiRegion _start/_length beats are frame based only when lock style is Audio...nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-11-10Revert "update lua script to follow API change (bb459a2e7d)"Robin Gareus
2016-11-10#include <ardour/midi_cursor.h> in a couple of placesJohn Emmas
2016-11-10Use better debug output in PortaudioBackendTim Mayberry
2016-11-10Fix for conflicting definition of _xgetbv with mingw-w64 >= 5Tim Mayberry
2016-11-10Check and link to the pangoft2 module with a mingw build if it existsTim Mayberry
2016-11-10Add AU support for output-channel/bus groupingRobin Gareus
2016-11-10don't ship fan-out instrument lua script (but keep it as example)Robin Gareus
2016-11-10C++ implementation of fan_out_instrument.luaRobin Gareus
2016-11-10NO-OP, explanatory commentsRobin Gareus
2016-11-10prototype script to fan out instrument outputs to bussesRobin Gareus
2016-11-10Grow luabindingsRobin Gareus
2016-11-10Parse PortGroups into Plugin::IOPortDescriptionRobin Gareus
2016-11-09another lua DSP exampleRobin Gareus
2016-11-08Support multiple readers for MIDI source/modelDavid Robillard
2016-11-08Remove dead codeDavid Robillard
2016-11-08Honor VST "Synth" Category for now...Robin Gareus
2016-11-07make auto track naming make a bit more senseLen Ovens
2016-11-07Set session dirty if tracks are reordered by user.Len Ovens
2016-11-07Fix LV2 state:StateChanged URIDavid Robillard
2016-11-06One more piece to the moving master puzzle.Len Ovens
2016-11-04OSC: Fix default strip types to include Auxes.Len Ovens
2016-11-04Fix Drifting Master hopefully for real this time.Len Ovens
2016-11-03make ControlProtocolManager actually handle control protocols that fail to ac...Paul Davis
2016-11-02fix LTC-generator 24h wraparoundRobin Gareus
2016-11-02prevent infinite loop when calculating tick marks on low zoom levelsRobin Gareus
2016-10-31update lua script to follow API change (bb459a2e7d)Robin Gareus
2016-10-30OSC: Make Aux buses able to be separate.Len Ovens
2016-10-31Fix crash when instrument instantiation fails on track creation.Robin Gareus
2016-10-30extend Mixbus' "Safe Mode"Robin Gareus
2016-10-30Fix midnam replacement:Robin Gareus
2016-10-30remove debug outputRobin Gareus
2016-10-30Update prototype API (3f739738) for windows/dll compatRobin Gareus
2016-10-30Drop UpdateMidnam shared_ptr reference when the plugin is removedRobin Gareus
2016-10-30Fix moving masterLen Ovens
2016-10-30avoid C++11 (and remove debug output)Robin Gareus