Thread: Confusion with DirectMusic tutorial

  1. #1
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879

    Confusion with DirectMusic tutorial

    Hey guys, I've been figuring DirectMusic out from a tutorial that came with my DirectX7 SDK docs. I'm confused about this one part:
    Before loading a new segment, clean up any existing one. Then pass a file name to the LoadMIDISegment function.
    Does this mean that I can only load 1 midi segment with the loader at a time, and I have to release the first segment before I can load another one? Like, will I not be able to pre-load 2 segments at the beginning of the program and then switch between them?

    **EDIT**
    Gee, I seem to be doing this a lot lately... I'll try to stop I guess the answer is I can, and the tutorial was worded badly, unless I'm doing something wrong right now and it just isn't showing up.
    Last edited by Hunter2; 06-10-2003 at 06:35 PM.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM
  2. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  3. tutorial confusion <<endl;
    By ikke in forum C++ Programming
    Replies: 5
    Last Post: 05-22-2003, 08:39 AM
  4. Problem with tutorial (Vector class)
    By OdyTHeBear in forum C++ Programming
    Replies: 4
    Last Post: 12-18-2002, 02:49 PM
  5. My DirectInput tutorial....
    By jdinger in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-18-2002, 11:32 PM