Skip to content

Commit

Permalink
fix chords paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ervenus-dott committed Sep 11, 2024
1 parent 68b4f15 commit 9b9fe8d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 03_hello_webcam.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
var soundPaths = [
'/chords/a_major_7th.mp3',
'/chords/b_major_7th.mp3',
'/chords/c_sharp_minor_7th.mp3',
'/chords/e_major_7th.mp3',
'/chords/a_major_short.mp3',
'/chords/b_major_short.mp3',
'/chords/c_sharp_minor_short.mp3',
'/chords/e_major_short.mp3',
'chords/a_major_7th.mp3',
'chords/b_major_7th.mp3',
'chords/c_sharp_minor_7th.mp3',
'chords/e_major_7th.mp3',
'chords/a_major_short.mp3',
'chords/b_major_short.mp3',
'chords/c_sharp_minor_short.mp3',
'chords/e_major_short.mp3',
];
var soundBlobUrls = [];
var loadAudioDataBuffer = function (path) {
Expand Down

0 comments on commit 9b9fe8d

Please sign in to comment.