IK Multimedia ToneX - Discussion topic

Discussion in 'Software' started by MaxSxB, Oct 1, 2022.

  1. zib

    zib Platinum Record

    Joined:
    Mar 27, 2013
    Messages:
    243
    Likes Received:
    181
     
    • Like Like x 1
    • Agree Agree x 1
    • List
  2. Kyunghee

    Kyunghee Member

    Joined:
    Jul 16, 2021
    Messages:
    32
    Likes Received:
    11
  3. zib

    zib Platinum Record

    Joined:
    Mar 27, 2013
    Messages:
    243
    Likes Received:
    181
    "to import a preset, simply “right-click” on an existing preset within Tonex and select Import Preset. Navigate to the folder that contains the preset and Import"
     
  4. PicPocLeHerisson

    PicPocLeHerisson Ultrasonic

    Joined:
    Oct 23, 2022
    Messages:
    25
    Likes Received:
    29
    I cannot update Tonex (requires MacOS 10.15 , I use 10.14)
    But I was right about the "missing skin bug".

    So I fixed the library using mysql :

    -- FIXES MISSING SKINS FROM 1.10 UPDATE

    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'WoodAmp', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'WhiteModern', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'BlackModern', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'ModernBlackPlexi', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'British', 'AC30');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'AluWood', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'ElegantBlue', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'Fractal', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'ModernWhitePlexi', 'Mezzabarba');

    No more crash using Tonex 1.04. and these tone models load fine.

    \o/


    BTW, I cleaned my library from Kemper / Fractal captures like this:


    -- DELETE KEMPER / FRACTALS TONE MODELES

    DELETE FROM "main"."ToneModels" WHERE Tag_ModelName LIKE 'KPA%';
    DELETE FROM "main"."ToneModels" WHERE Tag_ModelName LIKE '%Fractal%';
    DELETE FROM "main"."ToneModels" WHERE Tag_ModelName LIKE 'AF3%';
    DELETE FROM "main"."ToneModels" WHERE Tag_AmpName LIKE '%Fractal%';



    After any modification of the library, you may :

    -- CHECK AND OPTIMIZE

    PRAGMA integrity_check;
    PRAGMA foreign_key_check;
    PRAGMA optimize;

    Let me know if you still get some Tone Models with no skin...

     
    • Like Like x 2
    • Winner Winner x 1
    • List
  5. klosetta

    klosetta Newbie

    Joined:
    Feb 26, 2023
    Messages:
    2
    Likes Received:
    0
    Lol. There are tons of Kemper/Fractal/etc. on tone.net that does not mention it.

    https://www.thegearpage.net/board/i...-favourite-tonex-models.2440575/post-36458315

    https://www.thegearpage.net/board/i...-favourite-tonex-models.2440575/post-36452326
     
  6. Blu

    Blu Producer

    Joined:
    Jan 9, 2021
    Messages:
    205
    Likes Received:
    116
    Hi, is there a guide to correctly install the library posted by Roger? I installed it from the .exe but now tonex takes minutes to load in my daw. I'm late to the party so I have some difficulties finding a tutorial that I'm sure is already in this thread
    EDIT: I think the library is correctly installed and the time it takes to load the library is normal given that there are 7000+ captures?

    A little bit OT: Is there a way to download tonenet presets for amplitube? I'd like to try some of them
     
    Last edited: Feb 27, 2023
  7. Kyunghee

    Kyunghee Member

    Joined:
    Jul 16, 2021
    Messages:
    32
    Likes Received:
    11
    Thanks!
     
  8. Kluster

    Kluster Audiosexual

    Joined:
    Jan 1, 2018
    Messages:
    707
    Likes Received:
    653
    Finally figured out how to access the advanced parameters from the pedal buttons and knobs.
    The manual sucks, thank god for youtube schlubs.
    Like one poster said, he could see people just using a couple of their fave patches and I'm one.
    The EVH preset (the 4th one in) is my baby and I was working with the surface controls for shallow editing until I found out how to seriously adjust the comp, noise gate, reverb, e.q., etc.
    I'm playing more than I ever have before and isn't that the point?
    Now I have to see if I want to keep my Headrush MX-5 for F/X only, or do I want to trade it before the music store realizes it's worthless:(
     
  9. Yeni Slade

    Yeni Slade Newbie

    Joined:
    Oct 3, 2022
    Messages:
    8
    Likes Received:
    1
  10. Wowbagga

    Wowbagga Member

    Joined:
    Feb 24, 2022
    Messages:
    32
    Likes Received:
    15
  11. Rodger

    Rodger Rock Star

    Joined:
    Oct 29, 2022
    Messages:
    146
    Likes Received:
    414
    • Like Like x 6
    • Love it! Love it! x 5
    • List
  12. Stevie Dude

    Stevie Dude Audiosexual

    Joined:
    Dec 29, 2020
    Messages:
    2,432
    Likes Received:
    2,190
    Location:
    Near Nyquist
    loading presets in Amplitube that contain Tonex take yeaaaarsss now.
     
  13. PicPocLeHerisson

    PicPocLeHerisson Ultrasonic

    Joined:
    Oct 23, 2022
    Messages:
    25
    Likes Received:
    29

    i forgot a new skin (BlackValveRack) that crashes 1.04 so I update the mySQL script:

    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'WoodAmp', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'WhiteModern', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'BlackModern', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'ModernBlackPlexi', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'British', 'AC30');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'AluWood', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'ElegantBlue', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'Fractal', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'ModernWhitePlexi', 'Mezzabarba');
    UPDATE "ToneModels" SET "Skin" = REPLACE( "Skin", 'BlackValveRack', 'EnglPowerball');
     
  14. ChrisB

    ChrisB Noisemaker

    Joined:
    Apr 21, 2020
    Messages:
    10
    Likes Received:
    6
    Is it possible to import your own skins with ToneX? Would be nice to see the real amp names on the amps
     
  15. PifPafPif

    PifPafPif Rock Star

    Joined:
    Jan 19, 2022
    Messages:
    544
    Likes Received:
    394
    About profiles from digital sources (Kemper…), it is NOT a problem in itself.
    Because if you can’t hear/feel it, it is not a problem.
    On my ge200, I run Kemper re profiled captures.
    And they are better than factory real amps captures :rofl:

    that’s the point of profiling : getting an « already set right » sound.
    and it can come from digital devices.

    If not what you want, go the axe fx route : thousands of settings.
    Now the real wall on ToneX is TOO MUCH fillers.
    It was obvious it will happen.
    But we can filter on tone net.
     
  16. NethBT

    NethBT Member

    Joined:
    Dec 3, 2022
    Messages:
    27
    Likes Received:
    13
    Yeah OMFG...the heck...I've got relatively fast machine with an ample of DDR5 RAM, it takes me 1 minute 10 sec for the splash screen to appear. IK's got to fix this ASAP
     
  17. ᑕ⊕ֆᗰIᑢ

    ᑕ⊕ֆᗰIᑢ Platinum Record

    Joined:
    Jan 23, 2022
    Messages:
    487
    Likes Received:
    270
    VST on its own is also Paaainfully slow..
     
  18. zib

    zib Platinum Record

    Joined:
    Mar 27, 2013
    Messages:
    243
    Likes Received:
    181
    ToneX skins : (thank you firepile42)
     
    Last edited: Mar 3, 2023
  19. Guitarmaniac64

    Guitarmaniac64 Rock Star

    Joined:
    Jun 5, 2011
    Messages:
    1,345
    Likes Received:
    317
    I guess not i cant find any image file i guess they are inbedded in the "BIN" files
     
  20. Guitarmaniac64

    Guitarmaniac64 Rock Star

    Joined:
    Jun 5, 2011
    Messages:
    1,345
    Likes Received:
    317
    So where do you put those and where can we download them?
     
Loading...
Loading...