1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Mark Linimon
10eb4670d2 This port needs a C11-compatible compiler to build, so add USES=compiler:c11
to fix build on GCC-based architectures.

PR:		235734
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-02-24 21:53:53 +00:00
Mark Linimon
8fdf61abd1 These ports are not quite ready for the tier-2 archs yet.
These are probably trivial fixes, if someone has the time and interest
to pursue them.  I'm definitely short of time ATM.

Approved by:	portmgr (tier-2 blanket)
2018-06-03 14:08:05 +00:00
Yuri Victorovich
a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00
Richard Gallamore
0e305cf798 This line is redundant with cmake.
PR:		221325
Reported by:	mat
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12026
2017-08-17 20:37:09 +00:00
Richard Gallamore
4042b38712 Several LV2 plugin bundled together:
* Beatbox Creates MIDI events based on LV2 time position events,
e.g. to drive a drum machine. Bars and beats can be
disabled/enabled separately.
* Cargoship Record/Playback of arbitrary LV2 atoms to/from disk.
Record all incoming atom messages with sample accuracy and play
them back later from disk. Stored atom event data is part of the
plugin state and is preserved across instantiations.
* Click Synthesizes click tracks based on LV2 time position events
(bars and beats). Bars and beats can be disabled/enabled separately.
* Looper Loops arbitrary LV2 atom events on a ping-pong buffer. E.g.
loops MIDI, OSC or anything else that can be packed into LV2 atoms
with sample accuracy. Needs to be driven by LV2 time position events.
* Pacemaker Creates LV2 time position events from scratch to drive
other plugins.
* Quantum Quantizes incoming events to whole beats.
* Subspace Subdivide or multiply incoming time signals by whole
fractions, e.g. to speed up time x2, x3, ... or slow it down to x1/2,
x1/3, ...

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

PR:		221325
Submitted by:	Yuri Victorovich (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12026
2017-08-15 00:13:32 +00:00