summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-14fix LV2 state versioning with session-templatesRobin Gareus
2016-11-14Suffix plugin type in instrument-list to avoid ambiguitiesRobin Gareus
2016-11-14const'ness FTWRobin Gareus
2016-11-14register some missing enumsRobin Gareus
2016-11-13VST set defaults only once (initially)Robin Gareus
2016-11-13fix MacVST UI idle callsRobin Gareus
2016-11-13copy VST state on copy constructionRobin Gareus
2016-11-13disable MacVST support (until it's ready)Robin Gareus
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-11-13Mac VST-2.x supportRobin Gareus
2016-11-12fix const-castRobin Gareus
2016-11-12fix typo in example scriptRobin Gareus
2016-11-12fix buffer overflow printing tempo/meterRobin Gareus
2016-11-11VST buffer paranoiaRobin Gareus
2016-11-11fix compilation on osxnick_m
2016-11-11Refine instrument fan-out:Robin Gareus
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
2016-11-11Use the frame corresponding to the current mouse position when zoom draggingTim Mayberry
2016-11-11Change Editor temporal zoom methods to be able to use different scale for the...Tim Mayberry
2016-11-11static MonitorSection Action -- fixes #7098Robin Gareus
2016-11-11keep meterbridge on topRobin Gareus
2016-11-10Remove a group when the last track in the group is removedRobin Gareus
2016-11-10prevent crash during track-deletion (un-selecting deleted tracks)Robin Gareus
2016-11-10Implement instrument fan-out options (group, track/bus)Robin Gareus
2016-11-10Correct the #includes for 'ardour/midi_cursor.h' (see commit #ec12fccf08)John Emmas
2016-11-11update lua script to follow Region API change.nick_m
2016-11-11remove debugging outputnick_m
2016-11-11remove unused variable and debugging.nick_m
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11more tempo documentation.nick_m
2016-11-11ensure non-zero midi region length when tempo map changes.nick_m
2016-11-11TempoSection note-types-per-minute node name goes back to beats-per-minute fo...nick_m
2016-11-11use note_type explicitly when constructing a Tempo in the hope that others fo...nick_m
2016-11-11remove recently added xml nodes.nick_m
2016-11-11use frame interval api for empoMap::framepos_plus_qn()nick_m
2016-11-11clarify bbt_at_frame() warning.nick_m
2016-11-11rename note_divisions_per_minute -> ote_types_per_minute (double note_type)nick_m
2016-11-11add empoMap::quarter_notes_between_frames().nick_m
2016-11-11TempoSection::tempo_at methods return a Tempo, document the opposite direction.nick_m
2016-11-11audio units uses quarter_notes_per_minute().nick_m
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