- run gui (Zwischenstand)
- trigger compile of libjuce from RBM makefile git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@614 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -38,6 +38,10 @@ public:
|
||||
bool loadWeights();
|
||||
bool saveWeights();
|
||||
|
||||
void batchchanged()
|
||||
{
|
||||
std::cout << "Stack::batchchanged() called" << std::endl;
|
||||
}
|
||||
private:
|
||||
const std::string &m_prjname;
|
||||
Layer *m_pLayers;
|
||||
|
||||
Reference in New Issue
Block a user