Skip to content

Commit

Permalink
Merge pull request #47 from schadocalex/master
Browse files Browse the repository at this point in the history
Version 4.1.1
  • Loading branch information
schadocalex committed Feb 24, 2015
2 parents b56f61e + 758623a commit 0f7656d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 4.1.1 (24/02/2015)
Fonctionnalités :
* Ajout du son ambiant à nouveau (+ version mp3)

#### 4.1.0 (24/02/2015)
Fonctionnalités :
* Editeur multi-lignes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Application - La Séparation v4.1.0
Application - La Séparation v4.1.1
=======

Application web et tablette sur la poésie à deux mi-mots
1 change: 1 addition & 0 deletions build/res/sound/ambiant.mp3
1 change: 1 addition & 0 deletions build/res/sound/ambiant.ogg
2 changes: 1 addition & 1 deletion build/separation.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/rooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ Rooter.preloadAll = function(handler) {
// {src:"sound/rub2.ogg", id:"audio_rub2"},
// {src:"sound/tear1.ogg", id:"audio_tear1"},
// {src:"sound/tear2.ogg", id:"audio_tear2"},
// {src:"sound/ambiant.ogg", id:"audio_ambiant"}
{src:"sound/ambiant.ogg", id:"audio_ambiant"}
];

// createjs.Sound.registerPlugins([createjs.HTMLAudioPlugin, createjs.WebAudioPlugin, createjs.FlashPlugin]);

preload = new createjs.LoadQueue(false, "res/");
// createjs.Sound.alternateExtensions = ["mp3"];
// preload.installPlugin(createjs.Sound);
createjs.Sound.alternateExtensions = ["mp3"];
preload.installPlugin(createjs.Sound);
preload.on("complete", function() { initAllSS(); handler(); });
preload.loadManifest(manifest);
};
Expand Down

0 comments on commit 0f7656d

Please sign in to comment.