notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/din/distinfo
SVNWeb

Number of commits found: 16

Tue, 12 Sep 2023
[ 06:11 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:fcb05a89302584251e66fc97512b092684149b78  commit hash:fcb05a89302584251e66fc97512b092684149b78  commit hash:fcb05a89302584251e66fc97512b092684149b78  fcb05a8 
audio/din: Update to 57

Changes since 56:

DIN Is Noise 57:

	:( fixed crash if Scale notes label on Settings page was clicked :)
  :( fixed reset of note polygon radius in Mondrian :)
  :( fixed lingering close button when switching ui screens using keyboard short
cuts :)

  /*
      auto pause can now pause auto rotation or pause auto flip
      direction of rotation of launched drones

        set at Auto pause section in Menu > Drone Params > Defaults
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 4 Feb 2023
[ 16:13 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:998bdce416ab3f507c62dd4553ea27da840b120b  commit hash:998bdce416ab3f507c62dd4553ea27da840b120b  commit hash:998bdce416ab3f507c62dd4553ea27da840b120b  998bdce 
audio/din: Update to 56

Changes since 55:

DIN Is Noise 56:

  /*
    new drone movements: rail and strafe

      rail moves a drone along its velocity vector
      strafe moves a drone lateral (perpendicular) to the velocity vector

        access rail and strafe using Drone Tools > Move / Rail / Strafe option
list
          click on the option to activate
          then just move mouse up or down to rail or strafe
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 1 Oct 2022
[ 10:03 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:270d32558409af5d445b63ff185a99b784927f8b  commit hash:270d32558409af5d445b63ff185a99b784927f8b  commit hash:270d32558409af5d445b63ff185a99b784927f8b  270d325 
audio/din: Update to 55

Changes since 54:

DIN Is Noise 55:
  /*
      an overhaul of Gravity

      as before, you can click and move the base or
      the tip of the gravity arrow to adjust its position,
      direction and strength.

      to (auto) animate the gravity arrow:

        assign a drone to base of gravity
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 7 May 2022
[ 11:43 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:ee7ed73914803f95cb36047c23ef6ad4832530c3  commit hash:ee7ed73914803f95cb36047c23ef6ad4832530c3  commit hash:ee7ed73914803f95cb36047c23ef6ad4832530c3  ee7ed73 
audio/din: Update to 54

Changes since 53.1:

DIN Is Noise 54:

  NEW in DIN54:

  /*
    Drones Per Launch and Launches Per Minute for drone launchers
      Until DIN53.1 you could launch only 1 drone per launch.
      In DIN54, you can launch a bunch of drones every launch with
      launches per minute.

      Change drones per launch / launches per minute of an existing
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 26 Feb 2022
[ 06:58 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:77dd4df68a4fe0eae8ad0326160c12e527340bb0  commit hash:77dd4df68a4fe0eae8ad0326160c12e527340bb0  commit hash:77dd4df68a4fe0eae8ad0326160c12e527340bb0  77dd4df 
audio/din: Update to 53.1

Changes since 53:

DIN Is Noise 53.1:
  ! fixed : runaway launch of drones when Drone Params > Defaults > Generations
            is > 1 (higher the value worse the outcome!) and Drones Per Minute =
0
            due to wrong initialisation of this drone parameter after DIN
restart /
            reload

  Update ASAP to DIN53.1
Sat, 12 Feb 2022
[ 06:33 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:4df33816e68ff891c0c30d40a3c6eb3f5ca60acd  commit hash:4df33816e68ff891c0c30d40a3c6eb3f5ca60acd  commit hash:4df33816e68ff891c0c30d40a3c6eb3f5ca60acd  4df3381 
audio/din: Update to 53

Changes since 52:

DIN Is Noise 53:

  /*  new in DIN53:

        launched drones launch drones that launch drones that launch drones....!

          use Drone Params > Defaults > Generations to set the number of times
this can happen

            if Generations = 1,  A drone launcher launches drones (@ a Drones
Per Minute)
            that die at the end of their lifetimes. This is default and the only
behaviour until DIN 52.
            if Generations = 2, A drone launcher launches drones that launch
drones.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 12 Dec 2021
[ 23:44 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:9638c2b537873b8e21c1baae0985659cd22f38b1  commit hash:9638c2b537873b8e21c1baae0985659cd22f38b1  commit hash:9638c2b537873b8e21c1baae0985659cd22f38b1  9638c2b 
audio/din: Update to 52

Changes since 51.1.1:

DIN Is Noise 52:

  \ walked back some changes introduced in DIN 51
    \ the drone tracked by gravity does not change when the selection changes
  \ renamed drone arrow parameter called Head to Neck

  /* new gravity size modulation for DIN 52

      change the size (aka strength/magnitude) of gravity vector over bpm:
        on the gravity widget, turn on Modulate
          bpm = speed of gravity size modulation
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 21 Aug 2021
[ 21:41 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:29d50446f541f2679c80aa3532ea9c750c7b879e  commit hash:29d50446f541f2679c80aa3532ea9c750c7b879e  commit hash:29d50446f541f2679c80aa3532ea9c750c7b879e  29d5044 
audio/din: Updates to 51.1.1

Changes since 51.1:

DIN Is Noise 51.1.1:
  ! fixed build failures due to inconsistent variable type declaration !
Wed, 14 Jul 2021
[ 03:01 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:910486d2112b3af32019415d09bc86156cb8a52b  commit hash:910486d2112b3af32019415d09bc86156cb8a52b  commit hash:910486d2112b3af32019415d09bc86156cb8a52b  910486d 
audio/din: Update distinfo due to upstream change.

- Also include the patches to fix the build.
Mon, 12 Jul 2021
[ 15:07 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:59eda6f8c9758a1820579bdb1f1a5dd2a9dd0aec  commit hash:59eda6f8c9758a1820579bdb1f1a5dd2a9dd0aec  commit hash:59eda6f8c9758a1820579bdb1f1a5dd2a9dd0aec  59eda6f 
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 18 Apr 2021
[ 11:30 Santhosh Raju (fox) search for other commits by this committer ]    commit hash:ca0a5a674c48fd66cc6f72fb467ef183f727bb18  commit hash:ca0a5a674c48fd66cc6f72fb467ef183f727bb18  commit hash:ca0a5a674c48fd66cc6f72fb467ef183f727bb18  ca0a5a6 
audio/din: Updates to 50.2

Changes since 50.1:

DIN Is Noise 50.2 :
  :( fixed bug in drone modulation editor introduced in DIN 50 :)
Tue, 30 Mar 2021
[ 00:12 fox search for other commits by this committer ] Original commit   Revision:569527
audio/din: Updates to 50.1

Changes since 50:

DIN Is Noise 50.1 :

  :( fixed wrong Velocity and Acceleration directions on Auto Rotate :)
  * improved item list handling
Fri, 12 Mar 2021
[ 21:47 fox search for other commits by this committer ] Original commit   Revision:568204
audio/din: Updates to 50

Changes since 49.1:

DIN Is Noise 50:

  /* Wand drones into existense using Drone Tools > Wand

    /* tool toggles between Add and Wand modes

    /* In Add mode (the only mode until DIN49.1), you add a new drone by
       left clicking on the microtonal keyboard. You click and drag to
       'spray' new drones.

    /* In Wand mode (new in DIN 50), you simply wave the mouse to add drones on
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 15 Nov 2020
[ 23:44 fox search for other commits by this committer ] Original commit   Revision:555438
audio/din: Updates to 49.1

Changes since 49:

DIN Is Noise 49.1:

  ! fixed : crash from 'delays' editor when menu toggled and plugin browser fold
toggled !
  /* multiple channel MIDI support
Thu, 12 Nov 2020
[ 12:27 fox search for other commits by this committer ] Original commit   Revision:554955
audio/din: Updates to 49

Changes since 48:

DIN Is Noise 49:

  /* position (instead of modulation until DIN48) affects velocity vector of
drones

  /* Set center for rotation and scaling of drones:

    Menu > Drone Tools > Auto Center uses average center of selected drones
    Choose Menu > Drone Tools > Set to mouse and Click on it to set center to
    point under mouse cursor. Click to stop.
      You can also click and just move the magenta cross that marks the center
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 4 Sep 2020
[ 13:09 fox search for other commits by this committer ] Original commit   Revision:547539
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 16