home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Large Pack of OldSkool DOS MOD Trackers
/
beaversweeper_v101.zip
/
src
/
SamplePoolEditor.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-01-06
|
2KB
|
92 lines
#if !defined(AFX_SAMPLEPOOLEDITOR_H__D351CFD5_83DF_4F18_B268_CD1F447F64C6__INCLUDED_)
#define AFX_SAMPLEPOOLEDITOR_H__D351CFD5_83DF_4F18_B268_CD1F447F64C6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SamplePoolEditor.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSamplePoolEditor form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class isSynth;
class CRawSampleView;
class CSamplePoolEditor : public CFormView
{
protected:
CSamplePoolEditor(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CSamplePoolEditor)
// Form Data
public:
//{{AFX_DATA(CSamplePoolEditor)
enum { IDD = IDD_DIALOG_SAMPLEPOOL };
CButton m_import;
CListBox m_slotlist;
CSpinButtonCtrl m_stopspin;
CSpinButtonCtrl m_startspin;
BOOL m_looping;
BOOL m_pingpong;
int m_loopstart;
int m_loopstop;
CString m_samplelength;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
void setSynth(isSynth *synt);
void newSlot(int newslot);
void updateStuff(void);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSamplePoolEditor)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CSamplePoolEditor();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
isSynth *m_synth;
CRawSampleView *m_sampleview;
// Generated message map functions
//{{AFX_MSG(CSamplePoolEditor)
afx_msg void OnSelchangeList1();
afx_msg void OnChangeEdit3();
afx_msg void OnChangeEdit2();
afx_msg void OnCheck2();
afx_msg void OnCheck3();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SAMPLEPOOLEDITOR_H__D351CFD5_83DF_4F18_B268_CD1F447F64C6__INCLUDED_)