Logic midi notes not audible with pedal half way down

I'm using a roland rd700sx keyboard with a roland dp-8 damper pedal connected to a powerbook. recording midi works but when I have the damper pedal half way down the notes are there in logic but aren't audbile. Any tips on getting this working would be great as I have a deadline for a piano part I'm supposed to contribute for a project.
thanks

anyone?

Similar Messages

  • TS2565 I have just installed logic pro  Version 9.1.1 to my new mac book , purchased in 2012 December. I am now being told my version of logic is not compatible with my version of OS X. Help!!!

    I have just installed logic pro  Version 9.1.1 to my new mac book , purchased in 2012 December. I am now being told my version of logic is not compatible with my version of OS X. Help!!! What can I do. I tried upgrding the logic pro software but this didn't help. It still won't open.
    Many thanks

    How did you install Logic onto your new Mac Book?
    From the App store or from the DVD boxed set?
    If it was downloaded from the App store then it should already be v9.1.8... and if it isn't you need to call Apple to help you sort this out.
    If it was originally from the DVD boxed set then you must update using software updates....
    If software updates cannot find Logic to update it then you either have...
    Renamed the Logic Pro app in which case rename it back to Logic Pro
    or
    The Logic Pro App is not in the applications folder which is where it needs to be to be updated... so move it back there.

  • DIV not displaying properly, half way down page?!

    Hey Guys
    Really can't work this out. My code is below. I've also affixed a screenshot of what happens. The DIV no matter what you use, <p>, <h1> etc... It will display half way down the page! I've also affixed my CSS document for you to look at. I've tried deleting the slider JavaScript and CSS from the page with no results so I know it's not this. And yes, my code probably isn't the best way of doing things, tips appreciated as still learning!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>From Me To You Removals - Removals in Sheffield</title>
    <link rel="stylesheet" type="text/css" href="css/style.css" />
              <!-- jQuery -->
              <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
              <script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
              <!-- Define slider dimensions here -->
              <style>
              #slider { width: 1100px; height: 300px; }
              </style>
              <!-- Anything Slider -->
              <link rel="stylesheet" href="css/anythingslider.css">
              <script src="js/jquery.anythingslider.js"></script>
              <!-- AnythingSlider initialization -->
              <script>
                        $(function(){
                        $('#slider').anythingSlider({
                        autoPlay: true
              </script>
    </head>
    <div id="container">
              <div id="title">
        <a href="https://www.facebook.com/pages/From-Me-To-You-Removals/324845494227068" target="_blank">
                        <img class="facebook" src="images/facebook.png" alt="Removals in Sheffield Facebook" />
        </a>
        <a href="https://twitter.com/intent/user?screen_name=PhilipSue" target="_blank">
            <img class="twitter" src="images/twitter.png" alt="Removals in Sheffield Twitter"  />
        </a>
              </div>
              <div id="menu">
        <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="reviews.html">Our Reviews</a></li>
        <li><a href="services.html">Services</a></li>
        <li><a href="storage.html">Storage</a></li>
        <li><a href="packnmove.html">Pack and Move</a></li>
        <li><a href="contact.php">Contact</a></li>
        </ul>
        <br style="clear:left;" />
        </div>
        <div id="headerslider">
                           <ul id="slider">
                                  <li><iframe width="1100" height="300" src="http://www.youtube.com/embed/HaqKUrevPuU" frameborder="0" allowfullscreen></iframe></li>
                                  <li><img src="images/slider/scap.jpg" alt="Friendly Service"></li>
                                  <li><img src="images/slider/1.jpg" alt="Removal Vans"></li>
                                  <li><img src="images/slider/2.jpg" alt="Removal Vans"></li>
                                  <li><img src="images/slider/3.jpg" alt="Removal Vans"></li>
                                  <li><img src="images/slider/4.jpg" alt="Removal Vans"></li>
                        </ul>
        </div>
        <div id="boxes">
                        <div id="boxxy">
            <h2>Removals</h2>
            <p>We have over 40 years of experience in the removals business. With our services, you can be sure that the job will get done in both a professional and friendly manner and make your removal hassle free!</p>
            <img src="images/readmore.png" />
            </div>
            <div id="boxxyq">
            <h2>Storage</h2>
            <p>We can provide storage for your goods if you don't have a place to move them to. We have very good rates on our storage and can always find a facility to suit you! If you need storage for your goods, please <a href="contact.html">contact us</a>.</p>
            <img src="images/readmore.png" />
            </div>
            <div id="boxxyz">
            <h2>Packaging</h2>
            <p>We provide a professional packaging service, and we will pack <b>ALL</b> your goods for you! All materials supplied and handled with care! With this service you can have your items packed, moved, and even unpacked in your new home!</p>
            <img src="images/readmore.png" />
            </div>
               </div>
        <div id="content">
                        <p>Removals in Sheffield</p>
        </div>
    </div>
    <body>
    </body>
    </html>
    @charset "utf-8";
    /* CSS Document */
    body
              margin: 25px 0px; padding: 0px;
              text-align: center;
              background-color: #E2BD93;
              background-image: url(../images/bgbody.jpg);
              background-repeat: repeat:
    #container
              width: 1100px;;
              height: 1400px;
              margin: 0px auto;
              text-align: left;
              padding: 15px;
              border: 1px dashed #333;
              background-color: #800000;
    #title
              width: 1100px;
              height: 160px;
              background-image: url(../images/logo.png);
              background-repeat: no-repeat;
              background-position: left;
              background-color: #800000;
    .facebook
              float: right;
              margin-right: 10px;
              margin-top: 10px;
              padding-right: 40px;
    .twitter
              float: right;
              margin-right: 5px;
              margin-top: 10px;
    #menu
              width: 1100px;
              margin-left: 200px;
              padding-bottom: 15px;
              color: #fff;
              font-family: arial, helvetica, sans-serif;
              white-space: nowrap;
              list-style-type: none;
              align: center;
    #menu li
              display: inline;
    #menu li a
              padding: 0.2em 1em;
              background: #fc6;
              color: #000;
              text-decoration: none;
              float: left;
              border: 1px solid #000;
    #menu li a:hover
              background: #08c;
              color: #fff;
    #headerslider
              width: 1100px;
              height: 300px;
    #boxes
              text-align: left;
              width: 1100px;;
              height: 600px;
              padding-left: 15px;
              padding-top: 50px;
    div#boxxy
              margin-left: 8px;
              width: 31%;
              height: 225px;
              float: left;
              margin-right: 10px;
              background-color: #800000;
              border-style: inset;
              border-color: #C60;
              background-image: url(../images/bgbody.jpg);
              background-repeat: repeat;
    div#boxxyq
              width: 31%;
              height: 225px;
              float: left;
              margin-right: 10px;
              background-color: #800000;
              border-style: inset;
              border-color: #C60;
              background-image: url(../images/bgbody.jpg);
              background-repeat: repeat;
    div#boxxyz
              width: 31%;
              height: 225px;
              float: left;
              background-color: #800000;
              clear: none;
              border-style: inset;
              border-color: #C60;
              background-image: url(../images/bgbody.jpg);
              background-repeat: repeat;
    div#boxes h2
              padding-left: 15px;
              color: #C30;
    div#boxes p
              padding-left: 15px;
              padding-right: 15px;
    div#boxes img
              float: right;
              padding-right: 20px;
    div#content
              margin-top: 0px auto;
    #footer
              width: 1100px;;
              height: 100px;
    Screenshot: http://i.imgur.com/jHxH1.jpg
    MANY THANKS! I appreciate your time!

    Height is not your friend.  The page/container height is always determined by the content inside it.  So adding explicit height values will often cause more pain than gain.   Suggest you start by removing all the height properties.
    Also, I don't see where you have cleared any of your floats.   You need to learn to do that.  Several methods available.  
    Option #1 Use a CSS clearing class:
                   .clearing {clear:both; display:block; visibility:hidden}
    Insert this HTML after your floated boxes:
                   <hr class="clearing" />
    Other options: Float Tutorials
    http://css.maxdesign.com.au/floatutorial/
    Magic of Overflow:hidden
    http://colinaarts.com/articles/the-magic-of-overflow-hidden/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Print problem. trying to print a document in Preview, the start of the text prints half way down the page not at the top of the page?

    Print problems.  Printing out an email the text starts half way down the page.  I tried taking a picture of the text I wanted to print, tried to print from Preview and have the same problem.  If anyone has any ideas I would really apreciate it. Thanks Penny

    One more thing to check:  System Preferences/Print & Scan.  Make sure your printer is set as Default.
    I'm using OS X 10.8 and I don't see Page Setup anymore. If you have access to Page Setup, check to see if there are any adjustments to make there.

  • My InDesign windows (UI) keeps jumping from the top to half way down on my second monitor

    It could be since I made the last OS X update – Yosemite 10.10.2
    My windows, as set up in my workspace, now jumps from the top of my monitor to about halfway down, rendering all the windows on the lower half off-screen and useless.
    I'm having to use a spattering of the most used windows, half way down to prevent them jumping.
    I have three monitors and it happens on both the second and third.
    I have a Wacom tablet, but have disconnected this and it doesn't seem to help.
    I have chucked the prefs but it makes no difference.

    (OS update) Thought as much.
    I reset to the default digital workspace then occasionally revert to my
    own. I get away with it for a while. I'm sure the problem will be addressed
    soon.
    The alternative is to make an alternative workspace that occupies on the
    bottom 2/3s of the screen. Not ideal but we make the best of a bad
    situation, don't we?
    I will report it to Apple too.
    Matt

  • I have been trying to download Creative Cloud but it gets stuck half way down. Does someone knows how to fix this please?

    I have been trying to download Creative Cloud but it gets stuck half way down. Does someone knows how to fix this please?
    Any hints or help will be more than appreciated.
    Cheers
    Pancho

    You have not provided any system info nor aany other details.
    Mylenium

  • Logic will not open with out external soundcard after Mavericks upgrade

    Hi
    Recently upgraded my Mac to Mavericks and my Logic 9.1.8 (32 Bit) worked fine. I have a Digidesign 002 rack which I was using as an external soundcard. These all worked fine until I updated my Digi drivers. Now Logic will not open unless the Digi is connected, Logic has also been updated but still no joy. Logic freezes when opening on 'checking midi drivers...'
    Is there a preference I need to change or do I have to remain connected to my Digi forever?! lol
    Thanks
    Candy

    Remove the Digidesign Midi drivers.....
    Logic Pro 9 crashing at "Check MIDI Drivers."
    As you will see, this sort of problem with Avid/Digi Midi drivers has been around for a long time now.....

  • Logic x not synced with material in rewire app when played from start and when bounced.

    When rewiring logic x and reason, play from start in logic..(this doesn't happen when you play from start in reason) when the playhead is at 0 it kind of goes back a millisecond and plays... which makes it not synced with material in rewire application. Sure you can always hit play in Reason or Rewire app... but this is completely unsuable when bouncing the project!!!! Help please!!!!

    When rewiring logic x and reason, play from start in logic..(this doesn't happen when you play from start in reason) when the playhead is at 0 it kind of goes back a millisecond and plays... which makes it not synced with material in rewire application. Sure you can always hit play in Reason or Rewire app... but this is completely unsuable when bouncing the project!!!! Help please!!!!

  • Ipod touch will not restore it get half way then freezes

    ipod apps were unreponsive so i restored ipod now it will not restore how long should it take it has been restoring for 5 hours is half way and looks as if it has frozen ?

    have a look @ this support article.

  • Why are my web pages scrolling half way down by themselves while I'm using my apple magic mouse. And no, it's not the mouse, apple replaced it

    Only in Firefox when I'm at a site the page will scroll down about half way and stop at by itself which is annoying when I am filling out a form or looking for something. I use to have a problem when I was scrolling and the page would freeze and I would have to go to the scroll bar and manually move the page up and down to active the scroll on my mouse and yes this is a new mouse replaced by Apple.

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • Logic Express not syncing with phonics firewire board via audio midi

    I am unable to get my logic express to sync with the phonics helix firewire board. the phonics board is recognized by the midi audio set up, but only sometimes.
    I have tried adjusting the sample rate in logic and in audio midi and I have tried switching the clock source from mac to device as well as changing the firewire chord.
    I am unable to get sound through the board to the computer or from the computer through the board.
    I am also receiving error messages regarding the programs reading of the sample rate.
    Please help.
    Thank you

    I received an excellent pointer over on the Mackie support forum, and that was to set up an Aggregate Device in the OS X Audio Midi Setup utility.
    That worked great, and now I have analog input to my 400F, and output/monitoring on my Mac's Built-in Line Out/speakers.

  • Logical standby not synced with primary!

    Dear All,
    I am in a new environment. Oracle 10g database is running on windows 2003 server. This is the primary database and there is a logical database 10gR2 also on windows.
    Since yesterday all SCN were applied on standby and it was 100% synced with production.
    Just not I have seen quering this view  "SELECT APPLIED_SCN, NEWEST_SCN, NEWEST_SCN-APPLIED_SCN LAG, READ_SCN, APPLIED_TIME FROM DBA_LOGSTDBY_PROGRESS;
    That the last update was on 9/30/2013 7:56
    This is a new environment for me, where should i start troubleshooting from?
    Kindly help
    Regards

    Hi, This is what I have found in alert log file
    LOGSTDBY stmt: ALTER USER KAMRAN IDENTIFIED BY  VALUES '***************'
    LOGSTDBY status: ORA-28007: the password cannot be reused
    LOGSTDBY id: XID 0x0009.014.0016c1e2, hSCN 0x0000.7bfb3c98, lSCN 0x0000.7bfb3c98, Thread 1, RBA 0x53a56.0000023d.144, txnCscn 0x0000.7bfb3c9c, PID 320, ORACLE.EXE (P004)
    LOGSTDBY Apply process P004 pid=21 OS id=320 stopped
    Mon Sep 30 07:57:04 2013
    Errors in file c:\oracle\ora10gr2\admin\logstby\bdump\logstby_lsp0_2532.trc:
    ORA-12801: error signaled in parallel query server P004
    ORA-28007: the password cannot be reused
    LOGSTDBY Analyzer process P003 pid=26 OS id=2704 stopped
    LOGSTDBY Apply process P007 pid=30 OS id=2412 stopped
    LOGSTDBY Apply process P008 pid=31 OS id=2656 stopped
    LOGSTDBY Apply process P006 pid=29 OS id=2676 stopped
    LOGSTDBY Apply process P005 pid=28 OS id=2688 stopped
    Mon Sep 30 08:00:39 2013""
    Since this command was issued on standby the sync process is stoped.
    When i query :
    SEQUENCE#, FIRST_TIME, APPLIED FROM DBA_LOGSTDBY_LOG ORDER BY SEQUENCE#; I get
    Row# SEQUENCE# FIRST_TIME APPLIED
    33 342614 9/30/2013 7:56:11 AM CURRENT
    34 342615 9/30/2013 8:00:39 AM NO
    Please help

  • Equal logic Storage not Integrating with SCVMM 2012 R2

    Hi,
    I am using Equal logic 6210 with firmware 7.0. I also installed Hit Kit 4.7 on my SCVMM servers (in High Availability Cluster) and direct access to my ISCSi san subnet.
    I am facing issue in adding storage to my SCVMM 2012 R2, after running below commands i am able to see Storage Proivder in SCVMM but no success in adding storage in Array tab of scvmm.
    Please guide me , see attached screen shots
    Import-Module -Name 'C:\Program Files\EqualLogic\bin\EqlPSTools.dll'
    New-EqlGroupAccess -GroupName Group -GroupWKAddress 192.168.1.5 -MgmtWKAddress 10.1.1.5 -UserName grpadmin -Password testpwd 
    Update-StorageProviderCache
    Import-SCStorageProvider
    Afzal Munir
    <ADMIN NOTE: Phone number removed per privacy policy>

    Hi Kevin
    I am struggling with the same thing during bare metal installs of Hyper-V hosts. In my case I have managed to narrow it down to the language settings in the oobe pass. If I include them, parsing of the unattend file halts (without an explicit error anywhere)
    and the host fails to join the domain. Could you try to leave out the language settings in oobe pass and see if it then completes as expected? Would be interesting to see if it actually is the same issue with a slightly different flavour :)
    EDIT: Got a bit further now with the new release of WS2012 R2. All the testing I've done has been with the 05182 build. Stumbled across KB2913316 which stated that a new build (31419) was released december 11th. Allthough the KB does not directly apply to our
    issue I thought I'd give it a go, so I went about building a new vhdx-image. Low and behold - the first test went smoothly applying all the settings in the unattend file! I'm going to continue testing to make sure the successful run wasn't just a fluke.

  • Logic Midi Note Dead, Please Help!!!

    I am mixing some cues for a indi production. Today I merged two midi regions (region1, and region 2). However the last note of region one now won't play correctly. I need it to be a held not but no matter what I do I only get like a eigth beat staccato note and then silence. This only happens on any notes placed in that particular beat of that particular measure. No matter what not it is I ge the same effect. I've gone through my event list to see if any controllers are affecting it but none seem to be active on that beat. Please help. I really need that note to hold the entire beat.
    P.S. I'm on logic pro 9

    Thanks for the reply,
    I've already checked for multiple notes, nada. I can get no sound on the beat, just not a long sound.
    It looks right on the piano roll editor. Thats the problem. I can't use the piano roll to adjust the time of the note. I'm writing a song in the piano roll using the esX24 as my synthesizer. So its a pretty basic bare bones set up. I've tried copying other notes to that beat, no results either. Anynot I put on that partical beat, no matter what i is, will only play a short staccato.
    Is there any sort of catche for midi data that might have recorded an error?

  • Why does Logic 9 not work with Snow Leopard?

    I have the basic system and it fails to load everytime.  Had to reinstall Leopard and lost all my prefs... very much a pain.  I don't understand why Apple makes updated operating systems and doesn't ensure that their own products are compatible.  Apple was my favorite but after this, it was way to much drama.  Had a client from out of town watching me reinstall everything because of this issue.

    Hey, Listen I feel your pain Ive gone through **** the past month with the exact same problem!
    I upgraded my system with bigger hard drive and mem, and Snow Lepoard!
    Got my Logic Studio and after a month of trouble shooting on here and with Tech Support it did
    turn out to be because of Snow Lep! I tried all the updates, un install Logic Studio.
    But the guys who put Snow Lep on my system did it in the shop and didnt charge me. I didnt think
    too much into it really. So basically it was an illegal copy of Snow Lep. I went and bought a copy. Un installed
    Snow Lep and put the legal one on. Its been working fine since!

Maybe you are looking for

  • Browser Fill does not work at all...

    Hello all, I am veryfrustrated at the moment, and maybe I am missing something, but I cannot get the browser fill to apply any type of image at all. I am working on MAC OSX Mountain Lion, I have started numerous new sites with the same result. I am d

  • Errors in PI 7.1

    Dear All, We have recently migrated to PI 7.1 from XI 3.0 and are facing two issues since yesterday: 1. Every hour we are receiving error messages in SXMB_MONI ie "Proxy calls are not permitted on sender or receiver side on the IS (client)---Exceptio

  • Time Machine backups after a clean install

    I recently performed a reinstalled Snow Leopard on my Macbook Pro as it was suffering from running quite slow. Since I had upgraded this machine from an old Tiger install, I decided to manually migrate my files from a second backup, rather than resto

  • Template project reference in Implementation Project

    Hi, I have defined Template Project & created Business Blueprint hierarchy for the same. Now I need to refer the Template Project in Implementation Project. 1) How to refer Template Project in Implementaion Project ? 2) Can I get the Template Project

  • EVDRE error Validatememberset:error 1004-Method'~' of object '~' failed

    Hi Gurus when i have memberset expansion col time to have NOEXPAND i have this error i donot want my time col to expand after the first time so i am using NOEXPAND if i donot have NOEXPAND and just say BAS EVDRE = OK any ideas to clear this issue tha