Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Add the Sound library #53

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add the Sound library #53

wants to merge 7 commits into from

Commits on Oct 30, 2018

  1. Add basic structure for Sound library

    Adds the basic structure for the Sound library, and populates it with the first couple (not yet implemented) methods.
    sarajoiner committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    33411c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Implementation of Sound.PlayClick

    Implemented Sound.PlayClick and manually verified that it works!
    sarajoiner committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    e955419 View commit details
    Browse the repository at this point in the history
  2. Add documentation for PlayClick

    Adds the documentation for PlayClick.
    sarajoiner committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    672526d View commit details
    Browse the repository at this point in the history
  3. Add strings for the rest of the Sound APIs

    Adds the strings for the rest of the Sound APIs, as copied from SmallBasic.Web\Content\js\json\generated-output.json
    sarajoiner committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    4afcdcb View commit details
    Browse the repository at this point in the history
  4. Fix Sound.Play strings

    Copy better strings into Sound.Play and Sound.Play.FilePath, per the actual documentation headers in the original code.
    sarajoiner committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    26b4100 View commit details
    Browse the repository at this point in the history
  5. Add structure for the rest of the Sound APIs

    Implement the structure of the rest of the Sound APIs, + actually implement the three easy ones (playing sound files like what was already implemented for Click)
    sarajoiner committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    6bcc162 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Add unit tests for the Sound library

    Refactor the Sound library to make it more unit testable, and add some basic tests.
    sarajoiner committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    8e65ba2 View commit details
    Browse the repository at this point in the history