photonstorm / FlodJS

JavaScript Amiga Tracker Player (SoundTracker, ProTracker and lots more formats)

Home Page:http://www.photonstorm.com/flod/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript / HTML5 Flod 2.1

What's new in 2.1:

  • some small modules (less than 2150 bytes) were not recognized as valid
  • His Master's Noisetracker, fixed Peggy Go Home null sample pointer
  • His Master's Noisetracker, fixed Ikke Advanced wrong patterns pointers
  • SoundFX, fixed effect 9
  • SoundFX, added support for untouched Operation Stealth modules
  • Soundtrackers, fixed period overflow, portamento up/down
  • FastTracker II, fixed not working master volume

What's new in 2.0:

  • new David Whittaker player
  • new FredEd player
  • new Jochen Hippel player (regular and COSO formats, 4 voices only)
  • new Rob Hubbard player
  • added DigiBooster Pro 2.18 detection to the XM player
  • Delta Music 1.0, fixed wrong sustain value
  • Delta Music 2.0, fixed Warfalcons-Intromusik 2 crash
  • Delta Music 2.0, fixed wrong restart pointer
  • Digital Mugician, fixed sample loop pointer (fixes Hoi Level 4)
  • Future Composer (Flod only), 1.0/1.3 was using the wrong waves
  • SoundFX, fixed effect 7/8 [step down/up] (fixes Forever Tonight)
  • SidMON 2, fixed effect C/F [volume and speed] (fixes Cool Module)
  • SidMON 2 was processing effects at tick 0, it shouldn't :)
  • SoundMon, fixed buffer restore, most modules didn't play at all
  • ProTracker/NoiseTracker fixed vibrato depth value not set at the beginning
  • Fixed and updated Flip/Unzip

This is a JavaScript port of my AS3 Flod library, it currently works only in Chrome (I've used version 17.0.942.0 to develop it), hopefully in the future other browsers will add support for the Web Audio API.

It took a lot of effort to reach this stage so if you want to use it in any commercial production I'll ask you to mention the proper credits and to make a donation to: chreil@hotmail.com via PayPal, thank you.

Special thanks to Richard Davey, Mathew Nolan and Andreas Argirakis :)

This version will replay the following music formats using the Web Audio API:

  • FastTracker II XM PC + DigiBooster Pro 2.18 detection
  • The Ultimate Soundtracker (Karsten Obarski)
  • DOC Soundtracker 9, DOC Soundtracker 2.0
  • Master Soundtracker
  • Soundtracker 2.3, Soundtracker 2.5
  • NoiseTracker 1.0, NoiseTracker 1.1, NoiseTracker 2.0
  • His Master’s NoiseTracker
  • ProTracker 1.0, ProTracker 1.1, ProTracker 1.2
  • SoundFX 1.0, SoundFX 1.8, SoundFX 1.9, SoundFX 2.0
  • FutureComposer 1.0, FutureComposer 1.2, FutureComposer 1.3, FutureComposer 1.4
  • SidMON
  • SidMON II
  • Brian Postma's SoundMon 1.0, 2.0 and 3.0
  • DeltaMusic 1.0
  • DeltaMusic 2.0, Delta Music 2.2
  • Digital Mugician
  • Digital Mugician 7 Voices
  • David Whittaker
  • FredEd
  • Jochen Hippel (regular and COSO formats, 4 voices only)
  • Rob Hubbard

Author

30th April 2012, Christian Corti Neoart Costa Rica E-Mail: flod@neoartcr.com

Live Demo

http://sandbox.photonstorm.com/FlodJS/

Example

You can include just the player(s) you need in your page just remember that all the Amiga players needs the Core.js and the Amiga.js files too and the PC player (FT2) needs the Core.js and the Soundblaster.js files.

Example, including the ProTracker player:

Core.js
Amiga.js
PTPlayer.js

including the FastTracker II player:

Core.js
Soundblaster.js
F2Player.js

License

This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

JavaScript Amiga Tracker Player (SoundTracker, ProTracker and lots more formats)

http://www.photonstorm.com/flod/

License:Other


Languages

Language:JavaScript 99.6%Language:PHP 0.4%