-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aepelzens Modules-0.6.0dev-win, as is #22
Comments
Thanks. Just a couple of questions. Can't you just install libsndfile through pacman. That way you shouldn't have to change anything. And about the crash. Does it always crash when you remove a sample or only occasionally? |
Hi! In short, my notes:
In the meantime, thanks for your feedback, and above all, for all the Aepelzen module set. |
Ok, thanks again. I thought i caught most of those crashes by now but I'll check again.
|
@Aepelzen I was too curious to fully tweak the sampler... I managed to do a quick-and-dirty-fix to the segfault problem (a simple flag that helps to escape the drawing routine for the whole step needed for sample swapping, I would say). Really not elegant, but that's enough for the issue to be bypassed. |
Interesting. I tried something similar. My plan is to only redraw the sample when it actually changes. That would not only fix the segfaults but also improve performance but i haven't found a way to "cache" the image yet. But this seems like a good workaround in the meantime. About the directories: I thought dirent.h is not supported on windows. You probably have Cygwin or smth. like that installed, so maybe that's why you have it? Do you think this will work on normal user installs too? |
@Aepelzen I was quite surprised too. On my development Windows machine I have a standard MingW setup, living side-by-side with a regular Microsofr VisualStudio IDE and a plethora of other common development tools. |
Ok. That's good to know. If it compiles with MinGW that's good enough for me. I will probably remove the preprocessor statements for the next update and just see if somebody complains. And thanks again for doing all this. |
No need for thanks man, playing with the module is enough rewarding, I'm having so much fun with it! |
@Aepelzen Posting a Windows build against the current master branch, as is (I previously built from source the libsndfile dependency adding autotools instructions to my makefile).
Platform: Windows 8.1 x64
The plugins loads well in Rack, only an error occurs when clicking the "-" button after loading a sample.
Below the log message printed when running with
make debug
:Posting this for your use, archive or test purposes.
Best
Aepelzens Modules-0.6.0dev-win.zip
The text was updated successfully, but these errors were encountered: