[Csnd] markov_basics.csd execution in CsoundQt: Csound compile failed
Date | 2019-09-11 18:23 |
From | Marco Ippolito |
Subject | [Csnd] markov_basics.csd execution in CsoundQt: Csound compile failed |
Hi all, to get acquainted to the csound programming language before using csound with C++ API in my C++ files, I'm following the CSound Floss Manual, and experimenting with CsoundQt with its examples. From time to time I encounter compiling problems: CsoundQt main menu: Examples->FLOSS Manual Examples->Basics-> markov_basics.csd When clicking the run button, this is the output of the command line in my Ubuntu 18.04.02 Desktop: (base) marco@marco-U36SG:~$ csoundqt 0dBFS level = 32768,0 --Csound version 6.10 (double samples) 2018-01-27 [commit: none] libsndfile-1.0.28 end of score. overall amps: 0,0 overall samples out of range: 0 0 errors in performance Elapsed time at end of performance: real: 0,000s, CPU: 0,000s WidgetLayout::loadXmlWidgets Older Widget Format version DocumentPage::getMacOptions() Option Options: not found! DocumentPage::applyMacOptions() no Geometry! |
Date | 2019-09-11 20:07 |
From | Tarmo Johannes |
Subject | Re: [Csnd] markov_basics.csd execution in CsoundQt: Csound compile failed |
Hi! It can be about the input/output devices or the audio driver. Can you try with -+rtaudio=0 and default -odac? You can omit the input when you don't use it. Tarmo K, 11. september 2019 20:23 Marco Ippolito <ippolito.marco@gmail.com> kirjutas: Hi all, |
Date | 2019-09-11 20:09 |
From | Tarmo Johannes |
Subject | Re: [Csnd] markov_basics.csd execution in CsoundQt: Csound compile failed |
-rtaudio=null I meant. Your -odac7 seems suspicios. Do you really have 7 sound cards connected? Tarmo K, 11. september 2019 22:07 Tarmo Johannes <trmjhnns@gmail.com> kirjutas:
|