Creating Bus Names.

I have had logic now for almost 2 weeks. I have gone from totally bewildered to enjoying logic and using it. Yea.
I can get around it semi-ok now and I am enthused. But, I can't seem to find a way to name buses. I can name tracks, but not buses. I see there is some mentioning of it through RE-Wire software on page 179 of the reference manual. But I must say that I haven't experimented yet with re-wire things so I'm still in the dark about those.
But back to the question.... Is there a way to name the buses?

Try following:
open up the track mixer (Windows ->Track Mixer), find the bus in the mixer (make sure that "Global" is checked) and double click it - that will make the bus show up among the tracks in the arange window. Consequently, rename it as you would the regular audio track (and change the icon to something nicer
Good luck!
H.

Similar Messages

  • "unable to create *file name*" error

    I imported videos from ipod touch to iphoto. Then i try to export the videos on either desktop or external hard-drive and it gives me the "unable to create *file name*" error in both cases. To export videos i go FIle-Export, choose kind "original". Tried to do it with several different albums, and it doesn't work on any of them. Didn't have an issue for exporting pictures though.
    Please help!
    Nina

    What exactly was selected when you did the test?
    Regards
    TD

  • How to save the Created by name instead of saving  login user name

    Hi All,
    I done Without log in Jsp page to open one responsibility without login .
    here created one column Created by here user can view list of values in username . it EAM module work request page .
    my issue is while creating the work request Created by name saving in to the database but requirement is user needs to select using created by LOV that username needs to be save on data base .
    once open the application created by name is coming as a login name using controller i removed the created by i set the created by name in PR is lovevent .
    front end its working fine but while saving login user name is saving i need to save the created by name based on the lov .
    can any one help to overcome this issue......
    Thanks in Advance.....
    Kumar

    Hi,
    Thanks For Reply
    It is a Standard Page and created by column Passing in the package while inserting the data FND_GLOBAL.UserID.
    I have One more option i need to pass the created by as perameter in Jsp Page based on that user i need to get the password using (Encrprit ) command .
    Is it Possible to do in Passing the Parameter OAF to JSP page .and how to Encrprit the password to avoid entering the password .
    I hope U understand My Requirement..
    Regards,
    Kumar

  • Dynamically creating variable names in javascript

    Hi.
    I have to create variable names dynamically in JavaScript.
    My JSP file accesses information from Database and forms a String corresponding to the information received.
    This String is passed to a JAvaScript function that should CREATE a variable with that NAME.
    For Ex:
    My database access resulted in a single row...
    id name sal
    34 John Smith 38000
    the resulting VARIABLE NAME should be Menu34. 34 comes from the database result.
    Is there any function to dynamically create a variable name in JavaScript?
    Thanks in advance.

    The JSP is printing the contents of an HTML page, and Javascript code can be part of that output...
    So you would just write out the stuff, something like this....
    <script>
    <% while(rs.hasNext()) { %>
    var Menu<%= rs.getInt("id") %> = '<%= rs.getString("name") %>';
    <% } %>
    </script>
    In the browser, it'll just look like another long list of Javascript variables.

  • Creating variable names?

    hi all
    is it possible to dynamically create variable names so you can keep track of them?
    I have to generate the following code a number of times depending on a number the user has input. So ideally Id like to create
    variables whose names i can keep track of for later reuse
    eg horHatch1, horHatch2.... without hardcoding them in. is this possible?? are there any better ways of accomplishing this task?
    this code just draws and adds labels on an x axis.
    thanks
    Line2D.Double horHatch1 = new Line2D.Double(horAxis.getP1().getX() + horInterval,
                                                    horAxis.getP1().getY() - HatchLength/ 2,
                                                    horAxis.getP1().getX() + horInterval,
                                                    horAxis.getP1().getY() + HatchLength/2);
        graphics.draw(horHatch1);

    hi
    i used the following code
    but i need to convert Line"d to Line2d.Double as explained below
    for(int i=1; i<x+1; i++)
    Line2D.Double horHatch1 = new Line2D.Double(horAxis.getP1().getX() + horInterval*i,
                                                    horAxis.getP1().getY() - HatchLength/ 2,
                                                    horAxis.getP1().getX() + horInterval*i,
                                                    horAxis.getP1().getY() + HatchLength/2);
        graphics.draw(horHatch1);
         v.addElement(horHatch1);
    Add text to hatches
        decorateVerticalLine(graphics, horHatch1, "M");
        decorateVerticalLine(graphics, horHatch2, "T");
    decorateVerticalLine(graphics, (Line2D)v.elementAt(i), names.elementAt(nColumn).toString());
    //compiler complains that (Line2D)v.elementAt(i) is not of type java.awt.geom.Line2D.Double  but of   java.awt.geom.Line2Di tried :
    horizontalAxisTicks[i] =((Double)(Line2D)v.elementAt(i)).doubleValue()).getX1();
    but this isnt correct i dont think.
    thanks

  • Windows 2003 - create folder name with yesterday's date

    Hello friends..
    please advise,
    I want to create folder name with yesterday's date and then move yesterday's date files to this folder...so for example;
    if today is 2014_07_17 then create folder as below (2014_07_16)
    d:\test\214_07_16
    then move all files extension .txt from d:\test\*.txt to d:\test\2014_07_17
    thanks in advance...

    These ones may help.
    Use PowerShell to Create a Bunch of Folders Based upon the
    Date
    Using the Move-Item Cmdlet
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to change 'created by' name in the smartform

    Hi,
    I have copied one standard smartform into Z_smartform. My z_smartform is having 'created by' name as in standard smartform.
    Could anyone please tell me how to change that name to my name.
    Thank you,
    Regards,
    Kusuma.

    Hi,
    Now I understand. I tried to reproduce your problem by copying a standard smartform and the 'Create by' had my user ID.  But now you say you uploaded the smartform from a file it becomes clear.
    The uploaded smartform will retain the user ID from the original form, if you want to change this copy the form to a temporary name, then copy it back again to the original name.
    Regards,
    Nick

  • Publish WebService and Create Alias Name

    Dear All,
              I created web service and deployed into WAS sucessfully through WebDynpro. Now i can access that webservice through Dynpro application. I didn't publish on
    the UDDI Registry.
              My problem is in future the the Web service URL might be changed into some other server. So without coding change i have to access new web service URL.
         I tried the following way to access _setHTTPDestinationName() method, but i could not see this method.
    If try the following way i got only three methods.
    1. _setEndPoint()
    2. _setPassword()
    3. _setUser().
      wdContext.currentRequest_RLCWebServiceViDocument_getRoleElement().modelObject().
    Can you anybody help how to publish in UDDI directory and create alias name?.
    Advance Thanks,
    S.Saravanan.

    Hi,
    I was also facing the same problem when I was using NWDS 2.0.9. After it was upgraded to SP 15, the issue got solved.
    The method _setHTTPDestinationName() for setting the HTTP Destination name to a modelobject is available in the NWDS SP 15. Pls make a try with this version of NWDS and hope this would solve the problem.
    Srinivasan T

  • I have taken over 9999 pictures with my phone and it is now creating duplicate names for the pictures starting back at 0001 making it difficult to manually upload my photos like i always have. How do i fix this?

    I have taken over 9999 pictures with my phone and it is now creating duplicate names for the pictures starting back at 0001 making it difficult to manually upload my photos like i always have. How do i fix this?
    (I tried to just write this as a reply to someone who had already asked the question whos problem was magically solved after posting the question and the site was not allowing me to post to it so here I am)

    Additionally, when I try to sort the photos by date to easily extract the newest photos which I have not yet uploaded, it is unable to put them in correct order regardless of the fact that the date is correct. Only the videos end up in chronological order for some reason while the photos stay in order by name.

  • How to change the "created by" name in calendar entries

    My iPad calendar events have a typo in the "created by" name field. Does anyone know where this name comes from and how to change it?
    I'm running the latest iOS. I sync with Outlook on a stand-alone Windows 7 PC via iCloud (not using Exchange). It does not seem to matter on which device the events are created.

    This type of question should really be asked in the Feedback on Developer Exchange forum or by email the site administrator directly, I'm sure the people that recieve these messages as part of their newsgroup services don't want read about DE specific problems.
    That being said, click on "My Profile" in the top right corner of all NI web pages. From there click on "Modify Profile". You will see a box containing your information including your "Alias", click on edit and change your alias.
    Brian

  • Digital Waveform Graph refuses to edit Bus names

    I am trying to display digital waveforms on graph whose lines are grouped. It looks like the functionality exists to group the lines into "Buses". There appears to be a way to rename each Bus from its default "Bus 0, Bus 1, etc." since there is an Express VI called "Group Digital Signals" that does it. It looks like the express VI is editing the attributes on the waveforms in order to rename the Buses. The attributes are NI_ChannelName for the Bus and NI_LineNames for the lines that make up the bus.
    When I code it, the Line Names are renamed according to what I want, but the Bus names remain default Bus 0, Bus 1, etc. Is there something I must do to rename the Buses?
    (see attached VI)
    Thanks,
    Dan
    Solved!
    Go to Solution.
    Attachments:
    Digital Graph.vi ‏26 KB

    So Young Daniel, do you mean like this?
    All I did was select where is said Bus 0,1 or 2 and typed in a new value.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Creating alias name for Context

    I have a servlet instance name Sample I can access like this
    http://localhost:8080/Sample
    I am going to change the instance name programmatic ally. For example the same instance has to access like this also
    http://localhost:8080/Sample1
    http://localhost:8080/Sample2 etc...
    this something like one instance with multiple names
    what are the steps to do in tomcat side ?? Explain me more clear
    One more question , Inside the tomcat webapps i have a folder & place a WAR in it. while restarting the WAR has to expanded right?
    this is not done, I know why b'coz is in conf folder, server.xml will have appBase 'webapps' unpackWARs = true. How to change the appBase in server.xml through code.
    Thanks in advance,
    Saratha

    I guess you could do that. With 11g Rac you would be able to use SCAN which is a single dns name to access your cluster. But even in 10g you could create additional names for your vips if you like those names better.
    Bjoern

  • Create service name in oracle

    please suggest how can i create service name in oracle through my program,

    Thank you for your immediate response.
    We want to create a net service name from our source code.
    Usually we'll create a net service name using "net configuration assistant" or "net manager" manually.Now, we have to automate this process through our source code. plz help for the same.

  • Rewire bus names are too long.

    Hi. Logic Pro 10.1 - Mavericks - Rewire inputs on Aux channel strips.
    Many rewire bus names are too long to see the channel numbers so the lists end up with no numbers (e.g. "RW:Reaper Outp" repeated over and over for all the inputs). I can't see a way to edit the names or apply a name mask (even in the environment) in Logic like you can in a lot of other DAWs. Is this possible in Logic?
    Thanks.

    I re-booted my desktop and now the files are transfering. Not sure why the difference? I looked around on other posts and tried their suggestions.
    I am very careful to not use illegal file names and have taught classes at our Camera Club on proper file naming conventions because of all the issues members have had submitting digital photos for various projects. As a webmaster, I have to be very careful with my file naming on Unix/Linux/ Apache servers too.
    The error wasn't any speficic file as I was transfering a folder for a whole year of photos.
    Thank you for answering. I hope it all keeps working?

  • Ttcwadmin -create -dsn name returns error TT48008

    We had a functioning Oracle Clusterware managed Active Standby Pair configuration, but wanted to add an additional application to the cluster.oracle.ini.
    I did: ttcwadmin -stop -dsn <name>
    Then: ttcwadmin -drop -dsn <name>
    I updated the cluster.oracle.ini on both nodes adding the new application.
    Then: ttcwadmin -create -dsn <name>
    (ttCWAdmin:) crsctl.c(23373): TT48008: A cluster for the DSN <name> has already been registered.
    The description for TT48008 says: Stop and deregister the cluster corresponding to the DSN, before you create a new cluster with the same DSN.
    I thought that was what the ttcwadmin -drop did. I have done ttcwadmin -shutdown and the -init, but the error remains.
    The command: crsctl status resource -t
    gives no indication of what resource I should unregister (delete?, crsctl has no unregister option as far as I can tell)
    Edited by: Ed Smith on May 2, 2013 1:42 PM

    We have since determined that there is a bug in 11.2.2.3.0 which does not allow more that 1 application to be defined, but here is the info requested after success:
    ~> ttversion
    TimesTen Release 11.2.2.4.5 (64 bit Linux/x86_64) (linux:17001) 2013-03-30T17:04:57Z
    Instance admin: timesten
    Instance home directory: /opt/TimesTen/linux
    Group owner: timesten
    Daemon home directory: /opt/TimesTen/linux/info
    PL/SQL enabled.
    Oracle Clusterware 11.2.0.2 with patches 9974223, 13696242 and 13923804
    ~> crsctl stat res -t
    NAME TARGET STATE SERVER STATE_DETAILS
    Local Resources
    ora.ASM_NONDATA.dg
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    ora.LISTENER.lsnr
    ONLINE ONLINE eqiomsl711
    ONLINE OFFLINE eqiomsl712
    ora.asm
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    ora.gsd
    OFFLINE OFFLINE eqiomsl711
    OFFLINE OFFLINE eqiomsl712
    ora.net1.network
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    ora.ons
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    ora.registry.acfs
    ONLINE ONLINE eqiomsl711
    ONLINE ONLINE eqiomsl712
    Cluster Resources
    TT_Activeservice_linux_timesten_TTPFEI1
    1 ONLINE ONLINE eqiomsl711
    TT_Agent_linux_timesten_EQIOMSL711
    1 ONLINE ONLINE eqiomsl711
    TT_Agent_linux_timesten_EQIOMSL712
    1 ONLINE ONLINE eqiomsl712
    TT_App_linux_timesten_TTPFEI1_InsightPFE_0
    1 ONLINE ONLINE eqiomsl711
    TT_App_linux_timesten_TTPFEI1_InsightPFE_1
    1 ONLINE ONLINE eqiomsl712
    TT_Daemon_linux_timesten_EQIOMSL711
    1 ONLINE ONLINE eqiomsl711
    TT_Daemon_linux_timesten_EQIOMSL712
    1 ONLINE ONLINE eqiomsl712
    TT_Master_linux_timesten_TTPFEI1_0
    1 ONLINE ONLINE eqiomsl711
    TT_Master_linux_timesten_TTPFEI1_1
    1 ONLINE ONLINE eqiomsl712
    TT_Subservice_linux_timesten_TTPFEI1
    1 ONLINE ONLINE eqiomsl712
    ora.LISTENER_SCAN1.lsnr
    1 ONLINE ONLINE eqiomsl712
    ora.LISTENER_SCAN2.lsnr
    1 ONLINE ONLINE eqiomsl711
    ora.LISTENER_SCAN3.lsnr
    1 ONLINE ONLINE eqiomsl711
    ora.cvu
    1 ONLINE ONLINE eqiomsl711
    ora.eqiomsl711.vip
    1 ONLINE ONLINE eqiomsl711
    ora.oc4j
    1 ONLINE ONLINE eqiomsl711
    ora.scan1.vip
    1 ONLINE ONLINE eqiomsl712
    ora.scan2.vip
    1 ONLINE ONLINE eqiomsl711
    ora.scan3.vip
    1 ONLINE ONLINE eqiomsl711
    ~> ps -ef |grep ttCRS
    timesten 4930 1 0 May03 ? 00:00:00 /opt/TimesTen/linux/bin/ttCRSAgentCmd start
    timesten 4966 1 0 May03 ? 00:00:00 /opt/TimesTen/linux/bin/ttCRSdaemonCmd start
    timesten 8424 1 0 May03 ? 00:01:25 /opt/TimesTen/linux/bin/ttCRSactiveserviceCmd start
    timesten 8614 1 0 May03 ? 00:00:02 /opt/TimesTen/linux/bin/ttCRSmasterCmd start
    timesten 11077 1 0 May05 ? 00:00:09 /opt/TimesTen/linux/bin/ttCRSappCmd start
    ~> ttcwadmin -status
    TimesTen Cluster status report as of Mon May 6 09:32:30 2013
    ====================================================================
    TimesTen daemon monitors:
    Host:EQIOMSL711 Status: online
    Host:EQIOMSL712 Status: online
    ====================================================================
    ====================================================================
    TimesTen Cluster agents
    Host:EQIOMSL711 Status: online
    Host:EQIOMSL712 Status: online
    ====================================================================
    Status of Cluster related to DSN TTPFEI1:
    ====================================================================
    1. Status of Cluster monitoring components:
    Monitor Process for Active datastore:RUNNING on Host eqiomsl711
    Monitor Process for Standby datastore:RUNNING on Host eqiomsl712
    Monitor Process for Master Datastore 1 on Host eqiomsl711: RUNNING
    Monitor Process for Master Datastore 2 on Host eqiomsl712: RUNNING
    Monitor for Application InsightPFE_0: RUNNING on Host eqiomsl711
    Monitor for Application InsightPFE_1: RUNNING on Host eqiomsl712
    2.Status of Datastores comprising the cluster
    Master Datastore 1:
    Host:eqiomsl711
    Status:AVAILABLE
    State:ACTIVE
    Grid:NO GRID
    Master Datastore 2:
    Host:eqiomsl712
    Status:AVAILABLE
    State:STANDBY
    Grid:NO GRID
    ====================================================================
    The cluster containing the replicated DSN is online
    Edited by: Ed Smith on May 6, 2013 9:34 AM

Maybe you are looking for

  • ScrollPane Problem breaking my heart...

    HI .I Want to read in a number from a textfield.This number will decide how many textfileds will appear on a panel. I want to then add this panel to a ScrollPane.I have this working but when the panel is in the scrollPane it doesnt scroll down the fu

  • I cannot upload photos from my iphone

    For the last three days I have been unable to upload photos to social media sites or share via text. I have reset my phone, backed up my phone, shut it down, closed all apps and nothing has helped. When i click on a photo to share via text it instant

  • How do you import pictures to imovie?

    How do you import pictures to imovie?

  • Popup link not work properly

    Hi, I am testing on emp/dept table for the popup link. In the emp page, I can click the ename, and it will popup a dept page. The problem is the dept page will show all the dept table rows, NOT the dept info for that particular emp. Here is the HTML

  • After Effects CC freezes when importing PSD files

    Version 12.2.1 of after Effects no longer imports Photoshop's PSD files (Photoshop 14.2.1 x64). The last project I worked on was on 7th March 2014.  Today is the 28th March 2014.  What could have happened in the intervening three weeks I wonder?  An