Anyone know how to generate random midi in real time? part 2

anyone know how to generate random midi in real time?
http://discussions.apple.com/thread.jspa?messageID=11342321
This article was archive so I can't reply to this, but I wanted to bring this back up.
As Christian pointed out on converting your notes to P-Press, then random DataByte 1 then convert back to a Note...
I used this approached but was able to add in a macro I created to save the generated random DataByte 1 so that when the Note OFF message came around, I can apply that saved random DataByte 1 to the Note OFF in question.
One thing I did notice when working this out was there's 2 differences in processing the messages when it comes to using a MIDI Input Device or a MIDI Performance (midi file).
After I was able to figure this out, now I can randomize on notes using either of the 2 Inputs.
While randomize notes probably won't sound nice to the ear, I apply another macro I created and I'm still adding too, and that's Music Scales.
So while I randomize notes, when applied to this last macro, the random notes now get mapped to notes in a music scale of your choosing.
This link shows what I did.
http://www.digimixstudios.net/RandomizeNotesUseScales/
I'm currently in the process of creating video tutorials in breaking down the whole process but I wanted to share what I have and see if there's any interested in this.
Remember, this is just one approach and I hope it gives others ideas to work off of.

anyone know how to generate random midi in real time?
When I used to drink a lot... this was no problem at all!
pancenter-

Similar Messages

  • Anyone know how to generate random midi in real time?

    Hi this is my first post so if this is obvious please forgive me
    I'm a John Cage fan and interested in chance generated working methods.
    What i'd like to know is if there is a way to generate random midi events (pitch and velocity) in logic pro or mainstage from an incoming midi signal e.g. any incoming note trigger could trigger any midi note randomly within a user defined range in real time?
    Also is it possible to generate random midi events by just letting something run in the background?
    NB i know i can randomise events after the fact using the transform window - i just can't work out how to randomise in real time.
    sorry if this was a dumb question but any help would be greatly appreciated
    thanks in advance

    christianobermaier wrote:
    Random notes are difficult because a MIDI Note actually consists of two events, Note On and Note Off a while later. If you transform either to something random, you'd get hanging notes all over the place especially when doing it live.
    You are quite right Christian, but I still think there are some ways to solve that in the Environment. For some reason I created such a tool in the pass ( it was a Logic custom offer or something like that ... ). I just converted this old LSO to L8 project. Here is a short description of the Macro "Elements" below:
    *INPUT NOTE RANDOMIZER - ELEMENTS*
    1."On/Off" CC# Assign box - you can set any CC# 0-127 here to control the Global ON/OFF Macro button(2) externally.
    2.Global ON/OFF Macro button - switches the Macro ON/OFF. In OFF mode the macro is bypassed.
    3.Note Pitch Low Randomization range box - determines the low range randomization value.
    4.Note Pitch Top Randomization range box - ( determines the top range randomization value ).
    5."Panic" CC# Assign box - you can set any CC# 0-127 here to control the "Panic" button (6) externally.
    6.Panic Button - resets any playing or hanging notes in both Macro ON/OFF modes.
    7.Note Velocity Low Randomization range box - determines the low range randomization value.
    8.Note Velocity Top Randomization range box - ( determines the top range randomization value ).
    Note: +There is a Stand Alone Macro layer in the template project so the macro tool can be easy imported as an Environment layer into other Logic projects. The tool is Polyphonic ( no Voice Limiter is applied ) so you can use it to generate random chords playing same chord rhythmically etc.+
    Also is it possible to generate random midi events by just letting something run in the background?
    I think so - something like Arpeggiator object may do the job as a Note generator in a combination with some Enviro gear or Macro...
    *Live Input Logic Note Randomizer v1.0* - [DOWNLOAD|http://audiogrocery.com/files/innote_randv1.0.zip]
    !http://img59.imageshack.us/img59/699/innoterand.gif!
    !http://img59.imageshack.us/img59/4967/aglogo45.gif!

  • How to generate random letter?

    i know how to generate random numbers but is there anyway to generate random letters? or colors?
    thanks in advance..

    marufai wrote:
    -uj-
    as i'm new in java...can u show me how to make random number from array list?
    i tried but it seem long
    ArrayList ma = new ArrayList();
         ma.add("A");
         ma.add("B");
         ma.add("C");          
         ma.add("D");          
         ma.add("E");
         num = gen.nextInt(5);
         System.out.print("" + ma.get(num) );
    so if i wan generate btw A to Z am i suppose to type A to Z out?
    Edited by: marufai on Sep 24, 2007 12:32 PMI like uj's method since it's more extensible, even though it's a little more work up front.
    If you have a range, say A to Z, then loop over the characters in that range, adding them to the list.
            List<Character> list = new ArrayList<Character>();
            for (char index = 'A'; index <= 'Z'; index++) {
                list.add(index);
            }Do that for all of the ranges that you want to add to the possibilities, and then choose random numbers between 0 and the length of the list.

  • Does anyone know how to convert the .deploy file to ant script

    hi guys ,
    I am doing some work relate to J2EE/ADF application deployment. I need ant script to compile/ear and remote deploy.
    Does anyone know how to generate the ant script based on the .deploy file (eg.ejb.deploy and webservice.deploy ).
    although I can generate the ant script with creating buildfile from project ,but all the ant tasks are just compile ,no other deploy task...
    I much appreciate if anyone can give me a clue
    Kevin

    I don't know how to convert a .deploy file but you may use below commands to remotely deploy an ear file
    To compile
    c:\Oracle\Middleware\jdeveloper\jdev\bin\ojdeploy -profile EarProfile -workspace MyApp\MyApp.jws
    To Deploy
    c:\Oracle\Middleware\wlserver_10.3\server\bin\setWLSEnv.cmd
    java weblogic.Deployer -adminurl http://localhost:7101 -user weblogic -password weblogic1 -deploy -upload MyApp\deploy\EarProfile.earMore Details
    http://edocs.bea.com/wls/docs100/deployment/understanding.html#wp1057841

  • Does anyone know how to add time using TIME function?

    Hi,
    I just switched from Excel (lol) and found an error in a key calculation i use. Does anyone know how to automatically add hours to a time? i.e. i have to convert Pacific Time to other U.S. Time Zones so in the past I used this formula in Excel (=B6+TIME(3,0,0)) which is now not working in Numbers. Is there an equivalent?
    Thanks for your help!
    Alexandra

    Hello
    The Terms of Use ruling this forum states:
    -+-+-+-+-+-+-+-
    +to help you resolve issues, ask questions, get tips and advice, and more.+
    +If you have a technical question about an Apple product, be sure to check out Apple's support resources first by consulting the application Help menu on your computer and visiting our Support site to view articles and more on our product support pages.+
    +How do I post a question? ‚+
    +_If you searched the forums and didn't find an answer to your question or issue_, click the Post New Topic link at the top of a relevant forum page to post your own question.+
    -+-+-+-+-+-+-+-
    Your question was aked and responded many times.
    Searching in existing threads would have give you the response.
    When I try to help users in English, I often look in a dictionary but it seems that for many users, reading the Help or the PDF User's Guideis too much work.
    In cell D3, the formula is simply:
    =TIME(HOUR(B)HOUR(C),MINUTE(B)+MINUTE(C),SECOND(B)SECOND(C))
    which match the Numbers's syntax which, what a surprise, is not XL's one
    Yvan KOENIG (from FRANCE mercredi 28 mai 2008 17:39:56)

  • Anyone Know how to compile a WSDL File

    Anyone Know how to compile a WSDL File

    Use WS-Compile, part of the Java Web Services Developer Pack (JWSDP).

  • TS4002 I have 1600 emails in my icloud box...does anyone know how to delete them all at once without having to do one at a time????

    I have 1600 emails in my icloud box....does anyone know how to delete them all at one time without having to do each one individually?

    Hey Koyster,
    Great question. Utilizing iCloud.com, we may be able to purge these emails in a much faster way:
    iCloud: Delete email
    http://support.apple.com/kb/PH2651
    Delete messages
    - On your Mac, Shift-click to select multiple adjacent messages or Command-click to select multiple nonadjacent messages.
    - On your Windows computer, Shift-click to select multiple adjacent messages or Control-click to select multiple nonadjacent messages.
    Thanks,
    Matt M.

  • How to program a midi foot controller on Mainstage? Does anyone knows how to program the foot controller with exclusive solo channel in order not to dance "tip tap" while from clean guitar I go to crunch or solo? How to do this programming on Mainstage?

    How to program a midi foot controller on Mainstage? Does anyone knows how to program the foot controller with exclusive solo channel in order not to dance "tip tap" while from clean guitar I go to crunch or solo? How to do this programming on Mainstage?
    I basically managed to learn how to invert parameters which allows me to be as default in the clean guitar channel and if I switch the first button on the midi foot controller I switch to crunch, but at this point I tryied so hard to programm the second and third button to switch, only through a button in one step, to a third channel for distorsion or a 4th channel for solo guitar but I couldn't figured out how this work can be done!
    I would appreciate if anyone could help or share this experience with others who are experiencing the same problem.
    Cheers.
    F.

    I cannot seem to get mainstage to recognize my FCB either. I am using IFCB. Anyone figure this out?
    Thanks,
    Eric

  • HT1430 my ipad randomly shut off and when i go to turn it on it shows a cord connecting to the itunes symbol. my ipad is not disabled by the way. has anyone else had this problem? if so does anyone know how to fix it?

    my ipad randomly shut off and when i go to turn it on it shows a cord connecting to the itunes symbol, my ipad is not disabled by the way. has anyone else had this problem? if so does anyone know how to fix it?

    Glitchs like that sometimes happen
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.      
    If sit still reocurrs a lot, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                       

  • My laptops QWERTY row of keys does not work for long periods at random intervals and only after pushing all the buttons on the row does it eventually turn back on and then will still cut out every now and again, anyone know how to solve this?

    My laptops QWERTY row of keys does not work for long periods at random intervals and only after pushing all the buttons on the row does it eventually turn back on and then will still cut out every now and again, anyone know how to solve this? If not is there any way to actually get a genuis appointment lol to get one of them to have a look at the hardware on the keyboard?

    Apple Support (formerly ExpressLane):
    https://getsupport.apple.com/GetproductgroupList.do
    https://getsupport.apple.com/GetSASO?SG=SG001&locale=en_US

  • HT1386 My iphone5 itunes playlist seems to have a mind of it's own, after selecting a song to play it will randomly flash through songs on my playlist without stopping. I've rebooting, and restored my iphone with no results. does anyone know how to stop t

    My iphone5 itunes playlist seems to have a mind of it's own, after selecting a song to play it will randomly flash through songs on my playlist without stopping. I've rebooting, and restored my iphone with no results. does anyone know how to stop this from happening? also I am having trouble syncing songs from my library on my computer to my iphone. the songs so up on my playlist on the computer, but will not synch over to my iphone5. Thank you.

    Hi TakesTwo2Tango,
    Thanks for using Apple Support Communities.  It sounds like you should definitely be seeing a plus sign after tapping Edit, so I would try a couple relatively easy things (closing the Music app, resetting the iPhone):
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    Cheers,
    - Ari

  • My phone randomly doesn't ring when people call and not sound the text alert. I checked all the settings and them seem to be correct. Anyone know how to fix this?

    My phone randomly doesn't ring when people call and not sound the text alert. I checked all the settings and them seem to be correct. Sometimes it rings, many times it doesn't. I have missed several calls. Same with texts. Anyone know how to fix this?

    Symptoms
    No ringer sound
    Go to Settings > Sounds > Ringtone and select a ringtone. Does the device ring? (YES: Issue resolved) (NO: Go to step 2)
    Go to Settings> General> Reset> Erase All Content and Settings. Warning: This will delete all user data on the device. Verify that you have a backup before proceeding. Go to Settings > Sounds > Ringtone and select a ringtone. Does the device ring? (YES: Issue resolved) (NO: Go to step 3)
    Restore device using latest version of iTunes. Go to Settings > Sounds > Ringtone and select a ringtone. Does the device ring? (YES: Issue resolved) (NO: Contact Apple for service options)

  • How to generate random password as per password policy by knowing the resou

    Hi,
    Any body tell me, how to generate random password as per password policy by knowing the resource object in OIM11g
    Regards,
    Nishith Nayan

    Hi Nayan,
    You can try below code snippet:
    UserRepository ur = new DBUserRepository();
    UserInfo user = ur.getUserInfo(userKey);     
                   ResourceRepository rrepo = new ResourceDBRepository();
                   Resource resource = rrepo.findResource(resourceName);
                   PasswordPolicyAssignmentsRepository par = new PasswordPolicyAssignmentsDBRepository();
                   PasswordPolicyRepository ppr = new DBPasswordPolicyRepository();               
                   List passwordPolicyAssignments = par.getPasswordPolicyAssigments(resource);     
                   PasswordPolicy passwordPolicy;     
                                            PasswordPolicyAssignment passwordPolicyAssignment = (PasswordPolicyAssignment) passwordPolicyAssignments.get(0);
                             if (isApplicable(passwordPolicyAssignment, getMappedAttributes(userInfo.getAttributes()))) {                            
                                  passwordPolicy = ppr.find(passwordPolicyAssignment.getPasswordPolicyID());                    
                                                 RandomPasswordGeneratorImpl rpg = new RandomPasswordGeneratorImpl();
                             password = rpg.generatePassword(userInfo, passwordPolicy);
    regards,
    gyan

  • Macbook Air (Mid-2013) and iPhone 5s IOS version 8.1 won't connect via bluetooth, anyone know how to fix this problem?

    I have a Macbook Air running OS-X Yosemite and an iPhone 5s running IOS version 8.1. Every time I try to connect the devices via bluetooth is won't connect saying my Macbook Air isn't supported when in actuality it is. Anyone know how to fix this issue? I have restarted both my Mac/Iphone and have turned bluetooth on/off and nothing seems to help. Bluetooth pairing didn't work before I updated to IOS 8.1 so I doubt that is the issue here.

    Pairing an iPhone to a computer (Mac or Windows) is only supported for personal hotspot (sharing the iPhone's cellular internet connection) and then only if your cellular plan supports it. More information: Bluetooth: Why can't I pair my iPhone or iPad with my computer?

  • How to generate random number

    Hi I am trying to generate a random number between 0 to 100. Anyone know how to do this. I know we can use the Random class, but I don't know how to implement it between 0 and 100.
    Thanks

    XPOST:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=547130&tstart=0&trange=15
    http://forum.java.sun.com/thread.jsp?forum=31&thread=547129&tstart=0&trange=15

Maybe you are looking for

  • Multiple row data in a single row

    I have a table like the following: AGREEMENT_ID SERVICE_CODE SERIAL_NO 22     CV     CE095F0011007884F 22     HS     2509b000121373869 22     NG     2509B000121265554 22     SG     2509B00012120278D 22     SM     PAFABM0716140704 22     SN     G32X2M

  • Modify table field at BKPF (FBL3N) - WAERS (Currency)

    Hi Experts, Need your advice. The user has enter wrong currency during GL document creation.  Instead of RM, they enter as MYR. Although both local currency is refer to RM, but when they list the line item eg. FBL3N.  The report will shown 2 currency

  • Different NX 6800GT Revs. in SLI mode?

    I have an ASUS A8N-SLI Deluxe motherboard and ordered 2 MSI NX6800GT video cards. When they arrived, they looked different. One was mounted on a blue PCB and had a Revision 1 manual, and the second was mounted on a red PCB and came with a revision 2

  • How to view all the dashboard at user level.

    Hi All, I am using BI Apps 7.9.6.1. I have created all the reports and dashboards on prod. I am facing a problem like I can see all the dashboards and reports at Admin level. But while m trying access those reports and dashboards, I cant see only one

  • When I try to upload photos from iphoto firefox crashes everytime

    When I try to attach a photo from iphoto to facebook or gmail or anything firefox crashes everytime. This just started happening. I have the most updated version of firefox and I have uninstalled and reinstalled it also. It only happens with iphoto.