Looking for Orchestral music tutorials

I am a starting Logic 8 express user and compose mainly classical orchestral music. Are there video tutorials that teach especially orchestral editing? I really would like to learn how to make a good recording of my music, professional spaced etc.

I don't know of any orchestral editing videos, but may I suggest that you take a look at numerous and very helpful Logic videos on YouTube? This guy knows what he's talking about and has a good sense of humor. There's lots to learn about Logic here.
Also, I don't think you need this, but here is a free online Principles of Orchestration course. Perhaps other people checking this thread might find this useful.

Similar Messages

  • I'm looking for a music video that's not...

    I'm looking for a music video that's not on itunes. Where can I express a wish?
    (My wish: ofra haza "im nin alu" - musicvideo)
    I want it because of the good quality recording.
    Greetz!

    MPD rocks, runs here for months without major problems.
    The client side is very flexible, you can choose many players:
    http://www.musicpd.org/clients.shtml
    For X, for console, etc..
    Edit:
    MPD supports Icecast also, to create streams.
    Last edited by mephisto (2007-05-15 14:00:36)

  • I'm looking for a music player that can skip forward and backwards a few seconds?

    I'm looking for a music player app that can skip forward and backwards a few seconds?

    MPD rocks, runs here for months without major problems.
    The client side is very flexible, you can choose many players:
    http://www.musicpd.org/clients.shtml
    For X, for console, etc..
    Edit:
    MPD supports Icecast also, to create streams.
    Last edited by mephisto (2007-05-15 14:00:36)

  • Looking for some Flash tutorials

    I'm doing some webstuff in Flash CS5 using actionscript 3, and I could use some help with a couple of things.  Can anyone recommend some tutorials on how to make an effective image gallery?  Like with a picture slider or something?  But ideally nothing overly complicated to do.  I don't wanna just copy and paste code off of a website either, I wanna know how to actually make the code using Flash...maybe even just using the snippets if that's doable. 
    I'd also like to find a tutorial that'll teach me how to make a scroll bar so I can scan up and down text or images for another part of the project.
    I'm looking for either video tutorials or written tutorials.

    You can create mask for the movieclip as exactly as in your tutorial. and use below code (I think this is what you want).
    For using the below code you should create some user defined components.
    For Horizontal Scroll Bar:  create hscrollBG for scrollbar background and hscroller for scroller.
    For Vertical Scroll Bar: create vscrollBG for scrollbar background and vscroller for scroller.
    mask_mc is mask movieclip  and    content_mc is which the content you want to scroll.
    /**** code  ****/
    var hscrollbar:MovieClip;
    var vscrollbar:MovieClip;
    if (content_mc.height > mask_mc.height)
        drawVScrollBar();
       if(content_mc.width > mask_mc.width)
        drawHScrollBar();
    private function drawVScrollBar():void
       try
        removeChild(vscrollbar);
       catch (e:Error)
       vscrollbar = new MovieClip();
       addChild(vscrollbar);
       vscrollbar.x = mask_mc.width + 5;        //set scrollbar position
       var bg:vscrollBG = new vscrollBG();
       bg.height = mask_mc.height;
       vscrollbar.addChildAt(bg,0);
       var scroller:vscroller = new vscroller();
       scroller.x = 1;
       scroller.y = 0;
       vscrollbar.addChildAt(scroller,1);
       scroller.addEventListener(MouseEvent.MOUSE_UP, sc_mouseup);
       scroller.addEventListener(MouseEvent.MOUSE_DOWN, sc_mousedown);
       stage.addEventListener(MouseEvent.MOUSE_UP, sc_mouseup);
      private function sc_mousedown(e:MouseEvent):void
       var scroller:MovieClip = vscrollbar.getChildAt(1) as MovieClip;
       scroller.startDrag(false, new Rectangle(1, 0, 0,mask_mc.height- scroller.height));
       scroller.addEventListener(Event.ENTER_FRAME, updateScrollPosition);
      private function sc_mouseup(e:MouseEvent):void
       stopDrag();
       var scroller:MovieClip = vscrollbar.getChildAt(1) as MovieClip;
       scroller.removeEventListener(Event.ENTER_FRAME, updateScrollPosition);
      private function updateScrollPosition(e:Event):void {
       var bg:MovieClip = vscrollbar.getChildAt(0) as MovieClip;
       var scroller:MovieClip = vscrollbar.getChildAt(1) as MovieClip;
       var perc:Number = scroller.y * 100 / (bg.height-scroller.height);
       var ypos:Number = ( -perc * ((content_mc.height - mask_mc.height) / 100));
       content_mc.y = ypos;
      private function drawHScrollBar():void
       try
        removeChild(hscrollbar);
       catch (e:Error)
       hscrollbar = new MovieClip();
       addChild(hscrollbar);
       hscrollbar.y = mask_mc.height + 5;
       var bg:hscrollBG = new hscrollBG();
       bg.width = mask_mc.width;
       hscrollbar.addChildAt(bg,0);
       var scroller:hscroller = new hscroller();
       scroller.x = 1;
       scroller.y = 0;
       hscrollbar.addChildAt(scroller,1);
       scroller.addEventListener(MouseEvent.MOUSE_UP, hsc_mouseup);
       scroller.addEventListener(MouseEvent.MOUSE_DOWN, hsc_mousedown);
       stage.addEventListener(MouseEvent.MOUSE_UP, hsc_mouseup);
      private function hsc_mousedown(e:MouseEvent):void
       var bg:MovieClip = hscrollbar.getChildAt(0) as MovieClip;
       var scroller:MovieClip = hscrollbar.getChildAt(1) as MovieClip;
       scroller.startDrag(false, new Rectangle(bg.x, bg.y, bg.width - scroller.width,0));
       scroller.addEventListener(Event.ENTER_FRAME, hupdateScrollPosition);
      private function hsc_mouseup(e:MouseEvent):void
       stopDrag();
       var scroller:MovieClip = hscrollbar.getChildAt(1) as MovieClip;
       scroller.removeEventListener(Event.ENTER_FRAME, hupdateScrollPosition);
      private function hupdateScrollPosition(e:Event):void {
       var bg:MovieClip = hscrollbar.getChildAt(0) as MovieClip;
       var scroller:MovieClip = hscrollbar.getChildAt(1) as MovieClip;
       var perc:Number = (scroller.x - bg.x) / (bg.width - scroller.width);  
       var xcounter:Number = ( -perc * (content_mc.width - mask_mc.width));
      content_mc.x = xcounter;
    This code is reusable for many applications where we want scrollbar. In this code we can dynamically assign the scrollbars based on the content width and height.

  • System for Orchestral Music Production?

    I'm new to the current state-of-the-art in computer music production and I'm planning on purchasing a Mac Pro and Logic Pro 7 to use for creating orchestral music. I'm looking for advice from experienced composers as to what I'll need as to specs on the Mac Pro, as well as the best sample libraries, and other cards, software, and so on that would be essential.
    My work goes from chamber-like passages to using the full orchestra, often with pipe organ added.
    I'm looking to get five years or so out of this system, and want to burn my compositions to a master CD to use for CD releases.
    Current plan:
    Mac Pro 2.66, 4-8 GB Ram, 3 500 GB hard drives, USB keyboard (or perhaps a card to use Yamaha DX7 as keyboard input?), Logic Pro, VSL sample library.
    Would the 3.0 ghz machine be significicantly better? Is there a need to upgrade from the standard graphics card?
    It seems that Logic does well with more processors, so is it wise to wait for the quad core machines based on the recently announced Intel processors?
    Any and all advice, directions to online articles and so on would be appreciated - thanks in advance!
    MDD G4 Dual 1 ghz. 1.75 GB Ram   Mac OS X (10.4.7)  
    MDD G4 Dual 1 ghz. 1.75 GB Ram   Mac OS X (10.4.7)  

    i can echo jonathans reccommendation regarding the esx route. the rest of his advice is bang on too.
    i have had quite a bit of experience in this area. with logic you have enormous flexibility when it comes to this sort of thing.
    i have a large orchestral template up on logicprohelp.com that you might find interesting as a starting point in using logic. the way i have evrything set up, i have my score appearing as a tradional score (i notate almost exclusively with step time) and making articulation switches from within 1 esx instrument. i have 1 large instrument for say violin1 with all the articualtions saved to it, and switched by cc1 (actually i convert program changes i insert in the score). using my method you can mix and match your orchestral libraries either within the esx instrument, or from within the environment.
    which brings me to my next point - i would pick and choose between the libraries as much as possible. i still get a lot of mileage out of the old miroslav and siedlecek libraries and supplement it with VSL and some of my own samples. i think some of the VSL samples are appalling - completely unusable - and even some of their best ones are hard to use. in general i find VSL has to be smashed into shape - but they are extrremely well recorded and vibrant samples at times.
    as for computer speed - i have run quite extensive mock-ups for large orchestra on my old G4 1ghz DP. you are waaaayy over spec unless you work extremely inefficiently. you'll be good to go on any modern system.
    jonathan is correct about RAM. i run big mock-ups on just 2.5 GB and was running quite big mock-ups with less than 2GB on my old system. 4 GB will be tons - unless you are using 3rd party samplers that don't work as efficiently as the esx. if you do go 3rd party sampler YOU CAN use more than 4 GB of RAM by using AU lab. it is a standalone application in which you can load your sample libraies independent of logic but which logic will be able to access. it comes with Xcode developer kit that comes with tiger.
    with regards to VSL - i would say if you just want to get one big to get started rather than fiddle around picking and choosing (and driving yourself to distraction as i have done) then it would be the one to go for.

  • Looking for a music video app.

    I'm looking for an app that will let me record one long video (where I'm miming to an entire song in time) then allow me to replace parts of it with other short videos and stills, not changing the timing of the long video. Does iMovie have this facility or does anyone know of other apps that do?

    IMovie iOS is not able to edit different video over different video.
    But this only applies to audio recorded with video.
    So you could lay down the music track you are lip syncing to, then add your video over the top.
    But you are unable to lay a second layer of video over the top of the first.
    So iMovie iOS is not the app you are looking for.
    This forum is specifically for iMovie iOS so I can't recommend any other app sorry.

  • Looking for a Music Player App with FTP

    I've been looking for a App that will play/stream  music files from
    a FTP site (or personal cloud) 
    anybody seen an App  that does this?
    thanks!

    Most cloud music players will only access their cloud folders, not
    an indépendant FTP folder.
    I did find one that kinda works - DeadOn Player. 
    but it's buggy and crashing.

  • Looking for a music app that doesn't stop playing music when album over

    Back in the 90s, I had a 5 disc CD player.  When one album was done, it would move to the next album. 
    With iTunes, one album was done, the next album would start playing.
    With iPhone, one abum is done, music stops playing. 
    I don't understand the logic behind the iPhone music app.  This is especially bad for when I'm driving. 
    I'm looking for a type of Music app that either:
    1)  Allows me to swipe to next/previous album as well as next/previous track.  (maybe  a swipe up/down command)?
    or
    2)  Allows me to display all songs, but sorted by Artist or album (that way I automatically have one long
    or
    3) Will automatically advance to the next album when the current one is done.

    Bob, I have the guide, just didn't think of the playlist angle.  I was looking for  the genre/Siri thing.  But hey, making a playlist worked.
    Demo, yes Siri works now that I've made a playlist and say "playlist"  And I'm satisfied with the fix.
    But you'd think apple could make playing music more convenient.  I took off all my music and retagged it, leaving all info blank (ie: albums and artists etc) and leaving only genre because it's so difficult to get it play a genre.  I'd pick a genre, start with a  song and it would play only songs from a single album.  I've read of some odd fixes for this and a couple of them worked...sometimes!  (If you stand on one leg and whistle Dixie kind of things)  Ridiculous! 
    By eliminating all tag info except genre I fixed that issue and can now play by genre.
    But as of now Siri still won't play Gospel music by my asking, she still replaces my spoken "Gospel" with her "Christian & Gospel" which like I said doesn't exist.  And correcting Siri doesn't work.  All my music falls into 3 genres, 2 of them Siri handles perfectly, Gospel she messes up.
    Bottom line - I shouldn't have had to make a playlist, or played with the tagging of my music.  Apple says you can play your music by genre, and it should be simple to do so.

  • Looking for a music player app for the ipad

    Musician looking for music player app to play my sound library
    Folders, set lists......ect.....
    Must be able to automatically pause between songs, not like iTunes where you have to manually pause
    I have to time to manually pause between tracks since i use this for my live performances.
    All thoughts and advice welcome
    Doc

    Try making a 5 second blank .mp3 file or however long you need your pause to be between songs, then create a playlist and insert the blank .mp3 between each song. Just a thought to help save some money.  I believe the DJay app allows this though, but you might want to ask the developer on their website before purchasing just to verify.
    Good luck,
    Christopher

  • Where does iTunes Match look for my music files?

    When iTunes Match scans my "library" which library is it looking at - simply the list of songs within the iTunes interface? Or is it looking for the actual music files? How does keeping most of your music on an external hard drive affect this process?

    I don't know this for sure, but I suspect the scan process is reading the 'iTunes Library.itl" file and not scanning the actual files. So keeping your files on an external drive shouldn't affect the scan, although I would recommend having the external HDD connected to your computer while the scan in is progress just in case.

  • Looking for a music player with a very specific feature

    I've been looking for this ever since I completely left windows behind, and six months later, it's killing me that I haven't found the right music player.
    Obviously, I used to use foobar2000. The greatest thing about it for was the 'facets' extension which added customizable filter panels. The MOST GREATEST THING about it was that you could combine directory and tag sorting, which means I could sort my REDICULOUSLY HUGE music library by Folder/Folder/Album, which corresponded to Genre/Artist/Album. For various finicky little reasons, sorting it by folder was much more effective than by tags.
    Does anyone know any media player which allows this?

    alex404 wrote:
    Obviously, I used to use foobar2000. The greatest thing about it for was the 'facets' extension which added customizable filter panels. The MOST GREATEST THING about it was that you could combine directory and tag sorting, which means I could sort my REDICULOUSLY HUGE music library by Folder/Folder/Album, which corresponded to Genre/Artist/Album. For various finicky little reasons, sorting it by folder was much more effective than by tags.
    Does anyone know any media player which allows this?
    Hi, I was a foobar2000 user too. It was driving me crazy that I couldn't find a good replacement, but i've found one. It's quodlibet. Unfortunately right now it's not possible to do Folder/Folder/Album in the panels, but QL has a 'filesystem view' for this. Other than that it can do the good stuff:
    - freeform tagging
    - freeform filtering
    It means that you can set whatever tag you want to and then put it in the panels, song list or search bar. It has conditional tags too. For me it was Genre/Style/<albumartist|<albumartist>|<artist>>/Album, but I do not use the panels anymore. I do not have to see my library everytime I play some music. These days I'm using the Album List with the search bar and doing stuff like &(style=goa,#(playcount<1),#(discogs_votes>=50),#(year <= 1998)) makes my day. Replaygain with auto-select between 'track' and 'album' based on current view and play order is a neat feature too. ;-)

  • Looking for Presenter Training tutorials

    I know this is the Captivate group, but since many of us use both tools I thought I would throw out the question. i am looking for some free demo's on using Presenter. I haven't had much luck on the Adobe website. If anyone has run across some training on the tool and what it can do, I would appreciate some guidance.
    thanks
    Gina B.

    Hello Gina,
    I cannot help you very much, do use Presenter myself. Do you know there is a forum for Presenter? It is a little bit hidden, you'll have to go to the Connect Pro Forums to find it:
    http://forums.adobe.com/community/connectpro/connectpro_presenter
    RJ Jacquez blogged a couple of times about Presenter and included some video, you can search on:
    http://blogs.adobe.com/rjacquez
    If you have specific questions, you're welcome but do not know about real trainings.
    Lilybiri

  • HT204406 Does iTunes match have to look for all music on my computer and send that data to and from Apple every time I open iTunes? This frequently makes iTunes crash before I even get to listen to one song. Installing the latest version of iTunes does no

    Does iTunes have to check all my music for match every time I open iTunes even when nothing has changed in the music folder?  This is just one problem I have with iTunes and match.  Every time I open iTunes, the first thing happening is iTunes checking my music and sending the information to Apple and then waiting for Apple to send back information about match. There is a third step that I have never seen iTunes actually reach as it always crashes before finishing this ritual with my music and match.  Since I paid for match I can no longer use iTunes to listen to any of my music. I like having match function on my iPhone because even 128 GB is not enough space to keep a music library and everything else needed on the iPhone.  But it's been a disaster with iTunes on my Windows 7 PC. I updated iTunes recently and the same problem continues.  I can't find any clear description of how match works but it seems if there has been no change to the music folder then the tedious and buggy process of checking all music for match and sending data back and forth to Apple every time iTunes is used should not be necessary.  Is there possibly something I have to change settings for to help iTunes start without so much to do?

    If your library was working on your computer and then popped up empty all of a sudden then this might be what you need...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • Is there a way to lock the location of where iTunes is looking for music regardless of the itl file.  I am loading a remote itl file by default ever time but then it's looking for the music on a local drive instead of a network drive.

    So I have a number of PC's in the house that are dumping music into a central PC with a network shared drive.
    The music is dumped into the "automatically added to library" folder on the remote PC.  Itunes is always running in the background.
    When I open iTunes on my local PC a script retrieves the newest ITL file from the remote PC, then the script opens iTunes using the updated ITL file.
    This way I have a fresh copy of the remote library music every time.  The problem is the music location under advanced settings.  I can change it every time but I would like to make this as automatic as possible.  The question I guess is if there is a way to lock the music location or have it change via a script every time iTunes opens.

    You can't change the location of the media folder from a script, neither can you change which library file is opened. I assume your script simply copies the current master library into the normal location for the file on each client machine. Do you not get a file locked error? What about the other library files and the Album Artwork cache?
    Your scheme may work best if you use a common drive letter for your media folder and have it so the media folder is not inside the master library folder. E.g.
    Master library folder at X:\iTunes
    Master media folder at X:\iTunes Media
    Where all the computers see drive X: as the same object, be it the whole of that drive or a shared folder on it.
    If you have the typical arrangement (iTunes Media inside iTunes) then when you copy the library from X:\iTunes into C:\....\iTunes and start iTunes it will attempt to "correct" for the fact that you've apparently moved the library and reset the library folder to C:\....\iTunes\iTunes Media. It should still be able to find the media at the correct location, but if you accidentally load anything up from a client machine it will end up in a local folder.
    If you are not already familiar with it iTunes Folder Watch will be a useful tool for catching up with any additions made on the client computers. You should probably also ensure that each of the clients has the "Keep iTunes Media folder organized" option disabled.
    tt2

  • I'm looking for a music player with the following features:

    Hi everyone,
    I'm setting up a linux desktop for the first time. I'd like some directions on finding a music player. Here are my criteria, in order of importance:
      - Can play (at least) ogg, mp3 and wav
      - Prefers a 'playlist approach' (m3u) to a 'media library' approach
      - Can play songs without breaks in-between
      - Fast startup
      - Simple interface (ex. VLC beats mplayer)
    My window manager is pekwm. This is for usability reasons, not performance reasons - my comp. can handle all the bells and whistles you throw at it (actually, I tried with my doorbell, but I wouldn't recommend with the church bell). (sorry for the bad humour). Crazy visualisations and features whose sole purposes are to eat up CPU cycles are O.K.
    Good support for keyboard would be appreciated - I am a pekwm user.
    So what have you got?

    MPD rocks, runs here for months without major problems.
    The client side is very flexible, you can choose many players:
    http://www.musicpd.org/clients.shtml
    For X, for console, etc..
    Edit:
    MPD supports Icecast also, to create streams.
    Last edited by mephisto (2007-05-15 14:00:36)

Maybe you are looking for

  • Open Cursor Issue because of file browse Item - Is this a Bug in APEX 3.2

    Hi All, I am using file browse Item to upload file into the database at two places in my application, but it seems whenever I am submitting those two pages, with file path or without file path, its opening an cursor which remains open after that, bec

  • How to define user status that forbids editing the document

    Hi All, Im working on CRM 7.0 I need to define a user status say " ON HOLD" . when this user status is set the document should not be edited or changed by anyone.  However as soon as we move to next status document should be editable. I configured a

  • Cannot use device IOUSB Device:  The connected device requires too much power.

    Cannot use device IOUSB Device:  The connected device requires too much power. This is the message I get when connecting a camera on binoculars to ipad.  Is there a work around the camera will also load to a SD card

  • .m4p files not playing?

    I want to have a song playing in the background and it's one i got off itunes and it's in .m4p format. However it won't play. Any idea why? thanks!

  • Confirmation problem in IPM

    Hello All, When i try and enter the confirmation data(Using:CRM_IPM_D_USAGE_DATA - Enter Confirmation Data) for a sales contract and try saving it the system issues a message: "Some data was not transferred to the confirmation Message no. CRM_IPM_USA