pouët.net

Go to bottom

modizer : iphone/ipad mod player

category: music [glöplog]
It seems all v2m players rely on libv2 which only exists on Windows based env...
No sourcecode for it so no iPhone port :-(
added on the 2011-02-01 14:17:26 by yoyofr yoyofr
hooo :'(

kb? source code for iPhone player? :D

btw, I wanted an alternate order list when you want to select musics in the "local files" folders, actually the only one choice is "author->format", hard when you want to choose a tune and don't remember the author and format names :D
added on the 2011-02-01 14:27:32 by rez rez
did you tried to use the view switch (first line when you are in "local files") ?
basically it switches between a view by directories or all files (starting from current dir & including all subdirs) ?
added on the 2011-02-01 17:29:46 by yoyofr yoyofr
yeah, ALL files for ALL directories is a bit messy, especially with music name featuring track number, I got tons of track named "01 - xxx", "02 - xxx" :D
added on the 2011-02-01 23:12:55 by rez rez
hmmm, "local files" is basically a files browser, so viewing by directory or view all are the 2 standard views.
I did not want to index all local files in a database since files can be downloaded from modizer or put manually using itunes or any dedicated tools on a JB device...
Do you have something in mind ? For me it's the same issue you can have on your computer when storing large numbers of music files. Usually, for mp3 & similar formats, you use a "library" tool which rely on the file's tags and build a DB with them, allowing you to browse by any of the tag.
The drawbacks are that all files need tag and the DB has to be kept up-to-date. Like the "ipod" which needs itunes for each update...
For modizer since there are a lot of different format with different level of information it's harder...
added on the 2011-02-02 07:34:54 by yoyofr yoyofr
perhaps I could do some kind of high level filters like the one I use for the worldcharts => computers/console & then by "systems" (amiga, pc, nes, snes, c64, ...)
added on the 2011-02-02 07:38:22 by yoyofr yoyofr
yoyofr, I see you use libmodplug. Guys behind Schism Tracker fixed A LOT of bugs there especially in IT playback). Contact them, it can be useful!

And thanks for such a good app! I just bought it ;)
added on the 2011-05-27 21:27:50 by Manwe Manwe
hi, thanks for the info, I started to look at sourcecode but it seems they changed also the structure so I'm not sure it will be easy to integrate their changes without moving from libmodplug to schism tracker for playback...
It could be a good idea, so I'll check if I can make schism as a playback lib only!
added on the 2011-06-06 11:38:46 by yoyofr yoyofr
also, for the one interested, v1.2 is in final testing stage.
I've added timidity for midi playback, asap for atari & playgsf for gba.
Lots of bugfixes, some new features (better menu, new visualiser for midi & mods, ...).
If everything is ok with testing I'll send the update to apple before the end of the week, so it should be available in 1 or 2 weeks depending on appstore validation process...
added on the 2011-06-06 11:40:45 by yoyofr yoyofr
YEAH! GBA player!

Now I have to find all musics from Shinen' games (Pink/Abyss!!!).

btw, I don't remember well but Modizer can replay psf/psf2 music? (PlayStation format).
added on the 2011-06-06 11:43:48 by rez rez
modizer suddently started playing all amiga mods at a wrong speed (on my iphone 4) - i switched to the UADE player and now it plays them correct again.. i don't recall changing any settings though prior to the problem appearing; anyone's got any ideas what's going on? :D
added on the 2011-06-06 14:54:29 by booster booster
@rez:
psf/psf2 are supported, but require lots of cpu! for psf 3GS is a minimum, for psf2, even an ipad(1, never tested a 2) is sometimes too slow.

@bstr:
that's weird! perhaps you had a crash and the settings were reseted to standard values... Could you give me some filename of mods with wrong speed? I've fixed some issues in libmodplug but only tested on 1 file I knew were wrong (revery of truth).
added on the 2011-06-06 15:56:26 by yoyofr yoyofr
schism tracker seems difficult to port as a library but xmp could be a good candidate. In fact schism tracker author seems to advise to use it when requiring a portable lib.

Are there some people here to confirm ? if xmp is better than libmodplug I might use it for next release (v1.3)
added on the 2011-06-06 16:37:55 by yoyofr yoyofr
yoyo, it plays them all wrong - files that i had already downloaded and new files i download. i guess i should just re-install it then.
added on the 2011-06-06 23:28:54 by booster booster
yoyofr, is it possible to contact you (chat) somewhere?
added on the 2011-06-07 14:25:27 by jaw jaw
I'm not easily reachable by chat, but I read & answer emails usually fast.
just contact me on ymagnien at gmail dot com
added on the 2011-06-07 20:40:35 by yoyofr yoyofr
I have just sent v1.2 to apple, I hope it won't take too long to validate.
added on the 2011-06-14 14:01:49 by yoyofr yoyofr
YEAH \o/
added on the 2011-06-14 14:06:32 by rez rez
Yoyofr, I doubt XMP is better. In fact, the most correct lib to the day is BASS by Ian Luck. The second is Schism.
added on the 2011-06-16 02:06:38 by Manwe Manwe
Quote:
I've added timidity for midi playback, asap for atari & playgsf for gba.


BASSMIDI is better. And now has a iPhone/iPad port.
added on the 2011-06-16 05:49:01 by mudlord mudlord
hmm, bass seems interesting, but I think I need to do some comparison (performance, audio quality, ...) since bass will require licensing.

Any name of mod (it, xm, s3m, mod, ...) that are known to cause issues to "usual" players ?
added on the 2011-06-16 07:45:42 by yoyofr yoyofr
BASS would only require licensing depending on how much you intend to make with your app. Ian seems quite the gentleman to allow for flexible negogiations on such licensing....
added on the 2011-06-16 11:47:41 by mudlord mudlord
I had a quick look at BASS api and the forum : it seems it will be very difficult to have patterns displayed as they are currently in modizer...
Moreover xmp supports a lot more formats and schism tracker author seems to consider it as a very good player.
Xmp is opensourced so I guess it will be easier to get pattern data as I have done with modplug.
added on the 2011-06-16 21:14:34 by yoyofr yoyofr
Tried looking at: http://kode54.foobar2000.org/foo_dumb-dumb-lib_source.rar ?

Custom DUMB 0.9.3 fork with tons of accuracy fixes.
added on the 2011-06-17 03:45:17 by mudlord mudlord
thanks, it look very interesting!
added on the 2011-06-17 06:49:41 by yoyofr yoyofr

login

Go to top