Skip to content

Commit

Permalink
removing chords
Browse files Browse the repository at this point in the history
  • Loading branch information
mayarajan3 committed Jul 22, 2024
1 parent ffd3676 commit 9fbf0d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/src/music_generation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ export default class ExtensionNameGoesHere extends extension(details, "ui") {
// }
// }

@(scratch.command`Add chord ${"string"} to progression`)
addChord(chord: string) {
this.userChordProgression.push(chord);
}
// @(scratch.command`Add chord ${"string"} to progression`)
// addChord(chord: string) {
// this.userChordProgression.push(chord);
// }

@(scratch.command`Generate song from played notes`)
async generateSong(util: BlockUtilityWithID) {
Expand Down

0 comments on commit 9fbf0d6

Please sign in to comment.