User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 25

Thread: Audio input level

  1. #11
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which example file? Perhaps I'm on an old version of Onu, because I don't find one that has to do with audio inputs. To me it looks like all examples only read audio files and can provide realtime data about the volume/frequency content of those.

  2. #12
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Corlen View Post
    Might I inquire what the "MIDI" and "sound generator" extensions do?
    MIDI description says:


    Sound Generator description says:

    ...
    Im no musical genious though my girlfriend produces quite a bit, but by looking at the name and symbol of the extencion ( MIDI ) i believe it recieves MIDI keyboard/ piano input signals and is able to play the notes ( not sure though ).
    Looking at the example file further convinces me thus is what it does. Like i said im no expert, and i dont know how compatible or reliable it is. ( Screenshot of example .mfa below )

    ...
    As for the amplitude thing, i have no idea how to get it.

    To be honest im still a bit confused as to what you are actuallty trying to do.
    When you say 'audio input' what do you mean, are you playing sound/ music through an object/ extencion through MMF2, or are you trying to get the amp from sound/ music playing externally outside MMF2?

  3. #13
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Sound Player / Generator are recent extensions by Looki. I have no idea why there's all the naming confusion or which are deprecated and which aren't.

    @Nifflas, Onu allows you to get visualization data. Here's an example, though I still don't know if it could help you attain what you want.
    Attached files Attached files
    Working as fast as I can on Fusion 3

  4. #14
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry, it doesn't help. Your example is visualizing the playback of a file file, while I'm asking about an audio input.

    When you say 'audio input' what do you mean, are you playing sound/ music through an object/ extencion through MMF2, or are you trying to get the amp from sound/ music playing externally outside MMF2?
    The term "audio input" is a standardized term. Sometimes "recording device" and "input device" can also be used.

  5. #15
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    MIDI can interact with MIDI input (keyboards) and output devices (speakers via drivers). You can play MIDI notes with certain instruments etc. just like a .mid file would. Also you can record the pressed keys on a midi keyboard connected to the PC.

    Sound Generator is an extension I wrote that can be used along with Sound Player. Sound Generator lets you generate sound effects from various parameters - it is based on the source code of an awesome tool called sfxr - http://www.drpetter.se/project_sfxr.html

    EDIT: Oops, for some reason I got sent to the first page. I didn't see that people already answered that post. Sorry.

    Nifflas, I thought you meant the audio level of a streamed audio input via an ogg file or so. Still, OpenAL already has basic microphone support in beta state and I planned getting the audio level of ANY stream - may it be a file or microphone input. I fear that it would take too long for me to finish this though, since I'm busy with other things and have other extension jobs.

  6. #16
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, no. I mean, from a programming point of view, there are inputs, outputs 'n stuff to stream audio, but the standard use of the term is just an actual input device, never heard about anyone in everyday communication using "input" to describe streaming a file. Perhaps it's obvious to me only because of all the music software and hardware I use. Perhaps I could have been more clear and say "recording device".

  7. #17
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Yeah, it's okay. Generally people don't refer to music when talking about inputs, I just got used to dealing with them as such

  8. #18
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jan 2012
    Posts
    48
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh, it seems they are in extension view... but the sound generator and sound player are actually called Advanced sound generator, and Advanced sound player... I hate when the extensions are named different than the icons/app... makes it confusing ;/

  9. #19
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But isnt the 'kind' of imput device relevant to this thread?
    I mean, would it be just the same if the audio imput device was your iPod, Radio, TV, Studio Microphone or Electrical Guitar?

  10. #20
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Netflyer165 View Post
    Ahh, it seems they are in extension view... but the sound generator and sound player are actually called Advanced sound generator, and Advanced sound player... I hate when the extensions are named different than the icons/app... makes it confusing ;/
    They aren't! There's "Advanced Sound Object", an extension I wrote before the other two. Basically, it does the same as the two, except in one single extension. It was never released as finished extension, so before doing that, I split it into 2 separate projects.
    They can be downloaded here: http://clickteam.info/looki/Extensio...undObjects.zip

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. Keyboard input vs player control input
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 22nd August 2013, 09:00 PM
  2. Get frequency from mixed audio input
    By StingRay in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 30th December 2012, 10:55 PM
  3. Audio input data from iPhone michrophone?
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 24th April 2012, 02:03 AM
  4. Load Level after Last Completed (saved) Level
    By Diepek in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 3rd January 2008, 09:50 AM
  5. Recording audio input using MMF2
    By Blizna in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 20th March 2007, 04: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
  •