Getting sample expessions together

i would like to build an orchestra where each section and solo instument contains all the different playing methods or types of expression. to do this i'm having to import lots of orchestra / instrument sample c.d's.
i don't want 14 orchestras with the same things repeated, rather i want to add new playing techniques or expressions as i find them without having to hand sort all the duplications with each new import. the end goal is of course to have an orchestra as near to a live one as possible, whilst keeping the number of files in such a way, that stops them becoming clumsy and hard to use.
At the moment I'm starting off with files in all sorts of formats but ending up with exs voices. The manual mentions loading sampler instruments in the exs24 instrument editor but i just don't seem to be getting it I wish they would use writers to write the book. lol.
all help appreciated yours, harp_man

Hmm, okay. So it tells you the volume where the files are located and you plug in that volume.
In the lower half of the window, the volume should appear and you should be able to navigate to the image file.
When you click on that file the Reconnect and Reconnect All buttons should become active at the bottom of the window.
Is that not how it is working for you?

Similar Messages

  • I am a new mac user and tried to update my firefox but now i have multiple foxes and a half fox fix something? how do i get it all together in one and be sure i have current version on only?

    i am a new mac user and tried to update my firefox but now i have multiple foxes and a half fox fix something? how do i get it all together in one and be sure i have current version on only?

    Hi there
    I think in this case, you may be best to speak with Microsoft about this, as it does seem like an issue with Office, and not your Mac.
    Follow this link, to find your local Microsoft Support contact number.
    Or perhaps create a new topic in the Microsoft Support Communities
    Good luck

  • HT1349 How do I set up a separate icloud account? Both my wife and I have an iPhone 4s and an iPad, but only one Mac. We are tired of our "stuff" getting mixed up together when we sync.

    How do I set up a separate icloud account? Both my wife and I have an iPhone 4s and an iPad (1 and 3), but only one Mac. We are tired of our "stuff" getting mixed up together when we sync. Thanks much

    You don't need separate iCloud accounts if you want to simply sync unique content to each device using iTunes. I have three iDevices using one ID and one iTunes library and each device has it's own content on it. You need to set up the sync configuration for each device. This is what I recommend.
    First turn off auto sync in iTunes. Launch iTunes on the Mac and go to iTunes>Preferences>Devices>Prevent iPods, iPhones and iPads from automatically syncing. Click OK and then quit iTunes.
    Connect one of your devices to the Mac and launch iTunes.
    Click on the device name on the left side under the devices heading.
    Click on a tab in iTunes - Apps for instance.
    Click on the Apps that you want to sync to that device.
    Make sure that the Sync Apps heading is checked.
    Follow the same procedure for all of the other tabs in iTunes ..... Music, Photos, Movies and so on.
    After you have finished making all of your selections, click on Apply in the lower right corner of iTunes.
    When you are done, eject the first device and do the same thing with the other device. iTunes will now remember the sync configuration on each device.
    You can change that configuration any time that you like by following the steps outlined above.
    If you want to continue to auto sync, turn it back on in the iTunes preferences as described above.

  • When I copy a CD onto my macbook pro I sometimes get several songs that are "out" of the album.  How do I get them all together in one album?  Any help will be much appreciated!

    When I copy a CD onto my macbook pro I sometimes get several songs that are "out" of the album.  How do I get them all together in one album?  Any help will be much appreciated as I cannot seem to find the solution to this problem in the troubleshooting section of iTunes.

    Generally all you need do is give tracks from the same album a common Album Artist. See Grouping tracks into albums. The images need an update but the basic info. still holds.
    tt2

  • Some albums I put on my Mac to later sync with a Touch appears as seperate tracks and not a single album.  How do I get them back together again other than a playlist.  I do not want the tracks showing up as albums on the Touch?

    Some albums I put on my Mac to later sync with a Touch appears as seperate tracks and not a single album.  How do I get them back together again other than a playlist.  I do not want the tracks showing up as albums on the Touch?

    Are your tracks pat of a collection? Different artists, but still one album? Then mark them a s acollection or set the album artist. See this guide on how to group separate tracks into albums:
    iTunes: Grouping Tracks Into Albums

  • Where can i get sample tests for sun certification(programmer level)??

    where can i get sample tests for sun certification(programmer level)??
    advanced thanks
    anu

    Hi,
    Check this link.
    www.javaranch.com/maha
    Goto the Mock Exams section. There is a table with links to free and paid Mock exams
    on net. They are also rated for being close to the real exams and helping you learn.
    Even the resources here is very good. They are also rated by users.
    This is one of the best sites I have visited to prepare for the SJCP exam.
    Hope this info helps.
    Regards,
    Roopasri Vittal
    Developer Technical Support
    Sun Microsystems
    http://sun.com/developers/support

  • To get sample C code of function mudules in SAP BW

    Hello,
    In SAP R/3 4.6C , I got sample C programs of function modules in transaction SE37 via Utilities -> RFC Interface -> Generate and Download.
    Now I would like to get sample C programs of function modules in SAP BW 3.0B.
    But there is not the menu 'Utilities -> RFC Interface' in transaction SE37.
    How can I get sample C programs?
    Regards,
    Kenichiro Abe

    Hello,
    unfortunately the RFC generator is no longer supported and included in the new SAP products. Therefore the only possibility is, to log on to an older SAP system and check, if the module is also available there. Then generate the source code and change it, if necessary, so that it's also compatible with the new SAP release.
    Regards, Christoph Claus, SAP AG

  • I can't get my iTunes together with my Library onto my new user.

    I am having a lot of difficulty getting my iTunes together with my Library onto my new user that I just created on my XP. I can get my iTunes and Library folders over there, but once there, I can neither open my Library nor put it onto my iTunes. I am getting very frustrated. Can someone help me, please?
    hp   Windows XP  

    You need to goto control panel>user accounts>change the way users log on and off and UNCHECK "Fast User Switching"

  • Open an audio file and get sampled data

    Hello,
    there is a way to open an audio file and get an array with sampled data in Java?
    I need to perform an fft of my audio file.
    Best Regard
    Manuel

    Dear Mr Thompson,
    this is my first post on this topic.
    I have already tried various way to get samples from audio file, in particular I focused my attention on this:
    http://jvalentino2.tripod.com/dft/index.html
    I have implemented the code illustrated in the tutorial but the result is unsatisfactory. If I try to plot the samples of obtained from a pure tone the result is not the expected waveform but something very different, a Fourier analysis of this data is completely useless. Hence I am looking for a way to read data in a similar manner to the matlab's function auread (http://www.mathworks.com/access/helpdesk_r13/help/techdoc/ref/auread.html).
    Fft is not really hard to implement but I'm using a scientific library (http://www.ee.ucl.ac.uk/~mflanaga/java/) for obtain values in frequency space.
    I apologize for the inaccuracies.
    Regards

  • How to do get a print from apps- only get sample preview right now

    I am trying to print the blank disney pages and sudoku puzzles, but right now I only get sample previews

    What kind of printer do you have ?
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • Why is installation so complicated?  Why can't Adobe and Microsoft get their act together?

    I was offered an update to Flash Player.  Downloaded it but then was told I had to agree to the licensing agreement but it will not show me the agreement except for a few lines of it.  Why do you make things so complicated?  Explorer tells me there is a know compatibility problem with Adobe.  (I'm running a 32 bit Vista system.)  Why can't Adobe and Microsoft get their act together?

    I don't know what (exactly) your problem is, or what Microsoft has to do with it, but did you click the little checkbox left of "I have read and agree..."?

  • Nokia - Get Your Act Together With This Important ...

    Hi all,
    Here are my main gripes with Ovi Suite:
    1. PC Suite was better and faster.
    2. Takes about 3-4 minutes to connect the phone.
    3. When syncing contacts no opition to make the phone no. 1 priority for sync, therfore you often end up with multiple copies of same contact and/or deleted contacts re-appearing - probably from Ovi online and Ovi Suite.
    4. Doesn't recognise personal folders in messages.
    5. Often crashes when syncing contacts.
    C'mon Nokia get your act together
    Mick

    workaround to fix crash is to disable synch contacts with ovi.com - many people have the same problem with many phones and o/s but it appears either Nokia does not care, or never looks in here or inthe Beta Labs area where the same undocumented feature is reported

  • My albums seem to have come apart and are listed for each individual song in some cases how do I get them back together , In some cases only one or two songs have been seperated from the album.

    In Itines my albums seem to have seperated and instead of all the songs being listed under the one Album nake the same album name has a few here and then again another few. All the sings are there but if I play an Album I only get somoe of the songs. Is there a way of putting them back together without repoading them from scratch?

    Generally setting a common Album title and Album Artist will fix things.
    For deeper problems see Grouping tracks into albums.
    tt2

  • How do I get these songs together?

    I purchased the Takers and Leavers EP by Dr. Dog which contained two songs for their soon to be released new album. When the album came out, iTunes gave me the option to 'complete my album' when I went to buy it, so the two songs on the album from the EP must have been recognized on my computer. When i bought the rest of the songs from the new album i altered the album info for the two songs from the EP in order to put them in place with the new album. Despite changing the track numbers, album name, etc. the old songs do not group in numerical order with the new songs. Does anyone know how I could get them together besides buring the songs to a cd and redownloading them? Thanks for the help.
      Windows XP  
      Windows XP  

    Welcome to Apple Discussions!
    You might try selecting all of the album tracks at once and selecting "Get Info" from the File menu and clicking the "info" tab (someone please tell me if it is different for Windows). From there you can enter the Artist, Album and other information on all of the selected tracks at once. Finally, make sure "Part of a compilation" is checked.
    That SHOULD do it although I have had 1 or 2 albums still refuse to cooperate.
    Good luck.

  • My album is split up, how do i get it back together?

    The more I try to put it back together, the more it splits up

    In most cases, this is because different tracks have different artists (it might be a compilation album, or some tracks might have guest artists).
    Select all the tracks, right-click->Get Info, and fill in the "Album Artist" with the same value for all tracks.  This field is usually blank, but if it's filled in, it will override the "Artist" field and cause the tracks to be grouped together as an album.  The Artist field will still be there, and will show up under individual tracks when you view the album (although I've found you need to restart iTunes for this to happen). 
    Note, in some cases, the most logical Album Artist is "Various Artists". 
    Of course, while you're at it, verify the Album name is the same for all tracks.

Maybe you are looking for

  • Blackberry software for new Windows 7

    Hello to all. One week ago I unfelled new operating system of Microsoft Windows 7, since proved Blackberry's current version (4.2) does not work in this platform. Someone of you knows, when the version improved of Blackberry will be available or if t

  • Master Data load duplicated records - 0ART_SALES_ATTR

    Hi All, I'm trying to load Master Data in the Test System and I'm getting an error that says that There are duplicates of the data record 70114 with the key '10 30 000000000001034170 ' for characteristic 0MAT_SALES . This is wrong, no data is duplica

  • Automated multiple quatation from opportunity BAPI_SLSTRANSACT_CREATEMULTI

    I am trying to get the multiple quatation to be generat from single opprortunity number in program. by providing multiple products in loop. i am using BAPI_SLSTRANSACT_CREATEMULTI for creation and it is working fine . My problem is how to pass doc_fl

  • Migrating current web site to Portal

    Where can I get information (hints, tips tricks) for migrating our current web services to Portal. We're running an Apache web server and have a lot of content created through FrontPage. We also have several services provided via Perl .cgi scripts. I

  • JDBC BatchUpdateException

    I have the following problem: If I try to insert values to a database table with a batch update and somehing goes wrong during statement.executeBatch() (e.g a unique constraint is violated), the Oracle driver throws a SQLException instead of an Batch