Page 2 of 3

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 1:17 pm
by steve
MarPar wrote:audacity is open! Success! Thank you very much!
Excellent :)

Now perhaps you can help me and other Linux users of Audacity, and at the same time we can tidy up the breakage that we have just created.

What we've done to get Audacity working, is to remove amsynth_dssi.so from your system, so in the process we have broken amsynth.
Do you recall installing amsynth?
Did you particularly want amsynth?

Which package manager(s) are you comfortable using? How do you usually install software?

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 2:38 pm
by MarPar
At this moment no need to use amsynth. In which way can I help ?

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 2:56 pm
by steve
I've installed the repository version of amsynth for Xubuntu 16.04, and I don't see the problem :? so I'm trying to determine where exactly your file "amsynth_dssi.so" came from, and which version it is.

Rename the file from "/usr/lib/dssi/amsynth_dssi.so.bak" back to its original name "/usr/lib/dssi/amsynth_dssi.so", (log out and back in to ensure that the system can see it) then try these two commands in a Terminal:

Code: Select all

amsynth -v

Code: Select all

which amsynth
For reference, I get "amsynth 1.5.1 -- compiled Aug 11 2015 06:35:16" for the first command, and "/usr/bin/amsynth" for the second.

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 3:00 pm
by MarPar
now it seems working but I have not yet recorded anything.
On my station there are a Midi-Usb 49 keys keyboard and a cheap microphone (inputs).
Istantanea_2017-09-04_16-56-26.png
Istantanea_2017-09-04_16-56-26.png (559.28 KiB) Viewed 738 times
Istantanea_2017-09-04_16-46-45.png
Istantanea_2017-09-04_16-46-45.png (854.22 KiB) Viewed 738 times
Istantanea_2017-09-04_16-57-16.png
Istantanea_2017-09-04_16-57-16.png (573.16 KiB) Viewed 738 times
Istantanea_2017-09-04_16-57-48.png
Istantanea_2017-09-04_16-57-48.png (538.7 KiB) Viewed 738 times

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 3:03 pm
by MarPar

Code: Select all

[email protected]:~$ dpkg -l amsynth
Voluto=U (non noto)/I (installato)/R (rimosso)/P (rimosso totale)/H (in attesa)
| Stato=Non/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(nessuno)/R (reinstallazione richiesta) (Stato,Err: maiuscolo=grave)
||/ Nome           Versione     Architettura Descrizione
+++-==============-============-============-=================================
ii  amsynth        2:1.8.0-1kxs amd64        two oscillator software synthesiz
[email protected]:~$ 


Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 3:24 pm
by steve
MarPar wrote:

Code: Select all

[email protected]:~$ dpkg -l amsynth
Voluto=U (non noto)/I (installato)/R (rimosso)/P (rimosso totale)/H (in attesa)
| Stato=Non/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(nessuno)/R (reinstallazione richiesta) (Stato,Err: maiuscolo=grave)
||/ Nome           Versione     Architettura Descrizione
+++-==============-============-============-=================================
ii  amsynth        2:1.8.0-1kxs amd64        two oscillator software synthesiz
[email protected]:~$ 

That'll do.
I'm guessing that "kxs" refers to kxstudio

In a Terminal window, enter:

Code: Select all

echo | cat /etc/apt/sources.list > ~/sources.txt
This will create a file called "sources.txt" in your home directory. Please attach that file to your reply.

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 3:29 pm
by MarPar
The sources of this pc....
Yes: kxs is for KXStudio repositories...

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 3:46 pm
by MarPar
Reason: place images inline to preserve board layout

Question: how can I do?

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 4:04 pm
by steve
MarPar wrote:Reason: place images inline to preserve board layout

Question: how can I do?
After you have uploaded an image file, there's a button that says "Place Inline". When you click that, it inserts the image at the cursor position in the message composing box.
inline.png
inline.png (8.16 KiB) Viewed 737 times
It looks like this in the message composing box:

Code: Select all

[attachment=0]name-of-image-file[/attachment]
and when you post (or Preview) the post, you will see the image.

Re: audacity doesn't start! I need some help...

Posted: Mon Sep 04, 2017 4:06 pm
by MarPar
OK, thanks a lot.