summaryrefslogtreecommitdiff
path: root/audio/milkytracker/patches
diff options
context:
space:
mode:
authorahoka <ahoka>2009-08-27 22:50:16 +0000
committerahoka <ahoka>2009-08-27 22:50:16 +0000
commit67af27d1c157b650df4d88cfbf07920210934b17 (patch)
treed56e0618a759dad256c9ce742cafa45b5d3ce39a /audio/milkytracker/patches
parent435ad232331273ec8edbd5aa0d40566d7e057c5b (diff)
downloadpkgsrc-67af27d1c157b650df4d88cfbf07920210934b17.tar.gz
Import milkytracker-0.90.80 as audio/milkytracker.
MilkyTracker is an open source, multi-platform music application for creating .MOD and .XM module files. It attempts to recreate the module replay and user experience of the popular DOS program Fasttracker II, with special playback modes available for improved Amiga ProTracker 2/3 compatibility. Some of it's key features are: * Fasttracker II like, custom graphical user interface with context menus * Choose between a modern and a true-to-FT2 editing scheme / keyboard layout * Tabbed user interface for opening and playing up to 32 modules simultaneously and for exchanging data between them * Playing and editing simultaneously * Live mode for seamless pattern changes * Rendering songs/patterns to disk (.WAV) or directly to sample * Powerful sample editor featuring waveform generators * In-depth instrument editor featuring envelope zooming and scaling and support for copying and swapping instruments and samples across tabs * ProTracker 2/3 playback modes for playing and editing .MOD files * Various resampler options including emulated Amiga 500/1200 sound output * Module optimizer * Over 30 imported module formats * Basic archive support for loading zipped, powerpacked and UMX modules directly
Diffstat (limited to 'audio/milkytracker/patches')
-rw-r--r--audio/milkytracker/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/milkytracker/patches/patch-aa b/audio/milkytracker/patches/patch-aa
new file mode 100644
index 00000000000..83171fd2a33
--- /dev/null
+++ b/audio/milkytracker/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/08/27 22:50:16 ahoka Exp $
+
+--- src/milkyplay/drivers/jack/AudioDriver_JACK.cpp.orig 2008-02-17 22:12:31.000000000 +0200
++++ src/milkyplay/drivers/jack/AudioDriver_JACK.cpp
+@@ -64,6 +64,7 @@ int AudioDriver_JACK::jackProcess(jack_n
+ leftBuffer[in] = audioDriver->rawStream[out++] * (1.0/32768.0);
+ rightBuffer[in] = audioDriver->rawStream[out++] * (1.0/32768.0);
+ }
++ return 0;
+ }
+
+ AudioDriver_JACK::AudioDriver_JACK() :