"Can't Find Control ROM"

Having trouble with LMMS? Ask about it here.
I do not have that file. I do not understand why I used LMMS for years without a hitch and now it sounds as if demons have possessed my computer. I suppose I'll have to migrate over to Bandlab. Bummer.
edh1967 wrote:
Mon Jul 22, 2019 9:59 pm
I do not have that file.
You must have. Its where all settings are stored!
It is simply the configuration file for your LMMS installation. If its not there, something is completely wrong.
I used LMMS for years without a hitch and now it sounds as if demons have possessed my computer.
Yup, and the demons have your .lmmsrc.xml..
You need to scan for it!
If its really not on your pc, you need a dummy to get started
That will be like this

Code: Select all

<?xml version="1.0"?>
<!DOCTYPE lmms-config-file>
<lmms version="1.2.0">
  <app nomsgaftersetup="0" displaydbv="0" nommpz="1" configured="1"/>
  <audioportaudio backend="MME" device="Microsoft Sound Mapper - Input"/>
  <audiosdl device=""/>
  <mixer framesperaudiobuffer="6400" hqaudio="1" audiodev="SDL (Simple DirectMedia Layer)" mididev="WinMM MIDI"/>
  <recentfiles>
  </recentfiles>
</lmms>
Copy this exactly as it is written here inside the code-box, and paste it into an empty file in a proper code-editor or notepad!
Save the file as

.lmmsrc.xml

The dot infront MUST be there!
for win7 and ealier Insert the file in
C:\Documents and Settings\<YOUR user acount-name>

For win8 and later
C:\Users\<Username>\.lmmsrc.xml

Let us know the outcome :)