pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/din



Module Name:    pkgsrc
Committed By:   fox
Date:           Mon Jul 12 14:58:35 UTC 2021

Modified Files:
        pkgsrc/audio/din: Makefile PLIST distinfo
        pkgsrc/audio/din/patches: patch-src_Makefile.am

Log Message:
audio/din: Updates to 51.1

Changes since 50.2:

DIN Is Noise 51.1:
  * improved DIN font *
  ! fixed drone arrow defaults save/load !

DIN Is Noise 51:

   + drone is anchored or launched on creation
      anchored means stays fixed at the place of creation
      launched means 'flies' off based on its velocity and gravity
        try with Menu > Drone Tools > Add / Wand
      set at Menu > Drone Params > Defaults

  + set velocity +/ acceleration vectors of drones to presets via Menu > Drone Params > Motion > Set velocity/acceleration
    + presets are +ve or -ve vertical, horizontal, velocity, acceleration and zero

  + auto flip (clock < > anti-clock) auto rotating velocity/acceleration vectors every some degrees
    + via Menu > Drone Params > Auto flip > Set / Unset / Toggle
    + default 'every some degrees' is 90 degrees

  + gravity
    + presets for gravity vector
       0, left, right, up and down
    + gravity tracks mouse position
      + click Gravity > Mouse
    + gravity tracks the first among selected drones
      + click Gravity > Drone
        ! as drone selection changes, gravity may track a different drone !
      - removed Menu Drone Params > Track gravity

  + mesh polygon filling per drone color

  * color of a launched drone is same as color of the launcher
    * try changing color of the launcher as drones are launched

  * changed color of velocity/acceleration vectors to move away from green (used for selection) and red (used for errors)
    * cyan = color of velocity vector of all drones
    * (reddish) magenta = color of acceleration vector of all drones

  * changed arrow visualisation of velocity +/ acceleration vector of all drones
    * Head
      * edit the position of the arrow tip
        * can go 'above' the vector tip ie > 1.0
        * can go 'below' the drone location ie < 0.0
        * can be on the body ie 0 <= tip <= 1.0
    * Shoulder Position
      * edit position of the arrow's shoulder tips
    * Shoulder Width
      * edit width of the arrow's shoulder
    + Cap or Decap the arrow

  + set default arrow head, shoulder position and width, cap from Menu > Drone Params > Defaults
    + used when adding & wanding drones
    + change existing drone's velocity/acceleration vector arrow params via Menu > Drone Params > Visual

  + improved geometric chuck
    + on a chuck with N drones, the first N - 1 drones have trail set to 0
      + the last drone has trail set to 10000
    + toggle auto reset trails
      + Menu > Drone Params > Chuck > Auto reset trails
    + 2 changes above aid visualisation and experimentation instead of manual trail
      resize/reset every time after changing a chuck param
    + toggle chuck outline
      + click Menu > Drone Params > Chuck > Draw chuck outline
      + aids screenshotting
    + chuck outline drawn per drone color

  * default scale/rotate drones center to microtonal keyboard center

  * default selected range to C Eb

  + mouse wheel on microtonal keyboard to scroll along horizontal
    + press SHIFT and scroll to scroll along vertical

  * short form of echo command is .

  * improved bpm handling of drone pendulums and meshes

  * improved drone trail handling/display

  * close menu after setting modulation direction

  ! fixed bug in zoom of curve editor when mouse slider is active !
  ! fixed draw crosshairs on drone mesh preview !


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/din/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/din/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/din/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/din/patches/patch-src_Makefile.am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/din/Makefile
diff -u pkgsrc/audio/din/Makefile:1.30 pkgsrc/audio/din/Makefile:1.31
--- pkgsrc/audio/din/Makefile:1.30      Wed Apr 21 13:24:21 2021
+++ pkgsrc/audio/din/Makefile   Mon Jul 12 14:58:35 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/04/21 13:24:21 adam Exp $
+# $NetBSD: Makefile,v 1.31 2021/07/12 14:58:35 fox Exp $
 
-DISTNAME=      din-50.2
-PKGREVISION=   1
+DISTNAME=      din-51.1
 CATEGORIES=    audio
 MASTER_SITES=  https://archive.org/download/dinisnoise_source_code/
 

Index: pkgsrc/audio/din/PLIST
diff -u pkgsrc/audio/din/PLIST:1.7 pkgsrc/audio/din/PLIST:1.8
--- pkgsrc/audio/din/PLIST:1.7  Fri Sep  4 13:02:57 2020
+++ pkgsrc/audio/din/PLIST      Mon Jul 12 14:58:35 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/09/04 13:02:57 fox Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/07/12 14:58:35 fox Exp $
 bin/din
 share/applications/din.desktop
 share/din/factory/2600
@@ -332,6 +332,7 @@ share/din/factory/drone.crv
 share/din/factory/drone.ed
 share/din/factory/droner.help.tcl
 share/din/factory/droner.patch.tcl
+share/din/factory/dummy.crv
 share/din/factory/echo.help.tcl
 share/din/factory/equal-temperament.tuning
 share/din/factory/fader.crv
@@ -465,6 +466,7 @@ share/din/factory/sin.lib
 share/din/factory/sine_mixer_sin.crv
 share/din/factory/sine_mixer_sin.ed
 share/din/factory/sounding-board.osc
+share/din/factory/spinners
 share/din/factory/spiraler.scr
 share/din/factory/spiraler_cos.crv
 share/din/factory/spiraler_cos.ed

Index: pkgsrc/audio/din/distinfo
diff -u pkgsrc/audio/din/distinfo:1.20 pkgsrc/audio/din/distinfo:1.21
--- pkgsrc/audio/din/distinfo:1.20      Sun Apr 18 11:26:01 2021
+++ pkgsrc/audio/din/distinfo   Mon Jul 12 14:58:35 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2021/04/18 11:26:01 fox Exp $
+$NetBSD: distinfo,v 1.21 2021/07/12 14:58:35 fox Exp $
 
-SHA1 (din-50.2.tar.gz) = e70d4433ea17cdc6934cebfbdefa2cdf1281d920
-RMD160 (din-50.2.tar.gz) = 992439d0de8c5ee9955a9d773b75beec9693f046
-SHA512 (din-50.2.tar.gz) = 4d60f26434559259b778181f2b46e2689af94179fc254b61e1ea623cafa49030736b69effd82fb2f62b8e908883cf272147dde884487c9a7beed9c26cf0a7498
-Size (din-50.2.tar.gz) = 3687036 bytes
-SHA1 (patch-src_Makefile.am) = f9b6974e1624bc0c4922c6f2e717488e618bce93
+SHA1 (din-51.1.tar.gz) = 84f63c796750801dca478300f3a7737ae1ae8d85
+RMD160 (din-51.1.tar.gz) = 5f7edf9b7d2bcb669ea8b90f1e3f509581494e16
+SHA512 (din-51.1.tar.gz) = 88b6cf03c89b6f88d92cf9c30a54495df81474e6b3052a70ef25fc1cd4549bacf70e1747ff36f9c22c613a2b147b1d8b997cfa67458aa8e72acb00ecfbeae2d8
+Size (din-51.1.tar.gz) = 3700738 bytes
+SHA1 (patch-src_Makefile.am) = 42f2f712db4092bc89793f4db6dda915a708ee20
 SHA1 (patch-src_Makefile.in) = e4f93496379202ac25ae1909351fea6532989078

Index: pkgsrc/audio/din/patches/patch-src_Makefile.am
diff -u pkgsrc/audio/din/patches/patch-src_Makefile.am:1.10 pkgsrc/audio/din/patches/patch-src_Makefile.am:1.11
--- pkgsrc/audio/din/patches/patch-src_Makefile.am:1.10 Sun Apr 18 11:26:01 2021
+++ pkgsrc/audio/din/patches/patch-src_Makefile.am      Mon Jul 12 14:58:35 2021
@@ -1,17 +1,17 @@
-$NetBSD: patch-src_Makefile.am,v 1.10 2021/04/18 11:26:01 fox Exp $
+$NetBSD: patch-src_Makefile.am,v 1.11 2021/07/12 14:58:35 fox Exp $
 
 Removed tcl8.6, asound and jack flags, this is now handled in the pkgsrc
 script.
 
---- src/Makefile.am.orig       2021-04-09 09:34:53.000000000 +0000
+--- src/Makefile.am.orig       2021-07-12 01:15:59.000000000 +0000
 +++ src/Makefile.am
 @@ -1,7 +1,7 @@
  #dinincludedir = $(pkgsrcdir)
  
--AM_CXXFLAGS = -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\" 
+-AM_CXXFLAGS = -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\"
 -LIBS +=  -ltcl8.6 -lSDL -lGL -lpthread -lasound
-+AM_CXXFLAGS = -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\" 
++AM_CXXFLAGS = -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\"
 +LIBS +=  -lSDL -lGL -lpthread -lasound
  
  bin_PROGRAMS = din
- din_SOURCES = alarm.cc arrow_button.cc audio.cc authors_note.cc ball.cc ball_ops.cc basic_editor.cc beat2value.cc binaural_drone.cc binaural_drones.cc bit_display.cc box_selector.cc button.cc 
capturer.cc checkbutton.cc chrono.cc circler.cc command.cc compressor.cc console.cc console_iterator.cc countries.cc cross_button.cc curve.cc curve_display.cc curve_editor.cc curve_library.cc 
curve_mixer.cc curve_picker.cc curve_samples.cc custom_periodic.cc delay.cc din.cc din_info.cc drone.cc eval.cc fader.cc fft.cc field.cc filled_button.cc font.cc font_editor.cc fractaliser.cc 
globals.cc glyph.cc gravity.cc hit.cc help.cc item_list.cc keyboard_keyboard.cc label.cc levels.cc line.cc lissajous.cc listeners.cc main.cc menu.cc mesh.cc midi_in.cc minus_button.cc mocap.cc 
modulator.cc mondrian.cc morpher.cc morse_code.cc mouse_slider.cc multi_curve.cc note.cc noiser.cc number.cc oscilloscope.cc phrasor.cc play.cc plugin.cc plugin_browser.cc plus_button.cc 
point_modulator.cc range.cc recorder.cc 
 rect.cc rose_milker.cc scale_info.cc scale_notes.cc scalelist.cc separator.cc settings.cc sine_mixer.cc slit.cc solver.cc spiraler.cc starrer.cc superformula.cc tap_bpm.cc tcl_interp.cc textboard.cc 
tokenizer.cc trail.cc triggered_note.cc ui.cc ui_sin_cos_radius.cc viewwin.cc warper.cc widget.cc kiss_fft.c RtAudio.cpp RtMidi.cpp
+ din_SOURCES = alarm.cc arrow_button.cc audio.cc authors_note.cc ball.cc ball_ops.cc basic_editor.cc beat2value.cc binaural_drone.cc binaural_drones.cc bit_display.cc box_selector.cc button.cc 
capturer.cc checkbutton.cc chrono.cc circler.cc command.cc compressor.cc console.cc console_iterator.cc countries.cc cross_button.cc curve.cc curve_display.cc curve_editor.cc curve_library.cc 
curve_mixer.cc curve_picker.cc curve_samples.cc custom_periodic.cc delay.cc din.cc din_info.cc drawrrow.cc drone.cc eval.cc fader.cc fft.cc field.cc filled_button.cc font.cc font_editor.cc 
fractaliser.cc globals.cc glyph.cc gravity.cc hit.cc help.cc item_list.cc keyboard_keyboard.cc label.cc levels.cc line.cc lissajous.cc listeners.cc main.cc menu.cc mesh.cc midi_in.cc minus_button.cc 
mocap.cc modulator.cc mondrian.cc morpher.cc morse_code.cc mouse_slider.cc multi_curve.cc note.cc noiser.cc number.cc oscilloscope.cc phrasor.cc play.cc plugin.cc plugin_browser.cc plus_button.cc 
point_modulator.cc range.cc 
 recorder.cc rect.cc rose_milker.cc scale_info.cc scale_notes.cc scalelist.cc separator.cc settings.cc sine_mixer.cc slit.cc solver.cc spiraler.cc starrer.cc superformula.cc tap_bpm.cc tcl_interp.cc 
textboard.cc tokenizer.cc trail.cc triggered_note.cc ui.cc ui_sin_cos_radius.cc viewwin.cc warper.cc widget.cc kiss_fft.c RtAudio.cpp RtMidi.cpp



Home | Main Index | Thread Index | Old Index