Skip to content

Buffering & Seeking!!

Compare
Choose a tag to compare
@meenie meenie released this 12 Oct 01:12
  • Bumping up the version number to 0.3.0. — Cody Lundquist • 67f86da
  • Fixing up the example song layout. — Cody Lundquist • 1f6bb11
  • Removed clipping as well as made each individual note have it's own volume so an instrument can have different volumes throughout the song. — Cody Lundquist • c4ac51a
  • Updating the build JS — Cody Lundquist • 21ef993
  • Updating the example interface. Still needs work to make it look better. — Cody Lundquist • 77c82aa
  • fix README.md mistake — henteko • 3b3971e
  • Buffering of notes has been introduced to reduce RAM usage and allow for an unlimited number of notes. — Cody Lundquist • 10265ea
  • Got a good start, but need to introduce the throttling. May require significant rewrites. — Cody Lundquist • 834f11f
  • Put in the ability to seek time and start a song anywhere in the timeline. I've also put in requestAnimationFrame rather than setTimeout(). Plus some other bug fixes and code improvements. — Cody Lundquist • d11a5e5