Stefan Sauer
Stefan Sauer
The AUTHORS file related build rules look good in the build log. FYI: from the end of the configure phase. You probably want to add more dependencies to your spec...
Any update. If you need help we also have a chat: https://gitter.im/Buzztrax/buzztrax
Works flawlessly here: Also ``` grep -A3 "AUTHORS" Makefile.am AUTHORS: $(wildcard $(top_srcdir)/.git/index) $(AM_V_GEN)if test -d "$(top_srcdir)/.git"; \ then \ ( cd "$(top_srcdir)" && \ ``` what happens if you run...
The AUTHORS file exists, but is empty? And it has an active time and date? Or it is not generated? You are building from git, right?
The latest stable version is really old. I have no idea why in your case the AUTHORS file is not generated. You could add echo statements to the Makefile.am, but...
Yes, I have only one master right now. How does it work in practise? Can you add a screenshot of the machine view for this in classic buzz? What you...
Okay, I think I get it. I was wondering if it makes sense to have a multi-out flag on the master. In this case all the branches would be transparently...
Yep, basically the master would have an option to create one jack out for each source and all the effects that are between src and master would be duplicated that...
The strategy here is to build a library of dsp components in: https://github.com/Buzztrax/buzztrax/tree/master/src/lib/gst and use the in the actual elements, e.g.: https://github.com/Buzztrax/buzztrax/blob/master/src/gst/audio/simsyn.c More ideas and planning: https://github.com/Buzztrax/buzztrax/blob/master/src/gst/audio/TODO.md I understand the...
Right now moving the mouse with left-button pressed would set the playback position. Using a modifier key (e.g. shift) to set the end-position would imho be also less discovereable. What...