Max size soundfonts in LMMS?

Link to good samples/soundfonts at http://wiki.linuxaudio.org/wiki/free_audio_data

Moderators: MattKingUSA, khz

User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Max size soundfonts in LMMS?

Post by LinMusGuy »

I looks like the soundfont player in LMMS can't handle soundfonts bigger than about 400 Mb. Is that correct? Or am I doing something wrong?
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Max size soundfonts in LMMS?

Post by LinMusGuy »

Found out that my computer has:

Memory: 1.0 GiB
HardDrive: 241.2 Gb

When SoundFonts have to be loaded into memory than problems are to expected well before 1 GiB.

Is there a way to solve this other than adding RAM memory?
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Max size soundfonts in LMMS?

Post by merlyn »

I'm surprised a system with 1GB of ram can do much or anything. Could you post the output of

Code: Select all

free
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Max size soundfonts in LMMS?

Post by LinMusGuy »

merlyn wrote:I'm surprised a system with 1GB of ram can do much or anything. Could you post the output of

Code: Select all

free
The output of what?
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Max size soundfonts in LMMS?

Post by merlyn »

Open a terminal, type 'free' and press return. Then copy and paste what it prints out and post that here, preferably in a code box.
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Max size soundfonts in LMMS?

Post by LinMusGuy »

Code: Select all

free
             total       used       free     shared    buffers     cached
Mem:       1016328     933408      82920     164356      18888     362668
-/+ buffers/cache:     551852     464476
Swap:      1037308     246356     790952
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Max size soundfonts in LMMS?

Post by merlyn »

You got it! Yes, you've got 1 GiB ram. You can see that the swap partition is being used:

Code: Select all

Swap:      1037308     246356     790952

That isn't advised for audio. So more ram is recommended. It will definitely help.
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Max size soundfonts in LMMS?

Post by LinMusGuy »

Now can I also see precisely what extra RAM cards I need?
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Max size soundfonts in LMMS?

Post by merlyn »

As a start post the output of

Code: Select all

sudo lshw -c memory
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Max size soundfonts in LMMS?

Post by LinMusGuy »

Code: Select all

  *-firmware              
       description: BIOS
       vendor: Phoenix Technologies, LTD
       physical id: 0
       version: 6.00 PG
       date: 08/03/2008
       size: 128KiB
       capacity: 448KiB
       capabilities: isa pci pnp apm upgrade shadowing cdboot bootselect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
  *-cache:0
       description: L1 cache
       physical id: 8
       slot: Internal Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: synchronous internal write-back
  *-cache:1
       description: L2 cache
       physical id: 9
       slot: External Cache
       size: 512KiB
       capacity: 512KiB
       capabilities: synchronous external write-back
  *-memory
       description: System Memory
       physical id: 23
       slot: Systeem- of moederbord
       size: 1GiB
       capacity: 2GiB
     *-bank:0
          description: DIMM DDR2 Synchroon
          physical id: 0
          slot: A0
          size: 1GiB
          width: 64 bits
     *-bank:1
          description: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>POT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 2013-01-22 19:06+0000Last-Translator: FULL NAME <EMAIL@ADDRESS>Language-Team: Dutch <nl@li.org>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2016-07-20 12:05+0000X-Generator: Launchpad (build 18147) [empty]
          physical id: 1
          slot: A1
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Max size soundfonts in LMMS?

Post by merlyn »

From this

Code: Select all

*-bank:0
          description: DIMM DDR2 Synchroon
          physical id: 0
          slot: A0
          size: 1GiB
          width: 64 bits
     *-bank:1
          description: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>POT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 2013-01-22 19:06+0000Last-Translator: FULL NAME <EMAIL@ADDRESS>Language-Team: Dutch <nl@li.org>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2016-07-20 12:05+0000X-Generator: Launchpad (build 18147) [empty]
          physical id: 1
          slot: A1
we can tell you have DDR2 and have one slot free. This must be quite an old machine. Now we have to find out the maximum ram your motherboard can take by installing dmidecode. The exact command depends on the distro. What distro are you using?
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Max size soundfonts in LMMS?

Post by LinMusGuy »

Linux Mint 17 Cinnamon 32-bit

Maybe then it's simpler to just buy a more recent second hand computer? I work in a thrift shop so for the same amount of money to buy new components for my old computer I could probable just buy another more recent second hand computer....
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Max size soundfonts in LMMS?

Post by merlyn »

I've seen DDR2 in second hand shops for pennies. Your machine will definitely take another 1GB stick. If you want to find out the maximum ram your machine can take do this:

Code: Select all

sudo apt-get update
sudo apt-get install dmidecode
sudo dmidecode -t 16
That will print out 'Maximum Capacity' along with some other details. EDIT: This just reports what the BIOS tells it. It doesn't scan the hardware.
Last edited by merlyn on Thu Mar 07, 2019 11:21 pm, edited 1 time in total.
User avatar
LinMusGuy
Established Member
Posts: 551
Joined: Wed Feb 27, 2019 9:33 pm
Has thanked: 22 times
Been thanked: 2 times

Re: Max size soundfonts in LMMS?

Post by LinMusGuy »

Code: Select all

Genegeerd http://ppa.launchpad.net trusty InRelease
Genegeerd http://archive.ubuntu.com trusty InRelease                           
Genegeerd http://archive.canonical.com precise InRelease                       
Genegeerd http://archive.canonical.com trusty InRelease                        
Geraakt http://ppa.launchpad.net trusty InRelease                              
Geraakt http://archive.ubuntu.com trusty-updates InRelease                     
Geraakt http://archive.ubuntu.com trusty Release.gpg                           
Geraakt http://archive.canonical.com precise Release.gpg                       
Geraakt http://ppa.launchpad.net trusty Release.gpg                            
Geraakt http://archive.ubuntu.com trusty Release                               
Geraakt http://archive.canonical.com trusty Release.gpg                        
Geraakt http://archive.canonical.com precise Release                           
Geraakt http://ppa.launchpad.net trusty Release                                
Geraakt http://archive.canonical.com trusty Release                            
Genegeerd http://packages.linuxmint.com qiana InRelease                        
Geraakt http://security.ubuntu.com trusty-security InRelease                   
Genegeerd http://extra.linuxmint.com qiana InRelease                           
Geraakt http://ppa.launchpad.net trusty/main Sources                           
Geraakt http://ppa.launchpad.net trusty/main i386 Packages                     
Geraakt http://archive.ubuntu.com trusty-updates/main i386 Packages            
Geraakt http://ppa.launchpad.net trusty/main Translation-en                    
Geraakt http://archive.ubuntu.com trusty-updates/restricted i386 Packages      
Geraakt http://packages.linuxmint.com qiana Release.gpg                        
Geraakt http://extra.linuxmint.com qiana Release.gpg                           
Geraakt http://archive.ubuntu.com trusty-updates/universe i386 Packages        
Geraakt http://archive.ubuntu.com trusty-updates/multiverse i386 Packages      
Geraakt http://archive.ubuntu.com trusty-updates/main Translation-en           
Geraakt http://archive.ubuntu.com trusty-updates/multiverse Translation-en     
Geraakt http://archive.ubuntu.com trusty-updates/restricted Translation-en     
Geraakt http://archive.ubuntu.com trusty-updates/universe Translation-en       
Geraakt http://archive.ubuntu.com trusty/main i386 Packages                    
Geraakt http://archive.ubuntu.com trusty/restricted i386 Packages              
Geraakt http://archive.canonical.com precise/partner i386 Packages             
Geraakt http://archive.ubuntu.com trusty/universe i386 Packages                
Geraakt http://archive.ubuntu.com trusty/multiverse i386 Packages              
Geraakt http://archive.ubuntu.com trusty/main Translation-nl                   
Geraakt http://archive.canonical.com precise/partner Translation-en            
Geraakt http://ppa.launchpad.net trusty/main Sources                           
Geraakt http://ppa.launchpad.net trusty/main i386 Packages                     
Geraakt http://archive.canonical.com trusty/partner i386 Packages              
Geraakt http://archive.canonical.com trusty/partner Translation-en             
Geraakt http://archive.ubuntu.com trusty/main Translation-en                   
Geraakt http://packages.linuxmint.com qiana Release                            
Geraakt http://extra.linuxmint.com qiana Release                               
Geraakt http://archive.ubuntu.com trusty/multiverse Translation-nl             
Geraakt http://archive.ubuntu.com trusty/multiverse Translation-en             
Geraakt http://archive.ubuntu.com trusty/restricted Translation-nl             
Geraakt http://archive.ubuntu.com trusty/restricted Translation-en             
Geraakt http://archive.ubuntu.com trusty/universe Translation-nl               
Geraakt http://archive.ubuntu.com trusty/universe Translation-en               
Geraakt http://security.ubuntu.com trusty-security/main i386 Packages          
Geraakt http://security.ubuntu.com trusty-security/restricted i386 Packages    
Genegeerd http://archive.ubuntu.com trusty/main Translation-nl_NL              
Genegeerd http://archive.ubuntu.com trusty/multiverse Translation-nl_NL        
Genegeerd http://archive.ubuntu.com trusty/restricted Translation-nl_NL        
Genegeerd http://archive.ubuntu.com trusty/universe Translation-nl_NL          
Geraakt http://packages.linuxmint.com qiana/main i386 Packages                 
Geraakt http://security.ubuntu.com trusty-security/universe i386 Packages      
Geraakt http://extra.linuxmint.com qiana/main i386 Packages                    
Geraakt http://security.ubuntu.com trusty-security/multiverse i386 Packages    
Geraakt http://security.ubuntu.com trusty-security/main Translation-en         
Geraakt http://packages.linuxmint.com qiana/upstream i386 Packages             
Geraakt http://security.ubuntu.com trusty-security/multiverse Translation-en   
Geraakt http://security.ubuntu.com trusty-security/restricted Translation-en   
Geraakt http://packages.linuxmint.com qiana/import i386 Packages               
Geraakt http://security.ubuntu.com trusty-security/universe Translation-en     
Genegeerd http://ppa.launchpad.net trusty/main Translation-nl_NL               
Genegeerd http://ppa.launchpad.net trusty/main Translation-nl                  
Genegeerd http://ppa.launchpad.net trusty/main Translation-en                  
Genegeerd http://extra.linuxmint.com qiana/main Translation-nl_NL              
Genegeerd http://extra.linuxmint.com qiana/main Translation-nl                 
Genegeerd http://extra.linuxmint.com qiana/main Translation-en                 
Genegeerd http://packages.linuxmint.com qiana/import Translation-nl_NL         
Genegeerd http://packages.linuxmint.com qiana/import Translation-nl
Genegeerd http://packages.linuxmint.com qiana/import Translation-en
Genegeerd http://packages.linuxmint.com qiana/main Translation-nl_NL
Genegeerd http://packages.linuxmint.com qiana/main Translation-nl              
Genegeerd http://packages.linuxmint.com qiana/main Translation-en              
Genegeerd http://packages.linuxmint.com qiana/upstream Translation-nl_NL       
Genegeerd http://packages.linuxmint.com qiana/upstream Translation-nl          
Genegeerd http://packages.linuxmint.com qiana/upstream Translation-en          
Pakketlijsten worden ingelezen... Klaar                
:shock: :?:
merlyn
Established Member
Posts: 1392
Joined: Thu Oct 11, 2018 4:13 pm
Has thanked: 168 times
Been thanked: 247 times

Re: Max size soundfonts in LMMS?

Post by merlyn »

That looks like sudo apt-get update. I don't know what the last line says. Pakketlijsten worden ingelezen... Klaar . Did you type them in one at a time?
Post Reply