From owner-svn-ports-head@freebsd.org Wed Feb 12 21:20:29 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F43124384B; Wed, 12 Feb 2020 21:20:29 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48HsxT03F5z41bQ; Wed, 12 Feb 2020 21:20:29 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC1B727A75; Wed, 12 Feb 2020 21:20:28 +0000 (UTC) (envelope-from fox@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01CLKStR052438; Wed, 12 Feb 2020 21:20:28 GMT (envelope-from fox@FreeBSD.org) Received: (from fox@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01CLKSgp052436; Wed, 12 Feb 2020 21:20:28 GMT (envelope-from fox@FreeBSD.org) Message-Id: <202002122120.01CLKSgp052436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fox set sender to fox@FreeBSD.org using -f From: Santhosh Raju Date: Wed, 12 Feb 2020 21:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525970 - head/multimedia/din X-SVN-Group: ports-head X-SVN-Commit-Author: fox X-SVN-Commit-Paths: head/multimedia/din X-SVN-Commit-Revision: 525970 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2020 21:20:29 -0000 Author: fox Date: Wed Feb 12 21:20:28 2020 New Revision: 525970 URL: https://svnweb.freebsd.org/changeset/ports/525970 Log: multimedia/din: Updates to 44.0.2 Changes since 43.0.1: DIN Is Noise 44 @ Chennai, India !+! new noise generator in DIN Is Noise! + using drone UI + choose if a drone drones a pitch or makes noise + Menu > Drone Tools > Drone is Drone OR Drone is Noise + OR SHIFT + q + when a drone makes noise: + a low frequency 'drone' makes low frequency noise + a high frequency 'drone' makes high frequency noise + manipulate drones ie move, modulate, launch, orbit to manipulate noises! + choose Menu > Editors > Noise Interpolator to + edit the noise sample interpolator curve + use drone pendulum's parameters to turn rows and/or columns of a drone mesh into drone pendulums! :) + works best when you make all drones of the mesh at the same time + so set In seconds to 0 + and make drones in: + ascending or descending rows + ascending or descending columns + apply to AM BPM and/or FM BPM to turn rows and/or columns of drone mesh as drone pendulums! + flip button to flip start/end bpm of drones in drone pendulum + harmonic bookmarks on Sine Mixer + click on + to bookmark selected harmonics + click on - to delete selected bookmarks + click on x to delete all bookmarks + click bookmark to select harmonics linked to it + SHIFT click to select more bookmarks + DIN switches menu to: + Drone Params when drones selected + Voice when Voice is enabled + Ranges when a range is selected + new microtonal keyboard shortcuts: + SHIFT + f selects range under cursor + CTRL + f to switch between change note to note and change note by octave + CTRL + v to change both notes (to another note or by octave) of current range + CTRL + g to change left note (to another note or by octave) of current range + CTRL + h to change right note (to another note or by octave) of current range + SHIFT + b to change height of current range + CTRL + b to change height of entire microtonal keyboard + rearranged menu items on Drone Params + brought drone AM depth and FM depth together + brought drone AM BPM and FM BPM together + moved Rotate and Scale drones to Drone Params tab from Drone Tools tab + new ~ checkbutton on all spinners to toggle random increment + click > on spinner to edit random increment + in field after ~ label + default is -100% to 100% of steady increment ie value in +- field + press ESC to abort active octave shift on current instrument + press g to toggle draw cursor guide on curve editors + useful for aligning curve components + activate with keyboard shortcut only, may appear on menu in future * improved turn and speed ball operator on Mondrian + using new noise / random algorithm! * improved bezier curve generation * improved expression evaluation in numeric fields * improved warper default curves * improved waveforms library ! fixed bug: DIN may crash when deleting a vertex of curve that has point modulation ! ! fixed bug: make absolute values of a binaural pair available for editing when selection changed from multiple pairs to one pair. ! ! fixed bug: num pad + and - to change slit size on Mondrian ! ! fixed bug: non decaying notes when ball volume < 0 on Mondrian ! ! fixed bug: in display of Selected Range number on Microtonal Keyboard! ! fixed bug: reposition drones when left note of first range, right note of last range changed ! ! fixed bug: in 2600 patch ! ! fixed typo: paris instead of pairs in binaural drones instrument ! Modified: head/multimedia/din/Makefile head/multimedia/din/distinfo head/multimedia/din/pkg-plist Modified: head/multimedia/din/Makefile ============================================================================== --- head/multimedia/din/Makefile Wed Feb 12 20:57:19 2020 (r525969) +++ head/multimedia/din/Makefile Wed Feb 12 21:20:28 2020 (r525970) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= din -PORTVERSION= 43.0.1 -PORTREVISION= 1 +PORTVERSION= 44.0.2 CATEGORIES= multimedia MASTER_SITES= https://archive.org/download/dinisnoise_source_code/ Modified: head/multimedia/din/distinfo ============================================================================== --- head/multimedia/din/distinfo Wed Feb 12 20:57:19 2020 (r525969) +++ head/multimedia/din/distinfo Wed Feb 12 21:20:28 2020 (r525970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573038585 -SHA256 (din-43.0.1.tar.gz) = 8fec11d56dbfaa62db36289c5ef87968ccb262ee6eca735ecee1c83353d88c50 -SIZE (din-43.0.1.tar.gz) = 3644254 +TIMESTAMP = 1581505611 +SHA256 (din-44.0.2.tar.gz) = aa51abfbb4d1ae119314e9becea44e6e49820405c90c6d521c7ddff3383f7c43 +SIZE (din-44.0.2.tar.gz) = 3652445 Modified: head/multimedia/din/pkg-plist ============================================================================== --- head/multimedia/din/pkg-plist Wed Feb 12 20:57:19 2020 (r525969) +++ head/multimedia/din/pkg-plist Wed Feb 12 21:20:28 2020 (r525970) @@ -391,6 +391,8 @@ share/applications/din.desktop %%DATADIR%%/factory/morph_target.crv %%DATADIR%%/factory/morse-code.ed %%DATADIR%%/factory/morse-code.help.tcl +%%DATADIR%%/factory/noiser.crv +%%DATADIR%%/factory/noiser.ed %%DATADIR%%/factory/notation.help.tcl %%DATADIR%%/factory/note-distance.help.tcl %%DATADIR%%/factory/num-octaves.help.tcl @@ -467,7 +469,6 @@ share/applications/din.desktop %%DATADIR%%/factory/spiraler_sin.ed %%DATADIR%%/factory/start-end.help.tcl %%DATADIR%%/factory/start-end.patch.tcl -%%DATADIR%%/factory/swav.crv %%DATADIR%%/factory/tuning.help.tcl %%DATADIR%%/factory/velocity.crv %%DATADIR%%/factory/velocity.ed