layout update supporting better dynamic resizing, lookandfeel update, ios support

This commit is contained in:
essej
2022-04-11 13:23:10 -04:00
parent 8c4a20ecd6
commit 2084782a79
14 changed files with 3660 additions and 220 deletions

View File

@ -123,7 +123,7 @@ class PaulstretchpluginAudioProcessorEditor;
struct OfflineRenderParams
{
OfflineRenderParams(File ofile, double osr, int oformat, double omaxdur, int onumloops, CallOutBox* ocb=nullptr) :
outputfile(ofile), outsr(osr), outputformat(oformat), maxoutdur(omaxdur), numloops(onumloops), cbox(ocb)
outputfile(ofile), outsr(osr), maxoutdur(omaxdur), numloops(onumloops), outputformat(oformat), cbox(ocb)
{}
File outputfile;
double outsr = 44100.0;