-
Notifications
You must be signed in to change notification settings - Fork 17
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
please adopt to new faust releases #7
Comments
I tried to build the latest commit, but I still run into the moved
|
I have not done any work to enable faust2 compatibility. |
I tried again using faust 0.9.90.
|
Looking at faust outputs in gen/ those are generated by 0.9.73. |
The faust1 branch builds and runs, both the standalone and the lv2, thanks! Should I base the package for my distro on that branch? |
I guess the best packaging strategy for now is to include faust 0.9.73 in your build process like my branch does. |
Not sure what you mean by that.
That would be great, thanks. |
Feel free to use this branch if you like, I will not to change it or move it away. I'm just not member of the project, only a modest contributor. I think I've managed to add faust2 support (branch), and it seemed surprisingly easy. (version 2.5.23.) |
That builds and runs, using faust 2.5.23, thanks! I can not change parameters in the standalone version, but I can in the LV2. Audio works for both the standalone and the LV2 |
For a quick update, I managed to complete some yc20 builds using clang.
Ok let me try it on my side |
I'm afraid I have no such problem on my side with manipulating parameters by GUI on the standalone Jack variant. Jack2, GTK+2, on current Archlinux. When you edit a parameter by mouse, do you hear the effect of the parameter change and it's just GUI not updating its display? because I did experience such a bug for which I submitted a previous fix |
I did some more testing. The title of the fix you linked says it's for LV2, whereas I'm having the problem only with the standalone. |
Yes make it a separate issue. |
patch |
Yes, that fixes it. Many thanks for your quick and helpful responses! If you could do a release, I can close this issue and #6, and then add foo-yc20 back to NixOS. |
I was kind of expecting this answer, but wanted to ask anyway. Thanks! |
@sampov2 Any news on this? |
Sorry, there's no news on my part. I don't have a working development environment for the software at the moment. I'm happy to accept pull requests or offer collaboration rights if you're able to work on these fixes. Is PR #12 tested and working? |
@sampov2 Thanks!
Yes it is. I suggest you give @jpcima collaboration rights. |
@sampov2 the PR #12 works on each of our respective sides, but for the time being you'll have to take our word for it unfortunately. Now, I can maybe help with the testing situation. (here was a mention of enabling automatic builds #9) |
Automatic builds would be great! I'll add you as a collaborator. It would be especially great if that could be achieved for the Windows and Mac VST's since those builds are especially tricky. But of course the primary goal should be the Linux builds and everything else on top of that is just sugar. |
When building with faust 0.9.90 or 2.0.a51 there are a few build errors.
faust has moved the location of dsp.h, which can be fixed with:
Then I get the following error, which I don't know how to fix:
It would also be great to adapt it to the new faust libraries.
I made a crude script that helps with that:
https://github.com/magnetophon/faustCompressors/blob/master/newlib.sh
Thanks.
The text was updated successfully, but these errors were encountered: