summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-21fix assert/crash if unknown processor's I/O mismatchesRobin Gareus
This can happen on OS X. Audio Units did not have a MIDI bypass. Ardour adds an implicit bypass and existing "unknown/missing" plugins after the instrument will see a different i/o config.
2016-05-21fix initial engine state (windows: buffered-i/o; all: channelcount)Robin Gareus
2016-05-21const'ness -- just becauseRobin Gareus
2016-05-21complete lua DSP filter with parameter interpolation & commentsRobin Gareus
2016-05-21"biquadratic" needs no camelcase - fixes API doc.Robin Gareus
2016-05-21allow lua to access array at an offsetRobin Gareus
2016-05-21keep DSP state variables finite.Robin Gareus
2016-05-21When copying the PNG files from 'gtk2_ardour/resources', copy them to ↵John Emmas
'$(TargetFolder/resources' rather than '$(TargetFolder/icons' (otherwise the opening splash image doesn't get found)
2016-05-21Accommodate newly introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-05-21Don't copy the xpm pixmaps as they apparently aren't needed any moreJohn Emmas
2016-05-21Accommodate the fact that our Mixbus icons got moved to a new pathJohn Emmas
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-21clean up ArdourWindowRobin Gareus
- gtk callbacks are protected, not public - virtual d'tor (destroy window by ArdourWindow ptr)
2016-05-21live signal analysis is for the processor -- not the plugin(s) insideRobin Gareus
2016-05-20add an lua DSP example filter w/inline displayRobin Gareus
2016-05-20lua inline display error reportingRobin Gareus
2016-05-20add lua DSP transfer function calculationRobin Gareus
2016-05-20debug unconfiged pluginsRobin Gareus
2016-05-19towards an Instrument Setup/Replace workflowRobin Gareus
2016-05-19add midi-bypass to re-configurable-i/o instrumentsRobin Gareus
2016-05-19fix lua instrument pluginsRobin Gareus
2016-05-19prepare plugin configuration and replacing instrumentsRobin Gareus
2016-05-19...use shared backend function insteadRobin Gareus
2016-05-19move "needs output port selector" (from pin-dialog) to backendRobin Gareus
2016-05-19consolidate add_processor codeRobin Gareus
* fixes drag/copy'ing sidechain sends (autodestruct) * reduce duplicated code * prepare for instrument replacement
2016-05-18initialize snap-mode dropdown textRobin Gareus
"SnapOff" is the default, so no change is triggered when calling set_active() and initially the dropdown/ardour-button remains blank.
2016-05-18Don't save instant while loading instant.xmlRobin Gareus
opening a recent session from a session can result in: Editor::constructed and session_loaded() being true. A partial instant_save can occur (not to mention: invalid XMLnode iterators)
2016-05-18add locale guards for export formatRobin Gareus
2016-05-18bypass plugin(s) - not processor (plugin-insert keeps mapping)Robin Gareus
2016-05-17some more mixbus backports (NO-OP for ardour)Robin Gareus
2016-05-17downgrade failed history/undo stack to info messageRobin Gareus
2016-05-17backport canvas color functions from MixbusRobin Gareus
2016-05-17move ancient icon source files away from the top-levelRobin Gareus
This also resolves an ambiguity with "icons/" when running ardour from the source dir
2016-05-17prepare moving top-level icons/ -- move MSVC filesRobin Gareus
2016-05-17remove more ancient iconsRobin Gareus
2016-05-17remove unused iconsRobin Gareus
2016-05-17nobody cares about xpm anymoreRobin Gareus
2016-05-17package Product/App specific resourcesRobin Gareus
2016-05-17remove cruftRobin Gareus
2016-05-17ARDOUR_PATH is no longer usedRobin Gareus
2016-05-17group Product/App specific resourcesRobin Gareus
* only install icons relevant to product * use program-name (as-is) as prefix * keep icons/* for all products
2016-05-17waf's "copy" feature does not installRobin Gareus
2016-05-17break live-loop if there's no next region - fixes #6848Robin Gareus
2016-05-17Update TRANSLATORS docs to advertize Git-oriented patch submission workflowAlexandre Prokoudine
2016-05-16clean up configure outputRobin Gareus
print is not interleaved with autowaf.display_msg
2016-05-16fix windows builds - rc file needs to be present at build callRobin Gareus
2016-05-16splash is the day that you got in my systemRobin Gareus
2016-05-16icon-name follows program-nameRobin Gareus
so that derivative products don't need to replace binary image/icon files in the source (use ./waf configure --program-name=...)
2016-05-16updated .de translation from edogawaPaul Davis
2016-05-16updated .de translation from edogawaPaul Davis