summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-15Adding myselfOlivier Humbert
2016-11-15French translation updateOlivier Humbert
2016-11-15French translation updateOlivier Humbert
2016-11-15French translation updateOlivier Humbert
2016-11-15French translation updateOlivier Humbert
2016-11-15rework 8e3b6c9ac (fstwin is C code, not C++)Robin Gareus
2016-11-15fix another typo (f30fbcaaf)Robin Gareus
2016-11-15Add missing #includeRobin Gareus
2016-11-15Fix some typo.Robin Gareus
2016-11-15Fix intermittent hang when stopping PortaudioBackendTim Mayberry
2016-11-15show VST preset clean/dirty stateRobin Gareus
2016-11-15MacVST Program/Preset supportRobin Gareus
2016-11-15add signal for VST state loadRobin Gareus
2016-11-15Fix crash when selecting MIDI noteTim Mayberry
2016-11-14Fix VST state-lock SNAFU (effSetChunk and process are exclusive)Robin Gareus
2016-11-14consolidate VSTState initializationRobin Gareus
2016-11-14Pass const references to plugin-listRobin Gareus
2016-11-15change note selection node name - should fix 7110nick_m
2016-11-14Later code depends on prev_t not being NULL, use an assert()Robin Gareus
2016-11-14tempo map cannot be empty (help static analyzer)Robin Gareus
2016-11-14potential fix for #7110 (older sessions have no id)Robin Gareus
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