Skip to content

Commit

Permalink
Updated function Sound FX Name (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiwonjumit authored Aug 28, 2024
1 parent cb11e29 commit 7cb1a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/procedures/sound-clips/sound-clips.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ SoundClips.getSoundNames = async function (
* Get fx sounds
* @returns {Array}
*/
SoundClips.getFXSounds = async function () {
SoundClips.getFXSoundNames = async function () {
var names = [];
let queriedJSON = "";
queriedJSON = fxLibrary.fxSoundLibrary;
Expand Down
2 changes: 1 addition & 1 deletion test/procedures/sound-clips.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe(utils.suiteName(__filename), function () {
["getSoundNames", ["chords", "key", "bpm", "instrumentName"]],
["nameToSound", ["nameOfSound"]],
["getDrumOneShotNames", ["packName", "drumType"]],
["getFXSounds"],
["getFXSoundNames"],
]);

before(async () => {
Expand Down

0 comments on commit 7cb1a84

Please sign in to comment.