Indigo Rose Software

Professional Software Development Tools

 
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 22
  1. #1
    Join Date
    May 2006
    Posts
    75

    Arrow can i insert audio visualization in my project?

    can i insert audio visualization in my project?
    have exist a plugin or flash file?

  2. #2
    Join Date
    Jul 2003
    Posts
    712
    Hello,

    Could you please clarify your question?

    You can certainly include Flash files in your project, if that is what you want to do.

    Regards,
    Desmond.

  3. #3
    Join Date
    Mar 2004
    Location
    Toronto, ON CANADA
    Posts
    696
    I think what he wants to do is to show audio waveform data (or peak data).

  4. #4
    Join Date
    May 2005
    Posts
    1,115
    Well unless Worm or someone comes with a plugin, I think not.
    Never know what life is gonna throw at you.
    (Based on a true story.)

  5. #5
    Join Date
    Jul 2003
    Posts
    712
    Oh, I understand -- there's no built-in function to do that. You could find a Java applet and show it in a Web object, or a flash file and show it in a Flash object (As you've suggested) -- but I don't know of any available off the top of my head.

    Maybe for worm's next DLL ...

  6. #6
    Join Date
    May 2005
    Posts
    1,115
    Imagine Nullsoft's Milkdrop as an AMPS plugin... now that would be awesome!

    (note that Milkdrop's source code is freely available)
    Never know what life is gonna throw at you.
    (Based on a true story.)

  7. #7
    Join Date
    Mar 2005
    Posts
    222
    Well I can create peak files for swf player and may can be read with some action using fscommand but... I'm not sure. What kind of visualization are you trying to get?

  8. #8
    Join Date
    Dec 2003
    Posts
    891
    I think he wants to have the same effect that WMP, Winamp, and others have. They show a "Visualization" in the video panel that "pulse" with the audio beat. They usually have several theme options that the user can choose.

  9. #9
    Join Date
    Mar 2005
    Posts
    222
    Yes I understand wht he means but may one specific visualisation can be wanted and May i gan do it for him

  10. #10
    Join Date
    May 2006
    Posts
    75
    audio visualization
    this object have exsit in multi media bulder 4.9
    for example : winamp audio visualization

  11. #11
    Join Date
    Oct 2005
    Location
    American Dubai
    Posts
    629
    a "Visualization" in the video panel that "pulse" with the audio beat
    to show audio waveform data (or peak data)
    Very interesting..

  12. #12
    Join Date
    May 2006
    Posts
    75

  13. #13
    Join Date
    Jul 2005
    Posts
    11
    You can make gif image or swf file

    Play Button On Click:
    Code:
    MediaPlayer.Play("mediaplayer");
    Image.SetVisible("Image1",true);
    Stop Button On Click:
    Code:
    MediaPlayer.Stop("mediaplayer");
    Image.SetVisible("Image1",false);
    Pause Button On Click:
    Code:
    MediaPlayer.Pause("mediaplayer");
    Image.SetVisible("Image1",false);
    or
    Code:
    mp_state = MediaPLayer.GetState("mediaplayer");
    if (mp_state <= 1) then  Image.SetVisible("Image1",false);
    else Image.SetVisible("Image1", true);

  14. #14
    Join Date
    Apr 2005
    Location
    In Wonderworld
    Posts
    246
    Why not try the [macronaut] hub
    http://toxi.co.uk/hub/
    its something you could use perhapse, even comes with source code

  15. #15
    Join Date
    Mar 2005
    Posts
    222

    An example of what i was telling you

    Here comes an example of using flash to do what you wanted. I don't knwo a way to do it in AMS but there's a way to do it in flash.

    This project comes with 2 songs check it.
    http://dl2.uploadgalaxy.com/files/56...audio.rar.html

    (this is not animated in flash, it's script but can be not very accurate in some cases)

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Newbies' Audio Project...
    By RamSus in forum AutoPlay Media Studio 6.0
    Replies: 9
    Last Post: 05-06-2006, 09:20 PM
  2. Build failure because of errors
    By Ed Stanley in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 02-07-2006, 03:51 PM
  3. Audio Tracks Project
    By Michael in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 03-18-2004, 10:58 PM
  4. HOWTO: Open a Version 3.0 Project in Version 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-30-2002, 02:09 PM
  5. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM

Posting Permissions

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