Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Apr 11, 2024
1 parent a446677 commit ed882bd
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,14 @@ const context = new AudioContext();
const drums = new DrumMachine(context, {
instrument: {
baseUrl: "https://smpldsnds.github.io/drum-machines/roland-cr-8000/",
name: "roland-cr-8000",
name: "Roland-CR-8000",
samples: [
"Cr8kbass",
"Cr8kchat",
"Cr8kclap",
"Cr8kclav",
"Cr8kcowb",
"Cr8kcymb",
"Cr8khitm",
"Cr8klcng",
"Cr8klotm",
"Cr8kmcng",
"Cr8kohat",
"Cr8krim",
"Cr8ksnar",
"hihat-closed",
"hihat-open",
"kick",
"snare",
"tom-high",
"tom-low",
],
formats: ["ogg", "m4a"],
},
Expand Down

0 comments on commit ed882bd

Please sign in to comment.