Page MenuHomeFreeBSD

[NEW PORT] audio/synthpod-lv2: Lightweight Nonlinear LV2 Plugin Container
ClosedPublic

Authored by ultima on Aug 21 2017, 2:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 12:41 PM
Unknown Object (File)
Sun, Mar 31, 9:16 AM
Unknown Object (File)
Mar 8 2024, 8:10 PM
Unknown Object (File)
Jan 13 2024, 1:54 PM
Unknown Object (File)
Jan 10 2024, 1:24 AM
Unknown Object (File)
Jan 10 2024, 1:24 AM
Unknown Object (File)
Jan 10 2024, 1:24 AM
Unknown Object (File)
Jan 10 2024, 1:24 AM
Subscribers

Details

Summary

Synthpod is an LV2 host. It can be run as a standalone app and be used as a
tool for live performances or general audio and event filtering.

It was conceptualized to fill the gap between pure textual (e.g. SuperCollider)
and pure visual flow (e.g. Pure Data) audio programming paradigms.

Potential fields of application may include:

  • Live audio synthesis
  • Real-time event scripting
  • Non-linear signal routing
  • Advanced control automation
  • Advanced event filtering
  • Live mixing
  • Live coding
  • Algorithmic composition
  • Interfacing to expressive controllers

WWW: https://open-music-kontrollers.ch/lv2/synthpod

PR\: 221319
Submitted by\: Yuri Victorovich (maintainer)
Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
looks fine.

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This comment was removed by ultima.
audio/synthpod-lv2/Makefile
35–44 ↗(On Diff #32292)

Most of these options are in bsd.options.desc. The maintainer requested to keep them as is because they don't match the description for this port.

lgtm

audio/synthpod-lv2/Makefile
35–44 ↗(On Diff #32292)

It is preferable to have the same option meaning the same thing in different
ports, which I think these essentially do, despite the subtleties of the precise wording of the option description.

This revision is now accepted and ready to land.Aug 21 2017, 6:40 AM
audio/synthpod-lv2/Makefile
35–44 ↗(On Diff #32292)

Am of the same opinion, I only readded to respect the maintainers wishes.

This revision was automatically updated to reflect the committed changes.