// Dx8Style.h : New for DX8
//
// Copyright (c) 1999-1999 Microsoft Corporation
//
// @doc EXTERNAL
//
// 

#ifndef __DX8STYLE_H_
#define __DX8STYLE_H_

/*
@interface IDirectMusicStyle8 | 
The <i IDirectMusicStyle8> interface extends the <i IDirectMusicStyle> interface.


@base public | IUnknown

@meth HRESULT | ComposeMelodyFromTemplate | Creates a sequence segment from a 
style and a Melody template (containing a Melody Generation track, a Chord track,
and an optional Style track).  Clones the segment and adds a 
Sequence track containing melodic information.
*/

// This eventually will go in dmusici.h

/*/////////////////////////////////////////////////////////////////////*/

#endif //__DX8STYLE_H_
