Thread: Help with Direct Music

  1. #16
    Registered User
    Join Date
    Jul 2002
    Posts
    35

    Talking YEA

    yes i got it working ill post what i did when i get back thx for ur help Polymorphic OOP
    Theres a sucker born every minute, but a swallower is harder to find

  2. #17
    Registered User
    Join Date
    Jul 2002
    Posts
    35
    ok what i did is i went into dmdls.h :-

    Code:
    typedef struct _DMUS_REGION
    {
        RGNRANGE        RangeKey;
        RGNRANGE        RangeVelocity;
        USHORT          fusOptions;
        USHORT          usKeyGroup;
        ULONG           ulRegionArtIdx;         /* If zero the region does not have an articulation */
        ULONG           ulNextRegionIdx;        /* If zero no more regions */
        ULONG           ulFirstExtCkIdx;        /* If zero no 3rd party entenstion chunks associated with the region */
        WAVELINK        WaveLink;
        WSMPL           WSMP;                   /*  If WSMP.cSampleLoops > 1 then a WLOOP is included */
        WLOOP           WWLOOP[1];         // <<<<<<<<--  added an extra W in front of the WLOOP[1];
    } DMUS_REGION;
    Works fine now thx every one
    Theres a sucker born every minute, but a swallower is harder to find

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Music Programming - Serial Matrix Display (Help needed)
    By CrazyHorse in forum C Programming
    Replies: 1
    Last Post: 11-13-2007, 04:28 PM
  2. Is AOL music crazy?
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 03-24-2006, 07:24 PM
  3. Direct Input shutting down improperly
    By Deo in forum Game Programming
    Replies: 3
    Last Post: 06-14-2005, 06:54 AM
  4. Direct Music Illegal Static Member Call error
    By FwyWice in forum Game Programming
    Replies: 4
    Last Post: 11-30-2002, 05:14 PM
  5. Direct Music Trouble
    By FwyWice in forum Game Programming
    Replies: 5
    Last Post: 11-29-2002, 04:01 PM