How to record A Electronic Drum set using Logic?

Hi there, I just bought a Simmons Electronic set. It has a USB jack, In the Manuel it says its plug and play no drivers needed. How do i get my set to work with Logic? Thank you!

Hi all,
Problem solved... I decompiled standard code and I did what SAP do when they want to change a folder layout set:
IResourceContext context = ResourceFactory.getInstance().getServiceContext("cmadmin_service");
com.sapportals.portal.security.usermanagement.IUser puser = context.getUser();
ICollection collection = (ICollection)ResourceFactory.getInstance().getResource(RID.getRID("folder_path"),context);
IRepositoryServiceFactory factory = ResourceFactory.getInstance().getServiceFactory();
ILayoutService layoutService = (ILayoutService)factory.getRepositoryService(collection, "LayoutRepositoryService");
ILayoutContext userContext = layoutService.getContextForUser(puser, "");
ContextProperties commonProperties = new ContextProperties(layoutService, collection, userContext.getAnonymousContext(), layoutService.getProfiles(), new HashMap());
commonProperties.initFromPersistence();
commonProperties.setSelectedProfileID("LayoutSetProfile");
commonProperties.setSelectedLayoutsetID("ID_of_my_layout_set");
ArrayList errormsg = new ArrayList();
commonProperties.save(null, errormsg, false);
Thanks and regards,
jc!

Similar Messages

  • Does anyone know how to record directly to a track using Logic's effects?

    Hi there, does anyone know how to record directly to a track using Logic's effects? I know that it needs to run through a buss somehow but I am not quite sure how. Need to Di a bass and want to keep the levels down using a compressor (recording strait into a Mbox with Logic 8). Any help will be greatly appreciated. Thanks.

    If you route your Bass into a channel in Logic and put plugins/fx on the channel plus you have monitoring on (and monitoring off on your external mixer) - you can record while listening to the effected sound. However what is being recorded is the clean/raw audio - this is a good thing as you can later change your compression/fx settings - printing the effect at this early stage is normally avoided.
    Ian

  • How do I use GarageBand as a amp/speaker to listen to my Electronic Drum set? I have a MIDI-USB cord already but I can't figure out how to listen to my set through the software using my computer speakers?

    How do I use GarageBand as a amp/speaker to listen to my Electronic Drum set? I have a MIDI-USB cord already but I can't figure out how to listen to my set through the software using my computer speakers?

    If you want to listen to the sounds of your drum set, you should use an audio cable and connect it to the computer's line-in, then create a real instrument track.
    If you use a Midi/USB interface, you'll have to create a software instrument track and select one of GB's drumsets as the instrument. Hopefully your drumset's midi notes are mapped to the right sounds in GB.

  • How do I change the voices of my electronic drum set?

    Yesterday I purchased a Roland TD-9KX electronic drum set and an M-Audio MIDISport Uno interface and got them all plugged in and playing nice with each other.
    In Garageband, I can toggle the drum kits from Big Beat to Electro to Hip Hop to Rock and so on, but I want to change just one voice of the drum at a time. Say for example I want to load the Hip Hop Kit, then change just the High Hat or change just the Kick Drum to some other sound.
    Garageband seems to have a preloaded arrangement of notes that the drums will play for each set and I can't see anywhere to change it. Like what if I wanted to make the kick drum sound like a dog barking, assuming that sound was in the kit? And what if it was in another kit?

    you can't, you'd have to build your own instrument:
    http://www.bulletsandbones.com/GB/Tutorials.html#buildaninstrument

  • How to create chord charts from midi using logic pro x

    How to create chord charts from midi using logic pro x

    Depending on what you mean by Chord charts (Tabs?)
    Use the Score.......
    http://help.apple.com/logicpro/mac/10/#lgcpf755d649

  • How to Submit a Concurrent Request Set Using a Self-Service Page

    Hi all,
    I would like to know how to Run/Submit a Concurrent Request Set Using a Self-Service Page
    Thanks.
    Bench

    Hi all,
    I would like to know how to Run/Submit a Concurrent Request Set Using a Self-Service Page
    Thanks.
    Bench

  • How to return two XML result sets using the function

    Hi Experts,
    Thanks.

    So that I want to return two XML result sets if the query returns more than 50,000 records.
    One XML result set with 50,000 and another XML result set with remaining records.
    How to incorporate this in my function.
    Have the function return a collection of CLOB then.
    DBMS_XMLGEN can handle pagination so it's easy to adapt your existing code.
    Here's an example fetching data in batches of max. 3 rows each, using a pipelined function :
    SQL> create or replace type clob_array is table of clob;
      2  /
    Type created
    SQL>
    SQL> create or replace function genXmlRowset (p_deptno in number) return clob_array pipelined
      2  is
      3    ctx    dbms_xmlgen.ctxHandle;
      4    doc    clob;
      5  begin
      6 
      7    ctx := dbms_xmlgen.newContext('SELECT empno, ename FROM scott.emp WHERE deptno = :1');
      8    dbms_xmlgen.setBindValue(ctx, '1', p_deptno);
      9    dbms_xmlgen.setMaxRows(ctx, 3);
    10 
    11    loop
    12 
    13      doc := dbms_xmlgen.getXML(ctx);
    14      exit when dbms_xmlgen.getNumRowsProcessed(ctx) = 0;
    15      pipe row (doc);
    16 
    17    end loop;
    18 
    19    dbms_xmlgen.closeContext(ctx);
    20 
    21    return;
    22 
    23  end;
    24  /
    Function created
    SQL> set long 5000
    SQL> select * from table(genXmlRowset(30));
    COLUMN_VALUE
    <?xml version="1.0"?>
    <ROWSET>
    <ROW>
      <EMPNO>7499</EMPNO>
      <ENAME>ALLEN</ENAME>
    </ROW>
    <ROW>
      <EMPNO>7521</EMPNO>
      <ENAME>WARD</ENAME>
    </ROW>
    <ROW>
      <EMPNO>7654</EMPNO>
      <ENAME>MARTIN</ENAME>
    </ROW>
    </ROWSET>
    <?xml version="1.0"?>
    <ROWSET>
    <ROW>
      <EMPNO>7698</EMPNO>
      <ENAME>BLAKE</ENAME>
    </ROW>
    <ROW>
      <EMPNO>7844</EMPNO>
      <ENAME>TURNER</ENAME>
    </ROW>
    <ROW>
      <EMPNO>7900</EMPNO>
      <ENAME>JAMES</ENAME>
    </ROW>
    </ROWSET>
    SQL>
    (and don't forget to use bind variables in your query)

  • How to change a folder layout set using KM api?

    Hello,
    I'm developing a program using KM api that creates different folders with properties, permissions, ... I want to use a different layout set depending on the folder that i am browsing, but these folders are created dinamically, so I cant set a different layouts set for each one manually (Details > Display > ...).
    Does anybody know how I could do it using KM api? I mean, that every time I create a folder using KM api I should assaing dinamically the default layout set for this folder. I searched in the api and examples and I didn't find anything.
    Thanks in advance and best regards,
    JC

    Hi all,
    Problem solved... I decompiled standard code and I did what SAP do when they want to change a folder layout set:
    IResourceContext context = ResourceFactory.getInstance().getServiceContext("cmadmin_service");
    com.sapportals.portal.security.usermanagement.IUser puser = context.getUser();
    ICollection collection = (ICollection)ResourceFactory.getInstance().getResource(RID.getRID("folder_path"),context);
    IRepositoryServiceFactory factory = ResourceFactory.getInstance().getServiceFactory();
    ILayoutService layoutService = (ILayoutService)factory.getRepositoryService(collection, "LayoutRepositoryService");
    ILayoutContext userContext = layoutService.getContextForUser(puser, "");
    ContextProperties commonProperties = new ContextProperties(layoutService, collection, userContext.getAnonymousContext(), layoutService.getProfiles(), new HashMap());
    commonProperties.initFromPersistence();
    commonProperties.setSelectedProfileID("LayoutSetProfile");
    commonProperties.setSelectedLayoutsetID("ID_of_my_layout_set");
    ArrayList errormsg = new ArrayList();
    commonProperties.save(null, errormsg, false);
    Thanks and regards,
    jc!

  • How can I change a style setter using code?

    I have several Labels using the same Style:
    <Canvas.Resources>
    <
    Style TargetType="{x:Type Label}" x:Key="TitleStyle">
    <
    Setter Property="FontSize" Value="24"/>
    <Setter Property="FontWeight" Value="Bold"/>
    </Style>
    </Canvas.Resources>
    I'd like to change the Setter "FontSize" using some code.
    Any idea?

    You cannot change a setter (or anything else in a style) once the style is in use.
    You can create a new style, remove the current style from the resources, and add the new style as the value for key "TitleStyle".  Elements that used DynamicResource to refer to the style will change, but elements that used StaticResource will not.
    Another approach is to add a trigger to your style.  Then you can get the effect of changing FontSize from code:  just have the code change the value that the trigger reads as its input.
    Yet another approach is to data-bind the FontSize to some property that you can change from code, and attach a ValueConverter to the binding that chooses the size you want.

  • How can I see KSC5602 character set using JDBC thin driver

    After I change character set from USASCII7 to KO16KSC5601, I
    cannot see korean from the clients
    using JDBC thin driver.
    But, I can see korean clearly using sqlplus at serer, or
    application using SQLNet.
    I use Oracle Enterprise Server 8.0.4.1.0, jdbc thin driver
    8.0.4.0.6 on Windows 98. I read that all bugs realated
    to multibyte language are fixed in Oracle8. What can I do to
    solve this problem?
    PS.server: Oracle 8.0.4.1 on Digital Unix 4.0b, client: jdk1.1.8
    on Windows98. I used the command.
    null

    The easiest thing to do is download it as an archive with your applet.
    Otherwise, you have to have the files on every client machine.
    For netscape, put the classes111.jar in the java classes folder typically:
    c:\ProgramFiles\Netscape\Communicator\Program\java\classes.
    I'd expect that IE would be setup in a similar way.

  • How to record windows 7 aero features using captivate 5.5?

    environment:
    capivate 5.5
    on windows 7
    recording Demo mode
    Capitvate default install and Preference an settings
    I want to record windows 7 aero features.
    I record the demo
    I publish the demo
    and check the html file
    The result is:
    the only thing that displays are the shortcut keys I press to perform the aero features.
    none of the aero features record eg
    press shortcut keys
    CTRL+windows+TAB which is windows aero 3D
    flip preview of windows
    or
    hover over thumbnails
    its like captivates not recording 'moving images'
    is there a way I can record windows 7 aero features in captivate?
    Any ideas? 
    thank you
    dd

    Thank you Ron
    yes I discovered the Full Motion Video caption just after i posted - Murpheys Law struck
    I also found this
    http://www.youtube.com/watch?v=85gx2kyy7YA
    Many thanks again Ron
    dd

  • How to pass parameter in "Filter By Using " Logical SQL

    Hi
    Newbie in BI Publisher and OBIEE.
    I have the following requirement;
    Generated the Logical SQL and added as New Dataset to BI Publisher Data Model.
    The Logical SQL has statement as;
    SELECT
    0 s_0,
    AGGREGATE(FILTER("BISubjectArea"."Comparative"."ME % - Account" USING ("BISubjectArea"."Common"."RPT_Date" = date '2011-10-31')) BY "BISubjectArea"."Classifications"."Country") s_1,
    I want to parameterize the query by providing Data Model Parameters to the Filter By Statement. Example of what I want.
    SELECT
    0 s_0,
    AGGREGATE(FILTER("BISubjectArea"."Comparative"."ME % - Account" USING ("BISubjectArea"."Common"."RPT_Date" =:Prior_date)) BY "BISubjectArea"."Classifications"."Country") s_1,
    By providing this; it doesn't give any syntax error and accepts it. But when trying to run the Generate XML option, it gives out XML Tag error.
    Please help to resolve this and thanks in advance
    I am using OBIEE 11.1.1.5 version ...
    Edited by: 908476 on Jan 17, 2012 1:12 AM

    I have not worked with 11g version but I believe that if you use Answers as a datasource then you can not have parameters on the BI publisher side. Not sure if that has changed. Please let me know if this is incorrect.
    I guess you would have to use dashboard prompts and presentation variables and note that the Presentation variable MUST BE same as the parameters defined in the BI Publisher. Take a look at the following link for an example.
    http://kirti-bi-solutions.blogspot.com/2009/06/passing-parameters-from-obiee.html
    Thanks,
    Bipuser

  • How do I properly map my electronic drums to GarageBand?

    Hello,
    I have a set of Yamaha DTXplorer (DTXPL) midi drums, and have a problem using them with the majority of samples for GarageBand.
    The biggest issue is that the Snare Drum doesn't seem to be mapped from the drum set to the software instruments. (Hitting the snare doesn't produce any sound). The other drum parts seem to work fine, just not the Snare Drum.
    Is there any information on how to map my drum set to be completely in synch with GarageBand standards?

    Mapping DTXPLORER MIDI using GarageBand
    Here is the (hopefully) definitive guide for getting a Yamaha DTXPLORER (a.k.a. DT-Explorer, DTXPL) electronic drum set to connect to Apple's GarageBand via MIDI.
    SYMPTOM: When connecting DTXPLORER to GarageBand using MIDI, the snare drum is silent and the bass drum triggers a sort of snare roll instead of a bass hit.
    PROBLEM: The DTXPLORER (for whatever reason) sends out the snare note on G2 (key 31) and the kick note on A2 (key 33). This is a non-standard MIDI key mapping for these instruments.
    SOLUTION: Remap the snare and kick MIDI notes using the freeware app MidiPipe from SubtleSoft (http://homepage.mac.com/nicowald/SubtleSoft/) to the standard GarageBand MIDI keys using the following steps:
    (Note: These settings were tested using GarageBand 3.0.2 and MidiPipe 1.4.1.)
    1. Connect your DTXPLORER via MIDI to GarageBand and verify that GarageBand can record the drum sounds.
    2. Close GarageBand.
    3. Launch MidiPipe. You will create a Pipe that looks like this:
    Midi In
    Key Mapper
    Key Mapper
    Midi Out
    Do so by dragging the appropriate components from the Tools column to the Pipes column in the appropriate order.
    4. Once you've assembled the pipe (with the components in the correct order listed above), configure the settings as follows:
    Midi In:
    - Midi Input: (Your USB or FireWire MIDI device)
    - Options: check "hijack"
    Key Mapper (kick drum):
    - Key In: A2 (33)
    - Key Out: C3 (36)
    - Options: UNcheck "Solo selected "Key In""
    Key Mapper (snare drum):
    - Key In: G2 (31)
    - Key Out: D3 (38)
    - Options: UNcheck "Solo selected "Key In""
    Midi Out:
    - MIDI Output: MidiPipe Output 1
    - Options: UNcheck "Pass Through" and UNcheck "Use Note Off Velocity"
    5. Choose File: Save As and save your pipe to a memorable location. You will need to retrieve this file every time you wish to record your drum set using GarageBand.
    6. Relaunch GarageBand and attempt to record your drum set. The snare and the bass drum should now be mapped correctly!
    Note: If you have having difficulties with the pipe and would like to verify that the key mapping is taking effect, add a "Keyboard" component to the pipe after the "Key Mapper"s. That will give you a visual representation of which key is being triggered for each drum pad.
    MacBook Pro 17"   Mac OS X (10.4.6)   2GB RAM

  • Does Any one Know How to record drums on GarageBand?

    I want to record drums on garageband but i dont know how Or what I need. Im looking in to Recording a real Drum set. What would be the best way? In the future I also want to Record digital drums is there any way i can do it using midi?

    "Recording real drums is a science in itself. You need several microphones, a multitrack interface and some knowledge as to how to position the mics. Using software or real instrument loops is a lot easier ...
    Digital drums are easier too - you can trigger GB's internal sounds with them using a midi to usb interface. If you have a digital set, that's probably the best compromise - having a real drummer, but avoiding the technical problems of drum micing."
    I find myself usually using a combination of both. As CD noted above, you can't just slap a mic somewhere around the set & expect it to sound like the big boys. (However, you CAN get some intersting sounds like that...)
    Part of the problem is that the initial cost of drum specific mics can be prohibitive. That being said, you can get outstanding results w/ 4 mics-B/D, S/D + an X/Y overhead pair. Or use the Glyn Johns 4 mic method. No shortage of info out there, do a Google search.
    While great strides have been made in the drum (& guitar amp/effects) modelling realm, nothing really "feels" like a real set (or amp, or...) moving air through a mic. It all boils down to budget & level of commitment (and time, of course). Keep us posted.
    -d
    .

  • Recording Music With Rock Band Drum Set

    I can't seem to get a Rock Band Drum set to record with Garage Band.
    When I first plug it in USB the X lights up for a second, and then quickly fades out.
    I have heard recording with the Drum set can work, but not for me.
    Thanks

    he/she is not referring to midi support. Its probably not an equitable trade off to purchase a 600 dollar (piece of junk at that price) midi drum kit for a program as crummy as garage band.
    They mean to use the controller as a keyboard keypad. There are drivers to use USB xbox controllers with osx. I too am having problems with them recognizing garage band.
    My xbox 360 driver pane also freezes when selected. Possible that is the root of the problem. First program I've used on osx that kills the OS when selected. The controller is "on" and available in the pref pane. But does not actually "start'

Maybe you are looking for