How to make Logic auto-select channel when external instrument is selected?

I recently upgraded hardware and now have to upgrade the OS 9 software (MOTU FreeStyle) I've been using and join the 21st century. I asked a Guitar Center employee about what package to buy and stressed that I wanted the software to auto-select the midi channel since that was a major benefit (for me) in using FreeStyle. I was informed that all of the newer DAW software did this (which made sense to me, after all FreeStyle was already at least 10 years old, although no longer under development (hence OS 9.) Logic Express was specifically recommended.
Sadly, I don't see this capability in Logic Express. I don't understand why, if I have 15 instruments set up, and I select a new one, I have to manually look at each of the other instruments (assuming I don't have their channels memorized) and see what channels have been used so that I don't accidentally reuse the same one for the new instrument. Doesn't the computer already know what channels are unused??
In FreeStyle could have 25 instruments set up for a 16 channel keyboard, and as long as there was never more than 16 voices playing at any particular time, the software just managed the channels for me. I don't know what happens if you go over 16 for a 16 channel instrument, I don't think I ever did (I never had voices cut out anyway.)
Not to berate Logic Express, there's lots of cool stuff in it that I'm looking forward to exploring, and it sounds like you have to jump through hoops even to get MOTU's Digital Performer to emulate the same behavior and I suspect it's as much of a hassle to set it up as to just do it on the fly (from previous experience of "what a salesman says" vs. "what is real.") I'm just trying to figure out how to make the computer do the computer work so that I can do the music work.
I have lots of partial (and even some complete!) projects to port over and not nearly as much spare time as I'd like to spend playing. I'd rather spend my meager spare time composing, not fighting with the technology.
Any ideas?
Thanks,
-David

Hi bunker,
I can't test it at the moment but I think that can be achieved by slightly changing the code like so:
*<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>*
*<script type="text/javascript">*
*$(document).ready(function(){*
*$("td.GFPFilter span input").focus(function(event){*
this.select();
this.value = '';
*</script>*
Also, if you found my posts helpful or correct could you apply those labels to the relevant posts?
Cheers,
J
Edited by: J Kremer on 20-Apr-2011 19:23
Edited by: J Kremer on 20-Apr-2011 19:30

Similar Messages

  • How to make icons of photos bigger when selecting to attach to email?

    how to make icons of photos bigger when selecting to attach to email?

    Changing the DPI to 120 won't affect the font size of the menu bar in the Editor.  See this FAQ for what happens when you change the DPI:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#The_Organizers_Menu_Bar_ doesnt_show

  • How to make the backlight stay on when charging? N...

    Hi
    How to make the backlight stay on when charging?  or it is not possible?
    Thanks  

    Did you select HIDE under the Options (in the application) ? Its working fine on my Nokia 5800xm
    There is one more.. KeepItOn also available at OVI Store..
    --------------------------------------------------​--------------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • How to make a rubber effect like when you swipe between apps using 4 fingers on iPad ?

    Hey guys,
    So how to make a rubber effect like when you swipe between apps (first or last app) using 4 fingers on iPad iOS7 ? Any examples ?
    Thanks!
    Ivan

    Please do not double post the same question.
    Just like I said before. Animate X scale and position. Set the anchor point of the left image to the left side. You can then use an expression or just generate keyframes for scale. When you flip to the next screen then animate position. Easy basic animation except for the bounce. Key framing the bounce so that it looks natural takes a lot of experience or an expression.
    Google bounce expression after effects and find this. http://www.motion-graphics-exchange.com/after-effects/Wiggle-rubber-bounce-throw-inertia-e xpressions/4ad0f32a944ad
    There are a bunch of other solutions.
    There is no single click solution to this problem and it is not an effect, it is an animation.

  • How to make a button stay down when I click on it in  CSS nav bar.

    So I have created a horizontal navigation bar, I use the CSS
    Sprites/Pixy method to get the hover working with the same image as
    the link/in active stage of the buttons.
    Now how do I make the button stay down when someone click on
    them?
    These are the codes for the nav bar.
    #nav{
    width: 780px;
    list-style: none;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    height: 40px;
    #nav li{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 0;
    #nav a{
    width: 125px;
    display: block;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    background-repeat: no-repeat;
    background-position: center 2px;
    padding-top: 14px;
    padding-bottom: 10px;
    background-color: #000000;
    #link2,#link3,#link4,#link5,#link5,#link6 { margin-left:
    6px;}
    #nav a:hover{
    background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    background-repeat: no-repeat;
    background-position: center -36px;
    color: #FFFFFF;
    width: 125px;
    padding-top: 14px;
    padding-bottom: 10px;
    background-color: #000000;
    Everything works so far, the hover works when you roll the
    mouse but when you click the button goes right back.
    How can I make it stay down and then go back to normal when
    you click on another link/button?
    Thanks very much.
    Patrick

    Read my suggestion again. You are missing a critical point. I
    show you
    exactly where to put the stylesheet. And it doesn't matter
    how many
    stylesheets you have on a page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Webethics" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Change this -
    >
    > #nav a{
    > width: 125px;
    > display: block;
    > color: #000000;
    > text-decoration: none;
    > text-align: center;
    > background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    > background-repeat: no-repeat;
    > background-position: center 2px;
    > padding-top: 14px;
    > padding-bottom: 10px;
    > background-color: #000000;
    > }
    >
    > #link2,#link3,#link4,#link5,#link5,#link6 { margin-left:
    6px;}
    >
    >
    > #nav a:hover{
    > background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    > background-repeat: no-repeat;
    > background-position: center -36px;
    > color: #FFFFFF;
    > width: 125px;
    > padding-top: 14px;
    > padding-bottom: 10px;
    > background-color: #000000;
    > }
    >
    > to this -
    >
    > #nav a{
    > width: 125px;
    > display: block;
    > color: #000000;
    > text-decoration: none;
    > text-align: center;
    > background-image: url(ZITTO_IMAGES/button_set1a.jpg);
    > background-repeat: no-repeat;
    > background-position: center 2px;
    > padding-top: 14px;
    > padding-bottom: 10px;
    > background-color: #000000;
    > }
    >
    > #link2,#link3,#link4,#link5,#link5,#link6 { margin-left:
    6px;}
    >
    >
    > #nav a:hover{
    > background-position: center -36px;
    > color: #FFFFFF;
    > }
    >
    > Then on each individual page, change this -
    >
    > </head>
    >
    > to this -
    >
    > <style type="text/css">
    > #nav a#link4 {
    > background-position:center - 36px;
    > }
    > </style>
    > </head>
    >
    > (for link4, for example)
    >
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "Webethics" <[email protected]> wrote
    in message
    > news:[email protected]...
    > >
    quote:
    Originally posted by:
    Newsgroup User
    > > When they click on a button, do they go to another
    page? And is each
    > > button
    > > uniquely identified?
    > >
    > > If so, then put a little stylesheet on each such
    page that sets the
    > > particular button to the down sprite settings,
    e.g.,
    > >
    > > a#link6 { downspritevalues }
    > >
    > > --
    > > Murray --- ICQ 71997575
    > > Adobe Community Expert
    > >
    > >
    > > This is the link to the page.
    > >
    http://www.patrickjudson.com/zitto_web1d.html
    > > What state do I use to get this effect? The active
    or the visited?
    > >
    > > I want the buttons to remain down when click or
    even better, how do I
    > > get
    > > the
    > > welcome button to appear down when a person visits
    the page to show them
    > > they
    > > are at the home page.
    > >
    > > Thanks so much. Patrick
    > >
    > >
    > >
    >
    >
    >
    > Hey! Murray, thanks very much for the efforts. However
    I'm still confused
    > as
    > to where to insert the individual styles on each page.
    >
    > The pages already have a style sheet, in fact they all
    share the same
    > style
    > sheet. The following codes below is what you instructed
    but I'm confused
    > as to
    > where to insert them since the page already has a head
    opening and closing
    > as
    > well as a style opening and closing tags. Can you please
    add the codes you
    > instructed so I can see where they go and how to
    implement them?
    >
    > Thanks - Patrick
    >
    >
    > Then on each individual page, change this -
    >
    > </head>
    >
    > to this -
    >
    > <style type="text/css">
    > #nav a#link4 {
    > background-position:center - 36px;
    > }
    > </style>
    > </head>
    >
    > (for link4, for example)
    >
    >
    >
    >

  • [ReWire] How to use Logic's MIDI channels only

    Sorry for the rather vague subject title, but I can't come up with a better one.
    Let me explain the situation:
    I'm working on a project with several audio and MIDI tracks and also two ReWired Reason4 instruments, all routed to their corresponding Reason device. (the MIDI information is coming out of Logic and being routed to Reason and the audio is then routed back into Logic)
    My problem is with Logic's own MIDI channels. When I record enable one of these (Logic) channels and I play my MIDI keyboard, Reason also responds to that and plays one of the instruments.
    So I hear the Logic instrument as well as the Reason instrument. To put it in the easiest way possible, I don't want that.
    Is there a way to make Logic stop sending out MIDI information to it's ReWire slave, when a non-rewire channel is record enabled?
    Thanks in advance for your help

    Hmm that makes perfectly sense... that I haven't thought of that myself
    I will try tonight. Thanks!

  • [FCP S2] How to make each scene a clip when capturing video?

    Hi,
    I'm totally new to Final Cut Pro and have recently purchased my Mac Pro and FCP Studio 2. I come from background of Pinnacle Studio on PC and so this seems like a huge leap.
    Any way, With Pinnacle Studio, when capturing video it automatically made each scene (point between Start rec and Stop rec on Video Camera) into a clip. I could then drag&drop the clips I wanted into my project timeline. I can tnen eaily add transitions inbetween these clips in my time line.
    Now with FCP S2, it seems to capture the video as one long clip and apparently, as I've been told, the only way to separate each scene is to manually cut at the point of a scene cut. Now I can't believe that $1200 software would make you do that and $99 software does this automatically. So I have come here in the hope to find an expert who can explain to me, in very simple terms and steps, how I can achieve this in FCP S2.
    Any help will be much appreciated.

    Here is a bit of the FCP manual that relates to capturing a single tape and capturing individual clips for each break in TC:
    How to Avoid Capturing Clips with Timecode Breaks
    The “On timecode break” pop-up menu in the General tab of the User Preferences
    window gives you several ways to avoid capturing clips with timecode breaks. It’s
    important to set this option to suit the way you intend to capture your clips. You have
    several options:
    Â Make New Clip: This is the default option. Video that’s already been captured before
    the break in timecode is saved as a single media file, with its Out point set to the
    frame occurring immediately before the timecode break. Final Cut Pro then
    automatically continues capturing video after the dropped timecode frame as a
    second media file. When this option is selected, clips captured after timecode breaks
    are named with the original name and the number of the clip. For example, if the
    first captured clip’s name is “Cats Playing,” the second clip’s name is set to “Cats
    Playing-1.”
    This is a good option to choose if you are capturing an entire tape. For example,
    suppose you are capturing the entire contents of a 60-minute tape that has four
    timecode breaks. Instead of restarting the capture every time a timecode break is
    detected, Final Cut Pro captures all media from the tape as five clips, skipping over each
    timecode break and ensuring that the timecode of all captured media is frame-accurate.
    There you have it.

  • How to make cost element field appear when create network activity service

    Hi All,
    Please help. We create a project ,wbs and network activity using external service. How can we make appear the cost element when the service master appear. The system require cost element but we cannot see the cost element field.
    Steps :
    *. CJ20n.
    *. Create WBS and network header
    *. Then network activity for external service.
    *. Then it appears service specifications : ext specs Task List Maintain
    *. I Put Service no, and the error message appears :
    Please enter a cost element
    Message no. SE121
    *. But we can find where the cost element is. It seems the field disappear.
    PLease help.
    Thank you.
    Nies

    Hi,
    Yes. It is already blank. But the cost element field still not appears when we create activity service. It shows :
    Please specify a valid account assignment
    Message no. SE181
    Diagnosis
    You have entered an account assignment category in the document item for which an account assignment is mandatory.
    All account assignment lines in the service specifications either have been deleted or are inactive (e.g. account assignment lines of a contingency item).
    Procedure
    Please enter an account assignment for the services or value limits.
    The entry of an account assignment is unnecessary if you choose "unknown account assignment" in the document item.

  • How to make iMac run less hot when in Bootcamp?

    When I play a game in win7 trough bootcamp, my iMac gets real hot.
    How to make it run cooler?
    It sounds like fans could be running faster; but I want it to do it automaticly.

    Download Lubbo Fancontrol for MacBook Pro to help with the fans.
    Lubbo FanControl for MacBook Prohttp://sourceforge.net/projects/lubbofancontrol/
    Also these
    AIDA64 Extreme Editionhttp://www.aida64.com
    http://www.aida64.com/product/aida64-extreme-edition/overview
    CCleaner
    http://www.piriform.com/ccleaner

  • HT2623 How to make my full name disappear when sending from my primary email address.

    I would like to make my full name disappear when sending from my primary email address. so the recipient when receives my email can see only my email address, i.e. email address of the sender. In Preferences, Accounts, my full name is greyed out and I cannot change it. If I try to do Custom, it would let me change it, i.e. delete my name from Full Name box, but then when Mail is closed and reopened, it would lose the previously saved Custom setting and go back to the same. All my other aliases associated with this email account work ok and the receiver sees only the email address.
    Does anyone know what is going on?

    What if you remove the .mac account from the Accounts panel under mail Preference?
    If that doesn't work, sign into the webmail at me.com, click the "sprocket" button and select preference, in preference go the the aliases tab see if you can remove the email address with your name. If not, go to composing tab see if there is anything you can remove from the +Identity: send email as field+. Good luck.

  • How to make the background move over when a movie clip hits the edge

    ok so the idea here is to make a page with written content on it. the conent will not be able to be seen unless the user hits the arrow keys on there key board. So i need to make a group of objects i can make into a movie clip and than inside that movie clip make an animation that plays the squirrel running. i will pause here to ask two things i dont know how to do i want the squirrel to have an animation when standing still where it flicks its tail (like a real squirrel would). and also how would i flip the squirrel so when the left key is pressed it points left and when the right arrow is pressed it faces left? and my main question when it reaches the edge of the stage the extended background that runs off stage moves over to reavel more content. as well as not have the squirrel run off stage? in short i am using the squirrel to view the full pages content.

    You're asking for quite a bit and aren't likely to get anyone to hand you a detailed solution.  Here's some things to think about.
    As far as flicking the tail goes, that's something you'll have to work out as an animation.  You could do it as a timeline animation and/or as a coded animation where you adjust the rotation and other properties of the tail.
    Getting the object to face left and right ican be a simple matter of changing its xscale property from 1 to -1 depending on which way it normally faces (1).
    If you don't have a problem making the squirrel move to the edge, then you should have no problem making the background move either.  You just need to continually check the squirrel x property to know when it hits the edge.  Personally, I would only move the background and leave the squirrel in the center.

  • How to make a mapping (transfer rules) when implement cProjects 4.0 BW 3.5

    Hello all, i am implementing BW business content 3.5  with cProject 4.0 and i still solve question regarding mapping in transfer rules. First i didnt know which datasource belongs to which infosource, this issue i solved but now i am not sure how to make a mapping in transfer rules . It is not so easy to make a mapping because of nothing saying infoobject GUID. Can you please provide exact mapping of fields in transfer rules for cProjets datasource-infosource. Screen shoots of your transfer rules will be helpfull. Or if you have any documentation or scenarios for BW and cProjects implementation it will be appreciate.
    Thanks.

    OK

  • How to make an auto play, auto loop DVD

    I can't find any option or help file on how to make a DVD's contents loop. I don't need any menus just the movie to play and loop. Can anyone help me out here? Cheers

    You are most welcome, but Jeff did the "heavy lifting," like Ann Bens did in the PrPro forum.
    The important thing is that you get what you need.
    I'd ditch the Memorex discs, and settle on Verbatim, or Taiyo Yudens. I once used Memorex tape (probably back in your dad's, or grand-dad's day), and it was good. However, for blank DVD media, they adopted a poor business plan - buy the very cheapest source media, and emboss it with their logo. In a spindle of 100, you might find 3 - 4 different mfgr's media. TDK was once good, but went with the Memorex business plan.
    There are several media info utilities, and even the free ImgBurn can tell you, but it is always interesting to put in a Memorex disc, and see who actually made it, plus the lot number. Some discs might be good, but then some others can be horrible.
    Good luck,
    Hunt

  • How to make the library visible IN AN EXTERNAL disk?

    Hello.
    Searched this forum (found about 25 identical questions and answers "how to make the library visible").
    I turned mine and it is constantly visible now.
    Before installing Lion made a bootable image.
    When I connect the external HD, I see it in the Finder side bar, click on users>myname and the library folder doesn't show up.
    Tried the 3 ways to make it visible but they all bring back and show the Lion's library on my MBP, not the one in the external HD.
    Any ideas?
    (BTW, I am just an "amateur user", not too heavy, so just, please take in consideration that if you explain to me slowly I will understand quicly)...
    Thanks in advance.
    Saul

    Thank you Baltwo.
    Don't I know you from CCC? (If judging from your answer I do, always hit the nail in the head)...
    Yes, I guess I used the wrong terminology. Anyway, I did a bootable disk/image/clone, however it's called, with CCC (Carbon Copy Cloner), which BTW I am using for at least 3 years and saved several times my behind.
    So, if I understood you right, you mean booting from my external HD and make the library visible (I don't remember if the clone was made after installing Lion or still while in Snow L, but will check).
    I'll try and update here if it worked.
    Thanks again and have a good evening.
    Saul

  • How to make call out from XI to external applications??

    Hi,
    I have XI running on my system.
    I want to know if there is any possibility to invoke
    or to make call outs from XI to external applications
    like java.If yes what is the procedure for that.
    Thanks in advance
    Sunita

    XI will need a triggering event to do this. That is, if you can send a message to XI, then using XI you can route the message to a Proxy and from the proxy (which could be a java proxy) you can make a call to a java program outside XI. But, basically, XI on its own will not make a call, but it needs a triggering message. So, you can configure a file adapter to send a triggering message from a file system to the intergration server, and configure routing rules so that the messages reaches a proxy.
    Warm regards,
    Venki.

Maybe you are looking for

  • Proxy problems in 10.9 - anyone else?

    I just want to alert Apple to something that is probably not a common issue in the USA. I work behind firewalls and Mavericks seems to be a step backwards with the handling of this. Constant pop-ups asking for name and password. No change in using au

  • How do I control window size in InDesign when I open the first file after starting up?

    The first document always takes up my entire computer screen. I resize everything and then subsequent documents open to the resized size. But how can I avoid having to resize the first document to begin with? It's getting annoying.

  • Cisco Prime NCS 1.3

    I am running Cisco Prime NCS 1.3 and I have two questions that I hope someone can help me out with.  Question 1). Is it possible to forward the Rogue Device Logs back to our SIEM server? If so how? Question 2). How do I setup the Mail Server Configur

  • How to get Adobe Digital Editions to recognize my Samsung Tablet?

    I download EPUB books from our state library to Adobe Digital Editions.  My Nook died.  I got a Samsung Tablet and downloaded the Nook app.  How do I get Adobe digital editions to recognize it my Samsung so I can copy books to it

  • Ordering in Multiples

    Hello All, I have this requirement of creating a shopping cart from SRM MDM catalog with quantities in specific multiples. For e.g if the minimum order quantity is x then the users should be forced to order only in x or 2x or 3x.... The business logi