One instance of Space Designer for multiple instruments

Hi - I know that if you have - for example - four instances of an instrument all using the same Space Designer setting, you can have just one instance of the SD and use buses to send all the instruments to the same - somewhere - so they can all use it.
I've tried this but I obviously placed the SD in the wrong -somewhere - since they didn't find it.
Where is the correct place ?
Thanks -Kay.

Yes, that's the way to go.
It is a shame, by the way, that names assigned to Busses in the I/O labels dialog are global to all Projects, so if you go crazy at one time and use *and name* 17 Busses for parallel compression, this naming is reflected in all other Projects too. Also, configurations in older Projects ported from V6,7,8 will vary wildly as you have refined your Templates, shifted gear, sold hardware etc. over the years. I have recently worked on a Project started in 2003, and Bus names were all over the place. It is one thing to have indifferent Bus 13, Bus 14, Bus 15 shown in the Sends, but it's a whole other dimension when all the names are wrong like Guitars, Vocals, Moreme when actually they feed Delay 1, Headphone and Drums.
You can, however, work around this limitation. After copying the *IO Labels* file from User/Library/Application Support/Logic to a safe place like +Default IO Labels+, you can change the original to your liking and then copy that to your Project folder. This way you can throw the correct file back into the AppSupp folder when you're working on that Project later. You have to restart Logic for this to take effect.
Christian

Similar Messages

  • Bar-One or the Zebra Designer for mySAP

    Hi people,
    I have to make a sapscript to transaction S_ALR_87010137 and print it on Zebra printer.
    I have figured out the I need to program MAIN window with ZPL programing language to make the bar code and the logo...
    I've seen that there is a zebra software we can use to draw the label and then import to SAP...
    It's the Bar-One or the Zebra Designer for mySAP, BUT I haven't find any link with those programs, even on zebra.com
    I only found the user Zebra Designer witch doesn't export labels to ITF format
    Someone know where can I find those softwares?
    Thank you very much.

    Hello,
    You can check the following url link:
    [http://www.zebra.com/id/zebra/na/en/index/products/software/discontinued.html]
    [http://www.zebra.com/id/zebra/na/en/index/products/software/discontinued/bar_one_discontinuation.html]
    Regards,
    David

  • Can one create a smart playlist for multiple podcasts and to...

    Can one create a smart playlist for multiple podcasts and to play one after the other on your iPod? I want to combine podcasts of the same topic in a smart playlist. When I tried to do this I chose smart playlist, album starts with, and then did it again for each podcast I wanted. That didn't work. If it can be done how do you do it?
    I have a fifth generation iPod which is always updated to the latest as well as the itunes.

    Say for example I want to put different car related podcasts in one smart playlist. Car related podcasts such as Wall Street Journal Car Cast and NPR Car Talk. Can it be done and if so how?

  • What do you think of this Design for Multiple Threads

    Hi Java Experts ;
    I'm curious to know what you think about this design for a multhreaded app i'm working on.
    I have a controller thread that (a.) creates threads and (b.) keeps a reference to threads that it creates (by sticking them in a hashtable along with the generated Id for that thread).
    When a created thread completes its job, it decrements the thread counter and removes its reference from the hashtable before it finishes its run method.
    Now here's the interesting part in my controller thread i'm creating new threads on the fly with this infinite loop
         public void run(){
              while(true){
                   try{
                        Thread.sleep(500);
                   }catch(InterruptedException e){
                   if(threadCounter<maxThreadCount && moreJobsToDo.size()>0){
                        createDomainThread();
              }//end while
    what do you think about this pattern ? My goal is to maintain about 200+ created threads running at all times with this pattern.

    jeff kesslerman's book says about threads
    "5.2.3 Threads
    The impact that threads have on RAM footprint isn't a problem for most programs, but running threads do need space to store their stack state, and the system- specific data structures do consume memory.
    Because runtime implementations vary widely in how threads are handled, you might encounter situations where the impact threads have on footprint is significant. For example, some ports of the JRE create a heavyweight OS process for each running thread. In an application that uses many threads, this means that thread costs, rather than class or object costs, can become the dominant factor in the program's memory consumption.
    You shouldn't avoid using threads-they're necessary in many cases, and generally don't have a large impact on footprint. However, you should be aware that the impact can be very different across runtimes. This is one of the reasons it's a good idea to measure performance characteristics under your program's different target environments. "
    Question #1: how does garbage collection go about clearing the stack state, and the system- specific data structures that consume memory.
    Question #2: in my situation, each worker thread's activity is not as brief as a simple server request. Each thread does a lot work and does a lot of network connections. on average I would say 100 http request - each of which can be easily blocked or delayed significantly. Therefore each worker thread may operate for between 2 - 10 minutes.
    Do you think thread pooling is useful in this situation ?
    stev

  • What is the best design pattern for multiple instrument​s?

    I have several PXI cards (DMM, O-scope, etc) that I want to create a master panel that can control all of the instruments individually, though not necessarily all at the same time (turn "instruments" on and off at will while the master vi continues to run).  Is there one design pattern (master/slave, producer/consumer, etc.) that works better than another for this type of master panel?  Are there other alternatives for this type of problem (VI Server, etc)?
    I was hoping that I could save a bunch of time if I could start on the right path right off the bat!
    Thanks,
    -Warren

    elrathia wrote:
    Hi Ben,
    I haven't much idea of how override works and when you would use it and why. I'm the newest of the new here. 
    Good. At least you will not be smaking with a OPPer dOOPer hammer if I make some gramatical mistake.
    You may want to look at this thread in the BreakPoint where i trie to help Cory get a handle on Dynamic Dispatching with an example of two classes that inherit from a common parent and invoke Over-ride VIs to do the same thing but with wildly varying results.
    The example uses a Class of "Numeric"  and a sibling class "Text" and the both implement an Add method.
    It is dirt simple and Cory did a decent job of explaining it.
    It just be the motivation you are looking for.
    have fun!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Database Design for Multiple function site

    Hi
    I am working on one project which involve multiple function
    site, such as
    Company Product Catelog, Customer Support Forum, Document
    Exchange Engine and
    etc...
    Normally we will combine ALL TABLEs into one DATABASE.
    My question are:
    1) Is my break them to individual DATABASE, will it perform
    better?
    Means Product Catelog and Forum will have different
    DATABASE, but they
    will using the same DOMAIN NAME.
    2) I am worried about the break down and corruption of
    DATABASE, so I have the
    idea to separate them out. Are my idea correct or wrong?
    3) I am seeking for better DATABASE DESIGN, because I know
    the database will
    become huge in future. I request for your idea and opinion.
    Thank you very much.

    Creating views: not an option I think. It would involve a lot of programming with 'instead of' triggers etc.
    Seperate databases: a good way if the locations are completely independant and do not share information. This involves more DBA work.
    Separate schema's in one database: this would make public synonyms impossible, and is probably not a good option.
    Adding a location id to tables: the best way I think, and flexible. You can easily add another location, and locations can easily share information.

  • Transfer one position from One Org unit to another -For multiple positions

    Hello All,
    I want to know is there any easy way to transfer one position form one org unit to diff org units? I <b>dont want to delete the position</b>, infact I want to transfer the same position (the position Id will remain same) to another org unit.
    I need to do multiple positions, hence pls suggest an easy way to do so.
    I know it can be done thorugh<b> PPOM -by drag & drop option ,</b> but the transfer record does not get stored in IT 0000 (actions) for the respective pers no.
    Hence, I want to easy wat, where we can do it for many positions , aslo the record gets stored in IT 0000. I tired with PA40, transfer action....
    but still more easiest way?
    Thanks in adv,
    N.babu

    Hello Nithi,
         Have a look at this link.It may help you.
    http://doa.louisiana.gov/hrhelp/content/orgm-changereportingstructuretoadifferentorganizationalunit/cc/html/index.htm
    Reward points if helpful.
    Regards,
    Manoj.

  • Dimensional model design for multiple relations btween a fact and dimension

    Hi,
    I'm new here, sorry if I ask dummy questions.
    I need to develop a dimensional datamodel to create some reports. The initial model has a transaction table. A transaction can be related to one or more customers, because of that the there is a customer_id column, but it can contains more id's, separated by commas. The customer table is standard : id/ name/etc.
    I need to create a report (I'm using OBI 10g if this is relevant) to show all the transactions related to a customer (prompt) and the report must contain the some transaction details, the id's of all customers related to that transaction and their names.
    For example, if I have a transaction with tranz_name = 'transaction_name' and customer_id = '1,2,3' and I need to select all the transactions related to customer 1, I need to show in the report :
    'transaction_name' , '1,2,3' , 'Customer_1, Customer2, Customer_3'.
    How can I design the dimensional datamodel to have support for this report? I was thinking to create an additional "cust_id" column in the fact table and for the above transaction to load 3 records in the fact table, by filling the cust_id with only one id (the PK of the fact table will be transaction_id + cust_id). But I have 2 problems :
    a) How can I create the "CustomerNames" column in the report?
    b) How can I select unique transactions if "all customers" is selected in the prompt?
    Thanks in advance for your help

    Are you using the OLAP Option in the database to define your report? If so, which version of the database do you have? If not, you may get a better response from an OBI specific forum such as "Business Intelligence Suite Enterprise Edition"
    Business Intelligence Suite Enterprise Edition

  • Database design for multiple users/connections

    Hello All,
    My questions are about overall design/strategy of the database.
    We are using Oracle 9.2.0 on AIX as a backend for a ColdFusion application. When deployed, the CF app and Oracle will be running on our customer's server, with the customer's various physical locations accessing the server remotely. The customer will manage the oracle database on their server.
    With the potential for approximately 70 locations remotely accessing the database at the same time, each remote location will only be selecting and updating their own records out of any table -- i.e. each record contains an indexed "location id" -- although inserting would be a different story.
    Would creating views provide the data manipulation performance the users would need? Or perhaps individual schemas with individual tables/indexes for each location id? Or should we consider separate databases?
    Does anybody have any ideas or practical suggestions about how to approach this? Are there other considerations that we should be thinking about?
    Please let me know if I have not provided enough information. Your comments/criticisms are greatly appreciated.
    Louise

    Creating views: not an option I think. It would involve a lot of programming with 'instead of' triggers etc.
    Seperate databases: a good way if the locations are completely independant and do not share information. This involves more DBA work.
    Separate schema's in one database: this would make public synonyms impossible, and is probably not a good option.
    Adding a location id to tables: the best way I think, and flexible. You can easily add another location, and locations can easily share information.

  • Newbie question on report design for multiple pages - HELP!

    I am upgrading an existing accounting program to use Crystal reports. The accounting program generates account statements for our investors. Each account needs to have 1 statement (which typically is only 1 page long).
    I have a table that has 1 record per activity per account. Every account has a unique code and the report is set to group records by this code. Therefore, an account can have 1+ records associated with it that need to be displayed in the details section.
    To test my report I have 4 records in my table -- 2 records for account code 'ABCD' and 2 records for account code 'WXYZ'. The report correctly groups  the records together and summarizes the necessary information, but it DOES NOT create a page break.
    I don't understand what else I need to do in the designer to force it to create a new page everytime the account code changes... It's basically a mail-merge type functionality that I am looking for!
    Any help is appreciated.
    SG

    In the gray section to the left of the report design, right-click on the group footer for the Account Code and select 'Section Expert'.  Turn on "New Page After".  To prevent a blank page at the end of your report, click on the formula button to the right of the check-box and enter "not OnLastRecord".
    -Dell
    - A computer only does what you told it to, not what you <em>thought</em> you told it to!

  • One layer as track matte for multiple layers

    I have some animated text. Im using a solid as a track matte mask out the text. Instead of precomping all of my text or making multiple copies of the solid acting as a track matte I wondering if its possible to add an expression to my text layers say, in effect, use this one layer as a track matte.

    Use the Set Matte effect.
    http://provideocoalition.com/ryoung/story/set_matte_a_32-bpc_matte_node

  • How do you use only one plugin in Logic for multiple guitar tracks? I want to only use one instance of Pod Farm and run all my guitar tracks through that one instance.

    I want to be able to use only one instance of Pod Farm for my guitars, and have all of my guitar tracks run through it while I'm recording.

    What he said. Or here is a similar approach with a picture.
    1. Press the SEND button on every stereo (or mono) guitar track you want to send through the effect. Then select a free bus.
    2. Make sure you turn up the amount of send (in db). Holding alt while leftclicking on this circle sets the send level to 0 db wich is good.
    3. Open the mixer (Cmd+2). Please see that I here have turned the output off from the stereo guitar track. That way the only output will be the BUS, in your case the AmpTrack bus where all your guitars will pass through. If you want both the original guitar sound AND the Ampfarm effect then just set all outputs on your guitar tracks to Stereo Out, like the AmpF Bus track is set in my picture.
    4. Insert your AmpFarm plugin here. I don´t have that plug so I inserted Waves Renes Axe for demo purpose.
    Adjust the volume/effect of every guitartrack by turning the circle input shown as 2. in my picture.
    I now see that you mentioned Pod Farm, not AmpFarm. But I guess it´s the same trick.
    Have fun.
    Heyclown.
    Message was edited by: WizardSongs - Typhoos

  • Generate one instance for all users in a Group

    Hi All,
    We have BO 3.1 with  FP 2.6.
    There is a report that needs to be schedule in such a way that it will generate only one instance for all the users belonging to u201CGlobalu201D community while for rest of the users wonu2019t see any instance of it. They will simply run the report on demand providing the prompt values.
    I am able to run the report for whole u201CGlobalu201D group (using u2018schedule foru2019) option but the problem is it creates as many instances as the number of users I have in this group. As users of this group have same data level access, so primarily theyu2019ll get same report output. That is why it is not desirable to run this report for all of them instead there should be a way it creates one instance after each schedule for the whole community.
    Please suggest.
    Thanks,
    Chandra

    Hi Chandra,
    I think there are still ways to use publications to achieve what you want.
    For instance, I created the below scenario:
    - Created 3 users (pub1, pub2, pub3) and put them in group (publication users)
    - I created a publication and specified the "publication users" group as the enterprise recipients
    - Set the destination to be Default & BusinessObjects Inbox.  Set the "Send As" option to Shortcut instead of copy.
    - Under Advanced, I set it to one db fetch for all recipients.
    - Scheduled this and it ran the report once, and created a shortcut to that object in each users inbox (user in the group specified)
    This meets most of your criteria.  The rest of it should be handled by security on the objects/folders.
    Another option may be Object Packages with the proper security setup.
    Thanks
    JB

  • Having some Space Designer panning issues.

    Hey all. I'm new to this board. I come with a bit of a problem. Hopefully, someone here can shed some light.
    In learning how to use Logic, I was told to maximize my CPU resources by setting up as few instances of Space Designer (among other things) as possible. I was instructed to link two Aux Channel Strips, insert Space Designer (SD) and assign a Stereo Bus as input, and then Send whichever instruments to that Stereo Bus. I've up a few of these, using a different preset in each, depending on my need.
    The problem is, when I send a mono instrument that is panned hard to one side, I get beautiful sounding reverberations, but the instrument heads more and more toward the center the more I Send to SD. Obviously, a little SD goes a long way, but there are instances where I would really like to control exactly how much gets panned left or right. I don't want all of my sound ending up in a murky, muddy soup in the center. Ideally I'd love for shared SD resource as I've described to be totally linked to the panning of the instrument. If panned hard left, then no SD at all on the right, and visa versa, and every step in between, all controlled by the panning
    What am I doing wrong?
    thnx, Rafiki

    Rafik! wrote:
    What am I doing wrong?
    Your conception about the system verbs routing is wrong.
    Let's have a look at the real world and haw the things are in the native acoustical surround. Imagine you are a listener sitting in the center of a big concert hall and the singer is singing from the left side of the stage. What you hear?
    1. You will hear/feel that the singing is coming from the left side - this is the DRY path of the sound source. It is the faster one and it is direct, that's why the human ear determines where the signal is coming from.
    2. There will be lots of WET signal reflections which go to different sides re-reflect ( depends on the hall architecture ) and as a whole they all will spread to the listener with a slight amount of latency.
    In the DAW you can use different methods to manipulate the reverbs but it will be more effective if you use them as inserts and control the spread and pan using a Dir.Mixer plugin after reverb insert for example. You can set even to mono just to get some deepness and prevent any mud in the soundscape.
    Finally you can add a bit little send of a system verb which give the listener a picture of some room ambience. You can also try to set the send to "Post-Pan"
    though its main purpose is for headphone/stage monitoring most and special plugins side chain like Waves C1s/ch for example. Using with system verbs may cause anomaly. Note, some hardware mixers have one Mono Send/Out and two Returns/Stereo for example.
    !http://img59.imageshack.us/img59/4967/aglogo45.gif!

  • Soundfonts with multiple instruments

    I've successfully installed some soundfonts in GarageBand but I'm having trouble with soundfonts that contain more than one instrument. I don't see how to get past the "first" or "default" instrument in the soundfont. How do I access the other instruments?
    Thanks,
    Jason

    unfortunately GB doesn't offer support for multiple instruments. if you have a MIDI controller you may be able to change sound banks with that
    example:
    http://www.bulletsandbones.com/GB/GBFAQ.html#changesoundbank49e
    (Let the page FULLY load. The link to your answer is at the top of your screen)

Maybe you are looking for

  • How do you edit the size of the background? My website's left and right side have way too much on each side?

    Home About Us Services Facilities       Current Customers Contact Us       Welcome to North American Assembly North American Assembly is a customer driven ISO/TS 16949 certified company providing prototype and production plastic welding, assembly & t

  • I am unable to cancel my Adobe Creative Cloud membership

    The help FAQ tells me to go to a page that looks different than the FAQ shows, and when I try to contact via chat, it does nothing. Going to maybe have to call tomorrow, but I'm frustrated that you don't have the option available to do it myself, tha

  • SD card can not be read in windows???

    Hi, I am having problem with the SD card can not be read at all, nothing pop up when put in the SD card. iam using windows 7, bootcamp 4.0 on a mac pro. Anyone got a solution?

  • 16:9 Video Transition

    I created a 16:9 video menu, and I also created a 16:9 video transition. I can set the menu to 16:9 but I can't figure out how to set the video transition to 16:9. When I view the transition it fills the screen from left to right, but it is verticall

  • Need help...(pooping sound)

    my speaker produce 'poop' sound when i played my music loudly. its like something explode in my subwoofer. for info my speaker's model is inspire 5.1 5200. hope u guys can help me.....