Ella Pollack

Results 4 issues of Ella Pollack

`juce::AudioPluginInstance::setParameterTree` was made private in [3d1d060](https://github.com/juce-framework/JUCE/commit/3d1d0603170c631a4a09afbc81702d3cab191baf). ``` ../SOUL/include/soul/patch/helper_classes/soul_patch_AudioProcessor.h:205:9: error: 'setParameterTree' is a private member of 'juce::AudioPluginInstance' setParameterTree (std::move (treeBuilder.tree)); ^ ../JUCE/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h:172:27: note: declared private here using AudioProcessor::setParameterTree; ^ 1 error...

- `scale` is an array containing the frequency interval of each scale degree, beginning with the first degree above the tonic (`1.` is implied) and ending with the octave. -...

A text insert mode would mimic the behavior of the Windows insert key i.e. when a character is typed it overwrites the character ahead of it. Ideally there would be...