Search:

Type: Posts; User: jaquenta

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,190

    midi programming

    what's wrong with this code??? i'm trying to play an array on notes thru midi....only new to this subject....this code compiles but crashes when i run the .exe file....think i remember someone saying...
  2. Thread: midi matrix

    by jaquenta
    Replies
    2
    Views
    1,976

    portmidi.lib porttime.lib and winmm.lib yea...

    portmidi.lib porttime.lib and winmm.lib

    yea sorry that should have been portmidi.h
  3. Thread: midi matrix

    by jaquenta
    Replies
    2
    Views
    1,976

    midi matrix

    can anyone explain midiport.h functions??

    need to alter this to play a matrix:



    else
    {
    char chan = 0;
    int prg = 0;
  4. Thread: winmm.lib

    by jaquenta
    Replies
    10
    Views
    43,297

    your right i found a .dll file not a .lib.. but...

    your right i found a .dll file not a .lib.. but will install the platSDK as you advise might clear the warnings :) anyway if one body out there still wanting to help :) ..... have to put this code...
  5. Thread: winmm.lib

    by jaquenta
    Replies
    10
    Views
    43,297

    it's cool it's working :D:D:D:D still giving...

    it's cool it's working :D:D:D:D

    still giving loads of errors but it plays :)
  6. Thread: winmm.lib

    by jaquenta
    Replies
    10
    Views
    43,297

    ok thanks a million i found it in system32 ...

    ok thanks a million i found it in system32 .... but..... ok.....trying to run a midi program.... and don't really know what i'm doing....

    this is the sample




    #include <stdio.h>...
  7. Thread: winmm.lib

    by jaquenta
    Replies
    10
    Views
    43,297

    nice feature but already tried that

    nice feature but already tried that
  8. Thread: winmm.lib

    by jaquenta
    Replies
    10
    Views
    43,297

    winmm.lib

    hi can anybody tell me what winmm.lib is?? is it supposed to be on my computer already or do i have to download it? if so where?? is there a way to check if it's already there??

    any help would...
  9. Replies
    5
    Views
    1,262

    cool that help cheers :)

    cool that help cheers :)
  10. Replies
    5
    Views
    1,262

    underfined reference to usernotes????

    I'm trying to set up a matrix where user inputs first line...I can't see why this doesn't work. Can anybody tell me?


    #include<stdio.h>

    int usernotes(int P[][12], int); //is this not the...
  11. Thanks your right it just a warning but still...

    Thanks your right it just a warning but still works :)
  12. you mean return 0; ?? still doesn't work

    you mean

    return 0;

    ?? still doesn't work
  13. please help i'm so new to this you wouldn't believe

    #include <stdio.h>

    main()
    {
    printf("hello world\n");

    }

    why wont this work :( keeps telling me no newline at end of file but i thought this was "\n" am i wrong??
Results 1 to 13 of 13