Skip to content

ladspa.org

Linux Audio Developer's Simple Plugin

Package Information

  • Domain: ladspa.org
  • Name: ladspa.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +ladspa.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • analyseplugin
  • applyplugin
  • listplugins

Available Versions

Show all 1 versions
  • 1.17.0

Latest Version: 1.17.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +ladspa.org@1.17.0 -- $SHELL -i

Dependencies

This package depends on:

  • github.com/libsndfile/libsndfile^1.2

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ladspaorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.