Skip to content

Commit

Permalink
Maybe fix github page?
Browse files Browse the repository at this point in the history
  • Loading branch information
crummy committed Aug 28, 2024
1 parent f11224d commit 7651a4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/VisualizationP5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const VisualizationP5 = (p: p5, element: HTMLElement) => {
}

p.preload = () => {
resetIcon = p.loadImage("theremax/reset.png")
resetIcon = p.loadImage("reset.png")
}

p.draw = () => {
Expand Down
13 changes: 6 additions & 7 deletions src/components/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,15 @@ export class SoundFont implements Instrument {

export const soundFonts: string[] = [
"acoustic_grand_piano",
"alto_sax",
"bird_tweet",
"alto_sax", // keep
"bird_tweet", // keep
"breath_noise",
"cello",
"church_organ",
"cello", // keep
"church_organ", // keep
"electric_bass_pick",
"flute",
"fx_3_crystal",
"fx_3_crystal", // keep
"fx_4_atmosphere",
"melodic_tom",
"melodic_tom", // keep
"music_box",
"seashore",
"taiko_drum",
Expand Down

0 comments on commit 7651a4d

Please sign in to comment.