You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this branch, the number of the File Pool threads is limited to 1.
The number of chunks loaded at once is 64 (1024*64 = 64k frames).
Without this change, there was a serious performance issue on iPad Pro when users simultaneously use other sampler plugins which do disk-streaming.
Shared File Pool
The FileData is shared with instances.
There is a memory limit on iOS/iPadOS, I added this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@paulfd In case you are interested, I wrote this.
Feel free if you want to merge these.
I have already implemented these in isfizz.
Sliced Loading Job:
In this branch, the number of the File Pool threads is limited to 1.
The number of chunks loaded at once is 64 (1024*64 = 64k frames).
Without this change, there was a serious performance issue on iPad Pro when users simultaneously use other sampler plugins which do disk-streaming.
Shared File Pool
The FileData is shared with instances.
There is a memory limit on iOS/iPadOS, I added this.
Beta Was this translation helpful? Give feedback.
All reactions