You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
740 B
29 lines
740 B
// 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_
|