Plugins with multiple outputs

I'm using Logic Express with Linplug's RMIV drum plugin and there are multiple outputs. How do I route these as mono to different tracks (kick, snare, hats, toms, cymbals, etc on each track)then route to a drumsub track? It barley touches on this in the manual but I'm pretty sure I need aux objects....or do I? Any help would be greatly appreciated.

The Instrument track should be sent to Output 1-2, and so should all your AUX tracks.
If you want to use a submix for all your drums, then change all the outputs (instrument track and AUXs) to any one unused bus (for example, bus 2). Then bus 2's fader will control the overall level of your drums.
but I'm not getting any audio into the aux channels even when I select it in the i/o section
When you chose your drum instrument on its instrument track, did you select 'Multi-Channel'? That's necessary to get Logic to send the outputs of your instrument to their respective AUX tracks.

Similar Messages

  • HLS IP with multiple outputs

    Hello all,
    I'm currently working with Vivado HLS (2014.4) and am trying to generate an IP with has an generic amount of OUTputs.
    For better explanation I've made an "block-image" (sort of) how it should look like when imported in Vivado (in a Block Design):
    So it gets an array of booleans (preferable generic!) and splits it into "sizeof(bool[])" output signals.
    What I mean with generic is showed in the following picture:
    This is the "utility vector logic"-IP from Vivado. There you can set, if double-clicked, the parameter "CSIZE" which directly sets the size of in- and output arrays to CSIZE.
    I'm trying to achieve something similar:
    I want to Input an array  "in[CSIZE]" and split it into CSIZE output wires!
    Best would be if i would be able to set the parameter CSIZE of my synthesized IP in Vivado, the way it's done in the "utility vector logic" - IP through the Properties menu.
    1) Is this even possible with High Level Synthesis?
    2) If not: Is it possible with a fixed size input array (like in[5]) and then manually set the number of output wires to e.g. 5?
    3) If this is too isn't possible: How does is work to output a boolean array ("Res[9:0]") like it's done in the "utility vector logic"-IP?
    3.1) Which directives would i have to use to achieve this goal?
    Because right now, I don't know how to output a boolean array as signal (it always changes to memory, or if implemented as Pointer it's no output (it's on the left side)
    It should look something like this (analog to "utility vector logic"):
    where in and out are boolean ports.
    Preferable the size of the in- and output array is generic and settable in the Vivado properties menu (like mentioned in the example above)!
    4) Could you give me according c++ code snippets to solve my problems and to achieve my goal?
    My goal is to connect multiple own IP's (theirs clock) with the multiple output ports of the generated IP above (therefore multiple outputs).
    I'm grateful for every answer I get!
    Thank You very much!
    Best regards,
    Tilo

    Hi
    You can't use VHLS to get an IP with parameters;
    To be optimal, a change of parameter would need the generated RTL to change, and at the moment, if you wanted to change your IP then you need to rerun C-synthesis. In other words, VHLS doesn't generate IPs with parameters.
    For the other question , check the use or array partition complete;
    Be aware that outputs have a valid driven interface by default - that's because the outputs may not be valid at every clock cycle when the IP is running.
    An example of what you described might be this clock divider that generates N outputs where gen_clk[i] is input clock divided by (M/rate[i])
    const unsigned int n_outputs = 5;
    void top(unsigned int M, unsigned int rate[n_outputs], bool gen_clk[n_outputs]) {
    #pragma HLS array_partition variable=rate complete dim=0
    #pragma HLS array_partition variable=gen_clk complete dim=0
    #pragma HLS interface ap_none port=gen_clk
    #pragma HLS pipeline
    unsigned int i;
    static unsigned int counter[n_outputs];
    static bool int_clk[n_outputs];
    for(i=0;i<n_outputs;i++) {
    // pipeline (II=1) at top level makes this loop unrolled
    bool clk_enable = counter[i]>M;
    int_clk[i] ^= clk_enable;
    counter[i] = clk_enable ? counter[i]-M: counter[i]+rate[i];
    gen_clk[i] = int_clk[i];
    but be aware that the tool tells you clearly:
    @W [RTGEN-101] Port 'gen_clk_0' with mode 'ap_none' may require an associated data valid signal to correctly communicate with other blocks or a test bench; automatic C/RTL co-simulation may not be able to verify such a port.
    In IPI you may not be able to integrate this as the outputs are not decorated as being of type "clocks".
    I hope this helps.

  • Webservice with multiple output parameters

    As a follow up on Can't create Webservice Project question of mine I have another question.
    I have my webservice now, but only one output parameter. I can only find java-bean examples with just one. How do I get multiple of them.
    Groetjes,
    Jeschael

    Hi Jan,
    I've created a structure. It is a (non EJB) bean with 6 private Strings with getters and setters. I put it into a List (Vector to be precise). When I try to test it, using the Web Services Navigator, I get an error.
    The structure really is just a copy from a SAP-ABAP structure. It looks like this:
    Created on Feb 21, 2007
    To change the template for this generated file go to
    Window>Preferences>Java>Code Generation>Code and Comments
    package com.test.struc;
    import java.io.Serializable;
    @author JeschaelL
    To change the template for this generated type comment go to
    Window>Preferences>Java>Code Generation>Code and Comments
    public class Hrwpc_S_KeyObjec implements Serializable {
         public String PlanVersion;                    //plvar
         public String ObjectType;                    //otype
         public String ObjectID;                    //objid
         public String StartDate;                    //begda
         public String EndDate;                     //endda
         public String PlanningStatus;               //istat
         public String HistoricalRecordFlag;     //histo
         public String ObjectAbbreviation;          //short
         public String ObjectName;                    //stext
         public String ExtendedObjectID;          //realo
    @return
         public String getEndDate() {
              return EndDate;
    @return
         public String getExtendedObjectID() {
              return ExtendedObjectID;     }
    @return
         public String getHistoricalRecordFlag() {
              return HistoricalRecordFlag;
    @return
         public String getObjectAbbreviation() {
              return ObjectAbbreviation;
                   -- etcetera --
    Thanks for your time,
    Jeschael

  • Problem with multiple output for software simulated project

    When a software simulated project in captivate is published more than thrice, the output is not generated properly, i.e not in-line with the project. Is this a problem with my system or due to some settings in captivate which is not activated?

    Thanks for the suggestions Malcolm,
    They're very handy app's for sure, but unfortunately they didn't fix the problem.
    Detour DID overide the routing for iChat's general bleeps & noises, but not the audio stream from video conferences (which is the problem I want to fix).
    If anyone has any other suggestions for fixes, I'd appreciate it!
    Thanks again,
    Jason

  • Scheduling a job with multiple output formats.

    Urgent!!
    Basically while scheduling a job in BI Publisher we specify an output format. It can be PDF, CSV, HTML or so… Is there a way to specify more than one output format while scheduling a job.
    Thanks in advance.
    Ashok

    you have to re-publish them.
    for a run, you can have only one output .

  • Compare of 2 tables with multiple output rows???

    I have two table which hold port and process information from a network scan.  One table is a baseline and the other is a recent scan.  The tables contain the ports and services from all the systems scanned for each system.  
    I need to compare the two tables and show what the difference is.  One report showing just the unique ports not in the baseline and another to show a complete list of all the ports not in the baseline and the associated computer name.  I need both
    the reports to be able to show if the difference is a port that was in the baseline that is not in the new scan or is a new port not in the baseline.
    Here are the table formats I have:
    Baseline
    Date
    Plant
    ComputerName
    Protocol
    LocalAddress
    LocalPort
    RemoteAddress
    RemotePort
    State
    ProcessName
    Scan
    Date
    Plant
    ComputerName
    Protocol
    LocalAddress
    LocalPort
    RemoteAddress
    RemotePort
    State
    ProcessName

    tablediff:- Just find the tablediff.exe and change the sourceserver,source database  -sourcetable and same thing you need to do it for destination.
    Interchange it for the second run
    C:\Program Files\Microsoft SQL Server\100\COM>tablediff.exe -SourceServer hqvd0026\kat -SourceDatabase dssp -sourcetable Baseline -DestinationServer hqvd0026\kat -DestinationDatabase dssp -destinationtable Scan -c -f c:\tablediff.sql
    OR 
    A=A-B
    The following query returns any distinct values from the query to the left of the EXCEPT operand
    that are not also found on the right query.
    select * from dbo.baseline
    except
    select * from dbo.scan
    The following query returns any distinct values that are returned by both the query on the left and right sides of the INTERSECT operand.
    select * from dbo.baseline
    INTERSECT
    select * from dbo.scan
    -Prashanth

  • Multiple-Output Planning (MOP) Question

    Dear Gurus,
    I have a requirment to have a functionality similar to that of Multiple Output Planned orders(MOP). My only limitiation is we will not have a SAP SCM(APO) to do that.
    I read a post on this forum IS-Mill: Multiple-Output Planning (MOP)
    Which simply says we cannot have Multiple Output planned orders with out SAP-SCM(APO) system.. I need to create multiple outputs, if having a production order with multiple output is possible, then I am more then happy.
    Any suggestions? All help is highly appreciated
    Thanks again.
    Regards
    VG
    Edited by: Vaibhav Gupta on Oct 21, 2009 7:54 PM

    Hi Vaibhav,
    can you please elaborate on your scenario and Industry you intend to use this functionality ?
    Thanks,
    Sandeep Mondkar
    SCM Manufacturing

  • Multiple Output Ports In Logic Audio.

    Multiple Output Ports In Logic Audio.
    Many people have had problems with Multiple Output Ports with Logic Audio I have come up with a solution that allows me to program 8 synths using 8 ports. Have a look at my site if you have problems with your Output Ports
    http://logicports.webs.com/

    Hi
    King Mike Here wrote:
    I have come up with another way to look at the problem, and I have come up with an alternative solution to the problem. In the process I have learned something, but thank you for showing me the correct method.
    For sure, your efforts have lead to a greater understanding of how the Environment works, and yes, your method would work, but it's really long-winded :-)
    Another way to set this whole shebang up is to use Audio MIDI Setup to configure the 'Virtual" external synths, MIDI Ports, Receive Channels etc.
    When you make an External MIDI track in Logic via the Library, Logic will automatically create the Multi-Instrument objects, preconfigured with the correct channels enabled.
    The downside of this method comes with regard to Patch Names within the Multi-Instruments. You would need to set these up every time (or save as a template).
    Note: do not use the "Manual" Multi's at the same time as the Audio MIDI Setup method.... you end up with 2 of everything in the Library (and potentially duplicates in the Environment).
    Best
    CCT

  • Multiple outputs addicitve drums

    hi
    can anybody walk me through this? i want to use an addictive drums instance with multiple outputs. i have chosen the mult out instrument but don't see any difference. how do i assign an for example the highhat to a different output?
    thanks for the help!
    w

    Hi
    On the AD Kit Page, click the arrow or "out" button at the bottom of the fader for the hi-hat. Then in Logic open the mixer and at the bottom of the fader for AD you'll see a plus and a minus button. Press the plus button to open the channels for the individual kit pieces. Incidentally if some channels are unused and you want rid of them, highlight them and click delete on your keyboard.

  • How can I use One Plugin with all his outputs on the region

    Hi All
    In Cubase I have a PlugIn Manager and when I have a Plugin like Omnisphere with 8 outputs I can route each output on one sequencer region.
    Can I do This as same in Logic?
    Exemple
    I will open a new Midi Instrument on a region. Than I Know I have 8 outputs and than I will have 8 Lines and each line I will create Midi comandos for each output separatly.
    can I do this? Or any Idee how can I do this?
    Thanks for help
    Marco

    When you load a plug-in that's capable of multi-output, you do have a menu choice about that when you load it, yeah ?
    You can create the additional channels that you need in the mixer - press the '+' button on the channel strip and it does it for you.

  • Problem with multiple applications using one audio output

    Hey there, I'm having issues setting up my 5.1 headset seen here (http://www.sharkoon.com/?q=en/content/x-tatic-digital) to work with multiple applications.
    Right now I have audio streaming from a flash video, when I try run "$ speaker-test -c 6" I get the following error:
    speaker-test 1.0.25
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 6 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -16,Device or resource busy
    If I try open another application which uses this device, the first application has its sound cut off.
    2 more things to note:
    - My preference for setup would be audio output through S/PDIF and input through USB, with the USB output disabled (To not waste system resources).
    - I unmuted all channels in ALSA, however when I ran the test only 2 channels seemed to be working (Front L&R), it may have been defaulting to the USB connection, in which case, that explains only 2 channels being in use, is there a method of setting the S/PDIF as default system wide?
    Thanks in advance for any help given!

    brebs wrote:It's put the comments on multiple lines - fix that.
    Woops, I guess my paste messed up, new .asoundrc: http://pastie.org/3706033
    I can run both at the same time, however I cannot hear any audio. Do I somehow have to change the default device, if so how can I do that?
    Edit:
    Restarted system now I get:
    speaker-test 1.0.25
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    Rate set to 48000Hz (requested 48000Hz)
    Buffer size range from 2048 to 8192
    Period size range from 1024 to 1024
    Using max buffer size 8192
    Periods = 4
    was set period_size = 1024
    was set buffer_size = 8192
    0 - Front Left
    Segmentation fault
    (That's with both commands)
    EDIT 2:
    Interesting, apparently 2 audio streams are working, however the console thing still doesn't work..?
    EDIT 3:
    Didn't last long, now flash crashes and html 5 doesn't work -.-
    EDIT 4:
    Flash only works when other audio is active, however it has constant popping sound. I went through the system logs to get the errors of when flash crashes, it's audio crashing it, here's the error:
    Apr  1 02:04:15 localhost kernel: [ 7057.499787] AudioThread[6227]: segfault at 7f2e2f7a8008 ip 00007f2e413a2786 sp 00007f2e33614ae8 error 7 in libasound.so.2.0.0[7f2e4131e000+eb000]
    Last edited by B3NW (2012-04-01 01:11:04)

  • XML output with multiple tags in one line

    I have not done much XML exporting with SQL. Previously I had just been ending my SQL queries with
    FOR XML RAW ('Company'), ROOT ('Companies'), ELEMENTS;
    and it formatted my query nicely in an XML output. That put every column name as a tag and the cell data within the tag.
    However, now the criteria has changed on me. I need to create a tag with multiple sub tags in it.
    Example: <Location Floor="10" Suite="512" DoorType="Metal">
    But I'll still need other tags to be normal in the XML output such as
    <Address>123 Fake St</Address>
    <City>Springfield</City>
    <Location Floor="10" Suite="512" DoorType="Metal">
    Is there any way to get this XML mixed in the output like above?
    Thank you for any help. 

    Hi, you can FOR XML PATH for a finer degree of control over your XML.  Use the @ symbol to create attributes.  Here's a simple example:
    DECLARE @t TABLE ( rowId INT IDENTITY PRIMARY KEY, [address] VARCHAR(50), city VARCHAR(30), floor INT, suite INT, doorType VARCHAR(20) )
    INSERT INTO @t VALUES
    ( '123 Fake St', 'Springfield', 10, 512, 'Metal' )
    SELECT
    [address] AS "Address",
    city AS City,
    [floor] AS "Location/@Floor",
    suite AS "Location/@Suite",
    doorType AS "Location/@DoorType"
    FROM @t
    FOR XML PATH ('Company'), ROOT ('Companies'), ELEMENTS;

  • HT202000 Is there a way to have multiple audio sources sent to multiple outputs (i.e. communications with skype sent to headset, music sent to speakers )

    Is there a way to have multiple audio sources sent to multiple outputs (i.e. communications with skype sent to headset, music sent to speakers ) I do this on my Windows but cannot find for mac.  I am transitioning from Windows brain to Mac brain and having a little difficulty
    OS Yosemite

    Is there a way to have multiple audio sources sent to multiple outputs (i.e. communications with skype sent to headset, music sent to speakers ) I do this on my Windows but cannot find for mac.  I am transitioning from Windows brain to Mac brain and having a little difficulty
    OS Yosemite

  • One Output with multiple communication types

    Hello,
    My requirement is to print the document as well as send an email to the customers from the same output.  Basically One output with multiple communication types ( PRINT  & EMAIL).  How to configure this in the output type configuration area? Please reply. Thanks

    This should be possible with the same output type,
    have the output type defined with multiple medium in NACE under processing routines. (say print out in one line & external send in another).
    have the condition record maintained appropriately for different customers with different medium.
    Note: if your access has customer, dont think you can maintain both 1 & 5 for the same access.
    if this functionality is required, i think you can acheive this by maintaining the output under different access, but this will not ensure the same condition type flowing into the document unless the earlier condition type goes to processed status.
    Thanks & Regards
    Ilango

  • Multiple outputs with Ultrabeat

    Hi,
    Is there a way to use multiple-outputs with Ultrabeat in Mainstage like you can in Logic Studio?

    Yes.
    In Mainstage insert a Multi-output version of UB on a channel strip. In UB assign outputts to the voices. In the Channels strip area click on the + button on the UB Channel strip. It will create Aux's with UB outputs as their inputs.
    JG

Maybe you are looking for

  • Ap_liability_balance replacement in R12

    Hi All, We want to get AP trial balance in discoverer report. in 11i we were using a table ap_liability_balance, but in R12 its absolute. Can anyone please help us find the replacement table in R12 or a workaround to get the AP Trial Balance? Thanks

  • Preview seems having problem with relative link with PDF documents

    Hello, I have a PDF file which I've added relative hyperlinks to it (to an html file). I did it with Adobe Acrobat 7.0 (for Windows). I have a link which is a custom action: Open a web link. The link is defined as "../presentation/referencesechelon8.

  • Motif look and feel

    if i run the following code,it displayes a dialog with missing title text import javax.swing.JOptionPane; import javax.swing.UIManager; public class TestMotif {      * @param args      public static void main(String[] args) {           try           

  • How can you turn off notifications for app store?

    Each time I  go to a forum site, it tells me there is an app for Tapatalk for the site to chat with.  If I click on cancel, it continues to pop up each time I try to respond on the forum.  If I click on OK, it takes me to the app store to buy the app

  • Condition supplement where used and usage of this function

    Dear all, I just want to know about condition supplement and where used of this functionality. Can anybody give me details regarding this. My requirement about this is for Manual condition type. This condition is manual header and item discount condi