Page MenuHomeFreeBSD

[NEW PORT] audio/swh-lv2: SWH Plugins in LV2 format
ClosedPublic

Authored by ultima on Aug 19 2017, 6:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 12:24 AM
Unknown Object (File)
Feb 12 2024, 4:25 PM
Unknown Object (File)
Feb 11 2024, 2:09 PM
Unknown Object (File)
Dec 28 2023, 4:11 PM
Unknown Object (File)
Dec 13 2023, 5:09 PM
Unknown Object (File)
Nov 29 2023, 3:50 PM
Unknown Object (File)
Nov 14 2023, 5:51 PM
Unknown Object (File)
Oct 30 2023, 9:28 AM

Details

Summary

A set of utilities to inspect other plugins:

  • The Atom Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all Atom events sent to its event input port and presents them on its user interface for convenient nested browsing.
  • The MIDI Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all MIDI events sent to its event input port and presents them on its user interface for convenient nested browsing.
  • The OSC Inspector is meant as a monitor/debug tool for LV2 plugin and host authors. It captures all OSC events sent to its event input port and presents them on its user interface for convenient nested browsing.

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

PR\: 221384
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 revision is now accepted and ready to land.Aug 19 2017, 12:34 PM
This revision was automatically updated to reflect the committed changes.
head/audio/swh-lv2/Makefile
23

GH_ACCOUNT defaults to PORTNAME.

24

But PORTNAME could be lv2 with a PKGNAMEPREFIX of swh-.

ultima edited edge metadata.

Removed GH_ACCOUNT

head/audio/swh-lv2/Makefile
23

Didn't realize GH_ACCOUNT and GH_PROJECT both defaulted to PORTNAME.

Get Yuri's approval (just send him an email or something) and you can commit the GH_ACCOUNT change.

This revision is now accepted and ready to land.Aug 24 2017, 1:20 PM
This revision was automatically updated to reflect the committed changes.