Filled Polygon "nearby" sound effect

When red & green endpoint dots are being dragged near each other,
play a different sound.

Based on CC Attribution 4.0 sound by Eliot Lash
(see CHANGES.txt & AUTHORS.txt).
This commit is contained in:
Bill Kendrick 2024-05-28 23:47:54 -07:00
parent a2fece280b
commit c00cf991f9
4 changed files with 41 additions and 6 deletions

View file

@ -153,13 +153,19 @@ June 17, 2002 - May 28, 2024
Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/>
Filled Polygon sound effects (place, move, finish) based on
Filled Polygon "place", "move", and "finish" sound effects based on
"success_02.wav" (https://freesound.org/people/Kenneth_Cooney/sounds/463067/),
"success.wav" (https://freesound.org/people/Kenneth_Cooney/sounds/457547/), &
"Completed.wav" (https://freesound.org/people/Kenneth_Cooney/sounds/609336/)
respectively.
Creative Commons 0 by Kenneth Cooney <https://www.kennethcooney.com/>
Filled Polygon "nearby" sound effect based on "JacobsLadderSingle2.flac"
<https://freesound.org/people/Halleck/sounds/19487/>.
Creative Commons Attribution 4.0 by Eliot Lash
<https://freesound.org/people/Halleck/>
<https://www.eliotlash.com/>
Bloom magic tool
by Bill Kendrick <bill@newbreedsoftware.com>
Googly Eyes sound effect: "Torch Crackle.wav"

View file

@ -21,10 +21,15 @@ https://tuxpaint.org/
+ Code & icon by Bill Kendrick <bill@newbreedsoftware.com>
+ Scanline polygon fill routine based on public-domain code
by Darel Rex Finley, 2007 <https://alienryderflex.com/polygon_fill/
+ Sound effects based on "success.wav", "success_02.wav", and
"Completed.wav", Creative Commons 0 by Kenneth Cooney
<https://freesound.org/people/Kenneth_Cooney>
<https://www.kennethcooney.com/>
+ Sound effects based on
- "success.wav", "success_02.wav", and "Completed.wav",
Creative Commons 0 by Kenneth Cooney
<https://freesound.org/people/Kenneth_Cooney>
<https://www.kennethcooney.com/>
- "JacobsLadderSingle2.flac",
Creative Commons Attribution 4.0 by Eliot Lash
<https://freesound.org/people/Halleck/>
<https://www.eliotlash.com/>
Closes https://sourceforge.net/p/tuxpaint/feature-requests/251/
* Magic Tool Improvements: