Is it possible to trigger an audio sample via a midi file in logic?

E.G. If i had a midi kick drum track. Could I sample an audio file of a kick drum ?
I knwo this can be done in programs like fruity loops but im not sure if logic has this ability too?

Create a software instrument track. Double click the instrument name in the channel strip to show the Ultrabeat editor. Choose the Ultrabeat instrument and then choose the default setting for importing samples, which can be chosen from Ultrabeat's patch selection menu just like any other software instrument. In the lower right hand corner of the editor you will see a button that says "full view". It chooses between a fruity loops style sequencer view and a drum synth editor view. To import your sample, you need to be in the drum synth edit view. In this view there are three sound source controls which combine to make an ultrabeat sound. The one you need to choose is the sample source in the lower left corner where you should see a picture of a waveform. Double click on the waveform to open Finder, where you can browse for the location of your sample. The name of your sample will then appear on the left side of the editor as one key of a virtual keyboard. Click on the key with your mouse and you should be able to hear your sample playback. Play all the keys / pads on your controller and one of them will trigger your sample through Ultrabeat. You can also trigger ultrabeats pattern sequencer to play the sample from ultrabeat, and then trigger ultrabeats patterns to play in sync with Logic. You can even trigger different ultrabeat patterns using notes from your MIDI controller. Put ultrabeat on several tracks and then switch between tracks while triggering different patterns on each track..while recording it all as a performance in realtime . Check out Ultrabeat. The list goes on.

Similar Messages

  • Help in Assigning individual audio samples to specific midi notes?

    Hi. This might be unbelievably simple and obvious (but not to me!).
    I am wanting to assign/map individual audio samples to individual 'note' or midi events, same kind of set up as how say any of the drum sets work in ultrabeat. I suspect something like this might be possible through ultrabeat dragging samples in to the sample window but I still haven't managed conclusive success.
    I'm working with a novation 49 sl compact.
    I have searched extensively in the manuals and the discussions and suspect the 'way' I'm thinking about this might be wrong. I'm sure it must be possible and started my search with L7.
    Any help/thoughts etc greatly appreciated in advance.

    Where there's a will there's a google. And it led me to the macprovideo discussion at the link below
    http://www.macprovideo.com/forum/logic/logic-pro-express&id=5356
    which was enough to send me into the right direction.
    So I've solved my dilemma by using the exs24 sampler and creating a new key map.
    Ain't it always the way? Its only obvious when you know how but hopefully this might help someone else one day.

  • Javax.sound.sampled - Writie PCM audio samples to an AIFF file?

    Greetings,
    I've been going at this for awhile and seem to be stuck.
    I'm importing data from an old system that stored audio recordings in raw PCM. I can easily use a Clip object to convert that PCM into a DataLine (Clip) object and play it.
    Now I need to write out that audio data as an AIFF file (actually I need to capture it and store it in a database, but the AIFF file format seems like a good, portable, format).
    To write a file using AudioSystem.write() you need an AudioInputStream. To create an AudioInputStream you need a TargetDataLine. However, I can see no direct way of creating a TargetDataLine that can be populated with raw data.
    Reading the documention (I know, it's a bad habit), it seems like what I needed to do is get a mixer, create a SourceDataLine with my data, then pump the SourceDataLine with the audio samples. The mixer would do nothing but pass the data on to the TargetDataLine where it would be captured and written to disk. Here's my code:
    public void writeAIFF( OutputStream out ) throws IOException
    try
    // First, find a mixer (we assume it will be a software mixer) that can provide us with
    // both source and target datalines that can handle the desired format.
    AudioFormat format = getAudioFormat(); // This is the format of our data
    DataLine.Info sourceInfoRequest = new DataLine.Info(SourceDataLine.class,format);
    DataLine.Info targetInfoRequest = new DataLine.Info(TargetDataLine.class,format);
    Mixer ourMixer = null;
    // Get all of the available mixers
    Mixer.Info[] info = AudioSystem.getMixerInfo();
    for (int i=0; i<info.length; i++)
    Mixer mixer = AudioSystem.getMixer(info);
    if (mixer.isLineSupported(sourceInfoRequest) && mixer.isLineSupported(targetInfoRequest))
    ourMixer = mixer;
    break;
    if (ourMixer==null)
    throw (new IOException("can't obtain audio components"));
    // Get the source and target lines from the mixer
    SourceDataLine sourceLine = (SourceDataLine)ourMixer.getLine(sourceInfoRequest);
    TargetDataLine targetLine = (TargetDataLine)ourMixer.getLine(targetInfoRequest);
    AudioInputStream targetStream = new AudioInputStream(targetLine);
    // Load up the source line with the data
    sourceLine.open(format);
    sourceLine.write(samples,0,samples.length);
    // Write our data out as an AIFF file
    AudioSystem.write(targetStream,AudioFileFormat.Type.AIFF,out);
    // So what happens to all of these lines and mixers when we're done?
    catch ( LineUnavailableException noline )
    throw (new IOException("audio line unavailable: "+noline.getMessage()));
    My problem is that the code never finds a mixer. The statement (mixer.isLineSupported(sourceInfoRequest) && mixer.isLineSupported(targetInfoRequest)) is always false.
    So here's my question (finally): Am I going about this the right way? My other thought is just to create my own TargetDataLine object and populate it with the data myself.
    Any thoughts or suggestions?
    P.S. I hope this is the right place for this question -- this is the first time I've used this forum
    P.P.S. Java 1.3.1 (MacOS X and Windows 2000)

    Solved -
    This was way over engineered! Overlooked in my reading was a constructor for an AudioInputStream that can use any input stream as it's source.
    This was all I needed:
         AudioFormat format = getOurAudioFormat();               // Get the format of our audio data
         AudioInputStream targetStream = new AudioInputStream(new ByteArrayInputStream(samples),format,samples.length);
         AudioSystem.write(targetStream,AudioFileFormat.Type.AIFF,out);

  • Sending audio samples to midi controller

    i have logic pro 8 and i was wondering how to send chopped up samples of an audio file to my midi controller which is an axiom 49. for example, i wanna chop up some vocals and instrument loops from a song called dazed and confused to create a hip hop song and i ve seen it done before on youtube just wondering how to do it.

    Not sure what you mean by sending audio samples to your MIDI controller. Maybe you'd like to play or trigger these samples from your controller? One way is to cut them up (lots of ways to do this in Logic) and then assign the resultant bits of audio as samples in the EXS sample player. You can also assign these samples in Ultrabeat.
    You'll need a basic familiarity with editing in Logic, as well as some fundamental knowledge of the EXS sampler or Ultrabeat.

  • Audio sample at variable frequency

    I think this is the right forum for that question.<BR>
    Do anyone know if it is possible to play an audio sample an modify the frequency while playing according to a variable value?
    Any example?

    write yourself a Mixer that can change the frequency of the data flowing through it.</p>
    Mixer
    <p>
    Or find one on the internet that does it.
    <p>
    matfud

  • Turn a MIDI file into a audio File?

    I am having some problems turning a midi file into an audio sample file. Can some one walk me through this. I'm sure I'm doing it right but the result is not!
    Any help would be appreaciated
    Maxx
    G5 Duel 2 gig   Mac OS X (10.4.5)   4 gigs memory / 192 digital interface / Logic 7.1.1
    G5 Duel 2 gig   Mac OS X (10.4.5)   4 gigs memory / 192 digital interface / Logic 7.1.1

    OK, a little groundwork first. The one thing MIDI isn't is anything to do with sound! Sounds like a bold statement but I want to make that clear just in case.
    MIDI controls things like external synths and VST plug-ins which are what make the sounds.
    So, in order to convert MIDI to audio you need something to play the MIDI file. Logic of course has plenty of great built-in synths which you can use if you don't have external hardware.
    Simply associate a Logic synth with each MIDI channel and then conduct a 'Bounce'. The resulting file is a recording of the synth sounds your MIDI file was controlling.
    I apologise if that lot sounds a bit patronising but I have no idea what level you are at. Either way I hope it helps.
    Rik

  • Playing a Looped Audio Sample

    Hi
    I am a student studying a digital media degree and am
    currently developing an interactive music app in Flash CS3.
    This is a long shot but does anyone know if its possible to
    code flash to play a looped audio sample for the length of time a
    button is pressed with the mouse, i.e stop playing the sample when
    the mouse is released?
    Any advice would be greatly appreciated.

    No that's not a long shot at all.
    Have a look at the Sound and SoundChannel classes for playing
    and controlling audio. Play a sound with Sound.play(). This has a
    parameter for the number of loops which you can set this to a large
    number. The SoundChannel class has a method Sound.stop() which will
    stop the sound.
    With this information, you could trigger a sound to begin
    playing on MOUSE_DOWN on your button, and trigger the sound to stop
    playing on MOUSE_UP on your button.
    good luck!

  • Audio sample rate does not match (HDcam to dvcam)

    I'm trying to import clips and keep getting this message:
    "The audio sample rate of one or more of your captured media files does not match the sample rate on your source tape. This may cause the video and audio of these media files to be out of sync. Make sure the audio sample rate of your capture preset matches the sample rate of your tape."
    Footage was originally shot on HDCAM and transferred to DVCAM elsewhere. Using FCP 5, am importing via firewire from a Sony DSR-11 deck. Using DV NTSC 48kHz Anamorphic as capture settings (though I've tried everything that I thought might possibly work with no success). The audio does not seem to drift over the course of several 5 minute or so clips. Clip settings show audio at 48 kHz (don't know if that's from capture settings or from actual data). Seems to me all audio should be 48 kHz 16 bits, so can't figure out what's going on. I have to export an EDL for the project to be finished in HD. Read some similar threads that ended in December, seemingly without much resolution. My broader concern is why this is happening; my immediate concern is do I need to worry about this right now since the media files will need to be recaptured in HD anyway. Any thoughts?
    Thanks

    A little more info. I'm having this problem on 4 tapes (from different cameras) that were transferred to DVCAM in a squished format to appear full screen on a 4x3 monitor. Video that was letterboxed and I can bring in with the standard DV NTSC capture settings does not have this problem. Still have the problem if I try to import the clips from the squished video with standard settings. Any thoughts?

  • AUDIO SAMPLES FROM IOMEGA 100 ZIP DRIVE TO MAC BOOK PRO / LOGIC?

    Posted: Fri, Feb 15 2013, 1:27pm    Post subject: AUDIO SAMPLES FROM ZIP 100 TO MACBOOK PRO / LOGIC?
    HI THERE
    I HAVE LOADS OF OLD AUDIO SAMPLES ON ZIP DISKS ( ZIP 100 using akai cd3000 sampler ) THAT I WOULD LIKE TO TRANSFER TO MY MAC BOOK PRO FOR LOGIC EX24.
    IS IT A SIMPLE CASE OF A 'SCSI TO USB LEAD' , WILL MY MAC BOOK PICK IT UP FROM THERE OR DO I NEED SOFTWARE OR DRIVERS FOR MY MAC TO BE ABLE TO SEE THEM?
    IS IT EVEN POSSIBLE AT ALL?
    THANKS

    Hi guys
    Sorry for the delay in coming back. I bought a zip drive pretty cheaply then and it has only just turned up. However when I put my old ZIP disks in, it seems like the ZIP drive reads them at least but the MACBOOK comes up with the following message...
    'The disk you inserted was not readable by this computer'
    Does this pretty much mean a no go then?  Or can I put the samples from my AKAI sampler back through the old ZIP drive,  reformat some new disks in a certain way on that drive so that my MAC can read them?
    All its for really is mainly to take old tracks that used these samples and getting them set up in my mac.  Also there was some good bits and pieces there anyway and would like to keep using those samples for newer projects. I could of coourse resample them from the AKAI straight to the MAC but would be not as practical and would take alot longer. The 13'' macbook pros input is not digital, only its output.
    thanks

  • Please Help. How do I assign a short audio sample to a specific note?

    Hi. Happy new year to all!!
    If any one can please please offer advise it would help to get my new year off to a much better start.
    I am wanting to assign/map individual audio samples to individual 'note' or midi events, same kind of set up as how say any of the drum sets work in ultrabeat.
    Is it something to do with ch assignment?
    The result I'm looking for is if I hit C0 on my keyboard, I get one sample. If I hit G4 on my keyboard, I get a different sample and so on.
    I'm working with a novation 49 sl compact.
    I have searched extensively in the manuals and the discussions and suspect the 'way' I'm thinking about this might be wrong. I'm sure it must be possible.
    Is it possible? How?
    Any help/thoughts etc greatly appreciated in advance.

    Hi Thanks for that.
    Since my posting, I discovered another option, by using the Sampler exs24 and creating a new key map, this seems to be exactly what I was after. Like all things, its straight forward when you know how.
    I looked into the ultra beat sampling a bit further as I understood it, before seeing your reply, to discover that the sampler window was about chopping/or linking a sample to a preexisting rhythmic sequence. This was not quite what I was after but I'm interested to look further in to your suggestion which seems a bit of a different thing again.
    Where theres a will theres a way and I googled my question leading me to the macprovideo discussion group with the following link:
    http://www.macprovideo.com/forum/logic/logic-pro-express&id=5356
    so this was enough to send me in the right direction.
    Not being inundated with answers form the forums, your responce is very appreciated.
    Thankyou.

  • Can you apply varispeed to specific audio samples in a session?

    Hi all,
    Is it possible to apply varispeed to specific audio samples in a session?
    I'm transitioning from Pro Tools - and there it's very easy to apply varispeed to an audio file and process it.
    This is for sound design (as opposed to musical) purposes.
    Any help is very much appreciated -- THANK YOU!!!

    If you want to apply an effect to everything in your session, then open the mixer and put the effect into the master channel. It's that simple...

  • What is the best way to deal with different audio sample rates on the same timeline ?

    what is the best way to deal with different audio sample rates on the same timeline ?

    You don't have to do anything special. If possible, start your project with a clip that has the desired target frame rate and audio sample rate, and your project parameters will be set automatically. Other sample rates will be converted under the covers.
    For example, if your video is shot at 48khz, you can add music files at 44.1khz with no problem.
    If you are recording audio that you want to synch with video (multicam), you will get best results if everything is 48khz, but you can use 44.1 if that is all you have. Once I forgot to reset my Zoom to 48,000 and it still worked.

  • Possible to trigger output type through Function module?

    Hi,
    Is it possible to trigger output type through Function modules or through some codings or any standard FM's?
    Regards
    Bala.

    You did not specify what area you need to retrigger an output type for, but here is a sample to retrigger a delivery output.
      CALL FUNCTION 'BAPI_LIKP_PROCESS_MSG_DIRECT'
        EXPORTING
      DYNAMICOUTPUTDEVICE       =
          processing                       = PROCESSING
      SORTMESSAGE               = 1
        TABLES
          deliverynumber                 = delnbrs
          outputtype                       = outputs
          messageprotocol              = bapimsgprot
          return                              = bapiret2.
    Thanks

  • Matching Audio Sample Rates In FCP

    When the message comes up, "Audio sample rate must match sample rate of source tape (Log and Capture window) what exactly does one have to do to ensure a change to the correct .. ?

    What I would really like first is for someone to point out the steps on the DSR11 remote for selection of both video and audio. I'm having to remember the three different selection places as I'm doing it "blind" and I can't see the results of my inputs whilst enabling it. The only confirmation I get is the Capture screen showing the SVHS tape playing if I get it right but that doesn't answer the question of how come I don't get a TV monitor screen showing up when then playing the captured material. That, as well as no audio which could possibly be due to a wrong audio preset in the DSR 11 due to my lack of visual. The video setting has to be right for me to get a Capture screen on my desktop. Normally, when starting FCP, the TV Monitor screen changes to a colour indicating connection.
    With frustration at a peak, and just in case I'm in some way unhappily missing the right Capture preset, I'll bow to anyones step by step workthrough on the procedure.
    Firewire between Macpro and DSR. SVHS in and out connections between DSR and SVHS VCR. Ongoing scart connection from VCR to TV monitor.

  • In EXS, can I trigger a 2nd sample on release?

    As I said really, I would like to trigger a primary sample at note on and a secondary sample on release. Is this possible in EXS24? If so any ideas how? Thanks!

    yes: attach the samples and set them to be triggered on note off events

Maybe you are looking for

  • Spotlight/Finder Doesn't Search In ASP and other file types?

    .asp and .c file types are nothing more than .txt files with different extentions.. Am I correct in thinking that Spotlight doesn't search inside these files? I have a folder full of asp files and spotlight doesn't seem to find anything when I type t

  • Financial module Implement

    Hello, Pals:   We're about to implement SAP Financial Module,as most of us,we have checked lots of material related with it for some days,but soon we found all those stuff could only showed us general information of SAP system.What we now need is som

  • IPhoto crashes when downloading photos from Iphone 4S

    iPhoto crashes when downloading photos from iPhone 4S. I am running 10.6.8 with iPhoto 9.2.1 and iPhone 4S with latest iOS5. When i try downloading the pics it stops and have to force quit. I have tryed deleting the 3vix file as suggested on other th

  • Problem Centering Search Tool Boxes

    Any reason why the following page: http://www.september8th.com/LINKS.html when viewed in IE7 the search tools are centered (what I want), and when viewed in FireFox only the Yahoo Search Box is centered? Walter

  • MultiLanguage Support  (JSP)

    Hi, Can anybody tell me about how we can implement Multilanguage Support for a website using JSP.There is a Java.Util class called resource bundle which is used so if anybody knows about it and can also give me an insight to it. I'll be greatfull.