Git Product home page Git Product logo

Comments (5)

riban-bw avatar riban-bw commented on August 11, 2024

The definitions file in /usr/share/aeolus/stops/Aeolus/definition is updated by save and this seems to cause the issue. Replacing with the original definition file fixes the fault.

Issue seems to have started with commit ed0e4f3.

from aeolus.

riban-bw avatar riban-bw commented on August 11, 2024

Disabling MULTISTOP stops the error so it looks like the multistop stuff added on 2021-02-16 caused this issue. As a work-around I have disabled multistop by default in my local working copy by changing model.h to set disabled by default:

diff --git a/source/model.h b/source/model.h
index 4e4a41a..c3a7c2e 100644
--- a/source/model.h
+++ b/source/model.h
@@ -30,7 +30,7 @@
 #include "global.h"
 
 #ifndef MULTISTOP
-# define MULTISTOP 1
+# define MULTISTOP 0
 #endif
 
 class Asect

from aeolus.

jerash avatar jerash commented on August 11, 2024

also check the official version of aeolus here : http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html

from aeolus.

riban-bw avatar riban-bw commented on August 11, 2024

Linux-audio shows a 0.10.4 release. Where is the version controlled source code for this? Is SimulPiscator GitHub a fork? It would be good to access and contribute to the official/ upstream code.

from aeolus.

jerash avatar jerash commented on August 11, 2024

Linux-audio shows a 0.10.4 release. Where is the version controlled source code for this? Is SimulPiscator GitHub a fork? It would be good to access and contribute to the official/ upstream code.

yes This is a fork. 0.10.4 is the latest release; there is no official repository, only the page I mentionned. For any question you can ask Fons, or the LAU mailing list where annoncements are made about releases. this is the old way of doing things. You can submit patches on the mailing list.

from aeolus.

Related Issues (2)

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.