- 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
+14
View File
@@ -43,6 +43,20 @@ public:
return m_id;
}
int numVisibleX()
{
return m_numVisibleX;
}
int numVisibleY()
{
return m_numVisibleY;
}
int numHidden()
{
return m_bh.n_elem;
}
private:
const std::string &m_name;
std::string m_weightsFile;