Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
unbug
/
SoundJS
Public
forked from
CreateJS/SoundJS
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 5, 2015
Updated bower to match new directory structure
Lanny McNie
committed
75e27c4
View commit details
Copy full SHA for 75e27c4
Browse repository at this point
Commits on Dec 23, 2014
Merge pull request #137 from yar3333/master
Show description for 6ece19a
Lanny McNie
committed
6ece19a
View commit details
Copy full SHA for 6ece19a
Browse repository at this point
Update Sound.js
Show description for 511e9bb
yar3333
committed
511e9bb
View commit details
Copy full SHA for 511e9bb
Browse repository at this point
Commits on Dec 22, 2014
Merge pull request #135 from yar3333/patch-1
Show description for bc5a42a
Lanny McNie
committed
bc5a42a
View commit details
Copy full SHA for bc5a42a
Browse repository at this point
Merge pull request #136 from yar3333/master
Show description for 91c6b9f
wdamien
committed
91c6b9f
View commit details
Copy full SHA for 91c6b9f
Browse repository at this point
Update AbstractPlugin.js
Show description for 67e51e7
yar3333
committed
67e51e7
View commit details
Copy full SHA for 67e51e7
Browse repository at this point
Update AbstractSoundInstance.js
Show description for f7ddb0b
yar3333
committed
f7ddb0b
View commit details
Copy full SHA for f7ddb0b
Browse repository at this point
Commits on Dec 19, 2014
fix for issue 134, typo in HTMLAudioSoundInstance for this._stalledHandler from this.playFailed to this._playFailed
OJay Robinson
committed
b34af9b
View commit details
Copy full SHA for b34af9b
Browse repository at this point
Fixed inherited property styling in docs
Lanny McNie
committed
093c91f
View commit details
Copy full SHA for 093c91f
Browse repository at this point
Commits on Dec 18, 2014
Updated documentation styles
Lanny McNie
committed
29a8bff
View commit details
Copy full SHA for 29a8bff
Browse repository at this point
Added documentation to show "initialize" as REMOVED
Lanny McNie
committed
efe7db9
View commit details
Copy full SHA for efe7db9
Browse repository at this point
Commits on Dec 17, 2014
Updated documentation + icon
Lanny McNie
committed
65adcea
View commit details
Copy full SHA for 65adcea
Browse repository at this point
Updated PreloadJS in /_assets
Lanny McNie
committed
057b127
View commit details
Copy full SHA for 057b127
Browse repository at this point
Documentation style updates
Lanny McNie
committed
57c04e1
View commit details
Copy full SHA for 57c04e1
Browse repository at this point
Commits on Dec 16, 2014
Updated VERSIONS.txt
Lanny McNie
committed
3f35783
View commit details
Copy full SHA for 3f35783
Browse repository at this point
Commits on Dec 15, 2014
Fixed @class extend naming in docs
Lanny McNie
committed
8ce6183
View commit details
Copy full SHA for 8ce6183
Browse repository at this point
Commits on Dec 12, 2014
Docs style update.
wdamien
committed
b40f39c
View commit details
Copy full SHA for b40f39c
Browse repository at this point
Updated VERSIONS.txt, deleted old releases from lib/ and docs/
wdamien
committed
ceb27f6
View commit details
Copy full SHA for ceb27f6
Browse repository at this point
Version 0.6.0
wdamien
committed
238037c
View commit details
Copy full SHA for 238037c
Browse repository at this point
Commits on Dec 11, 2014
package.json version bump to 0.6.0
wdamien
committed
2b381aa
View commit details
Copy full SHA for 2b381aa
Browse repository at this point
Latest next files added to lib/ and _assets/libs.
wdamien
committed
ca6731b
View commit details
Copy full SHA for ca6731b
Browse repository at this point
Updates to sync up Event, EventDispatcher and ProgressEvent to sync with Easel and Preload
wdamien
committed
967b6a4
View commit details
Copy full SHA for 967b6a4
Browse repository at this point
Updated _assets/libs/ with latest libraries.
wdamien
committed
d087f06
View commit details
Copy full SHA for d087f06
Browse repository at this point
fix SoundExplosion typo
OJay Robinson
committed
9c58080
View commit details
Copy full SHA for 9c58080
Browse repository at this point
Fixed instances of addEventListener throughout. Used .on instead of addEventListener on EventDispatchers, and added 3rd parameter on HTML objects.
Lanny McNie
committed
4704ba1
View commit details
Copy full SHA for 4704ba1
Browse repository at this point
latest PreloadJS files
OJay Robinson
committed
d1b5791
View commit details
Copy full SHA for d1b5791
Browse repository at this point
logic fix for removing sounds
OJay Robinson
committed
7b60ccb
View commit details
Copy full SHA for 7b60ccb
Browse repository at this point
fix order of loading issue in SoundTween example
OJay Robinson
committed
185c260
View commit details
Copy full SHA for 185c260
Browse repository at this point
Latest TweenJS libs for examples
Lanny McNie
committed
090b0d8
View commit details
Copy full SHA for 090b0d8
Browse repository at this point
example style cleanup
OJay Robinson
committed
32c7d9e
View commit details
Copy full SHA for 32c7d9e
Browse repository at this point
Minor formatting changes
Lanny McNie
committed
c60af2a
View commit details
Copy full SHA for c60af2a
Browse repository at this point
Changed lodash version to ~0.9.2.
wdamien
committed
4ac66c1
View commit details
Copy full SHA for 4ac66c1
Browse repository at this point
fix for removing an audio src that has not been loaded
OJay Robinson
committed
4e6afac
View commit details
Copy full SHA for 4e6afac
Browse repository at this point
Updated versions & icon
Lanny McNie
committed
dd65245
View commit details
Copy full SHA for dd65245
Browse repository at this point
Build ReadMe updates
wdamien
committed
fe20b79
View commit details
Copy full SHA for fe20b79
Browse repository at this point
Previous
Next
You can’t perform that action at this time.