Update midipp to 2.0.4
- Added support for MPE. - Added support for multiple presets. - Fixed some bugs. Approved by: pi (implicit)
This commit is contained in:
parent
f3ab846df1
commit
8bb5a5d261
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532001
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= midipp
|
||||
PORTVERSION= 2.0.3
|
||||
PORTVERSION= 2.0.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
http://home.selasky.org/distfiles/
|
||||
@ -12,7 +12,7 @@ COMMENT= MIDI playback, recording, and live performance tool
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BUILD_DEPENDS= libumidi>=2.1.0:audio/libumidi
|
||||
BUILD_DEPENDS= libumidi>=2.1.1:audio/libumidi
|
||||
LIB_DEPENDS= libumidi20.so:audio/libumidi
|
||||
|
||||
USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1576748590
|
||||
SHA256 (midipp-2.0.3.tar.bz2) = 36d690909f95439964eef2c6b2a8c96d63b062fa9a76ee4b2f87f8466cf6d6f1
|
||||
SIZE (midipp-2.0.3.tar.bz2) = 120413
|
||||
TIMESTAMP = 1587196350
|
||||
SHA256 (midipp-2.0.4.tar.bz2) = 38d5f53f29b6b6d45ec81aabc55e80176ba0b4a82ac6178123f5a7f972b754db
|
||||
SIZE (midipp-2.0.4.tar.bz2) = 121528
|
||||
|
@ -3,6 +3,7 @@ with your fingertips. List of supported features:
|
||||
|
||||
- Raw MIDI.
|
||||
- Jack MIDI.
|
||||
- MPE support.
|
||||
- Import from lyrics sites (chorded lyrics)
|
||||
- Import from GuitarPro v3 and v4 format.
|
||||
- Import from MusicXML format.
|
||||
|
Loading…
Reference in New Issue
Block a user