summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_unit.cc
AgeCommit message (Expand)Author
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-14fix OS X compilationPaul Davis
2012-07-12AU version of break recursive loops of Plugin::parameter_changed()->Plugin::P...Paul Davis
2012-07-11add StartTouch and EndTouch signals to Plugin class; make PluginInsert handle...Paul Davis
2012-07-11fix propagation of parameter changes from Plugin to PluginInsert so that auto...Paul Davis
2012-07-11improved version of last commit, for tracking plugin control changes and mapp...Paul Davis
2012-07-11update automatable parameter's Evoral::Control object when AU parameter liste...Paul Davis
2012-06-24string fix, plus a tweak to handling variable i/o AUsPaul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-05when selecting one of a set of variable I/O configs for an AudioUnit so that ...Paul Davis
2012-01-09another AU-specific tempo fixPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-05upgrade audiounit support to use the new tempomap APIPaul Davis
2011-12-22more tempo-related AU changesPaul Davis
2011-12-22switch over audio_unit.cc to use divisions_per_bar() not beats_per_bar(). not...Paul Davis
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-12-02Make Carbon GUI support for AU's optional at compile time (from Robin)Paul Davis
2011-11-10use error << to replace cerr in AudioUnits GUI code, and a couple of minor tw...Paul Davis
2011-11-01start trying to remove the use of Plugin::info()->n_{inputs,outputs}, which a...Paul Davis
2011-10-19add AU parameter listening stuff from 2.XPaul Davis
2011-10-19working AU instruments (MIDI-driven synth plugins)Paul Davis
2011-10-18deliver MIDI events to AU plugins that want themPaul Davis
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-09fix serious breakage with setup of plugin automatable controls/parameters, in...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-04Fix broken whitespace (no functional changes).David Robillard
2011-04-02more attempted cleanup of AU preset declarationsPaul Davis
2011-04-02fix up (?) audio_unit.cc compilation, maybePaul Davis
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...Paul Davis
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-07Put plugin-note-off code in the right place.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-15nominally add MIDI input support for AudioUnit pluginsPaul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-14Less weak plugin preset system (maybe AU preset stuff can use the 'normal' th...David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis