- 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:
2019-11-07 12:14:35 +00:00
parent 0b519c5570
commit 050be15852
4 changed files with 28 additions and 5 deletions
+4
View File
@@ -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;