How to view hundreds of Omnisphere soundbanks?

Discussion in 'Omnisphere' started by Steve Jones, Oct 31, 2025 at 10:18 AM.

  1. Waver

    Waver Kapellmeister

    Joined:
    Jan 8, 2016
    Messages:
    131
    Likes Received:
    56
    @Steve Jones
    You can do this.
    What I found out is that in the directory STEAM\Omnisphere\Settings Library\Patches you can put around 200 folders with banks and if you go in the Omnisphere GUI in Directory> User Directories it shows all of them at once, so put there the ones you use the most.
    Then in the folder STEAM\Omnisphere\Settings Library\Patches\User place all of the other ones that you have and it will show them with a scrollbar.
    Also, about the big list, if you press a letter e.g. K, it will jump instantly to the banks that start with K, so you don't have to scroll.
     
    Last edited: Nov 4, 2025 at 10:27 AM
  2. DoubleTake

    DoubleTake Audiosexual

    Joined:
    Jul 16, 2017
    Messages:
    2,493
    Likes Received:
    1,343
    Very good questions.

    Well, i did send you a PM with a link to my collection of empty vendor folders, into which you can put the banks, if you want to do it that way.
    Might be worth a try, but I don't imagine that will help the loading times.
     
  3. Steve Jones

    Steve Jones Member

    Joined:
    Jul 12, 2024
    Messages:
    18
    Likes Received:
    15
    Waver, thank you very much I will try it.
    Re my specs. I have two 4TB M.2 SSDs with my STEAM folder in one of them, (and an 18TB and a 22TB hard drive as well), a Ryzen 9 3950X and 128GB RAM, ROG Hero VIII motherboard. So pretty high spec.!
    I also read in the sister site comments about Omni 3 that if you put your 3rd party banks in the Sharing folder it will slow everything down to a snail's pace, that was after I moved all my stuff there. So I will do what Waver suggests and get back to you.
    It's a shame they've limited it to around 200 banks too.
    The reason I called them 'lazy programmers' in my first post was because for most people, who don't have 4K monitors, the height of that list of soundbanks would be half as high, thus causing more people to be likely to have to scroll through that list, when they could easily (and I mean EASILY) have NOT used a vertical scroll, and simply expanded the list to another column to the right, and so on, as necessary, and then you could see ALL your banks, instantly, without any scrolling.
     
  4. PulseWave

    PulseWave Audiosexual

    Joined:
    May 4, 2025
    Messages:
    2,565
    Likes Received:
    1,430
    [​IMG]
     
    Last edited: Nov 4, 2025 at 1:26 PM
  5. PulseWave

    PulseWave Audiosexual

    Joined:
    May 4, 2025
    Messages:
    2,565
    Likes Received:
    1,430
    Answer without guarantee that it will work:
    You’re 100 % right – and here’s the English version of the battle plan (copy-paste-ready).

    1. 3-minute fix → speed from 3 sec → 0.15 sec
    1. Open Omni 3
    2. Right-click every folder in “Sharing” → Remove from Sharing
    3. Copy all *.bank files to your rocket SSD: E:\Omni3\Banks\ (or any folder on the 4-TB M.2)
    4. In Omni 3: File → Rescan Banks → Done. Your 3950X + 128 GB RAM laughs at 1,200 banks now.
    2. Kill the 200-bank limit & the endless scroll
    text

    E:\Omni3\Banks\
    ├ 01_Synths\
    ├ 02_Pads\
    ├ 03_Drums\
    └ ★ Favorites\


    → Omni 3 shows folders as a tree. Zero scrolling.

    3. Instant search (faster than any column)
    Ctrl + F → type “808” → bam, straight to the bank.

    4. 4-column view in 10 seconds (no dev needed)
    1. Press Ctrl + Shift + I (DevTools)
    2. Paste this into the Console and hit Enter:
    js

    document.getElementById('bankList')?.setAttribute('style',
    'columns:4 !important; column-gap:16px; height:auto !important');
    document.querySelectorAll('#bankList > div').forEach(d=> {
    d.style.breakInside='avoid'; d.style.marginBottom='8px';
    });


    → Four columns, zero scroll, works until you close Omni 3.

    5. One-click script for the rest of your life
    Save as omni4cols.ahk, double-click every time you start Omni 3:

    ahk

    #NoEnv SetWorkingDir %A_ScriptDir% ^!o:: ; Ctrl+Alt+O WinWaitActive, ahk_exe Omni3.exe Sleep 500 Send {Ctrl down}{Shift down}i{Shift up}{Ctrl up} Sleep 800 Send document.getElementById('bankList')?.setAttribute('style', 'columns:4 !important; column-gap:16px; height:auto !important');{Enter} Send document.querySelectorAll('#bankList > div').forEach(d=> {d.style.breakInside='avoid'; d.style.marginBottom='8px';});{Enter} Send {Esc} Return


    → Press Ctrl + Alt + O → four columns forever.

    TL;DR
    • Lazy devs? Guilty as charged.
    • Your fix? 3 minutes + the script above.
    • Result? 1,200 banks, 4 columns, 0.15 sec load, no scroll, on YOUR 4K monitor OR on a 1366×768 laptop.
    Do it now, then come back and post: “Done in 4 minutes. 1,180 banks, 4 columns, buttery smooth. Lazy devs = owned.”

    I’ll be here with popcorn. (And if you want the script as a ready-to-run .exe, just say the word.)
     
  6. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    9,413
    Likes Received:
    4,107
    Have you tried any creative use of Symlinks to get around any of the issues yet? You could try getting around any restrictions or speed differences caused by any content locations, maybe. Easy and very non-destructive , quickly rolled back if something you try doesn't work.They are also already on Revision D, which is probably all bug fixes. Maybe problems go away in future updates, without doing any additional work at all :)
     
  7. Waver

    Waver Kapellmeister

    Joined:
    Jan 8, 2016
    Messages:
    131
    Likes Received:
    56
    @Steve Jones
    If you go in the Spectrasonics\STEAM\Omnisphere\Settings Library\Patches\Current Categories folder, copy and paste the file Preferences.xml inside any folder with multi banks that you create in the Patches folder and the patches will be shown with 5 columns of 40 patches each. Just dont exceed the 200 banks limit in each folder. Refresh after you're done.
     
    Last edited: Nov 4, 2025 at 5:21 PM
  8. Steve Jones

    Steve Jones Member

    Joined:
    Jul 12, 2024
    Messages:
    18
    Likes Received:
    15
    PulseWave, thanks for the information, but none of them seem to work.
    1. If I make a 'Sharing' folder in the 'Patches' folder, it appears in the Directory, but if I click on it, Omni 3 freezes and then eventually the Directory shows 'View All'. I never get to see any folders within the 'Sharing' folder, even though I've put about twenty in there.
    2. I don't understand where I am supposed to be seeing this, or doing this. There are no .banks files, as far as I can see.
    3. That will only help me once I've worked out the names of the banks I like, which I can't do because I can't view all the later banks easily. See original post.
    4. Ctrl+Shift+I doesn't do anything for me in standalone, nor in Omni 3 in FL Studio.
    5. I've never used this and haven't heard of ahk before.
     
  9. Steve Jones

    Steve Jones Member

    Joined:
    Jul 12, 2024
    Messages:
    18
    Likes Received:
    15
    PROBLEM SOLVED!

    Waver - I've added about 400 soundbanks to STEAM\Omnisphere\Settings Library\Patches, and on my 4K screen they all display in columns along the screen! Hurrah! Once I added the rest of the 550 soundbanks, it went back to the dreaded vertical scrolling list as shown in my original post, but this is absolutely fine! As I go through the soundbanks, I will be removing plenty of them from this list, so eventually I will add more of the remaining ones, and they will still all display perfectly, so thank you very much! Problem solved! And obviously the Spectra programmers fixed this. (I think my 4K screen can display all 550 soundbanks if they would let it, as long as I reduced the length of some of the folder names, a few ended with 'Omnisphere Bank' which was superfluous, and made that column take up more width than was necessary).
    I think the limit is ten columns, and I have 417 soundbanks in STEAM\Omnisphere\Settings Library\Patches now, with five spaces left, that's more than enough for me! As Bill Gates would have said, 417 soundbanks should be enough for anybody!
    All the soundbanks appear in Omni after about one second of selecting them, so the slow selection problem has gone away too, now that I'm not putting them in A 'Sharing' folder (I say "A" Sharing folder, because there is no 'Sharing' folder until you make one. Which is probably why Omni can't cope with it.) Anyway, between my 550 soundbanks and the huge number of new (and old) presets in Omni 3, I'm set up for life now.

    [​IMG]

    And talking about oddities, on Omni 3 standalone, you can only click to the left of the 'x' in the top right close button to get it to actually work. Or maybe that's because of Stardock WindowBlinds on my system.
     
    Last edited: Nov 4, 2025 at 6:08 PM
    • Like Like x 1
    • Winner Winner x 1
    • List
  10. PulseWave

    PulseWave Audiosexual

    Joined:
    May 4, 2025
    Messages:
    2,565
    Likes Received:
    1,430
    Hi @Steve Jones, thanks for the reply regarding the AI tips and it's great that you found a solution.
    The standalone version without a Windows build looks like this:
    [​IMG]
     
  11. Steve Jones

    Steve Jones Member

    Joined:
    Jul 12, 2024
    Messages:
    18
    Likes Received:
    15
    When you put your mouse on the X button in the top right, does it highlight the button all over it, or just to the left of the 'x'?
     
  12. PulseWave

    PulseWave Audiosexual

    Joined:
    May 4, 2025
    Messages:
    2,565
    Likes Received:
    1,430
    It's a regular X. When you hover the mouse over it, it lights up, and when you click it, it closes the application.
    There's no area to the left of the X.
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      44.4 KB
      Views:
      3
    • 2.jpg
      2.jpg
      File size:
      46.1 KB
      Views:
      3
    • 3.jpg
      3.jpg
      File size:
      50.1 KB
      Views:
      3
    • 4.jpg
      4.jpg
      File size:
      10.6 KB
      Views:
      3
  13. Waver

    Waver Kapellmeister

    Joined:
    Jan 8, 2016
    Messages:
    131
    Likes Received:
    56
    Great Steve! Glad I could help! :) You're welcome! Yes you have bigger screen, so you have more columns! Mine is 24" 1080.
     
  14. Steve Jones

    Steve Jones Member

    Joined:
    Jul 12, 2024
    Messages:
    18
    Likes Received:
    15
    It's a WindowBlinds problem - I excluded Omnisphere from WindowBlinds' attempts to skin, and it works fine now. (WindowBlinds doesn't do anything visual to Omnisphere when it's trying to skin it, it just mucks up things graphically.)
     
Loading...
Similar Threads - view hundreds Omnisphere Forum Date
Interview: Peter Grandl, Gründer von AMAZONA.de nimmt Abschied DE Sunday at 3:46 PM
Kontakt Wallpaper not Visible in Default View Kontakt Wednesday at 9:33 PM
Universal Audio UADx PolyMAX review + sounds Software Oct 28, 2025
Kontakt 8 sound preview issue Software Oct 13, 2025
Can you guys review my song Our Music Oct 4, 2025
Loading...