Output Arcade - "Search" more efficiently and keep productivity.

Discussion in 'Software' started by Katakura, Oct 22, 2021.

  1. March96

    March96 Newbie

    Joined:
    May 14, 2022
    Messages:
    5
    Likes Received:
    0
    Yooo guys! Thanks so much for the tip on using the NKS files to improve arcade library searching, this really was a game changer. I just have a problem right now and would love to know if there's a solution. The arcade read correctly using Komplete Kontrol in standalone mode, but within Ableton, when I open arcade in Komplete Kontrol itself, the arcade skin does not open, it has no image at all, it only plays the sounds, making it impossible to manipulate any arcade parameter without the his image on the screen. print.png
     
  2. jfbeatz

    jfbeatz Newbie

    Joined:
    Jul 1, 2022
    Messages:
    3
    Likes Received:
    0
    hello I have a question is there also the NKS files for complete up to date with all the new libraries of Output Arcade
     
  3. mebyy

    mebyy Newbie

    Joined:
    Nov 4, 2023
    Messages:
    1
    Likes Received:
    0
    I want to start by saying thank you Katakura for your instructions.
    I hope that this can be useful to anyone who wants to do this but with macOS (without using Komplete Kontrol).
    I think the process is quite quick.
    You'll need to install "DB Browser for SQLite" (https://sqlitebrowser.org/dl/).

    0.
    Close your Arcade if it is running.

    1.
    Find the file named "local.db" and make a backup of it (it's important to copy it somewhere in your PC if something goes wrong when you modify the DB).
    The default path is: /Library/Application Support/Output/Arcade

    2.
    Launch "DB Browser for SQLite" then drag n drop local.db

    3. THIS CAN BE ALSO USEFUL FOR WINDOWS USERS

    Go to the "Execute SQL" tab

    Please note that this SQL command changes the name of the kit like this: [name of product] name of kit (ex. [Drip] On the Grind).
    If you want a different type of naming rule than you should change the SQL command according to what you want.

    Paste this lines of SQL code:
    UPDATE kits
    SET name = '[' || (SELECT products.name FROM products WHERE products.uuid = kits.product_id) || '] ' || name;

    Then execute the code by pressing the button above the space where you wrote the code (circled with yellow).
    Screenshot 2023-11-04 alle 21.34.43.png

    You can check that everything went well by opening the "Browse Data" tab, selecting "kits" from "Table" dropdown menu and looking at "name" column.

    4. Save the changes made to the DB (S), close "DB Browser for SQLite", open Arcade in your DAW and check the result.

    I hope this is clear enough.
    If anything goes wrong just copy the backup of the "local.db" file to /Library/Application Support/Output/Arcade.
    I don't think I will answer future questions sry.

    But here's a link of a discussion with some useful PDFs made by @kooper https://audiosex.pro/threads/output-arcade-lines-note-kits-and-samples-master-list.61358/page-6 (idk if you can find all the lines but I really appreciate his work)
     
    Last edited: Nov 4, 2023
Loading...
Similar Threads - Output Arcade Search Forum Date
Output Arcade, ripping samples? samples Aug 22, 2024
Usage questions about Output Arcade - FLARE release Software May 2, 2024
Output Arcade not loading Samplers, Synthesizers Oct 23, 2023
Output arcade flare cracked version Software Oct 15, 2023
Output Arcade lines export wrong zip file size Software Sep 22, 2023
Loading...