A Flash Developer Resource Site

Results 1 to 17 of 17

Thread: {8bitboy}

  1. #1
    \x3a\x6f\x29
    Join Date
    Sep 2005
    Location
    paris
    Posts
    88

    {8bitboy}

    The MOD format is now about 16 years old. Originally created for the Amiga it was the first popular digital music format.

    Time to check out what is possible with AS3. Time to introduce the {8bitboy}

    We are very excited about this early preview. About 10 effects are still missing but most files work properly.

    Main player-code, audio engine and effects by André Michelle.
    Modparser and some effects by myself.
    Last edited by joa__; 08-09-2006 at 04:17 AM.

  2. #2
    Member
    Join Date
    Jun 2003
    Posts
    76
    geil :>

  3. #3
    self-portrait Kianis's Avatar
    Join Date
    Feb 2004
    Location
    Stockholm, Sweden
    Posts
    425
    I've been listening to that supermario tune for days now, over and over and over again. <3
    // Mazapán, my portfolio

  4. #4
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    Heres an article that explains how generating sounds on the fly with actionscript is achieved:

    http://www.flashcodersbrighton.org/wordpress/?p=9

    It all revolves around my favourite new feature: Loader.loadBytes.

  5. #5
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Just a reminder, please add links of tutorials and special file sources to the resource thread (1st thread) in this forum.

    Thanks
    - The right of the People to create Flash movies shall not be infringed. -

  6. #6
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    Geilomat!

    [ Hello ] | [ gerbick ] | [ Ω ]

  7. #7
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    Is this a taste thing? It's neat but, a midi-emulator? really? Why is this so awesome aside from the clever execution?

    Now if this could lead to real-time equalizer effects, I'll jump out of my skin.

  8. #8
    Flash Gordon McUsher's Avatar
    Join Date
    Mar 2001
    Location
    Krautland
    Posts
    1,560
    http://lab.andre-michelle.com/

    F9: audio section

    Not an equalizer but realtime synthesizer/scratching is even better
    My letters on the F1 key have faded, how are yours today?

  9. #9
    Senior Member dudeqwerty's Avatar
    Join Date
    Mar 2005
    Location
    Bosnia
    Posts
    1,626
    Now if this could lead to real-time equalizer effects, I'll jump out of my skin.
    been done ages ago, the audio synthisis is harder, and cooler dont you think?
    New sig soon

  10. #10
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    Quote Originally Posted by dudeqwerty
    been done ages ago
    That's impossible, flash has never had the ability to decode amplitude in real-time let alone a spectrum.

    Quote Originally Posted by dudeqwerty
    the audio synthisis is harder, and cooler dont you think?
    meh, where's the purpose? So a handful of retro-coders can add a midi emulator to their games? I flash for a paycheck, not to make other flashers go 'wow'.

  11. #11
    Senior Member dudeqwerty's Avatar
    Join Date
    Mar 2005
    Location
    Bosnia
    Posts
    1,626
    dont make statments about something you obviously dont know about, look into Sound.computeSpectrum();

    google for it if you dont believe me
    New sig soon

  12. #12
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    I meant that no flash authoring tool by macromedia/adobe can compile to a player that supports it. FLEX is not Flash and visa versa imo.
    That's new as of FP 8.5 which is basically a FLEX player. Fairly new so 'ages ago' is inaccurate. Plus it's a snapshot, not real time. (it still kicks ass but there's always a bit of inaccuracy when using an array value instead of that frames sound wave). I've yet to see a demo of it working in FP9 which tells me it's not trust worthy. How pissed would you be if you built it into a very popular site only to have the next upgrade of the player break it?

    Again, just because you can pull it off, doesnt mean it's ready for prime time.

  13. #13
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    Just so you guys know I'm not a hater, the stuff you guys are doing with sound is amazing!

    That synth, now that I understand what it took to do it... omfg!

  14. #14
    Senior Member chriserrorplain's Avatar
    Join Date
    Aug 2002
    Location
    london village
    Posts
    623
    the reason it is exciting (to me anyways) si it finally gives us a realsitic way of having in-game or movie soundtracks which aren't wav loops and hence either annoyingly short or incredibly memory / filesize hungry.

    The ability to use mod files is a god send for flash games coders at least,

    chrisError

  15. #15
    \x3a\x6f\x29
    Join Date
    Sep 2005
    Location
    paris
    Posts
    88
    I think that you have to understand the technical aspect and possibilities of this innovation. The mod-format is so tiny and small. But you can create different music with a lot of very nice programs (see modplug.com).

    Now the 8bitboy shows you an example of realtime audio. This could also be buffered for games and without(!) slowing down your performance. But realtime audio is possible. I remember that I always wanted to be able to pitch sounds to simulate an engine dynamically with the speed for example. And it is possible right now. Just think about all that stuff. It was not possible before and it still is some tricky workaround. But the "how to - dynamic audio" paper gives you a deeper insight.

  16. #16
    Total Universe Mod jAQUAN's Avatar
    Join Date
    Jul 2000
    Location
    Honolulu
    Posts
    2,429
    No doubt that is very exciting joa. I like the idea of being able to have a sound change with the users mouse speed or whatever. Time to start digging into flex. I need to finally give computeSpectrum a shot and see if it can replace flashamp for me.
    (ot)
    Do you see flex replacing flash as an authoring tool?

  17. #17
    #
    Join Date
    Apr 2002
    Location
    berlin - germany
    Posts
    107
    - Push -

    8Bitboy is redux.
    http://8bitboy.popforge.de

    Furthermore we opened the sources:
    http://popforge.googlecode.com

    We added tons of new features:
    • New ModEffects
    • Stereo Enhancer
    • Bass Boost
    • Compute Track Duration
    • Mute Channels
    • Better Track Transition


    If you want to contribute, please get familiar with the sources and ping us.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center