Easy question for someone...I hope

I have an Edirol FA-66 interface. It's connected through fire wire to GB, GB recognizes this yet no levels come through a basic track...any thoughts?

Nevermind...

Similar Messages

  • Easy one for someone, I hope

    This is probably an easy one for someone:
    I have a simple password function in a child movie and am
    using the standard code to activate the enter key
    on (release, keyPress "<Enter>") {
    It works fine on it's own, but doesn't work when it's loaded
    into the parent movie. What's the solution?
    Simonster

    create a submit button that works the same as the keypress
    Dan Mode
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    "Simonster" <[email protected]> wrote in
    message
    news:e940j1$a8o$[email protected]..
    > This is probably an easy one for someone:
    > I have a simple password function in a child movie and
    am using the
    > standard
    > code to activate the enter key
    >
    > on (release, keyPress "<Enter>") {
    >
    > It works fine on it's own, but doesn't work when it's
    loaded into the
    > parent
    > movie. What's the solution?
    >
    > Simonster
    >

  • Personal domain.... easy question for someone who has done it.. easy points

    If i forward my www.vegasablaze.com to mobile me from go daddy and set up the personal domain in my mobile me account will my address bar read http://www.vegasablaze.com or will it read my mobile me site address? ie http://web.me.com/example/Site/Welcome.html? See once i posted my site to godaddy i lost my blog ability. But I dont want people to se my mobile me address. So I would like to forward to personal domain. but am afraid if it goes to my mobile me it would look unprofessional..

    Personal Domain replaces the web.me.com/username part of the URL with the domain name, with the subsequent folder and filenames on the end, so that to take your example of
    http://web.me.com/example/Site/Welcome.html
    people entering http://domainname.com
    would be taken to the welcome page and the URL showing will be
    http://domainname.com/Site/Welcome.html
    However note that when you do this the original web.me.com URL still works and is searchable by Google. Though casual visitors to your domain won't see the real URL, it's not difficult to find it.

  • Easy question for the MODS

    Unlike more difficult questions like CRC problems, ps problems, etc, this is rather an easy question.
    The KT4V manual (page 3-8) lists the onboard NIC as a "boot device" option.  This "feature" is available in Bios 1.1, 1.2 but not available in Bios 1.4 and later.  
    Any reason why this feature was mutilated and not available anymore in the later bioses?
    Are there two different bioses for KT4V and KT4V-L?  If yes where can one find the bios for KT4V-L?
    I know this feature is not very popular with the majority of users, and I'm not trying to bust anyone's balls for removing un-popular features, but the "boot from NIC"  was one of the features/reasons why I got this mb, and I would rather use a much newer bios than 1.2 (for known reasons).
    Also, while on this topic, boot-from-usb (especially thumb drives) feature would also be greatly appreciated - I think it is also listed in the manual.
    TIA

    Hi,
    Quote
    Please suggest him to update the BIOS Ver1.9 which can support Boot from LAN and boot from USB devices.
    AMI BIOS can boot from the devices which support BIOS Boot specifications (BBS, you can refer to the attached file for the information).
    Email me, so I can send you the BIOS PDF.

  • Easy question for all you ActionScript wizzkids!

    I have created the following Actionscript to control a 'Next
    Question' button. The idea is that it will choose a random frame to
    link to in the current scene (Part2).
    nextQ_btn.onRelease = function (){
    gotoAndStop("Part2", n);
    n = Math.random()*1+3;
    At the moment, when I click the 'Next Question' button,
    nothing happens. What's up with my script? My programming knowledge
    is very limited and this is just about all that it can manage!
    The button works when I take out the n variable and put in a
    frame number manually.

    monkee,
    There appear to be two issues with your code:
    1. you're calling n before you have defined it
    2. you need to generate a random whole number and the random
    number generator will have decimals
    The solution is
    1. call for n after you define it
    2. use a rounding action to make the random number a whole
    number
    So:
    nextQ_btn.onRelease = function (){
    // generate a rounded random number between 0 and 4
    n = Math.round(Math.random() * 4);
    trace (n)
    // go to the random number +1, making the range 1-5
    gotoAndStop(n+1);
    As you may already know, the trace action helps solve these
    types of issues by letting you know the value of n if it is
    defined... when you test movie, the results of the trace statement
    show n has a value in the output window. In your original code, it
    would show undefined.
    Hope this helps. One other thing you may face is figuring out
    a way not to ask the same question twice. You probably will want to
    use an array of eligible questions before long.

  • Question for someone with T410 and recent BIOS

    I only have one T410 here so I cannot check another one.  Is there a Bluetooth option in your BIOS (probably under security/I-O Port Access)?  I have a machine here where I cannot see the bluetooth radio. (I tried 2 bluetooth cards and 2 cables.  It is acting like it is disabled in the BIOS, but there is no setting there I can find.  Thanks

    I don't have Bluetooth on my T400 and there isn't any option in the BIOS for it, T410's BIOS could be different.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • The Mother of all Easy Questions...I hope!

    I just got Logic Studio recently giving me very little time to learn how to use it before needing to create accompaniments for a concert that's coming up. Having only ever used Garage Band (starting simple) in the past I am trying to figure out how to get my accomp's onto a CD. W/Garage Band you just export things to iTunes and burn them. Piece o-cake Is it that simple with Logic or do I have to convert Midi files to Audio files and do I have to use Wave Burner? Bottom line...My concert is Monday...I'm looking for either a reference to where I can find this info in the manuals (I've gone through the contents several times and can't find a heading that sounds pertinent to my needs)...or could someone please just tell me how to do it.
    In a crunch....

    In Logic, exporting files is called "bouncing." That is located under the file menu. In the bounce window there is an option to automatically load the file into iTunes once it is finished bouncing. Make sure that box is clicked, and there you go, just like garageband.
    And no, you don't need to convert MIDI files. Logic includes all active, unmuted tracks as a part of your audio mixdown.

  • Question for someone who knows IOS

    It is my understanding that Apple TV is an application that is on IOS, which is what Apple TV runs, similiar to what the other mobile apple devices run. This means it will be possible to run apple TV on other IOS devices as I think some have done unauthorized.
    My question concerns future add-ons to ATV if ATV is essentially an just an app.
    So lets say they wanted to add (Major League Baseball)MLB. Adding MLB (which is on the iphone and ipad now) will not be running a MLB app on ATV, instead it will be a complete change to the ATV app.
    Is the above coreect?
    In other words, Netflix on the ATV, is that an app running on IOS or is it part of the ATV app?
    I hope this makes sense.

    I found the answer.
    Whenever you have an operating system it is made of 3 components.
    1) The graphics user interface (GUI)
    2) The core system
    3) The thing that connects the two
    Apple TV has a different GUI then the iphone, that is what you see when you turn it on, the main menu and how you navigate through your phone.
    So what I thought what was the "Apple TV App" is actually the interface.
    So....basically the TV can run the same apps if the app writers adjust them a bit so they fit the GUI of ATV. Currently the ATV has a youtube app and a netflix app and an itunes app, similiar to your iphone. You just interact with them through the ATV interface.
    Message was edited by: richardya

  • This is a question for Someone with a UK 80gb video ipod, NOT A CLASSIC

    Can someone please tell me if this works
    Open itunes, connect pod
    Select all in ipod (not itunes library , while connected)
    Get info
    Slide the vol slider all the way to 100
    Wait a few moments for the magic to happen
    Then is the output louder, like it makes it on my 60gb ipod
    Not just full volume half way as some suggest, but LOUDER
    plugging into a recording device and watching the meter go up more is proof that my ears are not lying
    My 2nd and 5th gen ipods do this but it has no effect on a classic
    I would say around 60gb of my music is barely audible (Ripped vinyls so they are not as loud as CDs)
    which is why Im after a 80gb 5.5 gen but dont fancy wasting more money after the fiasco called a classic ipod
    Many thanks

    cypherism wrote:
    I would say around 60gb of my music is barely audible (Ripped vinyls so they are not as loud as CDs)
    Why aren't they?
    I've watched your previous threads on this subject with the same trepidation as Meg St. Clair, deggie, Jeff Bryan and Zevoneer (all of whom have a lot of knowledge and earn my respect for it), but I have hesitated to respond for obvious reasons. Until now.
    You mention ripped vinyl being quieter than CDs. Perhaps you should get the level right on the ripped vinyl before importing it into iTunes. Then it would be (almost) the same as CDs.
    I use Audacity to rip vinyl to .mp3 for importing to iTunes. Whatever programme you use (if it's any good) should have similar feature to the one I'm about to describe. Once recorded into Audacity and trimmed to length, select all (of the file) and click on Effect/Amplify . A dialogue box comes up which tells you how much amplification will be applied and the new peak amplitude (dB). You should not go above the 0dB mark, nor should you "allow clipping" because you will introduce distortion and/or "clip off" the loudest sounds which will sound dreadful. (I actually amplify to a new peak of -0.3dB, that's my safety margin.)
    I mentioned before that the file would now be almost the same as a CD. A CD has a wider dynamic range than vinyl (the difference between the softest and loudest sounds) and many recent CDs also have far more bass than vinyl, which was limited in this respect due to the technology available at the time. Consequently, your ripped vinyl-to-mp3 will probably never be as "punchy" as CD, but at least there will be less difference if the dB level is similar. You could also boost the bass in Audacity - before amplifying - but be very cautious because it's a crude adjustment and if you over-do it, the result will be very tiring when you listen to the song more than once! I speak from experience!
    If you use the "boost" feature in iTunes *and it actually does something", it will probably introduce distortion, especially if you simply "blanket boost" all your mp3s by the same amount. It's a very crude method of achieving very little. it should be used selectively and with caution.
    By the way, I have a 5th gen late model UK iPod and a 160GB Classic! Whether or not it, or they both have a volume cap - live with it!

  • DMZ config! How to do? Easy question for experts! (ASA 5510

    Dear All
    I would like to add a DMZ and VPN to inside network to my ASA5510 configuration, but I'm not sure about the correct way to achieve my goal (I'm a newbie).
    I'll rate your post and promise to send to the best answer a traditional Christmas gift from my country, I'm sure that you will be pleased with it!:)
    Goal:
    1- I want to put a Microsoft Exchange Server 2007 (EDGE Role- Front-Side e-mail server) on a new DMZ.
    2- VPN access to inside network.
    1.1 This e-mail server (name EDGESRV) in the DMZ needs the following configurations:
    Access to EDGESRV from Internet (SMTP)
     Access from EDGESRV to internet (SMTP)
     Access from internal network to EDGSRV ports: 25(SMTP), 50389 (Ldap), 50636(Secure Ldap) and port 3389 (TCP for terminal services)
    ROUTER :
    Interface Serial IP: 195.22.12.46/30
    IP route 0.0.0.0 0.0.0.0 195.22.12.45
    Interface Ethernet f0/0: IP 195.22.26.17/29 (connect to router)
    ASA NETWORK
    Interface External e0/0 :IP 195.22.26.18/29 (connect to router)
    Interface internal: e0/1: IP 10.10.100.1 mask 255.255.252.0
    Interface DMZ: e0/2 : IP 10.10.150.1 mask 255.255.255.0 (not implemented yet)
    ASA Configuration (actual)
    ASA Version 8.0(2)
    interface Ethernet0/0
    nameif Interface_to_cisco_router
    security-level 0
    ip address 195.22.26.18 255.255.255.248
    interface Ethernet0/1
    nameif Int_Internal_domain
    security-level 100
    ip address 10.10.100.1 255.255.255.0
    interface Ethernet0/2
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    management-only
    passwd xxxxxxxxxxxxx encrypted
    boot system disk0:/asa802-k8.bin
    ftp mode passive
    clock timezone WEST 0
    clock summer-time WEDT recurring last Sun Mar 1:00 last Sun Oct 2:00
    dns domain-lookup Interface_to_cisco_router
    dns domain-lookup Int_Internal_domain.com
    dns server-group DefaultDNS
    name-server 195.22.0.136
    name-server 195.22.0.33
    domain-name domain.com
    same-security-traffic permit intra-interface
    object-group protocol TCPUDP
    protocol-object udp
    protocol-object tcp
    access-list Interface_to_router_Cisco_access_in extended permit object-group TCPUDP any any eq domain
    access-list Interface_to_router_Cisco_access_in extended permit tcp any any eq www
    pager lines 24
    logging list Registo_eventos_william level emergencies
    logging list Registo_eventos_william level emergencies class vpn
    logging asdm informational
    logging recipient-address [email protected] level critical
    mtu management 1500
    mtu Interface_to_router_Cisco 1500
    mtu Int_Internal_domain 1500
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-602.bin
    no asdm history enable
    arp timeout 14400
    global (Interface_to_router_Cisco) 101 interface
    nat (Int_Internal) 101 10.10.100.0 255.255.255.0
    nat (Int_Internal) 101 0.0.0.0 0.0.0.0
    nat (management) 101 0.0.0.0 0.0.0.0
    access-group Interface_to_router_Cisco_access_in in interface Interface_to_router_Cisco
    route Interface_to_router_Cisco 0.0.0.0 0.0.0.0 195.22.26.17 1
    access-list Int_Internal_access_in extended permit tcp any any
    access-list Int_Internal_access_in extended permit udp any any
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout uauth 0:05:00 absolute
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http 10.10.100.0 255.255.255.0 Int_Internal_domain
    http 10.10.10.0 255.255.255.0 management
    http 195.22.26.16 255.255.255.248 Interface_to_router_Cisco
    http 192.168.1.0 255.255.255.0 management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    no crypto isakmp nat-traversal
    Kind Regards
    MP

    Mario,
    I think you have much more to go but this is a start, I don't think I have cover everything .. others in netpro may add to this.
    1- I want to put a Microsoft Exchange Server 2007 (EDGE Role- Front-Side e-mail server) on a new DMZ.
    Use this example, Configuring Mail server on DMZ http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806745b8.shtml
    2- VPN access to inside network.
    You can configure RA VPN server using/creating in ASA5510 Local user database
    http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a008060f25c.shtml
    or configure RA VPN server using IAS RADIUS-Windows AD for authentication
    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806de37e.shtml
    1.1 This e-mail server (name EDGESRV) in the DMZ needs the following configurations:
    Access to EDGESRV from Internet (SMTP)
     Access from EDGESRV to internet (SMTP)
     Access from internal network to EDGSRV ports: 25(SMTP), 50389 (Ldap), 50636(Secure Ldap) and port 3389 (TCP for terminal services)
    -Access to EDGESRV from internet on port smtp if you have spare public IP you can create a one-to-one NAT for this server and create
    inbound access rules to allow access on SMPT from outside internet.
    If you do not have spare public IPs for a one-to-one nat on this server you can use ASA outside interface static PAT.
    Example : static (dmz,outside) tcp interface smtp netmask 255.255.255.255
    -Access from EDGESRV to internet (SMTP)
    You need to PAT DMZ network, if EDGESRV does not have one-to-one static NAT
    typical scenario
    global (outside ) 101 interface
    nat (dmz ) 101 0 0
    or
    nat (dmz) 101 <255.255.255.255>
    also for the MAIL Server, if you are using DNS server from your inside network you need acl to allow traffic from MAILserver DMZ to DNS in inside network.
    -Access from internal network to EDGSRV ports: 25(SMTP), 50389 (Ldap), 50636(Secure Ldap) and port 3389 (TCP for terminal services)
    from low sec level 0 to high sec level access is permited by default, you do however need to create static nat to allow comm between inside and dmz
    in your scenario if you have 192.168.1.0/24 for inside interface network you would then create something like this.
    static (inside,dmz) 192.168.1.0 192.168.1.0 netmask 255.255.255.0
    Observation -
    I see you have interface Ethernet0/2 free, I assume you will probably be using this interface for your DMZ, I would advice to use subinterfaces and use dot1q in order to scale your DMZs in the future.
    Look this link for reference on working with subinterfaces
    http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/intrface.html
    Rgds
    Jorge

  • SQLPLUS multiple data entry. Very easy question for experts.

    Hi sorry to bother you again but is it the same method as in MySQL to enter multiple data at once?
    I am trying to save time by entering all the contents of a table all at once,
    For example;
    INSERT INTO Borrower (BorId, BorName, BorMaxBooks) VALUES (
    (001, 'Bob', 4),
    (002, 'James', 5),
    (003, 'Dave', 6);
    Please can you tell me where I cam going wrong and I promise I will shut up and go away.
    Thanks.

    i can! :)
    SQL> create table T
      2  (BorId varchar2(64),
      3  BorName varchar2(64),
      4  BorMaxBooks number)
      5  /
    Table created
    SQL> insert into t
      2  select '001', 'Bob', 4 from dual
      3  union all
      4  select '002', 'James', 5 from dual
      5  union all
      6  select '003', 'Dave', 6 from dual
      7  /
    3 rows inserted
    SQL> select * from t
      2  /
    BORID                                                            BORNAME                                                          BORMAXBOOKS
    001                                                              Bob                                                                        4
    002                                                              James                                                                      5
    003                                                              Dave                                                                       6
    SQL>

  • Easy question for any over-critical java tech!

    hi over-critical java tech man/woman. i have this class library for org.apache.poi.* .. which i will be using to manipulate .xls and .doc type files. i need help installing it. i havnt tried any command-line stuff yet, which im sure is the right way to go. ive been dragging and dropping into the src.zip file .. which could be harmful .. yes? oh boy im in for some scrazy responses

    thanks for the reply duffy,
    I looked through the .jar file I was using and it contained all the necessary classes I needed to compile my java file. In my java file, I have included the line:
    import org.apache.poi.*;
    as a package to try and obtain all the necessary classes needed to compile my file.
    In the jar file the folders are ordered in that exact order:
    org/apache/poi/'all class folders here'.
    when I type the following into the command prompt and press enter:
    java -cp ;c:\poitools\poi-2.5.1-final-20040804.jar
    i get the following message:
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -client to select the "client" VM
    -server to select the "server" VM
    -hotspot is a synonym for the "client" VM [deprecated]
    The default VM is client.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument
    But I'm confused, because I'm following the steps found on a 'java classpath website'. I guess I'll keep trying, but I'm exhausted from doing the same thing over and over again.

  • Easy Question for you hard programmers

    Do I have to do something special to read from a file using Fort�? My program compiles fine, and it'll even run at a prompt or in TextPad, but when I run it in Fort�, it throws a FileNotFoundException.
    Help Appreciated.

    You do have to look in the correct directory for the
    file, but that's true whether you are using Forte or
    not. Perhaps you are not specifying any directory
    path and you don't know what Forte uses as its current
    directory?I've run into the same problem with Forte when I try to use ClassLoader.findResource to find a file. I never did figure out where it's supposed to be, even if I modifed the classpath. However, it worked when I specified a specific file path, i.e. starting with C:\ etc etc. What's annoying is that you of course have to escape the backslashes. C:\\dir\\subdir.... etc. yuck.

  • Easy question for Apple pro users from new users

    How do you copy pictures from the iPhoto on our system to an external HD? In other words I can highlight the pictures in the source location and do the copy function, however no paste function shows when going to the external HD location. I have also tried dragging and dropping the select files or folders of pics with no success.

    Click on the drive, choose Get Info from the File menu, and check the format.
    If it's formatted as NTFS, reformat it as MS-DOS, exFAT, or Mac OS Extended (Journaled) as desired, or install software such as Paragon NTFS on the computer.
    If it's formatted as FAT32 or exFAT, use the Disk Utility's Repair Disk command on it; this may also happen for a flash drive which is about to fail.
    If it's formatted as Mac OS Extended, click Authenticate and provide your administrator password, or change the permissions on that specific folder in its Get Info window.
    (113772)

  • Easy question for a quick point

    I want to connect SCOM site Management Group B to connect up to Management Group A.  Does it matter on which server I create the connection? 

    Hi,
    Please read the following link for more information on this:
    http://technet.microsoft.com/en-us/library/hh230698.aspx
    Best regards,
    Marthijn.

Maybe you are looking for

  • How do I add a user command to a Adobe Form Button?

    Hi, I want to add a user command to a Adobe Form button, but have no idea how to do it? (Since the material I have only mentioned how to do it by using JSP pages). This is a question comes from PCR. Thanks.

  • Where do I find Akamai to download? I have accidentally erased it from my MacBook Pro! (doh!)

    Hallo fellow forum dwellers! I accidentally delated Akamai from my laptop and am having trouble finding somewhere to download and re-install it. Any ideas folks? Thanks!

  • How to open Bing in a new tab?

    I know that most people are looking for the way how to remove Bing from a new tab, but I want to make a vise versa :) I have already found the way how to set up Firefox to open Bing in a new tab. But what I miss - is the position of the cursor. It st

  • Calender is driving me nuts,....

    Is it me or is the calender useless? I use Outlook as my main calender andf sync to my BB. I make a change in my Outlook calender during the day and resync at night and end up with duplicate calender entries (all entries) on the BB!!. I clear out all

  • Problems with JGSS tutorial - AccessControlException

    Hi all, unfortunately I've got a big problem with the ClientServer JGSS tutorial. After doing everything like the HTML file said, I firt started the server and then the client. The client then produces this exception: Kerberos username [stnt1]: myNam