Skip to content
Commits on Mar 19, 2019
Commits on Mar 1, 2019
  1. Revert Monitor-Section to be per session

    x42 committed Mar 1, 2019
    This partially reverts 639dff3. When loading a session,
    the monitor-bus that was saved with the session is used.
    
    This changes semantics of the monitor-section/config.
    
    Config::set_use_monitor_bus(bool) is used to initiate a change!
    Notification about the change is sent asynchronously by
    Session::MonitorBusAddedOrRemoved
    
    It is no longer possible to directly call add/remove_monitor_section()
    and leave the session + config in an inconsistent state.
Commits on Feb 27, 2019
Commits on Feb 12, 2019
Commits on Dec 24, 2018
  1. Update Convolver/LuaConvolver

    x42 committed Dec 24, 2018
    * Add API to allow per-channnel gain and delay
    * Fix channel-mapping for stereo IRs w/o true-stereo
Commits on Nov 16, 2018
Commits on Nov 7, 2018
Commits on Oct 26, 2018
Commits on Oct 23, 2018
Commits on Oct 19, 2018
  1. Lua bindings for convolution DSP

    x42 committed Oct 18, 2018
Commits on Oct 10, 2018
  1. Fix inconsistent controllable Lua binding names

    x42 committed Oct 10, 2018
    This also fixes incorrectly mapped send_level/enable
Commits on Sep 25, 2018
Commits on Aug 16, 2018
  1. Add missing Lua MacVST constant

    x42 committed Aug 16, 2018
Commits on Aug 14, 2018
  1. Add a locale-independent float/double format Lua method

    x42 committed Aug 14, 2018
    print(ARDOUR.LuaAPI.ascii_dtostr(1.5))
Commits on Aug 2, 2018
Commits on Aug 1, 2018
  1. Also expose PI::enabled()

    x42 committed Aug 1, 2018
Commits on Jul 31, 2018
Commits on Jul 30, 2018
  1. Expose Config and Cache dirs to Lua

    x42 committed Jul 30, 2018
    usage example:
    print (ARDOUR.user_config_directory(-1), ARDOUR.user_cache_directory(""))
    print (ARDOUR.LuaAPI.build_filename(ARDOUR.user_config_directory(-1), "test.txt"))
Commits on Jul 17, 2018
  1. Add LTC Decoder Lua Bindings

    x42 committed Jul 17, 2018
Commits on Jun 6, 2018
Commits on May 31, 2018
Commits on Mar 16, 2018
Commits on Jan 15, 2018
Commits on Dec 31, 2017
Commits on Dec 5, 2017
Commits on Nov 11, 2017
  1. Add a noise generator (Lua DSP)

    x42 committed Nov 11, 2017
Commits on Nov 4, 2017
Commits on Oct 31, 2017
  1. Add polarity-invert processor

    x42 committed Oct 31, 2017
Commits on Oct 29, 2017
Commits on Oct 20, 2017
Older
You can’t perform that action at this time.