Max Jitter Javascript Documentation

A simple JavaDoc style javascript reference. You're welcome to help to complete this documentation.

Julien Bayle's icon

that is very nice
thanks to Tim

timtation's icon

see you @codecontrol.

Chris Vik's icon

This is great! Thanks very much

Arvid Tomayko's icon

awesome. very very useful. how can I contribute examples?

timtation's icon

at the moment via mail. i think of moving the project to github or something like this... mailto jsdoc at tim minus schenk dot de thanks for feedback

Phill's icon

I'm having trouble opening a file-based database using the sqlite.open() . I tried an absolute path and relative path.

sqlite.open("C:\Project\db-max5-patches\db-max5-patches\frames.db", 0);
sqlite.open("frames.db", 0);

Can anyone see where I'm going wrong?

phillpablo's icon

I'm having trouble opening a file-based database using the sqlite.open() . I tried an absolute path and relative path.

sqlite.open("C:Projectdb-max5-patchesdb-max5-patchesframes.db", 0);
sqlite.open("frames.db", 0);

Can anyone see where I'm going wrong?

timtation's icon

No, I didn't test it before. The Documentation says not really much about database connections. I found no example.
There are two things I would try:
1) Try to use unix style path: /Project/db-max5-patches/db-max5-patches/frames.db (this should work, because C is your root partition)
2) If its in Max's search path, the filename only should work

Maybe you should ask the same question in the forum (and put the link to it in here), to get an answer.
Tim

Published

Creative Commons License

Author