mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
1.1 KiB
Tcl
27 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup xcode 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup notahat midi_patchbay 1.0.3 release-
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories audio
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Pass MIDI data between inputs/outputs and apply filters.
|
|
long_description MIDI patchbay lets you hook up your various pieces of MIDI software and hardware and pass MIDI data between \
|
|
them, applying assorted filters on the way. Things like key splits, MIDI channel remapping, transposition, \
|
|
etc. are simple.
|
|
|
|
homepage https://notahat.com/midi_patchbay
|
|
|
|
checksums rmd160 7702e0625d7412398df3c9235932cb6b6e615984 \
|
|
sha256 ed45677ea88ec208c5a20b803182b9a88094f6cb184177baa1e131423bdd5af9 \
|
|
size 126481
|
|
|
|
depends_build-append \
|
|
port:subversion
|