mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
multimedia/hexter: Updated for version 0.6.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
3016f148a9
commit
673feb1030
4 changed files with 28 additions and 19 deletions
|
@ -1,10 +1,10 @@
|
|||
hexter is a software synthesizer that models the sound generation of a Yamaha
|
||||
DX7 synthesizer. It can easily load most DX7 patch bank files, accept patch
|
||||
editing commands via MIDI sys-ex messages (ALSA systems only), and recreate
|
||||
the sound of the DX7 with greater accuracy than any previous open-source
|
||||
emulation (that the author is aware of....).
|
||||
hexter is a software synthesizer that models the sound generation of a
|
||||
Yamaha DX7 synthesizer. It can easily load most DX7 patch bank files,
|
||||
accept patch editing commands via MIDI sys-ex messages (ALSA systems
|
||||
only), and recreate the sound of the DX7 with greater accuracy than any
|
||||
previous open-source emulation (that the author is aware of....)
|
||||
|
||||
hexter operates as a plugin for the Disposable Soft Synth Interface (DSSI);
|
||||
you need a program to host it (e.g. rosegarden).
|
||||
hexter operates as a plugin for the Disposable Soft Synth Interface
|
||||
(DSSI) you need a program to host it (ex. rosegarden).
|
||||
|
||||
This requires dssi and liblo.
|
||||
This requires liblo and dssi.
|
||||
|
|
|
@ -3,16 +3,14 @@
|
|||
# Written by Michales Michaloudes korgie@gmail.com
|
||||
|
||||
PRGNAM=hexter
|
||||
VERSION=0.6.1
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
PRGNAM="hexter"
|
||||
VERSION="0.6.1"
|
||||
VERSION="0.6.2"
|
||||
HOMEPAGE="http://dssi.sourceforge.net/hexter.html"
|
||||
DOWNLOAD="http://garr.dl.sourceforge.net/sourceforge/dssi/hexter-0.6.1.tar.gz"
|
||||
MD5SUM="09e9fc778b46b0d6d94a793b433fda2e"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/dssi/hexter-0.6.2.tar.gz"
|
||||
MD5SUM="d4f9e7218f658423fedfba340a0f1550"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michales Michaloudes"
|
||||
EMAIL="korgie@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Niels Horn"
|
||||
|
||||
|
|
|
@ -1,10 +1,20 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
hexter: hexter (DX7 modeling DSSI plugin)
|
||||
hexter:
|
||||
hexter: hexter is a software synthesizer that models the sound generation of a
|
||||
hexter: Yamaha DX7 synthesizer. It can easily load most DX7 patch bank files,
|
||||
hexter: accept patch editing commands via MIDI sys-ex messages (ALSA systems
|
||||
hexter: only), and recreate the sound of the DX7 with greater accuracy than any
|
||||
hexter: previous open-source emulation (that the author is aware of....)
|
||||
hexter:
|
||||
hexter: only), and recreate the sound of the DX7 with greater accuracy than
|
||||
hexter: any previous open-source emulation (that the author is aware of....)
|
||||
hexter:
|
||||
hexter: hexter operates as a plugin for the Disposable Soft Synth Interface
|
||||
hexter: (DSSI).
|
||||
hexter:
|
||||
hexter:
|
||||
|
||||
|
|
Loading…
Reference in a new issue