From d89065b4700b255ca44b6ac4920e8dcf68f225ff Mon Sep 17 00:00:00 2001 From: Jeroen Janssen Date: Sun, 8 May 2011 14:11:36 +0200 Subject: [PATCH] initial TODO list --- TODO | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..83862a4 --- /dev/null +++ b/TODO @@ -0,0 +1,17 @@ +(slightly random order) + +*) api based on https://github.com/Marak/play.js: + var play = require(""); + play.sound("); + play.sound(", 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? + +