Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 1.16 KB

hs.audiounit.md

File metadata and controls

22 lines (16 loc) · 1.16 KB

docs » hs.audiounit


Audio Units Extension.

API Overview

API Documentation

Functions

Signature hs.audiounit.getAudioEffectNames() -> table
Type Function
Description Gets a table of installed Audio Units Effect names.
Parameters
  • None
Returns
  • A table containing the names of all installed Audio Units Effects.
Notes
  • Example usage: hs.inspect(hs.audiounit.getAudioEffectNames())