How do I change the midi staff style from piano (i.e. bass and treble clef) to a drum score?

Is there a way to change the staff style in Logic Pro 9 from piano to drums?
In the score window I have tried selecting layout then staff styles... then clicking the downward arrow next to piano and changing to drums (but there is no box to select apply changes), I then back out and it still displays and uses a piano score.
Also is there some sort of setting I can apply so that Logic acts with some Logic... i.e. if I'm using a drum audio instrument then the score editor automatically changes to a drum score, similarily with bass and bass clef?

If I understand you write, you are looking for remapping of the incoming MIDI messages.
So your MIDI Drum Kit is connected to your Mac and sends MIDI messages
A few question:
What MIDI Note message is your drum kit sending when you hit the kick drum, or lets ask, what note "should" it send? Record a MIDI Region while playing your kick drum. Open the Piano Roll Editor and look up what MIDI note that is.
Can you change the assignment on your Drum Kit, i.e. set what MIDI note is send by each drum kit peice?
What MIDI Instrument are you using for the drums in GarageBand?
Do you know what MIDI note is assigned to the Snare sound (D1 ?)
A the end it is about matching the sending note (send from the kick drum) to the expected receiving note (assigned to the snare sound). Changin Cable wouldn't do anything. Either you have to change the receiving mapping (hard to do in GB), or change the sending not from the Kick Drum (should be possible).
Hope that helps
Edgar Rothermich
http://DingDingMusic.com/Manuals/
'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

Similar Messages

  • How do I change the default paragraph style from Body Text?

    The default paragraph style in my email setup is Body Text. This does not wrap properly for some recipients, but Paragraph does. How do I change the default so that Paragraph is automatically used when I start a new email?

    There are two types of defaults: defaults for all new documents and defaults for the current document. To change the default for any open document make sure no text frame is active and change the formatting as desired in either the Control panel or the Character and Paragraph panels. To change default formatting for new document (those not yet created) do this while no file is open. You can’t change the defaults for several documents at once without a script.

  • How do I change the units in InDesign from p0 to mm?

    How do I change the units in InDesign from p0 to mm?

    And you can do the same for existing documents, or just right-click a ruler and change the units at any time (even using different units on each ruler if you like).

  • Mail -- How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    sorry, but I can't find the mail preference in the latest Yosemite OS. Do you know where I can find it?
    Thank you
    Don

  • In Adobe Acrobat XI pro how do I change the units of measure from inches to centimetres?

    In Adobe Acrobat XI pro how do I change the unit of measurement from inches to centimetres?

    Edit > Preferences > Units

  • How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI?

    How can I change the default pdf reader from the installed (but not yet registered) Adobe Acrobat 9 Pro to Adobe Reader XI? I'm having some hiccups getting Adobe to register the software, but since I set it as the default .pdf reader during setup, things try (and fail) to open in the as yet unregistered software. How can I change it temporariiy to the Acrobat Reader XI that I have installed?

    Anubha,
    It worked! Thank you so much.
    I'd opened file with the 'Open with' feature then clicking Adobe Reader,
    but that didn't do it. When I used 'Open with', then 'Choose default
    program...', it worked like a charm.
    Again, thank you!
    Jonathan
    On Wed, Mar 18, 2015 at 10:16 PM, Anubha Goel <[email protected]>

  • How do you change the Print Products Store from USA to UK like you can do in IPhoto?

    How do you change the Print Products Store from USA to UK like you can do in IPhoto?

    Please keep in mind that Aperture is not an enhanced iPhoto, it is a different application with a different philosophy and a different intended audience. If you approach it with that in mind you will have a lot less frustration as you learn Aperture.
    Aperture adds a layer of complexity that is not needed by many.  iPhoto is a very powerful application and fits the needs of many amateur photographers.
    As for your original issue, as I said I am surprised that iPhoto allows you do switch countries like that and am not surprised that Aperture doesn't. If this is something you really need to do working in Aperture but using iPhoto to order the prints is a good work around and will not be all that difficult to do once you get the hang of it.
    As for your new question, the books in iPhoto and Aperture are different enough that the code that created the book in iPhoto wouldn't work in Aperture. What happens when you import an iPhoto library into Aperture is that the images in the book are combined into an album in Aperture with the same name as the iPhoto book. You will need to re-create the book in Aperture uaing the images in this album.
    Hope this helps, post back if you have anymore questions.
    regards

  • How do I change the language in Pages from American English to Finnish?

    How do I change the language in Pages from American English to Finnish? I know there's a bunch of languages behind Inspector, but no Finnish there. Can I download it from somewhere? This is an American machine and an American OS X Mountain Lion.

    http://m10lmac.blogspot.com/2011/06/extra-spell-checking-dictionaries-for.html

  • How can I change the formate of @today from (MM/dd/yyy) to (dd-MM-yyyy)?

    I am in openscript, using a settext commend - .setText("{{@today(MM/dd/yyyy), 10-02-2011}}}}"); is anyone know how can I change the formate of @today from (MM/dd/yyy) to (dd-MM-yyyy)?
    I went to Java Code tab and tried to use - new SimpleDataFormat("dd-MM-yyyy").format(new Date()); but not successful. Any help will be appreciated.
    Katherine

    Hi,
    you can display the date format in dd-mm-yy by using the below Java code.
    First import the bellow java classes.
    import java.util.Date;
    import java.text.SimpleDateFormat;
    //and add bellow code in run() function
         //************ Display Date and Time *************
         Date date_format=new Date();
         SimpleDateFormat dateFormat = new SimpleDateFormat("dd-mm-yyyy");// HH:mm:ss");
         String Exec_Time = dateFormat.format(date_format);
    //output statement
    info("Today's Date: "+Exec_Time);
    I can able to add the screenshot of this output here, so if you need any other information please write to me.
    Regards,
    MRSN

  • ICS 2.x: How do I change the hour display format from AM/PM to 24 hour mode in the JavaScript?

    How do I change the hour display format from the AM/PM mode to the 24 hour mode
    in the JavaScript?
    <P>
    To change the hour display format,<BR>
    <P>
    <OL>
    <LI>Open the <I>loadpoint</I>/CalendarServer/cal/uicust/en/main.html
    file.
    <P>
    <LI>Go to the "Misc." section.
    <P>
    <LI>Edit the following line:<BR>
    <P>
    i18n['def clock'] = '24';
    </OL>

    laugh
    how analog. 
    neat idea, but i need to see that part of the screen after login on a fairly regular basis, otherwise i might seriously do this.

  • How do i change the Std. confirm key from 'AB' to 'Z1', receiving ACK IDOC.

    Hi,
    How do i change the Std. confirm key from 'AB' to 'Z1', when loading ACK IDOC.
    Thanks

    Hi Jorge,
    Thanks for your help.
    I change the output mode to "Collect IDocs" method, if I use SAP standard function POIM (RCCLMDAT), it will depend on change pointer to generate IDoc, and it includes function: RSEOUT00 ( and MASS_RSEOUT00 ) to collect and send IDoc.
    The collect table is BDCP.
    BR,

  • How do I change the mail reading pane from horizontal to vertical ?

    How do I change the mail reading pane from horizontal to vertical ?  Help !!

    Mail > Preferences > Viewing
    Select or deselect:  Use classic layout

  • How do I change the settings in Maps from miles to kilometers?

    How do I change the settings in Maps from miles to kilometers?

    I've had an entirely different experience with Map units.  Maps on my iPad (iOS 8) will only deliver units in kilometers, no matter how I adjust the settings for Maps or Region/Language.  I am trying to calculate distances between two locations in the United States where all road distances are measured in miles.  My iPad region is set to United States.  When I open the settings for Maps, change the units from kilometers to miles, and close the window, IOS-8 changes the setting back to kilometers every time.
    Slick interfaces and device designs aside, at times these little annoying bugs just make the folks at Apple look like rank amateurs.

  • HT2506 How do I change the default image editor from Preview to Graphic Converter?

    How do I change the default image editor from Preview to Graphic Converter?

    I'm assuming you want the default programme to change from Preview to Graphic Converter so that clicking on the file would open Graphic Converter instead of Preview.
    Control click on the file type that you want to open using Graphic Converter. Press Command+I for Get Info. Click on the triangle next to Open With. Select Graphic Converter and Press Change All...

  • How do I change the table to start from right to left

    How do I change the table to start from right to left

    iWork apps have bugs that make them unsuitable for RTL scripts in various ways.  You might be better off using a different app if your work has a lot of RTL text.

Maybe you are looking for

  • Getting Error when trying to deploy Portlet Application on WebLogic Server

    Hi, We have a WebLogic server installed on a Windows machine. We created a new Domain, extended it with ADF Runtime and with Web Center Framework. It created three servers for us along with the already existing AdminServer, WLS_Portlet, WLS_Spaces, W

  • Upload File Spreadsheet in Special Characater

    Hi all, Can someone please suggest how can I upload a spreadsheet(in CSV) with characters which are not in the list of "File Characster Set" when building an application? We are using 10.2.0.1.0. Do I need a patch or upgrade? Please advise. - Newbie

  • How can i add the songs thats in my ipod to my new mac

    i purchased i new mac and would like to add the dongs thats in my 20g ipod to my itunes library. i used to have a windows pc so my ipod was formatted for windows and when i plug my ipod it shows the songs but i dont know how to save it to itunes i tr

  • Video in drop zone breaking menu transition...

    this seemed simple. i have a drop zone on my main menu with a quicktime in it. no interactivity. also on the main menu is a text button. that button triggers a custom transition/wipe that i built in motion. eveything worked fine, until i placed the d

  • Kodak Photo CD

    'sI have several copies of Kodak's Photo CD but unfortunately have just discovered that my copy of Photoshop CS5 cannot read the Kodak PDC file format.  Does anyone know if it possible to open these images?  My present system is a Mac OSX 10.6.7.  An