Xeron |
Posted: 2014-06-26 18:55:29 |
|
|
Supreme Being Posts: 448
Member since: 2006-12-13 11:34:00 |
I think its newsworthy enough for its own item ;-) AHX forever! |
AceMan |
Posted: 2014-06-27 09:51:11 |
|
|
Occasional visitor Posts: 18
Member since: 2007-01-02 21:23:53 |
Wow, I must say, I'm hyped for this! :D
Works excellent, at least with my own tunes :P
Can I have your permission to include your code in module player @ modules.pl? Of course with appropriate credits.
http://www.modules.pl |
AceMan |
Posted: 2014-06-27 10:04:27 |
|
|
Occasional visitor Posts: 18
Member since: 2007-01-02 21:23:53 |
Well, I wrote "excellent" too early ;)
I noticed some minor issues with replayer. I will look deeper into them ASAP and let you know. http://www.modules.pl |
passing_by |
Posted: 2014-06-29 01:23:45 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
AceMan said:
Can I have your permission to include your code in module player @ modules.pl? Of course with appropriate credits.
|
Yis.
AceMan said:
Well, I wrote "excellent" too early ;)
I noticed some minor issues with replayer. I will look deeper into them ASAP and let you know. |
Please do. |
passing_by |
Posted: 2014-07-11 02:56:01 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
Butts |
passing_by |
Posted: 2014-08-15 15:42:04 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
I want to slap your arse, AceMan. You make for an awfully timed bug reporter :P |
spotUP |
Posted: 2014-09-01 12:06:10 |
|
|
Moderator Posts: 197
Member since: 2006-12-15 18:06:32 |
Hi! We are working on a javascript musicdisk with ahx tunes, i read that actionscript and js is very similiar. Someone up for making a JS version from this? http://www.uprough.net |
passing_by |
Posted: 2014-09-02 21:08:41 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
Hmmmm... tempting.
However, I don't think JS has int and uint types. Only Number, from what I remember.
I am not sure how the code will behave with something that might or might not suddenly turn into a float. |
passing_by |
Posted: 2014-09-03 14:11:54 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
Then again, AS3 doesn't fair much better with its internal, 'automagic casting' so I guess I am good to try :P
Edit: I should mention I am rather poor on time lately and might not be doing it. |
passing_by |
Posted: 2014-09-09 20:52:41 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
Tell you what.
Write me a simple example of realtime audio html+js(like maybe a sine generator) and another for handling file from url as bytearray, and I'll see what I can do from there. |
spotUP |
Posted: 2014-09-25 21:03:35 |
|
|
Moderator Posts: 197
Member since: 2006-12-15 18:06:32 |
uhum... i will point our coder to this thread! http://www.uprough.net |
mellowman |
Posted: 2014-09-29 12:26:50 |
|
|
Just looking around Posts: 1
Member since: 2014-09-29 12:24:46 |
Hi "passing_by" - I'm the (alleged!) coder spotUP mentions above!
What do you need as an example? Maybe a simple HTML page using JS for another player just for comparison?
MELLOW MAN
http://codef.namwollem.co.uk/ |
passing_by |
Posted: 2014-09-29 20:56:27 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
A simple JS+HTML example for realtime audio with meaningful comments so I can get started directly with porting the player and not bother learning new API.
I will simply bolt the port to the example and have my way.
Maybe have Math.rand() make audio. |
passing_by |
Posted: 2014-10-15 21:29:16 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
Looking at JS a bit, it seems to do some fancy thing called 'prototype based programming' as opposed to ohject-based.
AS3 can do prototype based programming doohickey instead of object-based with right compiler option, but that is rarely used.
Reasons for this are 'it's not default option' and 'performance decrease'.
I am not sure how this will impact project, but I think I should be safe as long as I don't do class inheritance(I don't, lol).
*is lazy arse and urges mellowman to hurry up with request so he won't learn new JS API* |
SketchMan3 |
Posted: 2015-03-24 21:03:02 |
|
|
Occasional visitor Posts: 18
Member since: 2013-04-13 14:15:38 |
Thanks for working on this |
passing_by |
Posted: 2015-03-26 11:08:08 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
*scratches head* I'm not currently working on it...
If you are referring to JS port, that is. |
passing_by |
Posted: 2015-07-25 15:43:16 |
|
|
Occasional visitor Posts: 48
Member since: 2013-05-05 19:13:03 |
AceMan said:
Well, I wrote "excellent" too early ;)
I noticed some minor issues with replayer. I will look deeper into them ASAP and let you know. |
Worst bug reporter evar.
And sadly, I appear to be uninterested in doing a JS port. |