Patch editor in Environment - can anyone post a recent example?

Greetings,
I want to create an editor for my Alesis Micron by editing an existing example if possible. Everything I've found on the net is pre-Logic 7 and my L8 will not open them . . . can anyone help?
(I'll post it for anyone interested when I'm done . . .)
Cheers.

An existing example is basically almost completely useless to you as every device has a different feature set, and a different way of accessing parameters.
Look in your manual at how to get access to your synth parameters. if it uses sysex, it should have the sysex spec documented at the back of the manual. if it uses controllers instead, then it should have the controller numbers documented.
Then simply create a new fader, and start with the first parameter you want to control, say filter cutoff. Make the fader output the correct MIDI data to change that parameter in the synth. And work your way through your parameters, adding faders, switches, knobs etc and presenting them how you want.

Similar Messages

  • Can anyone post a pic for

    Creative emailed me and said that with the Zen Vision M, you can have album art displayed on the screen while a song is playing along with the song name, artist name, etc. Can anyone post a picture of this so I can see it's? Many thanks in advance to anyone who can do this!Message Edited by christfollower on 2-2-20062: PM

    sorry no pic but i do own a 60gb vision m and am loving it. the album art works fine except for not being full screen but it is all good.

  • Can anyone post me the CRM installation notes on windows?

    Can anyone post me the CRM installation notes on windows? my email id is [email protected]
    Thank You.

    Mail sent !
    Also this <a href="https://websmp108.sap-ag.de/~sapidb/011000358700003993222005E">Master guide</a> would be useful !
    Many Thanks
    <b>Allot points if this helps!</b>

  • Can anyone post me a solution for converting gif containing text to a .txt

    Can anyone post me a solution for converting gif containing text to a .txt file using Java

    wow!!!
    not gonna put a full solution (since its huge!!!)
    but heres how you would do it
    open the gif in a bufferd image, then do some image recognition on it
    easy (hehe) case is if the gif only contains text (black on white of a standard font)
    then i would scan down the image until i find a raster line that isnt all white (top of a text line), then find the next raster line that is all white (bottom of text line.
    half(ish) way between these lines scan from the left until you find a black pixel (start <maybe> of next character) (be careful you dont aim for the gap in "i"
    from that point (x, y) test a set of pixels (x+n1, y+m1) to (x+nt, x+mt) where t should only have to be ~8 or 10 such that for each character in the font these test points return a unique combination, you then know what character is next, add it to a string and repeat along the line, then down the page
    tahh dahh there ya go
    you can write a program to learn the required test points by giving it a line of the full character set
    good piggin luck is what i say :-)

  • Can anyone give me an example for crm_svy_..._pai?

    Hi all, I have a survey, there are several questions. After I input the answers, I click the 'CHECK' button, I will check the answers. There will be different response to my answers. If the answer is not correct, I will post an error message.
    And I also need to retrieve data from tables to fill the blank.
    I am a beginner for CRM survey, can anyone help me? I create a FM:crm_svy_..._pai, and code in it right? But how can I do it?
    Can anyone give me an example for crm_svy_..._pai to do what I need?
    Many many thanks in advance!! 
    Heare is an example, but I don't its function and how does it work..
      read table lt_all_values into ls_value
                               with key answer_id = 'get_value'.
      if sy-subrc = 0.
        data: lt_values type crm_svy_api_string_t.
        append ls_value-value to lt_values.
        call method ir_survey_values->values_set
          exporting
            i_question_id = 'set_value'
            i_answer_id   = 'set_value'
            it_values     = lt_values.
      endif.

    Hi Yu,
    Could you tell how you solved your issue?
    Regards and tx in advance,
    Mon

  • Can anyone give me an example of direct, queued and unserialized delta?

    hi all,
    Can anyone give me an example of direct, queued and unserialized delta for fi and sd applications.
    thanxs in advance
    regds
    hari

    hi,
    Update Methods,
    a.1: (Serialized) V3 Update
    b. Direct Delta
    c. Queued Delta
    d. Un-serialized V3 Update
    Note: Before PI Release 2002.1 the only update method available was V3 Update. As of PI 2002.1 three new update methods are available because the V3 update could lead to inconsistencies under certain circumstances. As of PI 2003.1 the old V3 update will not be supported anymore.
    a. Update methods: (serialized) V3
    • Transaction data is collected in the R/3 update tables
    • Data in the update tables is transferred through a periodic update process to BW Delta queue
    • Delta loads from BW retrieve the data from this BW Delta queue
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Issues:
    • Even though it says serialized , Correct sequence of extraction data cannot be guaranteed
    • V2 Update errors can lead to V3 updates never to be processed
    Update methods: direct delta
    • Each document posting is directly transferred into the BW delta queue
    • Each document posting with delta extraction leads to exactly one LUW in the respective BW delta queues
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Pros:
    • Extraction is independent of V2 update
    • Less monitoring overhead of update data or extraction queue
    Cons:
    • Not suitable for environments with high number of document changes
    • Setup and delta initialization have to be executed successfully before document postings are resumed
    • V1 is more heavily burdened
    Update methods: queued delta
    • Extraction data is collected for the affected application in an extraction queue
    • Collective run as usual for transferring data into the BW delta queue
    Transaction postings lead to:
    1. Records in transaction tables and in extraction queue
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Pros:
    • Extraction is independent of V2 update
    • Suitable for environments with high number of document changes
    • Writing to extraction queue is within V1-update: this ensures correct serialization
    • Downtime is reduced to running the setup
    Cons:
    • V1 is more heavily burdened compared to V3
    • Administrative overhead of extraction queue
    Update methods: Un-serialized V3
    • Extraction data for written as before into the update tables with a V3 update module
    • V3 collective run transfers the data to BW Delta queue
    • In contrast to serialized V3, the data in the updating collective run is without regard to sequence from the update tables
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3.This BW Delta queue is read when a delta load is executed.
    Issues:
    • Only suitable for data target design for which correct sequence of changes is not important e.g. Material Movements
    • V2 update has to be successful
    hope it helps
    partha

  • Can anyone please find me examples of these methods.......

    I'm trying to get a better idea what "Helper methods" do but cannot find any good examples, can anyone please find me examples of these method.
    Also how do I print methods between different classes in a program??
    many thanks

    Also how do I print methods between differentclasses
    in a program??This question makes no sense to me.I've got some classes that need to print methods from
    an input/output class, what code is needed for
    this????You want to print methods? You might use Reflection for this. An Input/Output class? What is that? You want to print method signatures from a class that handles IO? Why should it matter what the class does?
    I've no idea what code might be needed to do whatever it is you are wanting to do here - please clarify and see if we can get a more useful answer.

  • Can anyone provide me the examples of OC4j basic authentication

    Can anyone provide me the examples or links of OC4j basic authentication?
    Thanks in advance

    Can anyone provide me the examples or links of OC4j basic authentication?
    Thanks in advance

  • Can anyone give me an example?

    I want to lucubrate M-UI ,CAN anyone give me an example just for my beginning?

    What is "lucubrate M-UI ,CAN"???
    CUL8er,
    Nick.

  • I need the patch #2376472 from Metalink - Can anyone tell me  how 2 get it

    Please note I have a CSI # which I was told has expired. I need to obtain this patch and am disparately trying to obtain it with little success thus far
    You would think Oracle would let third party support people download and distribute as is such a patch but Oracle does not allow such distribution.
    Can anyone one advise me on the best means to obtain this patch - Getting a cheap metalink account would probably be my best bet but Oracle makes getting such an account very hard to do. You would think this would not be such a huge problem but it is !

    I believe in general the cheapest Metalink access is to purchase a copy of Personal Oracle with a support contract.
    From a legal standpoint, though, I would tend to question why you are downloading a patch for a product whose support contract has expired. If you have a product that needs patching and an expired CSI, that would imply to me that you purchased a product and an initial support contract, then let the support contract expire. If that's the case, you'd no longer be eligible for patch updates. You'd need to talk to your Oracle Sales rep to figure out how to bring the support agreement current.
    Justin

  • Can anyone post screen caps of a mini drive formatted to a Mac for me?

    "B Noir" and I recently fixed my iPod mini by deleting excess files, which we think were created when (many moons ago) I plugged the mini into a mac at school. My Windows-formatted mini was showing some files that bore an uncanny resemblence to a mac's file system. So could anyone post screencap pictures of the Ipod drive, iPod_Control (which is a hidden folder) and iPod_Control/Music?

    I'd like to promise you that everything will be fine if you just get the monitor going - but it's hard to know what the hardware damage might be. It might be the monitor, or the damage might be greater.
    Your best solution would be visit your local Apple Store and let them know what your situation is. They have access to diagnostics you don't, and they might be able to the best way to save your data and keep you computing. It's still not covered, but they can tell you what your current options are.
    Um, you might consider investing in a backup drive.
    And there other repair options, too. Powerbook Medic http://www.powerbookmedic.com/xcart1/pages.php?pageid=67 offers reliable repairs, and quotes prices well under Apple's.

  • Can anyone post an overview of the permissions of the server folder

    I saved the server data on an external drive.
    I accidently cut off the power source. All services had failures since then.
    So I thought I could repair it if I would just restore the whole system from the TM Backup from a time before the cut off.
    All services do work now except Mail, Profile Manager and Wiki.
    So I stopped Mail again, deleted all its data from the server folder(s) and restored it manually from TM.
    Now I have huge permission problems. How can I fix this? I don't know how the permissions should be? Can anyone tell me, please?!

    schwaijo wrote:
    Hello jschell,
    thank you for your answer.
    let me try to clarify question with a few more facts about that what i want to do.
    I saw a example where the .dll file wich should be uses has been made available with:
    System.loadLibrary("XTapi");<<and the methods that are used has been declared with:
    private native int initTapi();<< for exampleWhat i want to do is, to access the methods of tapi32.dll file of windows in the same way, but there is nowhere to find a documentation about this file.
    You have a JNI library and you are not the owner or at least you do not have the source code.
    The JNI methods in the dlls cannot be accessed via java in any other manner than what the java code of the library already does. That is because the C signature of the name depends on the java package and class names.
    As I noted you can find the methods of the dll. You could, with a LOT of work reverse engineer the dll.
    So,can anybody tell me weather there is a way in JNI to get more Informations about the methodes in that file?As I already said, there are OS specific tools that allow you to determine at least the name of the method. I suspect that is all the information that exists.

  • Can anyone post a PHP/MySQL version of VideophoneLabs?

    My server doesn' host Sqlite3 database. Can someone post a modified version of VideophoneLabs replacing reg.cgi by reg.php and the sql tables ?

    Hi,
    could you or someone tell me if ADDT supports protection against these methods you mention:
    Protection from dictionary attacks, rainbow table attacks, brute force attacks, SQL injection attacks and much more??
    And can this system work alongside ADDT?
    thanks again

  • Can anyone post here?

    Heya,
    I noticed that not-registered users can also post here. Is this correct?
    Michel

    rasat wrote:When adding this forum, I forgot to change the permission. Currently all forums require registration.
    I personally like that better.  Guests posting always leads to various problems on other boards I've frequented.  Just my thoughts on it... thanks! 

  • Can anyone show me an example of multiple clients(RMI)?

    Hi.
    Can anyone show me one simple example of a server serving multiple clients using RMI?
    I know that I have to use thread but I'm not really use to it...
    Thank you :)

    You don't have to use threads, you don't have to do anything. Any RMI server will service multiple clients simultaneously.

Maybe you are looking for