Update to 0.1.b117
This commit is contained in:
parent
1d33dc186d
commit
456e3bca03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485714
3 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fasttracker2
|
||||
DISTVERSION= 0.1-b116
|
||||
DISTVERSION= 0.1-b117
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://16-bits.org/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1542614256
|
||||
SHA256 (ft2clone-b116-code.zip) = e4f2f87a43c20e968ba5c2a1b524c83955754fcbddecd4c0d9e7d3d0f79f0c9d
|
||||
SIZE (ft2clone-b116-code.zip) = 3476545
|
||||
TIMESTAMP = 1543012527
|
||||
SHA256 (ft2clone-b117-code.zip) = 02dcca87f6a3dabcc03bfa73682764d3e4560b7c5ba0ce145843d7c008c1120f
|
||||
SIZE (ft2clone-b117-code.zip) = 3468306
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
--- src/ft2_main.c.orig 2018-08-30 13:44:45 UTC
|
||||
--- src/ft2_main.c.orig 2018-11-23 22:42:23 UTC
|
||||
+++ src/ft2_main.c
|
||||
@@ -234,12 +234,14 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
@@ -205,13 +205,14 @@ int main(int argc, char *argv[])
|
||||
//benchmarkAudioChannelMixer(); /* for development testing */
|
||||
|
||||
/* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */
|
||||
-
|
||||
+ /*
|
||||
initMidiThread = SDL_CreateThread(initMidiFunc, "FT2 Clone MIDI Initialization Thread", NULL);
|
||||
if (initMidiThread == NULL)
|
||||
|
|
Loading…
Reference in a new issue