progress moving table model to be managed by fluidsynth, de-generalizing and decoupling table component

This commit is contained in:
Alex Birch
2019-07-13 00:16:35 +01:00
parent e02188b7f4
commit e1a8df9e8f
6 changed files with 155 additions and 39 deletions

View File

@ -46,6 +46,10 @@ JuicySFAudioProcessor::JuicySFAudioProcessor()
valueTreeState.state.appendChild({ "soundFont", {
{ "path", "" },
}, {} }, nullptr);
// no properties, no subtrees (yet)
valueTreeState.state.appendChild({ "presets", {}, {} }, nullptr);
// no properties, no subtrees (yet)
valueTreeState.state.appendChild({ "banks", {}, {} }, nullptr);
// valueTreeState.state.setProperty("soundFontPath", "", nullptr);
// valueTreeState.state.appendChild({ "soundFontPath", {} }, nullptr);