Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 13:09:09 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547539 - head/audio/din
Message-ID:  <202009041309.084D99aX004325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fox
Date: Fri Sep  4 13:09:09 2020
New Revision: 547539
URL: https://svnweb.freebsd.org/changeset/ports/547539

Log:
  audio/din: Updates to 48
  
  Changes since 47.1:
  
  DIN Is Noise 48:
  
    /*  create drone pendulum based on number of drones instead of spacing
  
    /* convert selected pitched drones to noising drones and vice-versa.
      + CTRL + . to convert selected pitched drones to noising drones
        or Menu >> Drone Tools >> Drone > Noise
      + CTRL + , to convert selected noising drones to pitched drones
        or Menu >> Drone Tools >> Noise > Drone
  
    /* mute and unmute selected drones
      + SHIFT + , to mute selected drones or Menu > Drone tools > Mute
      + SHIFT + . to unmute selected drones or Menu > Drone tools > Unmute
  
    /* Zero and Reset gravity from Gravity widget
  
    /* Zero velocity of drones
  
    /* Start and End angles for geometry > sound plugins on curve editor
      + ie., Circler, Rose_Milker and Lissajous
        + you can now turn a part - an arc - of rose and lissajous curves into waveforms/envelopes/modulators!
      + Phase for Spiraler
        + End angle found from Turns
  
    /* Start, End points in Countries plugin on curve editors
  
      + turn 'arc' of a 'country polygon' into waveform/envelope/modulator
  
    /* set Phase of each harmonic in Sine_Mixer
  
      + press g to toggle between harmonics and phase 'levels'
      + Phase levels is blue
        + goes from 0 deg (bottom) to 360 deg (top)
  
    /* press f to toggle paint harmonics (or phase) in Sine_Mixer
  
    /* overlay last screen (instrument or editor) on curve editor
  
    /* !EXPERIMENTAL! mouse slider increment scaling
  
      When using mouse slider:
  
        press , to set increment to 1/N of original increment
        press . to set increment to Nx of original increment
        press 1,2,3...9 sets N = 1,2,3...9
        press 0 to set N = 10
        default N = 10
  
    /* if selected drones exist, set initial menu tab to Drone Params on microtonal keyboard
  
    * ` to flip to last screen
        * flip between editors
        * flip between instruments
  
    * improved curve editor
      * curve samples display, curve component picker, cursor display
  
    * improved auto splitting 'box that has a ball' in Mondrian
      * results in better trapping of ball(s) in box(es) :)
  
    ! fixed dont warp mouse when mouse slider activation aborted !
    ! fixed add/remove gravity widget on menu toggle !
    ! fixed load/save of launched drones !
    ! fixed reset velocity & gravity !
    ! fixed crash when clearing all harmonic bookmarks and moving sine mixer !
    ! fixed name of radius curve in spiraler plugin !
    ! fixed drones per minute as float instead of int !
    ! removed release location from the title bar as COVID-19 has grounded me in Chennai, India :( !

Modified:
  head/audio/din/Makefile
  head/audio/din/distinfo
  head/audio/din/pkg-plist

Modified: head/audio/din/Makefile
==============================================================================
--- head/audio/din/Makefile	Fri Sep  4 12:44:57 2020	(r547538)
+++ head/audio/din/Makefile	Fri Sep  4 13:09:09 2020	(r547539)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	din
-PORTVERSION=	47.1
+PORTVERSION=	48
 CATEGORIES=	audio
 MASTER_SITES=	https://archive.org/download/dinisnoise_source_code/
 

Modified: head/audio/din/distinfo
==============================================================================
--- head/audio/din/distinfo	Fri Sep  4 12:44:57 2020	(r547538)
+++ head/audio/din/distinfo	Fri Sep  4 13:09:09 2020	(r547539)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591714448
-SHA256 (din-47.1.tar.gz) = e58f615ac3d9597079ff5615979b04fca4e20eb48db2e2bec0eb5361a5136b29
-SIZE (din-47.1.tar.gz) = 3667502
+TIMESTAMP = 1599192311
+SHA256 (din-48.tar.gz) = 836c2e9fb5ff840b73d3af6e099783d8b5043d5a9954fc7830a24dd20c4584c8
+SIZE (din-48.tar.gz) = 3673917

Modified: head/audio/din/pkg-plist
==============================================================================
--- head/audio/din/pkg-plist	Fri Sep  4 12:44:57 2020	(r547538)
+++ head/audio/din/pkg-plist	Fri Sep  4 13:09:09 2020	(r547539)
@@ -294,6 +294,7 @@ share/applications/din.desktop
 %%DATADIR%%/factory/d_countries
 %%DATADIR%%/factory/d_curve_picker
 %%DATADIR%%/factory/d_dotter
+%%DATADIR%%/factory/d_dpeu
 %%DATADIR%%/factory/d_fft
 %%DATADIR%%/factory/d_fractaliser
 %%DATADIR%%/factory/d_lissajous
@@ -320,9 +321,12 @@ share/applications/din.desktop
 %%DATADIR%%/factory/din.osc
 %%DATADIR%%/factory/din_info
 %%DATADIR%%/factory/dot.crv
+%%DATADIR%%/factory/dp_bpm.crv
+%%DATADIR%%/factory/dp_depth.crv
 %%DATADIR%%/factory/drone-mod-am.crv
 %%DATADIR%%/factory/drone-mod-fm.crv
 %%DATADIR%%/factory/drone-modulation.ed
+%%DATADIR%%/factory/drone-pend.ed
 %%DATADIR%%/factory/drone.crv
 %%DATADIR%%/factory/drone.ed
 %%DATADIR%%/factory/droner.help.tcl
@@ -351,6 +355,7 @@ share/applications/din.desktop
 %%DATADIR%%/factory/get-style.help.tcl
 %%DATADIR%%/factory/get-var.help.tcl
 %%DATADIR%%/factory/globals
+%%DATADIR%%/factory/harmonics
 %%DATADIR%%/factory/harmonics.help.tcl
 %%DATADIR%%/factory/harmonics.patch.tcl
 %%DATADIR%%/factory/help.tcl
@@ -410,6 +415,7 @@ share/applications/din.desktop
 %%DATADIR%%/factory/p_Spiraler
 %%DATADIR%%/factory/p_Starrer
 %%DATADIR%%/factory/p_Superformula
+%%DATADIR%%/factory/phases
 %%DATADIR%%/factory/pitch-vol.ed
 %%DATADIR%%/factory/pitch.crv
 %%DATADIR%%/factory/point-modulation.ed
@@ -455,7 +461,6 @@ share/applications/din.desktop
 %%DATADIR%%/factory/settings.tcl
 %%DATADIR%%/factory/setup-user-dir.tcl
 %%DATADIR%%/factory/sin.lib
-%%DATADIR%%/factory/sine_levels
 %%DATADIR%%/factory/sine_mixer_sin.crv
 %%DATADIR%%/factory/sine_mixer_sin.ed
 %%DATADIR%%/factory/sounding-board.osc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009041309.084D99aX004325>