home *** CD-ROM | disk | FTP | other *** search
- // ModulateBaseDlg.cpp : implementation file
- //
-
- #include "stdafx.h"
- #include "tracker.h"
- #include "ModulateBaseDlg.h"
-
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // CModulateBaseDlg dialog
-
-
- CModulateBaseDlg::CModulateBaseDlg(UINT nIDTemplate,CWnd* pParent /*=NULL*/)
- : CDialog(nIDTemplate, pParent)
-
- {
- }
-
-
- void CModulateBaseDlg::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- }
- void CModulateBaseDlg::SetVoice( isModulator *_modulator,isVoice *_voice,isInstrument *_instr, isSynth *_synth)
- {
- modulator = _modulator;
- voice = _voice;
- instrument = _instr;
- synth = _synth;
- }
- void CModulateBaseDlg::UpdateModulateData()
- {
- }
-
- /////////////////////////////////////////////////////////////////////////////
- // CModulateBaseDlg message handlers
-