Git Product home page Git Product logo

Comments (3)

ypujante avatar ypujante commented on June 1, 2024

Thank you for reporting. I did try to open a very large file on macOS (80MB) on my primary machine ("old" mac book pro laptop from 2014) and it works fine (albeit a little less responsive when zooming on the waveform).

I tried on a PC with a smaller file (~40MB) and it becomes unresponsive as you describe which seems quite odd. I am not sure why but will investigate

from vst-sam-spl-64.

ypujante avatar ypujante commented on June 1, 2024

I believe I was able to track down the issue as I have reported in this forum thread https://sdk.steinberg.net/viewtopic.php?f=4&t=829. I think I should have a fix soon.

On another note, I think this issue is clearly surfacing a more serious design issue with the device which is the fact that all the heavy computation (like resampling) is done in the UI thread. It is good because it doesn't block the music part of it but it is bad because it also locks the UI up (potentially). The "proper" way to fix this would be to spawn a thread and allow for cancellation in the UI... but as I found out (see this thread) https://sdk.steinberg.net/viewtopic.php?f=5&t=828 there is no support in the VST3 SDK for such pattern... so need to "roll your own"... which is a non trivial task to do.

from vst-sam-spl-64.

ypujante avatar ypujante commented on June 1, 2024

I have made some changes to improve the responsiveness when a large file is being loaded. I also added a warning dialog when the file is large (> 20Mb) to back out. I have tried with much larger file than this on Windows 10 and although it take a little time to load (~10s), once it is loaded it seems to be pretty responsive. It is better if the file is the same sample rate than the DAW (which can be forced by going to the Edit tab and selecting Match). Before the changes, the same file would take in the tens of minutes to even load!

You can download 1.4.1 here: https://github.com/pongasoft/vst-sam-spl-64/releases/tag/v1.4.1

from vst-sam-spl-64.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.