Show
Ignore:
Timestamp:
10/31/08 00:24:20 (5 years ago)
Author:
wolke
Message:

little bit more work on sample_editor

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/new_fx_rack_and_sample_fun/gui/src/HydrogenApp.h

    r605 r608  
    2828#include <hydrogen/Object.h> 
    2929#include <hydrogen/globals.h> 
     30#include <hydrogen/sample.h> 
    3031 
    3132#include "EventListener.h" 
     
    7374                void showAudioEngineInfoForm(); 
    7475                void showPlaylistDialog(); 
    75                 void showSampleEditor( QString name ); 
     76                void showSampleEditor( QString name,  H2Core::Sample* Sample ); 
    7677 
    7778                Mixer* getMixer() {     return m_pMixer;        }