head 1.3; access; symbols pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2020.11.23.10.58.54; author nia; state dead; branches; next 1.2; commitid DGRJ8nrNpRBp70xC; 1.2 date 2020.10.19.18.13.49; author nia; state Exp; branches; next 1.1; commitid mvIGxHAS1zlKExsC; 1.1 date 2020.04.11.10.56.54; author nia; state Exp; branches; next ; commitid 9g1y1xdHxrsEnX3C; desc @@ 1.3 log @amsynth: Update to 1.12.2 amsynth 1.12.2 -- 2020-11-20 - Fixed a regression in 1.12.0 that broke ALSA MIDI amsynth 1.12.1 -- 2020-11-14 - Fixed LV2 manifest format error amsynth 1.12.0 -- 2020-11-08 - Improved HiDPI autodetection and added --force-device-scale-factor command line option - Presets are now available to be loaded in VST hosts using the generic GUI (e.g. REAPER) - Fixed a bug that caused MIDI channel and polyphony settings from the command line or configuration file to be ignored. - Fixed a bug that caused MIDI channel setting to be ignored when sending MIDI over JACK - Fixed a MIDI parsing bug in the VST plugin that caused stuck notes in REAPER - Fixed a crash when compiled with LASH support but without a LASH server running @ text @$NetBSD: patch-configure,v 1.2 2020/10/19 18:13:49 nia Exp $ Shell portability. --- configure.orig 2020-09-20 09:09:52.000000000 +0000 +++ configure @@@@ -17612,7 +17612,7 @@@@ $as_echo "#define WITH_NSM /**/" >>confd with_nsm="yes" fi fi - if test "x$with_nsm" == "xyes"; then + if test "x$with_nsm" = "xyes"; then BUILD_NSM_TRUE= BUILD_NSM_FALSE='#' else @@@@ -17784,7 +17784,7 @@@@ else BUILD_DSSI_FALSE= fi - if test "x$with_dssi_gui" == "xyes"; then + if test "x$with_dssi_gui" = "xyes"; then BUILD_DSSI_GUI_TRUE= BUILD_DSSI_GUI_FALSE='#' else @ 1.2 log @amsynth: Update to 1.11.0 - Added mouse wheel support for controls - Implemented UI upscaling for background and controls on HiDPI displays - Fixed a regression in 1.10.0 that changed the sound of patches using ring modulation - Fixed LV2 lint error caused by missing minorVersion and microVersion - Removed dependency on oscpack for Non Session Manager support @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @audio: Add amsynth. amsynth is an easy-to-use software synth with a classic subtractive synthesizer topology. - Dual oscillators (sine / saw / square / noise) with hard sync - 12/24 dB/oct resonant filter (low-pass / high-pass / band-pass / notch) - Mono / poly / legato keyboard modes - Dual ADSR envelope generators (filter & amplitude) - LFO which can modulate the oscillators, filter, and amplitude - Distortion and reverb @ text @d5 1 a5 1 --- configure.orig 2019-04-13 06:36:47.000000000 +0000 d7 3 a9 1 @@@@ -16933,7 +16933,7 @@@@ fi a10 2 d16 1 a16 1 @@@@ -17522,7 +17522,7 @@@@ else @