Controlling the AWE64 with keybo

I've recently bought an Edirol PCR- to control my Awe64 Gold. I want to edit parameters such as cutoff frequency, etc in my music sequencing software, but I can't find any 'controller sets' for the Awe on the web. I've tried creating my own set by using the same parameters that are in the Cubase AWE64 mixermap, but its not working.
Anyone know where I can download a controller map for the PCR - Or how I can create my own?
ThanksMessage Edited by dementio3 on 0-03-2006 0:36 PM

found the answer at this thread -
http://forums.adobe.com/message/5628190#5628190
this is the exampel posted by Vinay -----
Here is an example - http://www.dealsdrizzle.com/research/scroll/scroll2.html
Source - http://www.dealsdrizzle.com/research/scroll/scroll2.zip

Similar Messages

  • Controlling the timeline with mouse scrolling

    Hello all,
    i need to control the timeline animation with the mouse wheel.
    how is it possible
    i've tried this code but I've could only make it work with mouse move, unfortunatly the scroll does not work -
    composition ready:
    this.onMove=function(posX, posY){
      timelinecontrol = Number(posX)*30;
      console.log(timelinecontrol);
      sym.stop(timelinecontrol);
    mousemove:
    this.onMove(e.pageX, e.pageY);
    I've also tried this one - http://forums.adobe.com/thread/1149792
    but didnt worked either
    many tnx!!!!

    found the answer at this thread -
    http://forums.adobe.com/message/5628190#5628190
    this is the exampel posted by Vinay -----
    Here is an example - http://www.dealsdrizzle.com/research/scroll/scroll2.html
    Source - http://www.dealsdrizzle.com/research/scroll/scroll2.zip

  • My iphone 5 has started to have a problem controlling the volume with the buttons on the side? How to fix?

    It started like 3 days ago and first it was just my (-) decrease volume button but now its both.

    Also,
    Like I read in many other posts I'm starting to have Wi-Fi trouble.
    Known networks that were no problem recognizing and connecting to automatically with IOS 7.0.2. and downwards are starting to have trouble. Network not found or when found a connection is not made automatically.
    Also then trying to connect manually is a problem, as the network jiggers / flickers between the upper Wi-Fi connection field and the field 'known networks'....
    So I point near the network with my finger I want to connect to al the time....
    Normally this kind of thing is funny and I can laugh about it.
    But now I wish I could downgrade to IOS 7.0.2...

  • Can I control the "open with" options in apps on the ipad?

    I have a school loop app that allows access to files stored in a remote folder, similar to dropbox. I can see the files and when I select one I have an option to choose which app to used to open a document (it might be a word doc, a pdf, a ppt, etc.). The app options that show as available are not the apps that will open documents, however, I do have apps on my ipad that will open they - but they do not show up, ie: PDF Expert, Quick Office, Pages, etc. Can I control what apps appear in "open with" dialogue boxes?
    Thanks for any help.

    Simple answer: no.

  • "How can i control the instrument with SCPI command by Borland C++ v3.1 using RS232 port"

    "hi....
    I've ever controlled some instrument by GPIB interface using Labview 6.0...it's really easy to implement .....but the problem is that i hvae to control those instrument under the pure DOS environment now ..so i have to abandon the using of GPIB interface and Labview ....then i choose the RS232 interface with programing the Borland C++ v3.1 and sending the SCPI command by bioscom()....but it got no response at all......so i am wonder if i can control those instrument by using RS232 interface and Borland C++ v3.1 to implement a pure Dos program????if yse,how can i do and is there any sample can be refer to ????
    thank you for you help"

    Hello Alvin-
    We do not have any sample code for programming RS 232 in C on our website. However, you may want to looks at these links for general troubleshooting tips for serial:
    Serial Communication Starting Point
    How to Do a Serial Loopback Test
    Regards,
    Ray Kong
    NI Applications Engineer

  • Controlling the Mac with keyboard

    Does anyone know of a tutorial or other instructions for how to use the hidden-to-me accessibility features of the Mac? "Full Keyboard Access" is turned on in the Keyboard and Mouse > Keyboard preference pane. Yet there doesn't seem to be a way to navigate the dialog boxes in Apple apps by keyboard.
    Example using Text Edit.
    CMD-F calls up the find dialog box but no key combinations seem to activate any of the buttons (i.e. replace all, replace, replace & find, etc.).
    CMD-Shift-: [colon key] calls up the spelling dialog box, but no key combination seem to activate the buttons (i.e. ignore, correct, etc.) and worse still there doesn't seem to be a way to close the dialog box (CMD-W doesn't work) and sometimes other shortcuts will get activated even if the spelling dialog is open.
    I've searched in Apple Help and the only shortcuts seem to be for turning Universal Access on and off not for moving between the buttons. Thanks.

    p.s.
    I see what you mean.
    In Finder help a search of keyboard access, found Full keyboard access for highlighting items which might be usegul to you.
    There is in the list also mention of creating custom controls, but I have no experience with that as I use the mouse mostly.
    I hope you find what you are looking for.
    regards
    roam

  • Control the / interact with Report Viewer via Javascript

    Hi
    i have some questions about client control of the report viewer. I would want to use some custom buttons in order to use the report viewer functionalities, as an example to print, or to known when a customer leaf through the report pages saving something in a javascript variable.
    Is it possible to interact with the report viewer? There is a reference text?
    Thanks

    I've never done it with JavaScript, but you could use the built in events to keep track of some information about report navigation. Some of the available events are below.
    CrystalReportViewer Events
    Description
    CrystalReportViewerBase.AfterRender Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report rendering process is finished.
    CrystalReportViewerBase.AfterRenderContent Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report content rendering process is finished.
    CrystalReportViewerBase.AfterRenderObject Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report object rendering process is finished.
    CrystalReportViewerBase.BeforeRender Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report rendering process starts.
    CrystalReportViewerBase.BeforeRenderContent Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report content rendering process starts.
    CrystalReportViewerBase.BeforeRenderObject Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report object rendering process starts.
    CrystalReportViewer.Drill Event
    Event fires when a report is drilled down on.
    CrystalReportViewer.DrillDownSubreport Event
    Event fires when the user drills down on a subreport.
    CrystalReportViewerBase.Error Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the report object throws an exception.
    CrystalReportViewer.Navigate Event
    Event fires when the user navigates through a report.
    CrystalReportViewerBase.OnRenderScript Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the HTML script generation starts.
    CrystalReportViewerBase.OnRenderStyle Event
    (Inherited from CrystalReportViewerBase Class.) Event fires when the HTML style class generation starts.
    CrystalReportViewerBase.ReportPartBookmarkNavigation Event
    (Inherited from CrystalReportViewerBase Class.) Event fires after navigation to a report part in the same report or another report is finished.
    CrystalReportViewer.ReportRefresh Event
    Event fires when the data in the report is refreshed.
    CrystalReportViewer.Search Event
    Event fires when text is searched for in the report.
    CrystalReportViewer.ViewZoom Event
    Event fires when zoom level of the viewer changes.
    CrystalReportViewerBase Events
    Description
    CrystalReportViewerBase.AfterRender Event
    Event fires when the report rendering process is finished.
    CrystalReportViewerBase.AfterRenderContent Event
    Event fires when the report content rendering process is finished.
    CrystalReportViewerBase.AfterRenderObject Event
    Event fires when the report object rendering process is finished.
    CrystalReportViewerBase.BeforeRender Event
    Event fires when the report rendering process starts.
    CrystalReportViewerBase.BeforeRenderContent Event
    Event fires when the report content rendering process starts.
    CrystalReportViewerBase.BeforeRenderObject Event
    Event fires when the report object rendering process starts.
    CrystalReportViewerBase.Error Event
    Event fires when the report object throws an exception.
    CrystalReportViewerBase.OnRenderScript Event
    Event fires when the HTML script generation starts.
    CrystalReportViewerBase.OnRenderStyle Event
    Event fires when the HTML style class generation starts.
    CrystalReportViewerBase.ReportPartBookmarkNavigation Event
    Event fires after navigation to a report part in the same report or another report is finished.

  • Flash movie where the presenter can control the stops with a keyboard key.

    First to thank all
    I do not know how to insert an animation stops to give the presenter time and forward or backward in a linear and PowerPoint by pressing any key.
    Similar to typical PPT slideshows and will insert a small clip light and animation films. "My idea is that every time they click on any key (no button) on the film, forward motion up to a certain frame and so on until the end of the
    presentation "
    Thank you all devote your valuable time.
      elguser

    use the Key (as2) or Keyboard (as3) class.  it has what you need.

  • I can not control my cursor with the trackpad.  It moves randomly. It began after an Angry Birds update.  Anyone else have this problem?

    I have a late 2011 OS X Lion 10.7.4 that is only 6 months old.  For the first 4 months I had no problems, but then about 6 weeks ago I downloaded an Angry Birds update from the Apple App Store, and my problems began.  When playing Angry Birds the the new Angry Birds update for the first time the cursor began to jump around, moving on it's own as if someone else was controlling it.  After a few moments I became obvious I could not control the cursor with the trackpad. When I placed the tip of my finger gently in the center of the trackpad to try to hold the cursor still it becan switching from the game (desktop) to launchpad and mission control.  I then put the computer down so I was not even touching it, walked several feet away and the cursor still moved on it's own.
    I've done a lot of research over the last few weeks on related articles and realized this is a common problem with numerous different causes: PRAM settings,
    screen sharing, remote settings, having fingers accidently touch edges of trackpad, writst resting too close to trackpad, swollen battery, etc. and I don't think it's due to any of those issues.
    The problem came out of nowhere.  My computer stays at home, and is not used by anyone else.  At first it was just Angry Birds, but now it can happen at any time.  Sometimes hours or days go by when this does not happen, sometimes it happens so much I can't use the computer at all.  It can get so bad that I won't be able to click out of whatever I'm doing on my desktop, and I'll have to shut it down by holding the power button. 
    Has anyone else had this issue after updating Angry Birds?

    try a new/fresh apple brand cable and make sure it is the only usb cable in use. this worked for me, i noticed i had no problem with a lighting cable. i did a restore from scratch and from backup and it did not help me...and if you cant sync than you wont be able to get anything but apps back after the restore

  • Is there a way to automatically control the audio volume on safari? Some streaming video sites (Hulu, in particular), like to try to deafen me with the commercials. And yes, I'm not an idiot, I know that I can manually control the volume.

    I've been searching for some way to automatically control the volume, so the commercials on streaming sites (Hulu, for example), don't deafen me. And yes, I am aware that I can manually control the volume with the volume keys on the keyboard or the slider in the menubar.

    This really frustrates me, small differences between the apps that shouldn't be there.
    I understand you can't change the keyboard shortcuts to be the same/similar, but this is totally different. Let's hope it changes soon.

  • How to move the cursor with keyboard

    Is there a way to move the cursor with the keyboard? My right forearm is hurting prob because of extended use of the mouse.

    While in the 'Finder' click on 'Help' in the upper menu bar....enter 'Mouse Keys' and then select 'Controlling the pointer with the numeric keypad'....only problem I can see is the MacBook doesn't have a numeric keypad...so you would need an full size external keyboard....tried it on my iMac and it works OK...

  • Can I browse the Internet with Apple TV?

    Is it possible to visit internet sites with Apple TV? Does it have a build in browser or is it limited to YouTube and Podcasts? Thanks for any info on this!

    And I might add Michael, if Apple would add screen sharing capabilities to Apple TV like the feature built into Leopard, you could completely control the AppleTV with your MacBook Pro, so you wouldn't even need a bluetooth keyboard and mouse if you didn't own them.
    Why Apple doesn't do some of this great stuff on the AppleTV, I don't know. I suppose they'll burp and dribble these enhancements out to us eventually, but it's going to take them a long time.

  • Control CS4 Licenses with Snow Leopard server

    Hi there i have a team of designers and i have to control the applications that the access and im wondering if theres a way to control the lisenses with snow leopard server application restrictions.

    You can allow or deny launching an application, to individual users, groups, computers or computer groups.
    You can't allow x number of copies of Photoshop or any application to run concurrently until a license limit is reached.
    You would need something like Sassafras Keyserver for that.
    http://www.sassafras.com/

  • How to control the size of Database's image

    hi,
    I have already saved image in database, & i also can retrieve image from database. But My problem is that when i save big image then it shows with it's original size. But i want to see its size what i want? But how this possible?i want to see it's small size. i cannot do it. I know how to control the image with ImageIO . But i don'nt know how to control the size of an image from database. I cannot do it. Please Help me.
    Thanks
    bina

    Hi,
    You can control the database size at technical setting level based on ur requirement. Field name is Size category. 
    Thanks.

  • How to move the number with 4dec to the number with 2dec. BAPI

    Hi,
    I use BAPI fci BAPI_TRIP_GET_DETAILS which returns table 'Amount' (costs of trips). Amounts in this table have 4 decimal places and when I try move them to my own variables with 2 decimal places, real amount (number) is multiplicated *100. This return structure of the BAPI has other field currency and field decimal places of currency. I dont want devide my variables /100 because when I use foreign currency (Japan,..) it couldnt work. Exist some function with input parameters currency, decimal places of currency, decimal number - amount  and export parameter the same number (equal) with right decimal places. 
    Thanks.

    While in the 'Finder' click on 'Help' in the upper menu bar....enter 'Mouse Keys' and then select 'Controlling the pointer with the numeric keypad'....only problem I can see is the MacBook doesn't have a numeric keypad...so you would need an full size external keyboard....tried it on my iMac and it works OK...

Maybe you are looking for

  • Bluetooth headset disconnects wireless Mighty Mouse

    I have a Jabra bluetooth pair of headphones (BT620S) that I use with my Intel iMac. They work great as headphones since they are connecting via A2DP. But they also have the option of being used as a headset, for example with softphones or similar. On

  • Completed status on Calibration

    Hello Experts, I'm trying to calibrate apprasal documents (with completed status) through Calibration BSP iview, but the final rating on the Appraisal form is grayed out. Is that correct, I can not calibrate final Appraisal documents with completed s

  • Get Parent node from Base member

    Hi , My user select base member from CV . I want parent node for that base member . I am using =EVPRO( App name , memmber id , "PARENTH1" ) . I am not getting parent member from this funcation . Pls let me know any other way for this ? regards, PSR

  • Can't Edit itunes songs

    I've just purchased a new Dell Inspirion loaded with Vista. I noticed after I downloaded itunes and transfered all my music files from an external hard drive that I can no longer edit songs and info on the main itunes page. I could do it with my old

  • Enable the Ethernet Port on the STB ?

    Hi I have a PC right next to the Verizon STB (the HD one w/o DVR) and I was wondering if Verizon can enable the ethernet on the back of the STB so I can plug in the PC and get it networked w/ the rest of the net ? Thanks, HC