Search:

Type: Posts; User: variable83

Search: Search took 0.00 seconds.

  1. yeah i'm using "aservelibs/aservelib.h" which...

    yeah i'm using "aservelibs/aservelib.h" which deals with all the timings and bpms etc. i just need a bit of help with the contents of the for loop i need to count back thru the notes that i stored...
  2. so i would put the loop in after the original?...

    so i would put the loop in after the original? how would i get the note data back out of the array to my synth? sorry if i'm being a tool. i'm having a complete mental block today!



    int main()...
  3. ignore my last comments. its suddenly decided to...

    ignore my last comments. its suddenly decided to start working. Awesome. am i right in thinking that code in my last post has assigned the array elements to the note numbers of the sequence? how...
  4. velocity in midi can be 0-127. a velocity of '0'...

    velocity in midi can be 0-127. a velocity of '0' is treated as a 'note-off' msg. at the mo my synthesizer is looking like this:


    #include <stdio.h>
    #include "aservelibs/aservelib.h"
    #include...
  5. hello mate, Thanks for the quick respsonse....

    hello mate,

    Thanks for the quick respsonse. with the second piece of code i posted, all i really want to do is to read a sequence of note numbers into (for example) a 32 element array, which i...
  6. an uber-simple array/function question for a c rookie!

    Hi all,

    i'm trying to write a basic synthesizer program that can stores a sequence of midi notes and their associated channel/velocity data. at the moment i have this which can take the data and...
Results 1 to 6 of 6