Changeset 608 for branches/new_fx_rack_and_sample_fun/gui/src/HydrogenApp.h
- Timestamp:
- 10/31/08 00:24:20 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/new_fx_rack_and_sample_fun/gui/src/HydrogenApp.h
r605 r608 28 28 #include <hydrogen/Object.h> 29 29 #include <hydrogen/globals.h> 30 #include <hydrogen/sample.h> 30 31 31 32 #include "EventListener.h" … … 73 74 void showAudioEngineInfoForm(); 74 75 void showPlaylistDialog(); 75 void showSampleEditor( QString name );76 void showSampleEditor( QString name, H2Core::Sample* Sample ); 76 77 77 78 Mixer* getMixer() { return m_pMixer; }