ack
project name: ack
project url: https://github.com/antonhornquist/ack
author: jah
description: sample player engine

Ack

Simple sample player

Features

Commands

Note: channels are indexed 0-7 in commands.

Triggering

Channel Settings

First argument is always channel.

Effects Settings

Other Settings

Using the Ack Lua Module

Note: channels are indexed 1-8 in the ack lua module.

Default Ack parameters to control channel and effects settings can be added to the global paramset using the Ack lua module.

Require the Ack module:

local Ack = require 'ack/lib/ack'

To add all params:

function init()
  --- ...
  Ack.add_params()
  --- ...
end

To add params for the first channel:

function init()
  --- ...
  Ack.add_channel_params(1)
  --- ...
end

Default Parameters

Parameters are self-explanatory. See details and ranges below.

Settings per channel:

Effects settings:

Other settings: