Results 1 to 7 of 7

Thread: MIDI notes repeater

  1. #1
    Join Date
    Apr 2009
    Location
    London or Bucharest
    Posts
    31

    Default MIDI notes repeater

    Here is what i want to do: Take a sequence of midi notes from an usb midi controller, and being able to repeat it.

    I was thinking of some small application that could record/play back the midi notes in the same way they were pressed(order and time).
    Any suggestions?

  2. #2
    Join Date
    May 2007
    Location
    Romania
    Posts
    1,041

  3. #3
    Join Date
    Apr 2009
    Location
    London or Bucharest
    Posts
    31

    Default

    to cycle trough after pressing play until pressing stop

  4. #4
    Join Date
    Sep 2007
    Location
    Omaha, NE
    Posts
    769

    Default

    You didn't say what your favorite code flavor is.
    I have played with this library- it is in .Net and all open source.
    I am using parts of it in my latest project.
    -Mike


  5. #5
    Join Date
    Apr 2009
    Location
    London or Bucharest
    Posts
    31

    Default

    Unfortunately doing lasershows for the last years killed my spare time for learning programming . that application looks close to what i have in mind. Is there any change to give me a link to an executable version?
    First let me tell you more about what want it for
    I use an Akai Mpd 32 midi controller.
    It has a Note repeat function. That works for music, bot not for what I need.
    Let's say you play a song and count 4 beats: 1 2 3 4.
    I want to press 4 different keys that send notes, on each of the 4 beats.
    Record this sequence and play it back in repeat for the next 4 beats...and so on.
    So the application should also record the time between the beats.
    I hope you understand something from what i have in mind

  6. #6
    Join Date
    Sep 2007
    Location
    Omaha, NE
    Posts
    769

    Default

    Does it know the pattern is complete when the first note is struck the second time?
    How would it know how long to wait between the 4th key strike and the repeat of the 1st key again?
    I don't have an executable- I would have to write one.


  7. #7
    Join Date
    Apr 2009
    Location
    London or Bucharest
    Posts
    31

    Default

    It shoud know when the pattern is complete when a STOP RECkey is pressed.
    It waits between the last key and the first key, the time that is between the last key and STOP REC key.So you can record 6 beats or 7 or how many you want. Something similar to event recorder in LivePro.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •