Yes, changing the buffer size in jack affects the buffer size in cabbage, but the number of buffer of jack are not taken in account by cabbage: if i have 512 samples in jack but i change the number of buffer from 2 to 3 or 4ā¦ cabbage shows only 512 and relative ms number. Maybe Itās correct, I donāt know.
One other problem during compilation process is that I got only CabbageLite, I didnāt found CabbageIDE anywhere in my build, If I comment out these lines in the buildCabbage script:
make -f MakeCabbageLite clean CONFIG=Release make -f MakeCabbageLite -j6 CONFIG=Release cp ./build/CabbageLite CabbageBuild/Cabbage
I (obvoiusly) donāt have CabbageLite but CabbageIDE is built and working
One more question, Is the gentable widget changed from version 1? I canāt get my older files to display it.