IK Multimedia ToneX - Discussion topic

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

  1. jefft

    jefft Producer

    Joined:
    Jul 30, 2012
    Messages:
    265
    Likes Received:
    117
    Location:
    Kingston Upon Hull, pronounced Ull
    Hello all you Tonex fans, Ive been considering buying a Tonex pedal and using it in conjunction with a Line 6 Hx Stomp, ie using the effects send of the HX Stomp to the input of the Tonex, if Im correct in thinking, I can set the Dist/wah/comp etc before the send, and reverb/delay/ irs etc after the send on the HX Stompmaking the Tonex as my main amps...thats if my thinking is correct. Also considering doing the self same thing but with a line 6 HX effects..... Any ideas or recomendations..... or even any thoughts???
     
  2. zib

    zib Platinum Record

    Joined:
    Mar 27, 2013
    Messages:
    228
    Likes Received:
    172
     
    • Like Like x 1
    • Agree Agree x 1
    • List
  3. Kyunghee

    Kyunghee Member

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

    zib Platinum Record

    Joined:
    Mar 27, 2013
    Messages:
    228
    Likes Received:
    172
    "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"
     
  5. PicPocLeHerisson

    PicPocLeHerisson Ultrasonic

    Joined:
    Oct 23, 2022
    Messages:
    25
    Likes Received:
    28
    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
  6. 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
     
  7. Blu

    Blu Producer

    Joined:
    Jan 9, 2021
    Messages:
    152
    Likes Received:
    91
    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
  8. Kyunghee

    Kyunghee Member

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

    Kluster Audiosexual

    Joined:
    Jan 1, 2018
    Messages:
    645
    Likes Received:
    585
    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:(
     
  10. Yeni Slade

    Yeni Slade Newbie

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

    Wowbagga Member

    Joined:
    Feb 24, 2022
    Messages:
    18
    Likes Received:
    9
  12. Rodger

    Rodger Rock Star

    Joined:
    Oct 29, 2022
    Messages:
    137
    Likes Received:
    403
    • Like Like x 6
    • Love it! Love it! x 5
    • List
  13. Stevie Dude

    Stevie Dude Audiosexual

    Joined:
    Dec 29, 2020
    Messages:
    2,178
    Likes Received:
    1,906
    Location:
    Near Nyquist
    loading presets in Amplitube that contain Tonex take yeaaaarsss now.
     
  14. PicPocLeHerisson

    PicPocLeHerisson Ultrasonic

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

    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');
     
  15. ChrisB

    ChrisB Noisemaker

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

    PifPafPif Rock Star

    Joined:
    Jan 19, 2022
    Messages:
    544
    Likes Received:
    392
    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.
     
  17. 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
     
  18. ᑕ⊕ֆᗰIᑢ

    ᑕ⊕ֆᗰIᑢ Platinum Record

    Joined:
    Jan 23, 2022
    Messages:
    376
    Likes Received:
    203
    VST on its own is also Paaainfully slow..
     
  19. zib

    zib Platinum Record

    Joined:
    Mar 27, 2013
    Messages:
    228
    Likes Received:
    172
    ToneX skins : (thank you firepile42)
     
    Last edited: Mar 3, 2023
  20. Guitarmaniac64

    Guitarmaniac64 Platinum Record

    Joined:
    Jun 5, 2011
    Messages:
    1,307
    Likes Received:
    297
    I guess not i cant find any image file i guess they are inbedded in the "BIN" files
     
Loading...
Similar Threads - Multimedia ToneX Discussion Forum Date
NEW: IK Multimedia - Metal Gems Signature Collection for TONEX Software News Yesterday at 1:28 PM
Legit Amplitube Max 5.7 & ToneX Max with R2R IK Multimedia? Software Nov 16, 2023
IK Multimedia ToneX - Working with DB Explorer & SQLiteStudio Software May 8, 2023
How do I add/use the Profiles from ToneNet in R2Rs IK Multimedia's TONEX? Software May 4, 2023
IK Multimedia ToneX Software News Aug 10, 2022
Loading...