1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Trigger: Add Sound "Coin"

Summary:
One preview is better than a thousand of words:

{F270656}

This Sound is probably universally recognized thanks to
videogames like Super Mario® or other popular platforms; but
this specific Coin Sound is not proprietary: it's released
with a Free as in Freedom of Speach license: Creative Commons 0.

As if that were not enough, this Coin sound, instead of
potentially creating frustration like many others - it positively
stimulates part of the human cerebral cortex involved in making
humans more addicted to Phorge. To be precise, this Coin sound is
particularly suitable to be associated with Trigger actions
such as:

- Mark as Resolved
- Move on to the next Milestone
- etc.

But the only limitation here, as usual in Phorge, is
your imagination.

Insert a Coin and have fun with Phorge.

Complete sound credits:

https://freesound.org/people/Jocabundus/sounds/678385/

2023, Jocabundus, Creative Commons Zero (public domain dedication)

This change also introduces a Credits page in Diviner to mentions this
kind of things. Future contributions in that page are encouraged.

Insert a Coin. Play again with Phorge.

Ref T15178
Ref T15248

Test Plan:
- Create a Project with a Workboard
- Create a Column
- Column > Gear > New Trigger...
- Action > Play Sound > "Coin"
- Create a Task on the Backlog column, and drop it on your new Column
- Turn on audio, have fun!

Reviewers: O1 Blessed Committers, Cigaryno, avivey, aklapper

Reviewed By: O1 Blessed Committers, Cigaryno, avivey, aklapper

Subscribers: avivey, aklapper, chris, speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15178, T15248

Differential Revision: https://we.phorge.it/D25079
This commit is contained in:
Valerio Bozzolan 2024-03-03 12:17:08 +01:00
parent 32b5139d46
commit bf15a2d98c
4 changed files with 8 additions and 0 deletions

View file

@ -20,6 +20,7 @@ return array(
'maniphest.pkg.js' => 'c9308721', 'maniphest.pkg.js' => 'c9308721',
'rsrc/audio/basic/alert.mp3' => '17889334', 'rsrc/audio/basic/alert.mp3' => '17889334',
'rsrc/audio/basic/bing.mp3' => 'a817a0c3', 'rsrc/audio/basic/bing.mp3' => 'a817a0c3',
'rsrc/audio/basic/coin.mp3' => '44ef365f',
'rsrc/audio/basic/pock.mp3' => '0fa843d0', 'rsrc/audio/basic/pock.mp3' => '0fa843d0',
'rsrc/audio/basic/tap.mp3' => '02d16994', 'rsrc/audio/basic/tap.mp3' => '02d16994',
'rsrc/audio/basic/ting.mp3' => 'a6b6540e', 'rsrc/audio/basic/ting.mp3' => 'a6b6540e',

View file

@ -99,6 +99,10 @@ final class PhabricatorProjectTriggerPlaySoundRule
'name' => pht('Bing'), 'name' => pht('Bing'),
'uri' => celerity_get_resource_uri('/rsrc/audio/basic/bing.mp3'), 'uri' => celerity_get_resource_uri('/rsrc/audio/basic/bing.mp3'),
), ),
'coin' => array(
'name' => pht('Coin'),
'uri' => celerity_get_resource_uri('/rsrc/audio/basic/coin.mp3'),
),
'glass' => array( 'glass' => array(
'name' => pht('Glass'), 'name' => pht('Glass'),
'uri' => celerity_get_resource_uri('/rsrc/audio/basic/ting.mp3'), 'uri' => celerity_get_resource_uri('/rsrc/audio/basic/ting.mp3'),

View file

@ -0,0 +1,3 @@
https://freesound.org/people/Jocabundus/sounds/678385/
2023, Jocabundus, Creative Commons Zero (public domain dedication)

Binary file not shown.