Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

Commit

Permalink
initial TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
japj committed May 8, 2011
1 parent 2e1f22a commit d89065b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions TODO
@@ -0,0 +1,17 @@
(slightly random order)

*) api based on https://github.com/Marak/play.js:
var play = require("<addon>");
play.sound(<filepath>");
play.sound(<filepath>", onCompletionCallback);

*) Use Mix_ChannelFinished to handle play sound done
http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC37

*) track multiple channels playing and their callbacks

*) check proper way to initialise SDL api (once?) during import?

*) how to cleanup addon?


0 comments on commit d89065b

Please sign in to comment.