<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stuart Palmer, Author on the Andertons Blog</title>
	<atom:link href="https://blog.andertons.co.uk/authors/stuartp/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.andertons.co.uk/authors/stuartp</link>
	<description>Making Musicians Since 1964</description>
	<lastBuildDate>Wed, 04 Feb 2026 11:34:50 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Neural Quad Cortex vs Quad Cortex Mini vs Nano: 2026 Comparison Guide</title>
		<link>https://blog.andertons.co.uk/learn/neural-dsp-quad-cortex-mini-quad-cortex-nano-cortex-2026-comparison-guide</link>
					<comments>https://blog.andertons.co.uk/learn/neural-dsp-quad-cortex-mini-quad-cortex-nano-cortex-2026-comparison-guide#respond</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Wed, 21 Jan 2026 17:00:45 +0000</pubDate>
				<category><![CDATA[Learn]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=11760</guid>

					<description><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2024/09/QC-Mini-Blog-BG-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" fetchpriority="high" /><p>The Neural DSP Range Browse Neural DSP Neural DSP&#8216;s now legendary Quad Cortex has changed how guitar players practice, record, and play &#8211; and continues to do so. It&#8217;s massive processing power and high-def sound has made it a favourite for everyone from John Mayer, Plini, Rabea Massaad to Animals As Leaders&#8217; Tosin Abasi to [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/neural-dsp-quad-cortex-mini-quad-cortex-nano-cortex-2026-comparison-guide">Neural Quad Cortex vs Quad Cortex Mini vs Nano: 2026 Comparison Guide</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2024/09/QC-Mini-Blog-BG-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" /><h3 style="text-align: center;">The Neural DSP Range</h3>
<p style="text-align: center;">    <style>
    .post-body__wrap {
        width: 100% !important;
    }
    .slick-carousel {
        position: relative;
    }
    .slick-prev,
    .slick-next {
        z-index: 10;
        width: 40px;
        height: 40px;
    }
    .slick-prev {
        left: -50px;
    }
    .slick-next {
        right: -50px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 40px;
        color: #000;
    }
    .product-stamp {
        display: flex;
        flex-direction: column;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }
    .product-stamp__image {
        width: 100%;
        height: 180px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    .product-stamp__image img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
    .product-stamp__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-top: 10px;
        text-align: center;
    }
    .product-stamp__content-title {
        font-size: .75rem;
        border-bottom: 1px solid #f1f1f1;
        font-family: canada-type-gibson, sans-serif;
        font-weight: 700;
        letter-spacing: .06rem;
        margin-bottom: 4px;
        min-height: 47px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    .product-stamp__content-price {
        font-size: 1.375rem;
        font-family: gin, sans-serif;
        font-weight: 700;
        margin-bottom: 0;
    }
    .slick-slide > div {
        height: 100%;
    }
    </style>
    <div class="product-carousel-wrapper">
        <div class="product-carousel" id="product-carousel-69f50c0752594" data-filters='{ &quot;group_id&quot;:&quot;browse/brands/neural-dsp&quot;, &quot;price&quot;:&quot;200-1500&quot; }'></div>
    </div>
    <script>
    document.addEventListener('DOMContentLoaded', function () {
        const carousel = document.getElementById('product-carousel-69f50c0752594');
        if (!carousel) return;

        let filters;
        try {
            filters = JSON.parse(carousel.dataset.filters);
        } catch (e) {
            console.error('Invalid filters JSON:', e);
            return;
        }

        const url = new URL('https://ac.cnstrc.com/recommendations/v1/pods/filtered');
        url.searchParams.set('key', 'key_A2YIqKz8zkXkA26G');
        url.searchParams.set('i', 'b7532141-24d2-4294-a4ac-dff5983a770c');
        url.searchParams.set('s', '843');

        for (const key in filters) {
            const value = filters[key];
            if (Array.isArray(value)) {
                value.forEach(v => url.searchParams.append(`filters[${key}]`, v));
            } else {
                url.searchParams.append(`filters[${key}]`, value);
            }
        }

        fetch(url.toString())
            .then(res => res.json())
            .then(data => {
                const results = data?.response?.results || [];
                if (results.length === 0) {
                    carousel.innerHTML = '<p>No products found.</p>';
                    return;
                }

                const slider = document.createElement('div');
                slider.className = 'slick-carousel';

                results.forEach(product => {
                    const item = document.createElement('div');
                    item.className = 'col12';
                    item.innerHTML = `
                        <a class="product-stamp" href="https://www.andertons.co.uk${product.data.url}">
                            <div class="product-stamp__image">
                                <img decoding="async" src="${product.data.image_url}" alt="${product.value}" />
                            </div>
                            <div class="product-stamp__content">
                                <h3 class="product-stamp__content-title">${product.value}</h3>
                                <p class="product-stamp__content-price">£${product.data.calculatedPrice.toFixed(2)}</p>
                            </div>
                        </a>
                    `;
                    slider.appendChild(item);
                });

                carousel.appendChild(slider);

                const waitForSlick = (retries = 15) => {
                    if (typeof jQuery !== 'undefined' && typeof jQuery.fn.slick === 'function') {
                        jQuery(slider).slick({
                            infinite: true,
                            slidesToShow: 4,
                            slidesToScroll: 1,
                            responsive: [
                                { breakpoint: 768, settings: { slidesToShow: 2 } },
                                { breakpoint: 480, settings: { slidesToShow: 1 } }
                            ]
                        });
                    } else if (retries > 0) {
                        setTimeout(() => waitForSlick(retries - 1), 200);
                    } else {
                        console.error('Slick carousel not available');
                    }
                };

                waitForSlick();
            })
            .catch(err => {
                console.error('Product carousel fetch error:', err);
                carousel.innerHTML = '<p>Error loading products.</p>';
            });
    });
    </script>
    </p>
<p style="text-align: center;"><a class="button button--primary" href="https://www.andertons.co.uk/browse/brands/neural-dsp/">Browse Neural DSP</a></p>
<p><a href="https://www.andertons.co.uk/browse/brands/neural-dsp/">Neural DSP</a>&#8216;s now legendary Quad Cortex has changed how guitar players practice, record, and play &#8211; and continues to do so. It&#8217;s massive processing power and high-def sound has made it a favourite for everyone from John Mayer, Plini, Rabea Massaad to Animals As Leaders&#8217; Tosin Abasi to Bruno Mars!</p>
<p>The <a href="https://www.andertons.co.uk/neural-dsp-nano-cortex/">Nano Cortex</a> (the smaller sibling of the Quad Cortex) was introduced for players who wanted a smaller, lighter version that could be placed on their pedalboard, or put in the pocket of a guitar bag to be able to practice and do small gigs only using one pedal, whilst still bringing around the modern power of Neural’s vast library of tone.</p>
<p>As of early 2026, the Quad Cortex Mini has now arrived. Quad Cortex mini delivers a complete guitar and bass rig for the stage in a compact format that integrates easily into pedalboards, fly rigs, and touring setups. The QC Mini delivers the full Quad Cortex experience in the most compact, usable format Neural DSP have ever built, with no compromises.</p>
<p>What is the difference between the Quad Cortex, Quad Cortex Mini, and the Nano Cortex? Which one is best for your musical needs? Read on to find out more&#8230;</p>
<h3>The Neural DSP Quad Cortex Mini</h3>
<p>The Neural DSP Quad Cortex Mini is a fully‑fledged, stage‑ready guitar and bass rig — shrunk down to a gloriously compact box that drops straight onto any pedalboard, fly rig or touring setup. Despite its tiny footprint (over 50% smaller than the original), it delivers the full Quad Cortex experience. All the sounds and flexibility, just… mini!</p>
<p>Built around an unprecedented level of processing power for its size, the Quad Cortex Mini dishes out world‑class tones that are a doddle to dial in. From searing high‑gain stacks and pristine studio cleans to beautifully detailed captures and creative effects chains, everything you love about Quad Cortex is right here — ready to explore, tweak and make your own.</p>
<h4>Intelligent workflow, seamless integration</h4>
<p>Quad Cortex Mini runs the same CorOS software and integrates fully with the Quad Cortex ecosystem. Presets, full backups and complete workflows move seamlessly between devices, so everything works exactly as expected with nothing to rebuild.</p>
<p>The result is a powerful and versatile platform that removes the traditional trade-off between size and capability, delivering uncompromised sound and creative legroom in a more portable form.</p>
<p><img decoding="async" class="lazyload alignnone size-full wp-image-13731" src="https://blog.andertons.co.uk/wp-content/uploads/2024/09/Quad-Cortex-mini-2_compressed-hero.png" alt="" width="1750" height="983" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/09/Quad-Cortex-mini-2_compressed-hero.png" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/09/Quad-Cortex-mini-2_compressed-hero.png 1750w, https://blog.andertons.co.uk/wp-content/uploads/2024/09/Quad-Cortex-mini-2_compressed-hero-768x431.png 768w" sizes="(max-width: 1750px) 100vw, 1750px" /></p>
<h4>Your tool for practice &amp; songwriting</h4>
<p>Designed for spaces where simplicity and speed matter, the Quad Cortex Mini makes it easy to create, adjust and save sounds quickly. The visual signal chain and intuitive controls allow you to move from a spark of an idea to a fully dialled‑in sound in no time at all.</p>
<h4>Studio‑ready &amp; built for modern DAW workflows</h4>
<p>The Neural DSP Quad Cortex Mini is a powerful all‑in‑one hub for recording and re‑amping guitar or bass. With USB‑C audio interface functionality and flexible routing options, it slots naturally into any modern DAW workflow — no hassle, no extra boxes required.</p>
<h4>The compact touring solution</h4>
<p>Quad Cortex Mini fits easily into compact racks and professional touring rigs. Multiple units can be deployed in a single rack for redundant rigs, wet/dry setups or multi-instrument applications.</p>
<p><strong>Quad Cortex Mini Key Features</strong></p>
<ul>
<li>As mighty as the Quad Cortex, just smaller: All the processing muscle, pristine audio quality and world‑class Neural Capture tech from the original QC in a more compact chassis.</li>
<li>Big, bright &amp; beautiful 7&#8243; multi‑touch display: A crisp, high‑brightness touchscreen that makes editing fast and intuitive — whether you’re on stage, in the studio or tweaking on the sofa.</li>
<li>Neural X plugin compatibility: Works with supported Neural DSP plugins.</li>
<li>Preloaded with a vast library of virtual devices: Arrives with 90+ amps, 100+ effects, 1,000+ cab IRs and 2,000+ Neural Captures. Enough to keep even the most tone‑hungry players busy.</li>
<li>Four intuitive footswitches: Use the Rotary Encoders for Preset, Scene and Stomp control — plus fast, hands-on parameter adjustments.</li>
<li>The Cortex Cloud awaits: Get free access to thousands of community‑created Neural Captures for endless inspiration.</li>
<li>USB-C audio interface: Doubles as a USB-C audio interface with 16 channels (8 inputs and 8 outputs).</li>
<li>Big power, small footprint: Weighing just 1.5kg and measuring 22.8 x 11.8 x 6.5 cm, the Quad Cortex Mini is your perfect gigging and travel companion.</li>
</ul>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/IwOYx_mTnVs?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Neural DSP Quad Cortex Mini - QC Power, New Form Factor!</span>

                <span itemprop="description">If you've been interested in the Neural DSP Quad Cortex, it's time to consider another option! The Quad Cortex Mini has all the power and features, but in a smaller format and with only slightly reduced I/O. Let's find out what Lee & Digital John think of it! | https://tinyurl.com/mrx2t6c7

» Neural DSP Quad Cortex Mini Digital Effects Processor and Amp Modeller| https://tinyurl.com/mrx2t6c7

» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller | https://tinyurl.com/2rmfuaf5
» Neural DSP Nano Cortex Multi-FX & Amp Capture Pedal | https://tinyurl.com/2r5tknaw

» Check out all our Neural DSP gear! | https://tinyurl.com/2cxwv7x9

🧾Learn more about how the Cortex Mini compares to the Quad Cortex over on our Blog! | https://tinyurl.com/ypm3ksv4

» ESP LTD EC-01 FT Electric Guitar in Olympic White | https://tinyurl.com/nde9aevk
» Check out all our Sire Electric Guitars! | https://tinyurl.com/5jk8eu8v

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner guitar gear!
» https://tinyurl.com/25ebopfp

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

💲Shopping from the USA? Find what you're looking for at Sweetwater!
We know plenty of you watch from the USA, but buying and shipping from the UK just doesn't always make sense. Nevertheless, you can still support Andertons by using the following affiliate links!
» Check out all their Neural DSP gear! | https://sweetwater.sjv.io/K0kjY9
Thanks again for supporting Andertons Music Co.
_Lee_

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/28oc7yuq

⏰ Timestamps ⏰
» 0:00 Intro!
» 2:25 Introducing MiniCortex!
» 4:55 Portable!
» 5:25 Inputs/Outputs
» 6:11 Price?
» 6:30 Who Is It For?
» 9:40 Plugins!
» 11:15 Guitars?
» 13:00 Preset/Scene/Stomp?
» 16:22 Lee's Preset
» 20:35 Final Thoughts!
» 23:18 Outro Jam!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #neuraldsp #quadcortex</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/IwOYx_mTnVs/default.jpg</span>

                <span itemprop="duration">PT24M45S</span>

                <span itemprop="uploadDate">2026-01-21T17:00:35Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">157123</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h3>The Neural DSP Nano Cortex</h3>
<p>The Nano Cortex is a portable pedal-sized modeller, loaded with plenty of flagship-quality tone, IR&#8217;s and amp &amp; pedal capture functionality that pushes the boundaries of guitar tone technology. With a signal chain with over 50 effects and utilities to choose from, you can select and customise your signal chain into the 7 device slots (technically 8 if you are going to use the noise-gate at the start of the signal chain), using the Neural DSP Nano Cortex smartphone app to customise.</p>
<p><strong>Nano Cortex Key Features</strong></p>
<ul>
<li><strong>Neural DSP Power In A Pedal</strong> – Industry-leading sound quality and DSP power housed in a sleek, hard-wearing stompbox enclosure that fits on your pedalboard.</li>
<li><strong>7-Channel USB Audio Interface</strong> &#8211; The Nano Cortex is a 7-channel audio interface perfect for recording on the go.</li>
<li><strong>Thousands Of Premium Tones</strong> – Between the built-in library and the Cortex Cloud, you can seamlessly switch between readymade guitar &amp; bass tones for any style, any occasion in seconds.</li>
<li><strong>Capture &amp; Create Your Own Rig</strong> – It only takes a few minutes to capture any amp or pedal, A/B test its sound, and save it as part of your own custom rig without ever leaving the Nano Cortex’s easy controls.</li>
<li><strong>Simple, Versatile Signal Chain</strong> – The Nano Cortex keeps it simple &amp; creative with two pre-FX slots, two slots to choose an amp &amp; IR combination, plus 3 post-FX slots to add rich atmosphere.</li>
<li><strong>Smart Connectivity</strong> – Effortlessly hook the Nano Cortex up to your setup with full stereo outs, MIDI control, USB-C, and Bluetooth for app-based tone customisation. You can even record straight into your DAW with low-latency USB audio!</li>
</ul>
<h3><strong>NanOS Update 2.2.0</strong></h3>
<p>The NanOS 2.2.0. introduces the Neural Capture Version 2 Player, along with several highly requested features including a new Tremolo effect, summed outputs, and other improvements that enhance usability and performance of Nano Cortex. Neural Capture V2 is the next evolution of Neural Capture, enhanced &amp; trained via Cortex Cloud for higher resolution and more detailed results. Try the freshest, highest resolution V2 captures 669 added to the library with 41 new device types to instantly expand your tonal palette.</p>
<p><img decoding="async" class="lazyload alignnone size-full wp-image-11839" src="https://blog.andertons.co.uk/wp-content/uploads/2024/09/NANOCORTEX-13.jpg" alt="" width="4695" height="3130" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/09/NANOCORTEX-13.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/09/NANOCORTEX-13.jpg 4695w, https://blog.andertons.co.uk/wp-content/uploads/2024/09/NANOCORTEX-13-768x512.jpg 768w" sizes="(max-width: 4695px) 100vw, 4695px" /></p>
<h3>The Neural DSP Quad Cortex</h3>
<p>The Quad Cortex is an ultra-powerful, action-packed floor guitar amp and effects modeller &#8211; this thing really does it all. It&#8217;s earned a reputation as the go-to modelling unit for professionals and tone-conscious players. The Quad Cortex is also notably hailed as one of the most intuitive and versatile multi-effects hardware out there. With numerous free updates since launch, including the ability to run Neural DSP plugins, you can always be sure that you&#8217;ll have the latest technology to deliver inspiring tone.</p>
<p>The Quad Cortex is capable of hosting hundreds of amps and effects without breaking a sweat. This is largely thanks to its impressive 2GHz Quad-Core SHARC architecture, undoubtedly the future of amp modelling technology. This ludicrous amount of processing capacity provides limitless sound design possibilities!</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone size-full wp-image-11841" src="https://blog.andertons.co.uk/wp-content/uploads/2024/09/NANOCORTEX-21.jpg" alt="" width="4339" height="2893" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/09/NANOCORTEX-21.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/09/NANOCORTEX-21.jpg 4339w, https://blog.andertons.co.uk/wp-content/uploads/2024/09/NANOCORTEX-21-768x512.jpg 768w" sizes="auto, (max-width: 4339px) 100vw, 4339px" /></p>
<p><strong>Neural DSP Quad Cortex Key Features</strong></p>
<ul>
<li>The Most Powerful Floor Modeller on the planet</li>
<li>The most natural-sounding capture solution with near-limitless tonal options</li>
<li>Want to run four different amplifier models and loads of effects at the same time? No problem!</li>
<li>Capture, share and download your favourite rigs with Neural Capture</li>
<li>Use compatible plugins directly on the Quad Cortex</li>
<li>50+ onboard amps, 70+ effects, 1000+ IRs</li>
<li>Tactile and intuitive 7&#8243; multi-touch display</li>
</ul>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/6rmPaKscJqM?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">New Neural DSP Updates! - Quad Cortex Cor OS 3.3.0 and NanOS 2.2.0</span>

                <span itemprop="description">Neural DSP Quad Cortex and Nano Cortex have both received major software updates adding a host of new sounds and features including Neural Capture V2 Player, summed outputs and improvements to performance and usability! | https://tinyurl.com/24kztyqy

» Check out all our Neural DSP gear! | https://tinyurl.com/24kztyqy

» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller | https://tinyurl.com/292yo44n
» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller in Black and White | https://tinyurl.com/2xt7vugz
» Check out all our Multi-FX Units! | https://tinyurl.com/24bjmc2t

» Neural DSP Nano Cortex Multi-FX & Amp Capture Pedal | https://tinyurl.com/29revy3e

*More info on the updates here:*
Find out more about the Quad Cortex Update here! | https://neuraldsp.com/quad-cortex-updates/coros-3-3-0-and-cortex-control-1-4-0-are-now-available
Find out more about the Nano Cortex Update here! | https://neuraldsp.com/nano-cortex-updates/nanos-2-2-0-is-now-available
Read our blog comparing the Nano Cortex with the Quad Cortex: https://tinyurl.com/226cnq4q

*Why not grab a bundle?*
Neural DSP Nano Cortex Bundle With AKG K245 Headphones & Power Supply | https://tinyurl.com/23gntg2a
Neural DSP Nano Cortex Bundle With Headrush 108 FRFR Cab & Power Supply | https://tinyurl.com/2dxbojfh

» Fender American Ultra Luxe Vintage '60s Stratocaster HSS in Fiesta Red | https://tinyurl.com/23zavf8e
Check out all our Fender American Ultra Luxe Vintage Guitars! | https://tinyurl.com/226hjzcp

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner guitar gear!
» https://tinyurl.com/25ebopfp

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

💲Shopping from the USA? Find what you're looking for at Sweetwater!
We know plenty of you watch from the USA, but buying and shipping from the UK just doesn't always make sense. Nevertheless, you can still support Andertons by using the following affiliate links!
» Check out all their Neural DSP gear! | https://sweetwater.sjv.io/Z6964K
Thanks again for supporting Andertons Music Co.
_Lee_

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/28oc7yuq

⏰ Timestamps ⏰
» 0:00 Intro
» 1:22 What's New?
» 6:20 Let's Hear The New Captures!
» 10:55 Dumble Capture?
» 13:58 Fuzzes?
» 21:00 Dumble Model
» 27:35 Final Thoughts!
» 28:32 Outro Playing!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #neuraldsp #quadcortex</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/6rmPaKscJqM/default.jpg</span>

                <span itemprop="duration">PT29M49S</span>

                <span itemprop="uploadDate">2025-11-26T15:26:29Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">46653</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h3>Neural DSP Quad Cortex, Quad Cortex Mini &amp; Nano Cortex Comparison Table</h3>
<p><strong>In a nutshell, the Nano Cortex is a compact pedal with a fixed signal chain involving pre-FX, captures, IRs, and post-FX, while the Quad Cortex is a full-blown modeller and FX processor with heaps of power.</strong> Still, we&#8217;ve compared the main features of the 3 multi-fx to give you all the answers:</p>
<table width="1280">
<tbody>
<tr>
<td width="333"></td>
<td width="342">Quad Cortex</td>
<td width="342">Quad Cortex Mini</td>
<td width="263">Nano Cortex</td>
</tr>
<tr>
<td width="333">Runs Neural DSP Compatible Plugins</td>
<td width="342">Yes</td>
<td width="342">Yes</td>
<td width="263">No</td>
</tr>
<tr>
<td width="333">Sound Library</td>
<td>90+ amps, 100+ effects, 1000+ cabinet IRs, and 2000+ Neural Captures</td>
<td>90+ amps, 100+ effects, 1000+ cabinet IRs, and 2000+ Neural Captures</td>
<td width="263">72 pre-loaded captures, 25000+ user made captures (Cortex Cloud), 7 effect slots with over 50 effects</td>
</tr>
<tr>
<td width="333">Display</td>
<td width="342">7&#8243; multi-touch display</td>
<td width="342">7&#8243; high-brightness multi-touch display</td>
<td width="263">None, but uses your Smartphone</td>
</tr>
<tr>
<td width="333">USB Audio Interface</td>
<td width="342">Yes (24-bit / 48kHz)</td>
<td width="342">Yes (24-bit / 48kHz)</td>
<td width="263">Yes (24-bit / 48kHz)</td>
</tr>
<tr>
<td width="333">Weights &amp; Dimensions</td>
<td width="342">1.95kg, 29cm x 19cm x 4.9cm</td>
<td width="342">1.5kg, 22.8cm x 11.8cm x 6.5cm</td>
<td width="263">620g, 14.4cm x 10.3cm x 6.2cm</td>
</tr>
<tr>
<td width="333">Wi-fi Connectivity</td>
<td width="342">Yes</td>
<td width="342">Yes</td>
<td width="263">No</td>
</tr>
<tr>
<td width="333">Bluetooth</td>
<td width="342">Yes</td>
<td width="342">Yes</td>
<td width="263">Yes</td>
</tr>
<tr>
<td width="333">Amp &amp; Pedal Capture</td>
<td width="342">Yes</td>
<td width="342">Yes</td>
<td width="263">Yes</td>
</tr>
<tr>
<td width="333">Impulse Responses</td>
<td width="342"> 1000+ IRs, load up to 256 custom IRs</td>
<td width="342">2000+ IRs, load up to 256 custom IRs</td>
<td width="263">10 IRs, load up to 256 custom IRs</td>
</tr>
</tbody>
</table>
<h3>Conclusion</h3>
<p>So there you have it. In summary:</p>
<p>The Neural Quad Cortex mini delivers the same processing power, audio quality, Neural Capture technology, and CorOS software as Quad Cortex, with no compromises in sound or performance. Quad Cortex mini features a footprint reduced by more than 50 percent, making it easier to integrate into compact pedalboards, desk setups, and rack systems.</p>
<p>Choose Quad Cortex mini for the full Quad Cortex sound in a more compact, portable format. Choose Quad Cortex for a full-size floorboard with more physical space and connectivity on stage.</p>
<p>If you want to practice and play small gigs with the smallest footprint, The Nano Cortex is the right choice. The Nano gives you industry-leading sound quality and DSP power housed in a sleek, hard-wearing stompbox enclosure that fits on your pedalboard.</p>
<h3>Want to Learn More?</h3>
<ul>
<li><a href="https://www.andertons.co.uk/browse/brands/neural-dsp/">Shop all Neural DSP</a></li>
<li><a href="https://www.andertons.co.uk/browse/amps/modelling-amps/">Shop all Modelling Amps</a></li>
<li><a href="https://blog.andertons.co.uk/learn/what-is-an-ampless-guitar-rig">What is an Ampless Guitar Rig?</a></li>
<li><a href="https://www.andertons.co.uk/guitar-multi-effects-pedal-guide">The Ultimate Guide to Multi-FX</a></li>
<li><a href="https://blog.andertons.co.uk/learn/what-is-an-frfr-speaker-cabinet-the-best-frfr-cabs-in-2025">What is an FRFR Speaker Cabinet?</a></li>
</ul>
<p>The post <a href="https://blog.andertons.co.uk/learn/neural-dsp-quad-cortex-mini-quad-cortex-nano-cortex-2026-comparison-guide">Neural Quad Cortex vs Quad Cortex Mini vs Nano: 2026 Comparison Guide</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/learn/neural-dsp-quad-cortex-mini-quad-cortex-nano-cortex-2026-comparison-guide/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Fender Vintera II: Your Gateway to Authentic Vintage Tone &#8211; A Complete Comparison Guide</title>
		<link>https://blog.andertons.co.uk/learn/introducing-the-fender-vintera-ii-but-what-is-so-special-about-it-a-comparison-guide</link>
					<comments>https://blog.andertons.co.uk/learn/introducing-the-fender-vintera-ii-but-what-is-so-special-about-it-a-comparison-guide#respond</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Thu, 04 Dec 2025 11:45:39 +0000</pubDate>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=11479</guid>

					<description><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2023/09/fender-background-image-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2023/09/fender-background-image-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2023/09/fender-background-image-200x200.jpg 200w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>When it comes to capturing the magic of vintage Fender guitars without the vintage price tag or maintenance headaches, few series have struck the balance quite like the Fender Vintera II. But with so many excellent options in today&#8217;s market, how does the Vintera II stack up against other popular Fender series? Whether you&#8217;re considering [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/introducing-the-fender-vintera-ii-but-what-is-so-special-about-it-a-comparison-guide">The Fender Vintera II: Your Gateway to Authentic Vintage Tone &#8211; A Complete Comparison Guide</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2023/09/fender-background-image-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2023/09/fender-background-image-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2023/09/fender-background-image-200x200.jpg 200w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>When it comes to capturing the magic of vintage Fender guitars without the vintage price tag or maintenance headaches, few series have struck the balance quite like the Fender Vintera II.</p>
<p>But with so many excellent options in today&#8217;s market, how does the Vintera II stack up against other popular Fender series? Whether you&#8217;re considering upgrading from a Squier, comparing it to the modern Player II series, or wondering if it&#8217;s worth stepping up from other mid-range options, this comprehensive guide will help you understand exactly what makes the Vintera II special and whether it&#8217;s the right guitar for your needs.</p>
<h2>What is the Fender Vintera Series all about?</h2>
<p>The first Vintera series presented us with vintage looking and sounding guitars that focused on representing each of the golden ages of Fender. Stepping in to replace Fender’s Classic, Classic Player and Road Worn collections, the Vintera had some big shoes to fill.</p>
<p>Offering value-for-money and superb quality, the Vintera series grew with popularity. Although the <a href="https://www.andertons.co.uk/vintera-series">Vintera</a> series was meant to replicate all the great things about vintage Fenders, they also put their own spin on things, featuring Pao Ferro fretboards, and re-voiced <a href="https://www.andertons.co.uk/guitar-dept/electric-guitar-accessories/electric-guitar-pickups-electronics">pickups</a> that were designed in homage to the original voicings but produced hotter outputs. The pickups featured on these guitars are softer, producing that authentic vintage Fender sound.</p>
<p>The first series of Vintera <a href="https://www.andertons.co.uk/guitar-dept/electric-guitars">guitars</a> included a fairly wide variety of different Fender styles to choose from, such as the <a href="https://www.andertons.co.uk/brands/fender/stratocaster-guitars">Stratocaster</a>, <a href="https://www.andertons.co.uk/brands/fender/telecaster-guitars">Telecaster</a>, <a href="https://www.andertons.co.uk/brands/fender/jazzmaster-guitars">Jazzmaster</a>, <a href="https://www.andertons.co.uk/brands/fender/jaguar-guitars">Jaguar</a>, <a href="https://www.andertons.co.uk/brands/fender/mustang-guitars">Mustang</a>, <a href="https://www.andertons.co.uk/brands/fender/jazz-bass">Jazz Bass</a>, Mustang Bass, and Precision Bass.</p>
<h2>What Makes the Fender Vintera II Series Special?</h2>
<p>With the Vintera I line now discontinued, the Vintera II took that philosophy and ran with it.</p>
<p><a href="https://www.andertons.co.uk/browse/brands/fender/">Fender</a> have truly outdone themselves with the Vintera II series, building upon the foundation of their original Vintera line to create what are arguably the most accurate recreations of classic electric guitars from Fender&#8217;s golden eras. These instruments don&#8217;t just look the part but also deliver authentic vintage specifications that transport you straight back to the &#8217;50s, &#8217;60s, and &#8217;70s.</p>
<p>The Vintera II series represents a significant step forward in period accuracy. Where the original Vintera series took some modern liberties with components like Pau Ferro fretboards and re-voiced pickups, the Vintera II commits fully to authenticity. You&#8217;ll find era-specific pickups that capture the exact tonal characteristics of their vintage counterparts, the return of classic rosewood fretboards, and meticulous attention to period-correct details that make these guitars feel like genuine time machines.</p>
<p>This dedication to classic accuracy extends to every aspect of the instruments. From the nitrocellulose finishes that age beautifully over time to the vintage-style hardware and electronics, the Vintera II guitars are designed to not just sound like their golden-age inspirations, but to feel and respond exactly as those legendary instruments did. The series pays homage to the innovatively designed guitars that defined decades of music, putting that authentic experience within reach of modern players.</p>
<h3 style="text-align: center;">Fender Vintera II Series</h3>
<p style="text-align: center;">    <style>
    .post-body__wrap {
        width: 100% !important;
    }
    .slick-carousel {
        position: relative;
    }
    .slick-prev,
    .slick-next {
        z-index: 10;
        width: 40px;
        height: 40px;
    }
    .slick-prev {
        left: -50px;
    }
    .slick-next {
        right: -50px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 40px;
        color: #000;
    }
    .product-stamp {
        display: flex;
        flex-direction: column;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }
    .product-stamp__image {
        width: 100%;
        height: 180px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    .product-stamp__image img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
    .product-stamp__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-top: 10px;
        text-align: center;
    }
    .product-stamp__content-title {
        font-size: .75rem;
        border-bottom: 1px solid #f1f1f1;
        font-family: canada-type-gibson, sans-serif;
        font-weight: 700;
        letter-spacing: .06rem;
        margin-bottom: 4px;
        min-height: 47px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    .product-stamp__content-price {
        font-size: 1.375rem;
        font-family: gin, sans-serif;
        font-weight: 700;
        margin-bottom: 0;
    }
    .slick-slide > div {
        height: 100%;
    }
    </style>
    <div class="product-carousel-wrapper">
        <div class="product-carousel" id="product-carousel-69f50c0754403" data-filters='{ &quot;group_id&quot;:&quot;browse/brands/fender/fender-vintera-ii-series&quot;, &quot;inStock&quot;:&quot;True&quot; }'></div>
    </div>
    <script>
    document.addEventListener('DOMContentLoaded', function () {
        const carousel = document.getElementById('product-carousel-69f50c0754403');
        if (!carousel) return;

        let filters;
        try {
            filters = JSON.parse(carousel.dataset.filters);
        } catch (e) {
            console.error('Invalid filters JSON:', e);
            return;
        }

        const url = new URL('https://ac.cnstrc.com/recommendations/v1/pods/filtered');
        url.searchParams.set('key', 'key_A2YIqKz8zkXkA26G');
        url.searchParams.set('i', 'b7532141-24d2-4294-a4ac-dff5983a770c');
        url.searchParams.set('s', '843');

        for (const key in filters) {
            const value = filters[key];
            if (Array.isArray(value)) {
                value.forEach(v => url.searchParams.append(`filters[${key}]`, v));
            } else {
                url.searchParams.append(`filters[${key}]`, value);
            }
        }

        fetch(url.toString())
            .then(res => res.json())
            .then(data => {
                const results = data?.response?.results || [];
                if (results.length === 0) {
                    carousel.innerHTML = '<p>No products found.</p>';
                    return;
                }

                const slider = document.createElement('div');
                slider.className = 'slick-carousel';

                results.forEach(product => {
                    const item = document.createElement('div');
                    item.className = 'col12';
                    item.innerHTML = `
                        <a class="product-stamp" href="https://www.andertons.co.uk${product.data.url}">
                            <div class="product-stamp__image">
                                <img decoding="async" src="${product.data.image_url}" alt="${product.value}" />
                            </div>
                            <div class="product-stamp__content">
                                <h3 class="product-stamp__content-title">${product.value}</h3>
                                <p class="product-stamp__content-price">£${product.data.calculatedPrice.toFixed(2)}</p>
                            </div>
                        </a>
                    `;
                    slider.appendChild(item);
                });

                carousel.appendChild(slider);

                const waitForSlick = (retries = 15) => {
                    if (typeof jQuery !== 'undefined' && typeof jQuery.fn.slick === 'function') {
                        jQuery(slider).slick({
                            infinite: true,
                            slidesToShow: 4,
                            slidesToScroll: 1,
                            responsive: [
                                { breakpoint: 768, settings: { slidesToShow: 2 } },
                                { breakpoint: 480, settings: { slidesToShow: 1 } }
                            ]
                        });
                    } else if (retries > 0) {
                        setTimeout(() => waitForSlick(retries - 1), 200);
                    } else {
                        console.error('Slick carousel not available');
                    }
                };

                waitForSlick();
            })
            .catch(err => {
                console.error('Product carousel fetch error:', err);
                carousel.innerHTML = '<p>Error loading products.</p>';
            });
    });
    </script>
    </p>
<p style="text-align: center;"><a class="button button--primary" href="https://www.andertons.co.uk/browse/brands/fender/fender-vintera-ii-series/">Shop All Fender Vintera II Series</a></p>
<p><img loading="lazy" decoding="async" class="lazyload size-full wp-image-11499" src="https://blog.andertons.co.uk/wp-content/uploads/2023/09/0149072357-0149012308-0149030357-3.jpg" alt="fender-vintera-2-electric-guitar" width="5357" height="3571" data-src="https://blog.andertons.co.uk/wp-content/uploads/2023/09/0149072357-0149012308-0149030357-3.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2023/09/0149072357-0149012308-0149030357-3.jpg 5357w, https://blog.andertons.co.uk/wp-content/uploads/2023/09/0149072357-0149012308-0149030357-3-768x512.jpg 768w" sizes="auto, (max-width: 5357px) 100vw, 5357px" /></p>
<h2>Original Vintera vs. Vintera II Series</h2>
<p>The evolution from Vintera to Vintera II represents Fender&#8217;s commitment to getting even closer to vintage authenticity. While the original Vintera series was excellent in its own right, offering vintage aesthetics with some modern conveniences, the Vintera II takes a more purist approach that vintage enthusiasts have been craving.</p>
<p>The most significant improvement is in the pickup department. Where the original Vintera featured re-voiced pickups designed as homages to vintage specifications but with hotter, more modern outputs, the Vintera II uses era-specific pickups that faithfully recreate the exact tonal characteristics, output levels, and harmonic content of the originals. This means you get that authentic vintage Fender chime, warmth, and dynamics that made these guitars legendary in the first place.</p>
<p>The reintroduction of rosewood fretboards is another major enhancement. While Pau Ferro was a practical choice for the original series, rosewood provides that classic feel and contributes to the overall vintage tone and aesthetic that serious players demand. Combined with period-correct neck profiles and hardware specifications, these improvements make the Vintera II feel more authentic under your fingers and respond more like a genuine vintage instrument.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/4eCCgmKO2GM?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Fender Vintera II Guitars - Lets Take A Look At The Whole Range!!</span>

                <span itemprop="description">The Fender Vintera II Guitars are here! Is it Christmas already?! Join Lee & Pete as they explore what's new with this range of incredible guitars & basses! | https://tinyurl.com/28h653xj

Find out more about the Fender Vintera II Range in our handy blog post | https://blog.andertons.co.uk/learn/introducing-the-fender-vintera-ii-but-what-is-so-special-about-it-a-comparison-guide

» Fender Vintera II 50s Nocaster 2 Tone Sunburst | https://tinyurl.com/ylu73r5u
» Fender Vintera II 50s Nocaster Blackguard Blonde | https://tinyurl.com/yovqbmjm

» Fender Vintera II 60s Telecaster Thinline 3 Tone Sunburst | https://tinyurl.com/yu3ayonx
» Fender Vintera II 60s Telecaster Thinline Black | https://tinyurl.com/ynhsjfe7

» Fender Vintera II 60s Telecaster Fiesta Red | https://tinyurl.com/2xg8koz4
» Fender Vintera II 60s Telecaster Sonic Blue | https://tinyurl.com/yufkpnbv

» Fender Vintera II 70s Tele Deluxe Trem Seafoam Green | https://tinyurl.com/yuaph5dn
» Fender Vintera II 70s Tele Deluxe Trem Vintage White | https://tinyurl.com/ysvylk6g

» Fender Vintera II 50s Stratocaster 2 Tone Sunburst | https://tinyurl.com/ywn3pgae
» Fender Vintera II 50s Stratocaster Black | https://tinyurl.com/ywbq6nl4
» Fender Vintera II 50s Stratocaster Ocean Turquoise | https://tinyurl.com/ynxk9c8j
 
» Fender Vintera II 60s Stratocaster 3 Tone Sunburst | https://tinyurl.com/yojxgykb
» Fender Vintera II 60s Stratocaster Lake Placid Blue | https://tinyurl.com/ywku57r2
» Fender Vintera II 60s Stratocaster Olympic White | https://tinyurl.com/ymyyelkc

» Fender Vintera II 70s Stratocaster 3 Tone Sunburst | https://tinyurl.com/yvd79t8q
» Fender Vintera II 70s Stratocaster Vintage White | https://tinyurl.com/yrvmwvvd
» Fender Vintera II 70s Stratocaster Seafoam Green | https://tinyurl.com/2x3zoj9h

» Fender Vintera II 50s Jazzmaster Desert Sand | https://tinyurl.com/yr8jvyx5
» Fender Vintera II 50s Jazzmaster Sonic Blue | https://tinyurl.com/ymqmnqs8

» Fender Vintera II 70s Jaguar Black | https://tinyurl.com/yt8bru5d
» Fender Vintera II 70s Jaguar Vintage White | https://tinyurl.com/yqqsomhc

» Fender Vintera II 70s Mustang Competition Burgundy | https://tinyurl.com/ylpgk3nf
» Fender Vintera II 70s Mustang Competition Orange | https://tinyurl.com/ypafwxgp

» Fender Vintera II 70s Telecaster Bass Seafoam Green | https://tinyurl.com/yls2uqjt
» Fender Vintera II 70s Telecaster Bass Vintage White | https://tinyurl.com/yomfg6ua 

» Fender Vintera II 60s Bass VI Lake Placid Blue | https://tinyurl.com/yqbezn5q
» Fender Vintera II 60s Bass VI Fiesta Red | https://tinyurl.com/yrzz6e35

» Fender Vintera II 50s P Bass Black | https://tinyurl.com/2xykw3jf
» Fender Vintera II 50s P Bass Desert Sand | https://tinyurl.com/yl96xvk4

» Fender Vintera II 60s Jazz Bass Black | https://tinyurl.com/ypa3y9cv
» Fender Vintera II 60s Jazz Bass Lake Placid Blue | https://tinyurl.com/ysujrsvo

» Fender Vintera II 60s P Bass 3 Tone Sunburst | https://tinyurl.com/ypjomc5g
» Fender Vintera II 60s P Bass Olympic White | https://tinyurl.com/ytfsscud

» Fender Vintera II 70s Mustang Bass Competition Burgundy | https://tinyurl.com/ymxkocwd
» Fender Vintera II 70s Mustang Bass Competition Orange | https://tinyurl.com/yvwav775

Always check the website for accurate and up-to-date pricing and product specifications!

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

🎁 Subscriber Prizes 🎁  
» https://www.andertons.co.uk/andertons-youtube-subscriber-prizes

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Jam!
» 1:23 Introducing the Fender Vintera II Range!
» 3:50 50s Strat
» 11:20 60s Strat
» 17:53 70s Strat
» 24:10 About Fretboard Radius?
» 26:26 50s Telecaster
» 32:50 60s Telecaster
» 37:33 Thinline Tele
» 41:30 Tele Deluxe 
» 45:48 70s Jaguar
» 52:00 50s Jazzmaster
» 57:53 Mustangs & Basses
» 58:49 Pete's Favourite?
» 59:20 Lee's Favourites
» 59:40 Thanks For Watching!
» 1:00:11 Outro Jam!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» Twitter | https://twitter.com/andertonsmusic

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons own brand products.

#Andertons #fender #guitar</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/4eCCgmKO2GM/default.jpg</span>

                <span itemprop="duration">PT1H1M17S</span>

                <span itemprop="uploadDate">2023-09-19T10:44:54Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">261152</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h2>Fender Series Comparison Table</h2>
<p>Here&#8217;s how the American Vintera II Series stacks up against other popular Fender guitar ranges, from the contemporary Player II Series to the affordable Squier Classic Vibe Series:</p>
<table width="1001">
<tbody>
<tr>
<td width="163"><strong>Feature</strong></td>
<td width="201"><strong>Player II Series</strong></td>
<td width="222"><strong>American Vintage II Series</strong></td>
<td width="232"><strong>American Pro Classic</strong> <strong>Series</strong></td>
<td width="183"><strong>Squier Classic Vibe Series</strong></td>
</tr>
<tr>
<td><strong>Guitar Models</strong></td>
<td>
<ul>
<li>Stratocaster</li>
<li>Telecaster</li>
<li>Jazzmaster</li>
<li>Jaguar</li>
<li>Mustang</li>
<li>Precision Bass</li>
<li>Jazz Bass</li>
</ul>
</td>
<td>
<ul>
<li>Stratocaster</li>
<li>Telecaster</li>
</ul>
</td>
<td>
<ul>
<li>Stratocaster</li>
<li>Stratocaster HSS</li>
<li>Telecaster</li>
<li>Hotshot Telecaster</li>
<li>Jaguar</li>
<li>Jazzmaster</li>
<li>Precision Bass</li>
<li>Jazz Bass</li>
<li>Mustang Bass</li>
</ul>
</td>
<td>
<ul>
<li>Stratocaster</li>
<li>Telecaster</li>
<li>Jazz Bass</li>
<li>Precision Bass</li>
<li>Jaguar</li>
<li>Jazzmaster</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Pickups</strong></td>
<td>
<ul>
<li>Player II Telecaster: Player Series Alnico V single-coil Tele</li>
<li>Player II Stratocaster: A combination of Player Series Alnico II humbucker (in the HSS model) and Alnico V single-coil</li>
<li>Player II Jazzmaster: A pair of Alnico V single-coil Jazzmaster</li>
<li>Player II Modified: Player II Noiseless pickups, some modified</li>
<li>Player II Precision Bass: Player Series Alnico V Split-Coil Precision Bass</li>
<li>Player II Jazz Bass: Player Series Alnico V single-coil Jazz Bass</li>
</ul>
</td>
<td>
<ul>
<li>1961 Stratocaster: Pure Vintage &#8217;61 Single-Coil Stratocaster pickups.</li>
<li>1963 Telecaster: Pure Vintage &#8217;63 Telecaster pickups.</li>
<li>1977 Telecaster Custom: Pure Vintage &#8217;77 Single-Coil Tele and Authentic CuNiFe Wide Range Humbucking pickups.</li>
</ul>
</td>
<td>
<ul>
<li>Stratocaster: Coastline &#8217;57 Single-Coil Stratocaster pickups for the SSS models, and Coastline Humbucker in the bridge position for the HSS models.</li>
<li>Telecaster: Typically uses Coastline &#8217;63 Telecaster pickups.</li>
<li>Jaguar: Uses Coastline &#8217;65 Jaguar pickups.</li>
<li>Mustang Bass: Uses Coastline &#8217;70s Mustang Bass pickup.</li>
</ul>
</td>
<td>
<ul>
<li>Telecasters: Typically have Fender-designed alnico single-coil pickups.</li>
<li>Jazz Bass: Comes with a pair of Fender-designed alnico single-coil J-Bass pickups.</li>
<li>Esquire: Features a single Fender-designed alnico pickup.</li>
<li>Stratocasters: The &#8217;50s models have low-output alnico single-coils, while the &#8217;60s models have moderate-output alnico single-coils.</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Body Woods</strong></td>
<td>
<ul>
<li>Alder</li>
<li>Chambered Ash</li>
<li>Chambered Mahogany</li>
</ul>
</td>
<td>
<ul>
<li>Alder</li>
<li>Ash</li>
<li>Mahogany</li>
</ul>
</td>
<td>
<ul>
<li>Alder</li>
</ul>
</td>
<td>
<ul>
<li>Pine</li>
<li>Nato</li>
<li>Poplar</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Fingerboard Woods</strong></td>
<td>
<ul>
<li>Maple</li>
<li>Slab Rosewood</li>
</ul>
</td>
<td>
<ul>
<li>Maple</li>
<li>Rosewood</li>
</ul>
</td>
<td>
<ul>
<li>Maple</li>
<li>Rosewood</li>
</ul>
</td>
<td>
<ul>
<li>Maple</li>
<li>Indian Laurel</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Tuners</strong></td>
<td>
<ul>
<li>Player II Modified: Locking Tuners, Short Post Locking Tuners</li>
<li>Player II: ClassicGear Vintage-Style Tuners</li>
</ul>
</td>
<td>
<ul>
<li>Vintage-Accurate Tuners</li>
</ul>
</td>
<td>
<ul>
<li>Fender Staggered ClassicGear Tuners</li>
</ul>
</td>
<td>
<ul>
<li>Vintage-Style (Split-Shaft)</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Neck Shape</strong></td>
<td>
<ul>
<li>Modern &#8220;C&#8221;</li>
</ul>
</td>
<td>
<ul>
<li data-hveid="CAMQAA" data-processed="true"><span class="T286Pc" data-sfc-cp="" data-processed="true">1951 Telecaster: Features a large, round, and proud &#8220;U&#8221;-shaped neck profile.</span></li>
<li data-hveid="CAMQAQ" data-processed="true"><span class="T286Pc" data-sfc-cp="" data-processed="true">1957 Stratocaster: Has a comfortable &#8220;V&#8221;-shaped neck.</span></li>
<li data-hveid="CAMQAg" data-processed="true"><span class="T286Pc" data-sfc-cp="" data-processed="true">1961 Stratocaster: Comes with a medium &#8220;C&#8221;-shaped neck.</span></li>
<li data-hveid="CAMQAw" data-processed="true"><span class="T286Pc" data-sfc-cp="" data-processed="true">1963 Telecaster: Equipped with a &#8220;C&#8221;-shaped neck.</span></li>
<li data-hveid="CAMQBA" data-processed="true"><span class="T286Pc" data-sfc-cp="" data-processed="true">1973 Stratocaster: Features a &#8220;C&#8221;-shaped neck.</span><span class="uJ19be notranslate" data-wiz-uids="D4eXlf_2w,D4eXlf_2x,D4eXlf_2y" data-processed="true"><span class="vKEkVd" data-animation-atomic="" data-processed="true"> </span></span></li>
</ul>
</td>
<td>
<ul>
<li>Modern &#8220;C&#8221;</li>
</ul>
</td>
<td>
<ul>
<li>Slim &#8220;C&#8221;</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Rolled Fingerboard</strong></td>
<td>
<ul>
<li>Yes</li>
</ul>
</td>
<td>
<ul>
<li>No</li>
</ul>
</td>
<td>
<ul>
<li>Yes</li>
</ul>
</td>
<td>
<ul>
<li>No</li>
</ul>
</td>
</tr>
<tr>
<td><strong>Fretboard Radius</strong></td>
<td>
<ul>
<li>9.5&#8243;</li>
</ul>
</td>
<td>
<ul>
<li>7.25&#8243;</li>
<li>The American Vintage II 1975 Telecaster Deluxe has a 9.5&#8243; radius fretboard.</li>
</ul>
</td>
<td>
<ul>
<li>9.5&#8243;</li>
</ul>
</td>
<td>
<ul>
<li>9.5&#8243;</li>
</ul>
</td>
</tr>
</tbody>
</table>
<h2>Final Thoughts: Is the Vintera II Right for You?</h2>
<p>The Fender Vintera II series has successfully carved out a unique position in today&#8217;s guitar market by delivering authentic vintage specifications and tone at a reasonable price point.</p>
<p>If you&#8217;re a player who values historical accuracy, authentic vintage tone, and the indefinable &#8220;mojo&#8221; that made classic Fender guitars legendary, the Vintera II should be at the top of your list.</p>
<p>The series represents excellent value when compared to USA-made vintage reissues, while offering significantly more authenticity than budget alternatives. For intermediate to advanced players seeking a classic Fender experience, or anyone looking to step up from entry-level instruments, the Vintera II provides an excellent balance of quality, authenticity, and affordability.</p>
<p>Ultimately, the Vintera II succeeds because it doesn&#8217;t try to be everything to everyone. Instead, it focuses on doing one thing exceptionally well: bringing the magic of vintage Fender guitars to modern players who appreciate both history and quality. In a world full of modern innovations and high-tech features, sometimes the best path forward is honouring the designs that got us here in the first place – and the Vintera II does exactly that.</p>
<h2>Want To Find Out More?</h2>
<ul>
<li><a href="https://blog.andertons.co.uk/learn/fender-american-professional-classic-vs-american-professional-ii">Fender American Professional Classic vs. American Professional II</a></li>
<li><a href="https://blog.andertons.co.uk/learn/50s-60s-70s-fender-telecasters">‘50s, ‘60s and ‘70s Fender Telecasters: What’s The Difference?</a></li>
<li><a href="https://blog.andertons.co.uk/learn/50s-60s-70s-fender-strats">’50s, ’60s and ’70s Fender Strats: What’s The Difference?</a></li>
<li><a href="https://blog.andertons.co.uk/learn/whats-new-with-fender-player-ii">Fender Player II &amp; Player II Modified: What’s New?</a></li>
</ul>
<p>The post <a href="https://blog.andertons.co.uk/learn/introducing-the-fender-vintera-ii-but-what-is-so-special-about-it-a-comparison-guide">The Fender Vintera II: Your Gateway to Authentic Vintage Tone &#8211; A Complete Comparison Guide</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/learn/introducing-the-fender-vintera-ii-but-what-is-so-special-about-it-a-comparison-guide/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Guitar Summit 2025 Roundup</title>
		<link>https://blog.andertons.co.uk/industry/guitar-summit-2025-roundup</link>
					<comments>https://blog.andertons.co.uk/industry/guitar-summit-2025-roundup#respond</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Thu, 25 Sep 2025 11:00:55 +0000</pubDate>
				<category><![CDATA[Gear News]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=13238</guid>

					<description><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2025/09/guitar-summit-2025-blog-releases-andertons-music-co-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Guitar Summit 2025 - Rounding up the hottest releases, latest news, videos from the show and more! - Andertons Music Co. (Image credit: Guitar Summit(" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" /><p>Guitar Summit 2025 was a blast! With tons of releases and innovative products launched, there was plenty to see. Read on for our full lowdown on the gear, the videos, the new names, and more. Don’t forget to subscribe to us on YouTube, follow us on Instagram &#38; TikTok, and sign up to our mailing [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/industry/guitar-summit-2025-roundup">Guitar Summit 2025 Roundup</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2025/09/guitar-summit-2025-blog-releases-andertons-music-co-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Guitar Summit 2025 - Rounding up the hottest releases, latest news, videos from the show and more! - Andertons Music Co. (Image credit: Guitar Summit(" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" /><p>Guitar Summit 2025 was a blast! With tons of releases and innovative products launched, there was plenty to see. Read on for our full lowdown on the gear, the videos, the new names, and more.</p>
<p>Don’t forget to subscribe to us on <a href="https://www.youtube.com/@andertons/videos">YouTube</a>, follow us on <a href="https://www.instagram.com/andertonsmusicco">Instagram</a> &amp; <a href="https://www.tiktok.com/@andertonsmusicco">TikTok</a>, and <a href="https://www.andertons.co.uk/newsletter">sign up to our mailing list</a> for the latest gear &amp; news. Want to skip straight to the gear? <a href="https://www.andertons.co.uk/browse/new/">Shop &#8216;New In&#8217; right here.</a></p>
<p><a class="button button--primary" href="https://www.andertons.co.uk/newsletter">Sign Up For Guitar Summit 2025 News!</a></p>
<h2 data-pm-slice="1 1 []">Strandberg N2 Range</h2>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/4LSS8ag-WgM?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Strandberg at Guitar Summit 2025!</span>

                <span itemprop="description">Lee chats with Ola Strandberg at Guitar Summit 2025 about the incredible new Strandberg N2 guitar range. This range marks the next step in what is possible with ergonomic headless guitar design. With six Standard models and six Original models available in 6, 7 and 8 string variations, you can be sure there is the perfect model no matter how low or technical you want to play. | https://tinyurl.com/282ghahh

» Strandberg Boden Original N2 6-String Electric Guitar in Black Denim Burst Satin | https://tinyurl.com/2yyevull
» Strandberg Boden Original N2 7-String Electric Guitar in Black Denim Burst Satin | https://tinyurl.com/25xpc535
» Strandberg Boden Original N2 8-String Electric Guitar in Black Denim Burst Satin | https://tinyurl.com/2dov7wpj

» Strandberg Boden Standard N2 6-String Electric Guitar in Black Satin Metallic | https://tinyurl.com/242utc9y
» Strandberg Boden Standard N2 7-String Electric Guitar in Black Satin Metallic | https://tinyurl.com/2c6q3zmw
» Strandberg Boden Standard N2 8-String Electric Guitar in Black Satin Metallic | https://tinyurl.com/26uktekx

» Strandberg Boden Standard N2 6-String Electric Guitar in Transformative Teal Metallic | https://tinyurl.com/2czu6mp6
» Strandberg Boden Standard N2 7-String Electric Guitar in Transformative Teal Metallic | https://tinyurl.com/23yo7eas
» Strandberg Boden Standard N2 8-String Electric Guitar in Transformative Teal Metallic | https://tinyurl.com/24zrwzf5

» Strandberg Boden Original N2 6-String Electric Guitar in Sunset Coral Burst Satin | https://tinyurl.com/2y94d4yn
» Strandberg Boden Original N2 7-String Electric Guitar in Sunset Coral Burst Satin | https://tinyurl.com/274hf5pe
» Strandberg Boden Original N2 8-String Electric Guitar in Sunset Coral Burst Satin | https://tinyurl.com/26h2r7za

» Check out all our Strandberg Guitars! |  https://tinyurl.com/282ghahh

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our Guitar Summit 2025 Roundup blog!
» https://blog.andertons.co.uk/industry/guitar-summit-2025-roundup

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

💲 Shopping from the USA? Find what you're looking for at Sweetwater!
We know plenty of you watch from the USA, but buying and shipping from the UK just doesn't always make sense. Nevertheless, you can still support Andertons by using the following affiliate links!
» Check out these products at Sweetwater | https://sweetwater.sjv.io/3J1odM
Thanks again for supporting Andertons Music Co.
_Lee_

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/28oc7yuq

⏰ Timestamps ⏰
» 0:00 Lee meets Ola Strandberg
» 0:26 The Strandberg N2 range explained
» 3:42 Seymour Duncan pick-ups
» 5:34 The updated backplate 
» 8:16 Strandberg pick-up DNA
» 10:30 Playing without pain 
» 11:47 How the N2 range sounds

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #strandberg #guitarsummit</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/4LSS8ag-WgM/default.jpg</span>

                <span itemprop="duration">PT13M38S</span>

                <span itemprop="uploadDate">2025-09-27T07:58:00Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">18213</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>Strandberg Guitars proudly unveiled their latest designs with their N2 range. The Strandberg N2 marks the next step in what is possible with ergonomic headless guitar design. With 6 Standard models and 6 Original models available in 6, 7 &amp; 8 string variations, you can be sure there is the perfect model no matter how low or technical you want to play.</p>
<p data-pm-slice="1 1 []"><h2 class="product-list-title"><span class="page-title--arrows">Strandberg N2 Range</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-original-n2-6-string-black-denim-burst-satin">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/9ba2c729/68d2ad882ad917124e0000a4/BD6HCT-24O2-G1-BD-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Original N2 6-String Electric Guitar in Black Denim Burst Satin">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Original N2 6-String Electric Guitar in Black Denim Burst Satin</h3>
			<p class="product-stamp__content-price">£2,399.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-original-n2-6-string-sunset-coral-burst-satin">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/20fd3a09/68d2ac1d2ad9170eb20001cf/BD6HCT-24O2-G1-SC-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Original N2 6-String Electric Guitar in Sunset Coral Burst Satin">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Original N2 6-String Electric Guitar in Sunset Coral Burst Satin</h3>
			<p class="product-stamp__content-price">£2,399.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-original-n2-7-string-black-denim-burst-satin">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/dbdee564/68d27f7f2ad9170eb200018e/BD7HCT-2402-G1-BD-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Original N2 7-String Electric Guitar in Black Denim Burst Satin">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Original N2 7-String Electric Guitar in Black Denim Burst Satin</h3>
			<p class="product-stamp__content-price">£2,499.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-original-n2-7-string-sunset-coral-burst-satin">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/9ba2c729/68d2acdd2ad917124e0000a3/BD7HCT-24O2-G1-SC-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Original N2 7-String Electric Guitar in Sunset Coral Burst Satin">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Original N2 7-String Electric Guitar in Sunset Coral Burst Satin</h3>
			<p class="product-stamp__content-price">£2,199.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-original-n2-8-string-black-denim-burst-satin">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/dbdee564/68d281a72ad9170eb2000197/BD8HCT-24O2-G1-BD-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Original N2 8-String Electric Guitar in Black Denim Burst Satin">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Original N2 8-String Electric Guitar in Black Denim Burst Satin</h3>
			<p class="product-stamp__content-price">£2,599.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-original-n2-8-string-sunset-coral-burst-satin">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/20fd3a09/68d2a7462ad9170eb20001a6/BD8HCT-2402-G1-SC-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Original N2 8-String Electric Guitar in Sunset Coral Burst Satin">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Original N2 8-String Electric Guitar in Sunset Coral Burst Satin</h3>
			<p class="product-stamp__content-price">£2,599.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-standard-n2-6-string-black-satin-metallic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/20fd3a09/68d2ab592ad9170eb20001c5/BD6HCT-25S2-G1-BSNM-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Standard N2 6-String Electric Guitar in Black Satin Metallic">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Standard N2 6-String Electric Guitar in Black Satin Metallic</h3>
			<p class="product-stamp__content-price">£1,699.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-standard-n2-6-string-electric-guitar-transformative-teal-metallic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/20fd3a09/68d2a6202ad9170eb20001a1/BD6HCT-25S2-G1-TTLM-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Standard N2 6-String Electric Guitar in Transformative Teal Metallic">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Standard N2 6-String Electric Guitar in Transformative Teal Metallic</h3>
			<p class="product-stamp__content-price">£1,699.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-standard-n2-7-string-black-satin-metallic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/20fd3a09/68d2aa892ad9170eb20001ba/BD7HCT-25S2-G1-BSNM-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Standard N2 7-String Electric Guitar in Black Satin Metallic">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Standard N2 7-String Electric Guitar in Black Satin Metallic</h3>
			<p class="product-stamp__content-price">£1,799.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-standard-n2-7-transformative-teal-metallic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/dbdee564/68d27eb52ad9170eb2000180/BD7HCT-25S2-G1-TTLM-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Standard N2 7-String Electric Guitar in Transformative Teal Metallic">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Standard N2 7-String Electric Guitar in Transformative Teal Metallic</h3>
			<p class="product-stamp__content-price">£1,799.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-standard-n2-8-string-black-satin-metallic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/20fd3a09/68d2a9f32ad9170eb20001b0/BD8HCT-25S2-G1-BSNM-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Standard N2 8-String Electric Guitar in Black Satin Metallic">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Standard N2 8-String Electric Guitar in Black Satin Metallic</h3>
			<p class="product-stamp__content-price">£1,999.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strandberg-boden-standard-n2-8-string-transformative-teal-metallic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/dbdee564/68d27aa92ad9170eb2000174/BD8HCT-25S2-G1-TTLM-A-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strandberg Boden Standard N2 8-String Electric Guitar in Transformative Teal Metallic">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strandberg Boden Standard N2 8-String Electric Guitar in Transformative Teal Metallic</h3>
			<p class="product-stamp__content-price">£1,999.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap"></p>
<p><a class="ProsemirrorEditor-link" href="https://www.andertons.co.uk/browse/brands/strandberg-guitars/">Browse Strandberg Guitars</a></p>
<h2>Ibanez BERNTH Signature AZ Electric Guitar</h2>
<p>The Ibanez Premium AZ Bernth Signature Model, the BER10, is a masterclass in modern electric guitar design, tailored to the virtuosic demands of Austrian guitarist and YouTuber Bernth. This guitar effortlessly balances supreme playing comfort with versatile tonal options, making it ideal for players who require precision and adaptability across a wide range of styles.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/-cMutNE0Eps?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">"Limitless" on Bernth Signature Guitar - Ibanez BER10</span>

                <span itemprop="description">Listen to 'Limitless' on Spotify ▶ http://bit.ly/42MySe3
👉 Get the BER10 - my signature Ibanez guitar - at your favorite dealer! This is the ultimate modern guitar built for players who want limitless tone, freedom, and performance.

🎸 Designed for Virtuosos

Unrestricted picking freedom: No knobs or switches below the pickups = maximum range of motion for open- and closed-handed picking.

Perfect neck radius: After testing hundreds of necks and gathering feedback from thousands of players, we locked in the Oval C Roasted Maple neck - fast, precise, and comfortable for shredding, tapping, and atmospheric chords.

🔊 Unmatched Sound & Versatility

Brand-new Fishman pickups custom-built for this guitar - delivering clarity, punch, and power.

5-way selector + push-pull Fluence switch = endless tones from crushing distortion to pristine cleans.

✨ Signature Style

Flat black finish with white accents and shiny black pickguard.

The return of reverse sharktooth inlays.

My official logo on the headstock - your seal of authenticity.

This isn’t just a guitar. It’s an instrument that makes you play better, faster, and cleaner - the most versatile, performance-ready guitar I’ve ever played.

🚨 Don’t wait - grab the BER10 now and transform your guitar journey.</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/-cMutNE0Eps/default.jpg</span>

                <span itemprop="duration">PT2M49S</span>

                <span itemprop="uploadDate">2025-09-26T07:59:40Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">538259</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>Built around a sleek AZ-style alder body and a meticulously sculpted, heat-treated maple neck, the BER10 offers a seamless playing experience that encourages speed and fluidity.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Ibanez BERNTH Signature Model</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/ibanez-premium-az-bernth-signature-model">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/602b266e/68d64825d5d1c41d450003fb/BERNTH-hero image.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Ibanez Premium AZ Bernth Signature Electric Guitar in Matte Black">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Ibanez Premium AZ Bernth Signature Electric Guitar in Matte Black</h3>
			<p class="product-stamp__content-price">£1,349.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>Synergy Marshall JMP All-Tube Preamp Module</h2>
<p>From the moment rock ’n’ roll exploded onto the scene, one name has been at the heart of its most electrifying moments &#8211; Marshall. For generations, Marshall amplifiers have defined the sound of the electric guitar, pushing music to new heights and shaping the very essence of modern rock.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/3eEn-HvSlZU?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Legendary Tone In A Modern Format - SYNERGY Marshall JMP PREAMP MODULE</span>

                <span itemprop="description">Synergy and Marshall have joined forces to bring you the ultimate tribute to this legendary amplifier. Combining Synergy’s cutting-edge patented modular technology with Marshall’s historic circuit design, this new Synergy JMP preamp module delivers the unmistakable growl, touch sensitivity and dynamic response of a cranked JMP- at any volume. Whether on stage, in the studio, or at home, this is your chance to harness the sound that built rock and roll.

The legend continues.</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/3eEn-HvSlZU/default.jpg</span>

                <span itemprop="duration">PT3M23S</span>

                <span itemprop="uploadDate">2025-09-26T09:00:14Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">6027</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>From the soaring blues-rock of Eric Clapton and the incendiary performances of Jimi Hendrix to the seismic riffs of Jimmy Page, Eddie Van Halen and Angus Young, Marshall’s unmistakable roar has been the foundation of legendary tone.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Marshall JMP All-Tube Preamp Module</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/synergy-marshall-jmp-preamp-module">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a7f5ab35/68d540f43ce62c5ec0000108/JMP-FRONT.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Synergy Marshall JMP All-Tube Preamp Module">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Synergy Marshall JMP All-Tube Preamp Module</h3>
			<p class="product-stamp__content-price">£339.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>Furch Spectra Plus Series Acoustics</h2>
<p>We were thrilled to become one of the UK&#8217;s premier Furch dealers in 2025, and the innovative Czech Republic-based company seems to be going from strength to strength. On the show at Guitar Summit 2025 is the Spectra Plus series, a colourful line-up of Grand Auditorium-style acoustics/electro-acoustics. With a sturdy combo of Englemann Spruce, African Mahogany and Ebony (and of course Furch&#8217;s revolutionary CNR neck reinforcement system), these guitars do contemporary, confident acoustic tone for players who want to make a visual statement. <a href="https://www.andertons.co.uk/browse/brands/furch-guitars/">Shop our full Furch range here.</a></p>

<h2>PJD Origin Pro Series Guitars In The Works</h2>
<p>Introducing the <a href="https://www.andertons.co.uk/browse/brands/pjd-guitars/">PJD</a> Origin Pro, distilling the UK company&#8217;s no-nonsense approach to guitar building into affordable offset &amp; single cut models with striking finishes &amp; figured tops. Tone-wise, PJD have stuck to their guns on PAF-inspired classic tones that offer pristine cleans, but a bit of bite when pushed. Here&#8217;s what Leigh from PJD says: &#8220;The PJD origin Humbuckers have been voiced with our Standard Humbucker models in mind. The Bridge pickup has a medium output allowing a good balance between clean and gain tone, whereas the Neck pickup is comfortably in the vintage PAF range, allowing for beautiful and vocal clean tones as well as juicy blues.&#8221;</p>
<p>More info from PJD to follow &#8211; check out the <a href="https://www.andertons.co.uk/pjd-st-john-origin-in-original-burst/">St John Origin Pro</a> &amp; <a href="https://www.andertons.co.uk/pjd-carey-origin-in-sea-blue/">Carey Origin Pro</a> here.</p>
<h2>Line 6 Power Cab CL</h2>
<p>Line 6 know modelling inside out &#8211; the Power Cab CL range combines their multi-voice Power Cab FRFR tech with traditional-style guitar speakers for versatile amp-style projection, but more importantly, more of that real &#8216;feel&#8217; that you&#8217;d expect from a legit amp-and-cab setup. The next step in modelling tone realism? You be the judge! The Power Cab CLs come in <a href="https://www.andertons.co.uk/line-6-powercab-cl112-active-guitar-cab/">1&#215;12</a> and <a href="https://www.andertons.co.uk/line-6-powercab-cl212-active-guitar-cab/">2&#215;12</a> versions.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/_sW-CJy97U4?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Line 6 | Powercab CL Active Guitar Speaker Systems | Introduction</span>

                <span itemprop="description">Join session guitarist Steve Fekete as he introduces the Powercab CL multi-voice speaker systems. 

Powercab CL provides exceptional amplification for your amp modeler or even a compact amp-simulation pedal mounted on your pedalboard. Loaded with traditional guitar speakers, these lightweight open-back cabinets may be used with or without utilizing one of six Speaker Voicings, and feature simple and straightforward controls. No matter how you use them, they deliver consistent tone and feel at any volume. 

The Powercab CL Family includes the 200-watt Powercab CL 212 with dual 12" guitar speakers and the 100-watt Powercab CL 112 with a single 12" guitar speaker.

Learn more: http://line6.com/powercab</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/_sW-CJy97U4/default.jpg</span>

                <span itemprop="duration">PT2M56S</span>

                <span itemprop="uploadDate">2025-09-26T16:47:07Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">24970</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h2>ENGL Amplification Ravager E725 20W Compact Tube Amp Head with IR Loader</h2>
<p>The ENGL Ravager E725 is a compact, 20-watt tube amp head that perfectly combines vintage tone with modern technology. Designed for guitarists who demand versatility and portability without compromising on sound quality, this two-channel amp delivers everything from crystal-clear cleans to aggressive overdrive. Its robust yet compact lunchbox-style chassis makes it ideal for stage performances, studio recording, or home practice.</p>
<h2 class="product-list-title"><span class="page-title--arrows">ENGL Amplification Ravager Compact Tube Amp </span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/engl-amplification-ravager-e725-20w-compact-tube-amp-head-with-ir-loader">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e44cb71c/68cbe163d0c7ab4d260003a4/E725-F-Hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="ENGL Amps Ravager E725 20W Compact Tube Amp Head with IR Loader">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">ENGL Amps Ravager E725 20W Compact Tube Amp Head with IR Loader</h3>
			<p class="product-stamp__content-price">£629.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>PRS S2 Special Semi-Hollow Reclaim Ltd Edition Electric Guitar</h2>
<p>This 700-piece limited edition <a href="https://www.andertons.co.uk/browse/brands/prs-guitars/">PRS Guitar</a> showcases reclaimed and salvaged woods on one of PRS&#8217;s most versatile models: the S2 Special Semi-Hollow. With each top boasting its own character and left as natural as possible, every <a href="https://www.andertons.co.uk/browse/guitar-dept/electric-guitars/">electric guitar</a> is rendered unique. That character paired with a wide spectrum of tones – from articulate single-coil sparkle to full, vintage-inspired humbucking warmth – results in a truly special instrument.</p>
<h2 class="product-list-title"><span class="page-title--arrows">PRS S2 Special Reclaim</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/prs-s2-special-semihollow-reclaimed-limited">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a2350131/68cee0083ce62c4c8a00037e/S2 Special Semi Hollow Reclaimed cropped.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="PRS Limited Edition S2 Special Semi-Hollow Reclaimed Electric Guitar">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">PRS Limited Edition S2 Special Semi-Hollow Reclaimed Electric Guitar</h3>
			<p class="product-stamp__content-price">£2,699.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>Dingwall Guitars &#8211; NEW Headless Bass Guitar Announcement</h2>
<p><a href="https://www.andertons.co.uk/browse/brands/dingwall/">Dingwall</a>&#8216;s new headless <a href="https://www.andertons.co.uk/browse/bass-dept/bass-guitars/">bass guitar</a> is one of the most intriguing designs in Dingwall’s history &#8211; And it is being unveiled at Guitar Summit 2025!</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/kUYfjCVTNnE?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">What We've All Been Waiting For! - NEW Dingwall Headless</span>

                <span itemprop="description">Our new headless bass is one of the most intriguing designs in Dingwall’s history. We can’t wait to unveil this brand-new model at the Guitar Summit this week. Come find us at booth 171!

Music by Dingwall Artist Jacob Umansky. 

#custombass  #fannedfrets  #thehypeisreal</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/kUYfjCVTNnE/default.jpg</span>

                <span itemprop="duration">PT29S</span>

                <span itemprop="uploadDate">2025-09-25T06:26:06Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">7434</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>To be the first to find out about the Dingwall headless bass guitar launch, make sure you sign up to our email newsletter by <a href="https://www.andertons.co.uk/newsletter">clicking here</a>.</p>
<h2>Martin teams up with Mikael Akerfeldt of Opeth</h2>
<p><img loading="lazy" decoding="async" class="lazyload aligncenter wp-image-13260" src="https://blog.andertons.co.uk/wp-content/uploads/2025/09/MartinCo_OM_Mikael_Akerfeldt.jpg" alt="" width="800" height="533" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/09/MartinCo_OM_Mikael_Akerfeldt.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/09/MartinCo_OM_Mikael_Akerfeldt.jpg 1013w, https://blog.andertons.co.uk/wp-content/uploads/2025/09/MartinCo_OM_Mikael_Akerfeldt-768x512.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /></p>
<p>The <a href="https://www.andertons.co.uk/martin-om-mikael-akerfeldt-signature-acoustic/">Martin OM Mikael Åkerfeldt Signature Acoustic Guitar</a> is a bold collaboration between Martin and the progressive metal icon, Mikael Åkerfeldt of Opeth. This limited-edition 000-14 fret guitar brings a darker, heavier aesthetic to the classic Martin OM body shape, with a striking three-piece back of Guatemalan &amp; East Indian Rosewood. Designed for players who appreciate the feel of an electric guitar, it is the first traditional Martin acoustic to feature the Low Profile Velocity neck, offering sleek, fast playability and a full 25.4” scale length.</p>
<h2>Boss XS-1 &amp; XS-100 Poly Shifter Pedals</h2>
<p>The <a href="https://www.andertons.co.uk/browse/brands/boss-pedals/">Boss</a> Poly Shifter <a href="https://www.andertons.co.uk/browse/guitar-pedals/">guitar pedals</a> are an exciting new take on a classic effect from the minds at Boss Pedals! Simply transpose your signal, or add expression and sweep up an octave or two like you&#8217;re Tom Morello!</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/VxR2jJs0a4M?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Move Over Whammy, Boss Has Arrived! - Boss Poly Shifter XS-1 & XS-100</span>

                <span itemprop="description">The Boss Poly Shifter Pedals are an exciting new take on a classic effect from the minds at Boss Pedals! Simply transpose your signal, or add expression and sweep up an octave or two like you're Tom Morello! | https://tinyurl.com/2xqo3ogq

» Boss XS-1 Poly Shifter Pedal | https://tinyurl.com/27h2ckp4
» Boss XS-100 Poly Shifter Pedal | https://tinyurl.com/2xswcndb

» Check out all our Boss Pedals! | https://tinyurl.com/2xqo3ogq

» Friedman Cali HH Electric Guitar in Graffiti Yellow | https://tinyurl.com/2xmcsswt

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

💲 Shopping from the USA? Find what you're looking for at Sweetwater!
We know plenty of you watch from the USA, but buying and shipping from the UK just doesn't always make sense. Nevertheless, you can still support Andertons by using the following affiliate links!
» Check out these products at Sweetwater | https://sweetwater.sjv.io/3J1odM
Thanks again for supporting Andertons Music Co.
_Lee_

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/28oc7yuq

⏰ Timestamps ⏰
» 0:00 Introducing Boss XS-1 & XS-100
» 1:10 XS-1
» 2:28 Let's Test It!
» 14:55 XS-100
» 16:35 Inputs/Outputs
» 18:30 Expression Pedal
» 20:08 Final Thoughts!
» 21:38 Outro Playing!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #bosspedals #guitarpedal</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/VxR2jJs0a4M/default.jpg</span>

                <span itemprop="duration">PT22M57S</span>

                <span itemprop="uploadDate">2025-09-25T07:00:27Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">196451</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>The XS-100 Poly Shifter redefines pedal-based pitch shifting with groundbreaking BOSS technology years in the making. Delivering natural sound, precision tracking, and deep customisation options, this powerhouse expression machine transforms how you perform with pitch. Glide up or down four full octaves with the ultra-smooth pedal to infuse your music with evocative new colours.<br />
<img loading="lazy" decoding="async" class="lazyload wp-image-13241 aligncenter" src="https://blog.andertons.co.uk/wp-content/uploads/2025/09/xs-100_section_01.jpg" alt="" width="738" height="319" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/09/xs-100_section_01.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/09/xs-100_section_01.jpg 1180w, https://blog.andertons.co.uk/wp-content/uploads/2025/09/xs-100_section_01-768x332.jpg 768w" sizes="auto, (max-width: 738px) 100vw, 738px" /><br />
The XS-1 Poly Shifter delivers instant retuning in a convenient, compact footprint. Driven by advanced BOSS algorithms years in the making, this magical pedal transforms the overall pitch while maintaining your instrument’s true character. You get speedy tracking, crystal-clear response, and zero compromise in tone—whether shifting down, simulating a capo, or using extreme octave jumps for effect. The versatile XS-1 unlocks a new level of performance freedom, making tuning changes fast, fluid, and seamless.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Boss XS-1 &amp; XS-100 Poly Shifter Pedals</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-xs1-poly-shifter-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/b00b1634/68d248af3ce62c69b000009b/XS-1_top.jpeg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss XS-1 Poly Shifter Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss XS-1 Poly Shifter Pedal</h3>
			<p class="product-stamp__content-price">£194.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-xs100-poly-shifter-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/b00b1634/68d24c2f3ce62c69b0000ac9/XS-100_top.jpeg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss XS-100 Poly Shifter Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss XS-100 Poly Shifter Pedal</h3>
			<p class="product-stamp__content-price">£279.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2 class="product-list-title"><span class="page-title--arrows">Introducing Citadel Electronics</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/citadel-electronics-bus-driver-analog-vca-compressor-">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/68296bbf/68d3b6743ce62c4c08000149/busdriver-04.JPG?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Citadel Electronics Bus Driver Analog VCA Compressor Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Citadel Electronics Bus Driver Analog VCA Compressor Pedal</h3>
			<p class="product-stamp__content-price">£169.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/citadel-electronics-particle-drive-high-gain-overdrive-">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/68296bbf/68d3b6743ce62c4c08000167/particledrive-04.JPG?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Citadel Electronics Particle Drive High Gain Overdrive Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Citadel Electronics Particle Drive High Gain Overdrive Pedal</h3>
			<p class="product-stamp__content-price">£149.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/citadel-electronics-plutonium-overdrive-total-bass-annihilator-">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/68296bbf/68d3b6743ce62c4c08000159/plutoniumod-04.JPG?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Citadel Electronics Plutonium Overdrive Total Bass Annihilator Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Citadel Electronics Plutonium Overdrive Total Bass Annihilator Pedal</h3>
			<p class="product-stamp__content-price">£139.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/citadel-electronics-planetary-phase-vca-phase-shifter-">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/68296bbf/68d3b6743ce62c4c08000161/PlanetaryPhase-04.JPG?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Citadel Electronics Planetary Phase VCA Phase Shifter Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Citadel Electronics Planetary Phase VCA Phase Shifter Pedal</h3>
			<p class="product-stamp__content-price">£149.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/citadel-electronics-dynazero-adaptive-noise-gate">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/68296bbf/68d3b6743ce62c4c0800016d/dynazero-04.JPG?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Citadel Electronics Dynazero Adaptive Noise Gate Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Citadel Electronics Dynazero Adaptive Noise Gate Pedal</h3>
			<p class="product-stamp__content-price">£169.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/citadel-electronics-vector-hybrid-octave-fuzz-">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/68296bbf/68d3b6743ce62c4c08000155/vector-04.JPG?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Citadel Electronics Vector Octave Fuzz Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Citadel Electronics Vector Octave Fuzz Pedal</h3>
			<p class="product-stamp__content-price">£149.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/citadel-electronics-overtuber-high-voltage-overdrive">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/68296bbf/68d3b6743ce62c4c0800014f/overtuber-04.JPG?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Citadel Electronics Overtuber High Voltage Overdrive Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Citadel Electronics Overtuber High Voltage Overdrive Pedal</h3>
			<p class="product-stamp__content-price">£249.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>Launched in 2025, Citadel Electronics offers premium effects for guitar and bass, designed and engineered by two of the most regarded and influential designers in the industry, Santiago Alvarez and Tommi Otsavaara. Between them, working and designing for some of the most prestigious and leading brands, including <a href="https://www.andertons.co.uk/browse/brands/darkglass-electronics/">Darkglass</a>, <a href="https://www.andertons.co.uk/browse/brands/behringer/behringer-guitar-pedals/">Behringer</a>, <a href="https://www.andertons.co.uk/browse/brands/blackstar-amplification/">Blackstar</a>, <a href="https://www.andertons.co.uk/browse/brands/two-notes/">Two Notes</a>, <a href="https://www.andertons.co.uk/browse/brands/neural-dsp/">Neural DSP</a> and most notably, <a href="https://www.andertons.co.uk/browse/brands/marshall-amps/">Marshall</a>, where they worked together.</p>
<p>Driven by innovation, Citadels&#8217; design philosophy is to never simply repeat what’s already been done. Instead, making and producing never-before-done ideas or driving classic designs to completely new places, incorporating fresh features and technology. Each pedal is crafted to the highest specs using the highest-grade materials, ensuring a product that’s built to stand the test of time, whether at home, on the road or in the studio. <a href="https://www.andertons.co.uk/browse/brands/citadel-electronics/">Shop the Citadel Electronics range here.</a></p>
<h2>Way Huge Doom Hammer Fuzz</h2>
<p>The <a href="https://www.andertons.co.uk/browse/brands/way-huge-electronics/">Way Huge</a> Smalls Doom Hammer <a href="https://www.andertons.co.uk/browse/guitar-pedals/fuzz-pedals/">Fuzz pedal</a> delivers thick, saturated fuzz tones that evoke the raw power of high-desert riffage and dense, ‘90s-inspired walls of sound. Born from a modified 1978 op-amp fuzz circuit originally crafted in the Way Huge garage lab in 1998, this pedal has been refined for tighter lows and reliable live performance. Whether you’re after a crushing fuzz or a more subtle crunch, the Doom Hammer Fuzz offers a versatile sonic palette that can be tailored to your playing style and rig.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Way Huge Doom Hammer Fuzz</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/way-huge-smalls-doom-hammer-fuzz">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e44cb71c/68cbdd5bd0c7ab4d26000394/WM45.MAIN-Hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Way Huge Smalls Doom Hammer Fuzz Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Way Huge Smalls Doom Hammer Fuzz Pedal</h3>
			<p class="product-stamp__content-price">£149.99
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>Beetronics BEE BEE DEE Analog Delay</h2>
<p>The <a href="https://www.andertons.co.uk/browse/brands/beetronics/">Beetronics</a> Bee Bee Dee is a groundbreaking analogue <a href="https://www.andertons.co.uk/browse/guitar-pedals/delay-pedals/">delay pedal</a> that combines vintage Bucket-Brigade-Device (BBD) technology with modern digital control, delivering a unique blend of classic warmth and contemporary versatility. Designed to inspire creativity, this pedal offers three distinct delay modes that cover everything from smooth, sine-wave modulated repeats to gritty lo-fi echoes and pitch-shifted textures. Whether you want subtle slapbacks or want to dive into experimental soundscapes, the Bee Bee Dee provides a simple interface with deep sonic possibilities.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Beetronics Bee Bee Dee Analogue Delay FX Pedal</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/beetronics-bee-bee-dee-analogue-delay-fx-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/0931f63a/68ca687ed0c7ab5f36000ac3/BB_01-hero_compressed.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Beetronics Bee Bee Dee Analogue Delay FX Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Beetronics Bee Bee Dee Analogue Delay FX Pedal</h3>
			<p class="product-stamp__content-price">£289.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>Crazy Tube Circuits Mirage JR Reverb Pedal</h2>
<p>The <a href="https://www.andertons.co.uk/browse/brands/crazy-tube-circuits/">Crazy Tube Circuits</a> MIRAGE JR is a compact yet powerful studio-grade digital <a href="https://www.andertons.co.uk/browse/guitar-pedals/reverb-pedals/">reverb pedal</a> designed to deliver an expansive range of sonic textures. Featuring 16 immersive algorithms, this pedal allows you to craft everything from authentic vintage reverbs to lush, ambient soundscapes with ease. Whether you’re after tight spring slapbacks, vast cathedral echoes, or surreal shimmer effects with modulation and pitch shifts, the MIRAGE JR responds intuitively, making it a versatile addition to any pedalboard, synth rig, or studio setup.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Crazy Tube Circuits Mirage JR Reverb Pedal</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/crazy-tube-circuits-mirage-jr-junior-single-engine-studio-grade-digital-reverb-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/80000499/68cbd5f2d0c7ab187200041a/Mirage_JR_top.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Crazy Tube Circuits Mirage JR Reverb Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Crazy Tube Circuits Mirage JR Reverb Pedal</h3>
			<p class="product-stamp__content-price">£194.99
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>Rodenberg Pedals</h2>
<p>Rodenberg have unveiled a seriously limited edition SL-OD Steve Lukather Signature OD Deluxe in Starlight with only 25 being made &#8211; you will have to be quick to get one! Alongside that they are showcasing their new  SL-OD Steve Lukather Signature Deluxe Drive &amp; Killmister Killswitch Pedal.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Rodenberg Pedals</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/rodenberg-slod-steve-lukather-signature-deluxe-drive">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/97f4c02a/68d53e352ad91763e50003bb/SL-OD-DLX.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Rodenberg SL-OD Steve Lukather Signature Deluxe Drive">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Rodenberg SL-OD Steve Lukather Signature Deluxe Drive</h3>
			<p class="product-stamp__content-price">£169.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/rodenberg-killmister-killswitch-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/70057765/68d4f8ea2ad917431f000105/Killmaster-neu-FRONT-Photoroom-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Rodenberg Killmister Killswitch Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Rodenberg Killmister Killswitch Pedal</h3>
			<p class="product-stamp__content-price">£79.99
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>Infinia Guitars</h2>
<p><img loading="lazy" decoding="async" class="lazyload aligncenter wp-image-13264" src="https://blog.andertons.co.uk/wp-content/uploads/2025/09/Titan_2500x1250_purple_light_compressed.jpg" alt="Infinia Titan Guitar - image credit Infinia Guitars - Andertons Music Co." width="900" height="450" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/09/Titan_2500x1250_purple_light_compressed.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/09/Titan_2500x1250_purple_light_compressed.jpg 2500w, https://blog.andertons.co.uk/wp-content/uploads/2025/09/Titan_2500x1250_purple_light_compressed-768x384.jpg 768w" sizes="auto, (max-width: 900px) 100vw, 900px" /></p>
<p>We came across these gloriously lethal machines on the Guitar Summit show floor and just couldn&#8217;t resist taking a look. Built in the Netherlands by a small team, and designed in conjunction with some of the most renowned builders in the guitar world (see Daria &amp; Simon Padalka and Sheldon Dingwall &#8211; yep, that Dingwall!), these are modern, high-performance guitars optimised for meta, prog, fusion, and any sound that demands absolute precision. In their own words:</p>
<p><em>&#8220;At Infinia, we believe in local craftsmanship. We do not engage in overseas production, as every guitar is meticulously built with care, using only the finest materials and sustainable practices here in Europe. This ensures that each instrument is not only beautiful, but also ethically produced. Our guitars are crafted for musicians who desire a profound, personal connection with their instrument. Each model is built to the highest standards, pushing the limits of design, playability, and comfort.&#8221;</em></p>
<p>Keep your eyes peeled for more Infinia news soon &#8211; want to be first in line? <strong><a href="https://www.andertons.co.uk/newsletter">Sign up to our mailing list here</a>.</strong></p>
<h2>Hottest Products &amp; The Latest News</h2>
<p>Make sure you don&#8217;t miss out on the latest news by signing up to the Andertons Music Co. newsletter by <a href="https://www.andertons.co.uk/newsletter">clicking here</a>! If you want to see the latest gear from Guitar Summit &amp; beyond, check out these links:</p>
<ul>
<li><a href="https://www.andertons.co.uk/browse/new/">Shop New In</a></li>
<li><a href="https://www.andertons.co.uk/browse/new-in/new-electric-guitars/">Shop New Electric Guitars</a></li>
<li><a href="https://www.andertons.co.uk/browse/new-in/new-acoustic-guitars/">Shop New Acoustic Guitars</a></li>
<li><a href="https://www.andertons.co.uk/browse/new-in/new-bass-guitars/">Shop New Bass Guitars</a></li>
<li><a href="https://www.andertons.co.uk/browse/new-in/new-guitar-pedals/">Shop New Guitar Pedals</a></li>
<li><a href="https://www.andertons.co.uk/browse/new-in/new-electric-guitar-amps/">Shop New Guitar Amps</a></li>
</ul>
<p>The post <a href="https://blog.andertons.co.uk/industry/guitar-summit-2025-roundup">Guitar Summit 2025 Roundup</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/industry/guitar-summit-2025-roundup/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Sound Like Oasis: Get Noel Gallagher&#8217;s Sound &#038; More</title>
		<link>https://blog.andertons.co.uk/sound-like/how-to-sound-like-oasis-get-noel-gallaghers-sound-more</link>
					<comments>https://blog.andertons.co.uk/sound-like/how-to-sound-like-oasis-get-noel-gallaghers-sound-more#respond</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Fri, 25 Jul 2025 13:00:54 +0000</pubDate>
				<category><![CDATA[Sound Like]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=11816</guid>

					<description><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2024/12/3107439403_037f247b96_b-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Noel Gallagher &amp; Hiwatt - credit: Hiwatt Amps/Brit Amp Co." style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/12/3107439403_037f247b96_b-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2024/12/3107439403_037f247b96_b-400x400.jpg 400w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>Oasis might be known for green parkas, brotherly love, and the catchiest choruses in the world. But if there&#8217;s one thing that&#8217;s been a steady constant throughout their time as a band, it&#8217;s Noel Gallagher&#8217;s commanding Brit guitar sound and the timeless songwriting that came of it. If you&#8217;ve been Wonderwalling how to get that [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/sound-like/how-to-sound-like-oasis-get-noel-gallaghers-sound-more">How To Sound Like Oasis: Get Noel Gallagher&#8217;s Sound &#038; More</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2024/12/3107439403_037f247b96_b-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="Noel Gallagher &amp; Hiwatt - credit: Hiwatt Amps/Brit Amp Co." style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/12/3107439403_037f247b96_b-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2024/12/3107439403_037f247b96_b-400x400.jpg 400w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>Oasis might be known for green parkas, brotherly love, and the catchiest choruses in the world. But if there&#8217;s one thing that&#8217;s been a steady constant throughout their time as a band, it&#8217;s Noel Gallagher&#8217;s commanding Brit guitar sound and the timeless songwriting that came of it.</p>
<p>If you&#8217;ve been Wonderwalling how to get that sound, you&#8217;re in luck. In this blog, we look into Oasis&#8217; seismic impact on modern music and the gear Noel &amp; the gang used to make it big &#8211; plus a few bonus recommendations for different budgets!</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/RsPc7Kt2SMU?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">The Sound That Made Oasis! - All The Guitar Gear You Need!</span>

                <span itemprop="description">Oasis is back! So what better time than now to celebrate their most iconic tones and show you all the gear you need to get that stadium-sized rock sound! Let's explore what makes their unique sound and let us know in the comments how close we got! | https://tinyurl.com/289eryb9

» Gibson Custom Shop 1961 ES-335 Reissue VOS Semi Hollow Electric Guitar in 60s Cherry | https://tinyurl.com/2b7kaxxv
» Gibson Custom Shop Les Paul Custom in Gloss Black | https://tinyurl.com/2b5etnq3
» Gibson Custom Shop Murphy Lab 1960 Les Paul Standard Reissue Ultra Light Aged in Wide Tomato Burst | https://tinyurl.com/2cczot4c
» Check out all our Gibson Guitars! | https://tinyurl.com/29wzoyah

» Epiphone Les Paul Custom in Ebony | https://tinyurl.com/284ms2uh
» Epiphone Inspired by Gibson Les Paul Custom in Ebony | https://tinyurl.com/26ub8p2t
» Epiphone Noel Gallagher Riviera Semi-Hollow Electric Guitar in Dark Wine Red | https://tinyurl.com/28g3h4cj
» Check out all our Epiphone Guitars! | https://tinyurl.com/2cp8dom7

» Vox AC30 Custom with Celestion Blue Speakers | https://tinyurl.com/2326qfj8
» Check out all our Vox Amps! | https://tinyurl.com/22bvaqwv

» Hiwatt DR504 Custom 50 2x12" Valve Combo With Fane Speakers
https://tinyurl.com/2yt9hg52
» Check out all our Hiwatt Amps! | https://tinyurl.com/2btd4s7j

» Marshall SC20H Studio Classic JCM800 20W Valve Amp Head | https://tinyurl.com/27ofvcuo
» Check out all our Marshall Amps! | https://tinyurl.com/2bbeofr9

» Origin Effects DCX Boost Studio Preamp Pedal | https://tinyurl.com/2agv42qm
» Origin Effects Halcyon Green Overdrive Pedal | https://tinyurl.com/2colh7ty
» Check out all our Origin Effects! | https://tinyurl.com/26wnh5l7

» ThorpyFX Camoflange Flanger Pedal | https://tinyurl.com/28vb5uga

» Boss RE-2 Space Echo Delay Pedal | https://tinyurl.com/29p7xkrn
» BOSS RV-6 Reverb Pedal | https://tinyurl.com/22qfww7t
» Boss DD-3T Digital Delay Pedal | https://tinyurl.com/2at7wz5a
» Check out all our Boss Delay & Reverb Pedals | https://tinyurl.com/26ezuz2n

» Find all our Oasis Gear here! | https://tinyurl.com/289eryb9

🧾Read more about How To Sound Like Oasis on our Blog! | https://tinyurl.com/2y7k7nmv

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

💲 Shopping from the US? Find what you're looking for at Sweetwater! You can still support the Andertons channel by using our affiliate link: 
» https://sweetwater.sjv.io/3J1odM

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/28oc7yuq

⏰ Timestamps ⏰
» 0:00 'Supersonic'
» 1:35 Celebrating Oasis
» 4:33 Noel Gallagher Signature Epiphone Riviera! 
» 6:08 Gibson ES-335
» 7:15 'Morning Glory'
» 8:53 Let's Talk Amps!
» 10:55 Let's Hear the Hiwatt
» 12:25 Let's Hear the HiWatt & the Vox
» 12:52 Pedals?
» 13:50 Let's Hear the JCM-800
» 15:18 Oz's Pedals?
» 17:55 'Columbia'
» 19:29 Layering Guitars?
» 21:20 Final Thoughts!
» 21:53 More Videos Coming!
» 22:16 Deals!
» 23:00 'Don't Look Back In Anger'

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #oasis #noelgallagher</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/RsPc7Kt2SMU/default.jpg</span>

                <span itemprop="duration">PT24M9S</span>

                <span itemprop="uploadDate">2025-07-04T14:00:50Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">74556</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p style="text-align: center;"><a class="button button--primary" href="https://www.andertons.co.uk/browse/sound-like/sound-like-noel-gallagher-oasis/">Check Out The Gear, Right Here</a></p>
<h2>Oasis&#8217; Impact On Music Itself</h2>
<p>Oasis are recognised as one of the defining acts in the Britpop movement, alongside the likes of Blur, Pulp, and Suede. The genre was characterised by catchy melodies, guitar-driven sound, and emotive yet tongue-in-cheek lyrics that spoke to Brits on a personal level.</p>
<p>The band&#8217;s debut album &#8216;Definitely Maybe&#8217; topped the UK album chart and, at the time of writing, is 9-times platinum. Their second album &#8216;(What&#8217;s the Story) Morning Glory?&#8217; went on to become one of the bestselling albums of all time, the fifth-best-selling album in the UK, and the best-selling album in the UK of the 1990s.</p>
<p>Singles like &#8216;Supersonic&#8217;, &#8216;Live Forever&#8217;, &#8216;Don&#8217;t Look Back In Anger&#8217;, and of course &#8216;Wonderwall&#8217;, are up there with the great anthems that transcend age and culture. Even if you&#8217;re not an Oasis fan, you know the words. That&#8217;s a rare thing that sets acts like Oasis apart, and it was made possible &#8211; at least in part &#8211; by gear from brands like Gibson, Hiwatt, Boss, and more. On that note&#8230;</p>
<h2>How To Sound Like Noel Gallagher</h2>
<p>From electric guitars to his less-is-more approach to effects pedals, we&#8217;ve rounded up the gear that Noel is known for, plus a few options for how you can get that Oasis tone on different budgets.</p>
<h3>Noel Gallagher&#8217;s Guitars</h3>
<p><img loading="lazy" decoding="async" class="lazyload alignnone size-full wp-image-12823" src="https://blog.andertons.co.uk/wp-content/uploads/2024/12/Noel_Gallagher_3.png" alt="Noel Gallagher with his Gibson acoustic guitar" width="672" height="448" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/12/Noel_Gallagher_3.png" data-sizes="auto" /></p>
<p>So, what guitars does Noel Gallagher actually use? We&#8217;ve seen many classic guitars that have become synonymous with both his sound and how the band looks on stage. From Oasis classics through to Noel Gallagher&#8217;s High Flying Birds, he tends to stick with humbuckers for a full-bodied sound that crisps up nicely, complemented by semi-hollow resonance or weighty Mahogany-bodied electrics. With acoustics, again he favours the <a href="https://www.andertons.co.uk/browse/brands/gibson/gibson-montana-acoustic-guitars/">Gibson</a> classics, particularly Jumbo models like any variation on the SJ-200. Big body = big sound = big hit!</p>
<h2>Over the years, Noel&#8217;s been spotted playing the likes of:</h2>
<ul>
<li>Epiphone Riviera (Matsumoku)</li>
<li>Epiphone Sheraton (Union Jack)</li>
<li>Epiphone USA Casino</li>
<li>Epiphone Les Paul Standard</li>
<li>Gibson ES-355</li>
<li>Gibson ES-345</li>
<li>Gibson Les Paul (&#8217;53 Conversion)</li>
<li>Gibson Les Paul Custom</li>
<li>Gibson Firebird</li>
<li>Rickenbacker 330/6 (White)</li>
<li>Fender Jazzmaster Am. Pro</li>
<li>Fender &#8216;The Edge&#8217; Strat</li>
</ul>
<p>On the acoustic front, he favours classic <a href="https://www.andertons.co.uk/browse/brands/epiphone/epiphone-acoustic-guitars/">Epiphones</a> &amp; Gibsons:</p>
<ul>
<li>Epiphone EJ-200</li>
<li>Gibson J-200</li>
<li>Gibson J-45</li>
</ul>
<h2 class="product-list-title"><span class="page-title--arrows">Sound Like Oasis: Recommended Guitars</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/gibson-usa-noel-gallagher-les-paul-standard-ebony">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/6bbff622/68ff72a0b4ec474fcc000451/LPS6P9NG25EBCH1_Reshoot_216850320_3_cropped.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Gibson Noel Gallagher Les Paul Standard Electric Guitar in Ebony">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Gibson Noel Gallagher Les Paul Standard Electric Guitar in Ebony</h3>
			<p class="product-stamp__content-price">£2,699.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-es-335-cherry">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/2cf563c0/6632aea6fe242800127ee599/413688-Epiphone-ES-335-Cherry-Body.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Inspired by Gibson ES-335 Semi-Hollow Electric Guitar in Cherry">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Inspired by Gibson ES-335 Semi-Hollow Electric Guitar in Cherry</h3>
			<p class="product-stamp__content-price">£549.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-noel-gallagher-riviera-semi-hollow-electric-guitar-dark-wine-red">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/31d87cf2/6632ba8cfe2428001280b51a/534085-Epiphone Noel Gallagher Riviera Semi Hollow Electric Guitar in Dark Wine Red.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Artist Noel Gallagher Signature Riviera Semi-Hollow Electric Guitar in Dark Wine Red">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Artist Noel Gallagher Signature Riviera Semi-Hollow Electric Guitar in Dark Wine Red</h3>
			<p class="product-stamp__content-price">£749.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-les-paul-custom-with-premium-gig-bag-ebony">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c8602ff0/679813b18e36bc1299000323/EIGLPCEBGH1_body-800x1200-788f12b.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Inspired by Gibson Les Paul Custom Electric Guitar in Ebony">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Inspired by Gibson Les Paul Custom Electric Guitar in Ebony</h3>
			<p class="product-stamp__content-price">£649.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-les-paul-custom-incl-hard-case-ebony">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/03af2e04/6632a231fe242800127cc378/ECLPCEBGH1-ECLPCEBGH1_body.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Inspired by Gibson Custom Les Paul Custom Electric Guitar in Ebony">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Inspired by Gibson Custom Les Paul Custom Electric Guitar in Ebony</h3>
			<p class="product-stamp__content-price">£1,099.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/gibson-custom-shop-les-paul-custom-w-ebony-fingerboard-in-gloss-black-w-gold-hardware">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/08286fee/675b1a457c1a162fc0000139/CS403492 (1).JPG?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Gibson Custom Shop Les Paul Custom in Gloss Black">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Gibson Custom Shop Les Paul Custom in Gloss Black</h3>
			<p class="product-stamp__content-price">£4,299.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-sheraton-electric-guitar-vintage-sunburst">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1c56f4f0/6632c06cfe2428001281775b/EOSHVSGH1-Epiphone-Sheraton-Frequensator-Vintage-Sunburst-Body.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Original Sheraton Semi-Hollow Electric Guitar in Vintage Sunburst">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Original Sheraton Semi-Hollow Electric Guitar in Vintage Sunburst</h3>
			<p class="product-stamp__content-price">£799.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-casino-electric-guitar-vintage-sunburst">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e7ebfacf/6632abf9fe242800127e82b5/EOCAVSNH1-Epiphone-Casino-Vintage-Sunburst-Body.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Original Casino Hollowbody Electric Guitar in Vintage Sunburst">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Original Casino Hollowbody Electric Guitar in Vintage Sunburst</h3>
			<p class="product-stamp__content-price">£619.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h3>Noel Gallagher&#8217;s Amps</h3>
<p>&nbsp;</p>
<div id="attachment_13012" style="width: 810px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-13012" class="lazyload wp-image-13012" src="https://blog.andertons.co.uk/wp-content/uploads/2025/06/524222441_18517303048012692_7258636546165208380_n.jpg" alt="" width="800" height="600" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/06/524222441_18517303048012692_7258636546165208380_n.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/06/524222441_18517303048012692_7258636546165208380_n.jpg 1080w, https://blog.andertons.co.uk/wp-content/uploads/2025/06/524222441_18517303048012692_7258636546165208380_n-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /><p id="caption-attachment-13012" class="wp-caption-text"><em>(above: Noel&#8217;s amps mic&#8217;d up on the Oasis Live &#8217;25 tour, spotted on his socials)</em></p></div>
<p>Traditionally, Gallagher has opted for cranked tones from British valve amps, famously saying &#8216;I used to just turn up the amps as full as I could get them.&#8217;</p>
<p>These have always paired well with humbucker-loaded Gibsons, but despite Oasis&#8217; reputation for singalong classics, his tone has always had a certain bite to it. From <a href="https://www.andertons.co.uk/browse/brands/marshall-amps/">Marshall</a> to <a href="https://www.andertons.co.uk/browse/brands/hiwatt/">Hiwatt</a> to <a href="https://www.andertons.co.uk/browse/brands/orange-amps/">Orange,</a> he&#8217;s had a selection of go-to amps on rotation for decades:</p>
<ul>
<li><strong>Orange Amplifiers</strong> &#8211; Noel used Orange amps throughout the late &#8217;90s and until the early 2000s.</li>
<li><strong>Hiwatt SA-412 Combo</strong> &#8211; Noel played on a vintage model for a while during the 2008, until Hiwatt offered to make replicas for him to use. These new amps featured 2×12 speakers.</li>
<li><strong>Hiwatt Custom 100</strong> &#8211; One of his most recent amps. He records with it and plays it live with High Flying Birds.</li>
<li><strong>Vox AC-30</strong> &#8211; Used in the pre-Definitely Maybe era, when they were doing small gigs. In the interview with MusicRadar, Noel noted that he began using Vox AC-30 again with his new band, but can’t recall for sure if he ever recorded on one with Oasis – but nonetheless he used it live. The Vox AC-50 was also part of his usual setup on stage since around 2005.</li>
<li><strong>Marshall JCM 900</strong> &#8211; Around the time of recording Oasis’ first album, Noel started using Marshall heads and cabinets. The usual setup was two JCM900 heads, each one connected with the Marshall cabinet. He definitely Maybe used these amps on most of the Oasis’ albums until 2000s.</li>
<li><strong>Fender Blues Junior</strong> &#8211; Used with late Oasis and more recently with the High Flying Birds.</li>
<li><strong>Hiwatt DR504 Custom 50 Combo</strong> &#8211; Spotted as part of Noel&#8217;s backline on the Oasis Live &#8217;25 tour. Hiwatt&#8217;s Custom DR amps include the same Dave Reeves circuitry that put them on the map &#8211; OG Brit tones.</li>
<li><strong>Marshall SV20C</strong> &#8211; Also spotted alongside the aforementioned Hiwatts on the Live &#8217;25 tour. Pure Plexi-style tones for massive choruses.</li>
</ul>
<h2 class="product-list-title"><span class="page-title--arrows">Sound Like Oasis: Recommended Amps</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/hiwatt-dr504-custom-50-2x12-valve-combo-fane-speakers">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/0f684a5c/6867a984775ee20790000111/DR504C212P (1).png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Hiwatt DR504 Custom 50 2x12"" Valve Combo With Fane Speakers">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Hiwatt DR504 Custom 50 2x12"" Valve Combo With Fane Speakers</h3>
			<p class="product-stamp__content-price">£3,985.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/marshall-sv20c-studio-vintage-20w-combo-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/f4c54e50/6632c06efe242800128177b0/317432-1548083102962.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Marshall SV20C Studio Vintage Plexi 20W 1x10"" Valve Amp Combo">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Marshall SV20C Studio Vintage Plexi 20W 1x10"" Valve Amp Combo</h3>
			<p class="product-stamp__content-price">£799.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/orange-or30-valve-amp-head">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e910967d/6632ab55fe242800127e6674/OR30-H-Orange-OR30.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Orange OR30 30W Valve Amp Head">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Orange OR30 30W Valve Amp Head</h3>
			<p class="product-stamp__content-price">£1,479.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/hiwatt-leeds-50-spring-reverb-head-black">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/50d83d78/66329c2c7f9b660012f0acf3/HW-LEEDS-50R-HD-HW-LEEDS-50R-HD-FRONT.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Hiwatt Leeds 50w Amplifier Head with Spring Reverb">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Hiwatt Leeds 50w Amplifier Head with Spring Reverb</h3>
			<p class="product-stamp__content-price">£279.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/hiwatt-T4020-MKIII-combo-spring-reverb-1x12">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/861e3683/6696871e729601190d00036a/HW-TB-4020-MKIII-1X12C-OCT100-12-BLACK-FRONT.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Hiwatt T40/20 Tube Series MKIII 40/20w 1x12 Amplifier Combo">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Hiwatt T40/20 Tube Series MKIII 40/20w 1x12 Amplifier Combo</h3>
			<p class="product-stamp__content-price">£849.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-ac30-custom-with-celestion-greenback-speakers">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a9111a99/6632b699fe24280012801f6f/AC30C2-Vox-AC30-Custom-Celestion-Greenback-Speakers-Hero.jpeg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox AC30 Custom with Celestion Greenback Speakers">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox AC30 Custom with Celestion Greenback Speakers</h3>
			<p class="product-stamp__content-price">£999.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h3>Noel Gallagher&#8217;s Pedals</h3>
<div id="attachment_13013" style="width: 810px" class="wp-caption alignnone"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-13013" class="lazyload wp-image-13013" src="https://blog.andertons.co.uk/wp-content/uploads/2025/06/523450579_18517303039012692_3346115287766765036_n.jpg" alt="" width="800" height="600" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/06/523450579_18517303039012692_3346115287766765036_n.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/06/523450579_18517303039012692_3346115287766765036_n.jpg 1080w, https://blog.andertons.co.uk/wp-content/uploads/2025/06/523450579_18517303039012692_3346115287766765036_n-768x576.jpg 768w" sizes="auto, (max-width: 800px) 100vw, 800px" /><p id="caption-attachment-13013" class="wp-caption-text"><em>(above: Noel&#8217;s pedalboard up on the Oasis Live &#8217;25 tour, spotted on his socials)</em></p></div>
<p>He&#8217;s known for his no-frills plug-and-play tone, but yes &#8211; Noel Gallagher does use pedals! He kept it simple in the early days, but in recent years pedals have provided an extra layer of crunch, punch, and ambience that makes those choruses hit a little bit harder. Pedals from <a href="https://www.andertons.co.uk/browse/brands/boss-pedals/">Boss</a>, <a href="https://www.andertons.co.uk/browse/brands/electro-harmonix/">Electro-Harmonix</a>, and <a href="https://www.andertons.co.uk/browse/brands/ibanez-guitars-basses/ibanez-effects-pedals/">Ibanez</a> have contributed to some of our favourite Gallagher tones &#8211; here&#8217;s a few more examples, including recently-spotted stompboxes:</p>
<ul>
<li><strong>Ibanez Tube Screamer</strong> &#8211; In recent years, Noel has used the TS for boosted mids and to push the front of his amps harder; vital for his that signature crunch.</li>
<li><b>Boss DS-1 &amp; DS-2</b> &#8211; Extra dirt for those grungier Oasis riffs, choruses, and climactic finales.</li>
<li><strong>Boss &amp; Roland Delays</strong> &#8211; From slapback to tape-style echo, these have made intermittent appearances both live and in the studio.</li>
<li><strong>Electro-Harmonix Memory Man</strong> &#8211; Extra texture courtesy of this analog delay classic.</li>
<li><strong>Strymon El Capistan Digital Tape Echo &amp; Timeline</strong> &#8211; Continuing the theme of analogue/tape-style delays and echoes, the El Capistan appeared on Noel&#8217;s 2025 board alongside a Timeline.</li>
<li><strong>Kingsley Page</strong> &#8211; Again seen on the Live &#8217;25 board, the Kingsley Page is a 12AX7-powered boost.</li>
<li><strong>SIB Electronics Fat Drive All-Tube Preamp </strong><span class="cf0"><strong>FatDrive</strong> &#8211; Again with the 12AX7 in stompbox for 2025! This time, a rare USA-made blue box from SIB Electronics.</span><!--EndFragment --></li>
<li><strong>ZVEX LoFi Loop Junky</strong></li>
<li><strong>Dunlop Crybaby 535Q</strong></li>
<li><strong>Digitech Whammy</strong></li>
</ul>
<h2 class="product-list-title"><span class="page-title--arrows">Sound Like Oasis: Recommended Pedals</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/ibanez-ts9-tube-screamer-overdrive-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/05705c5d/6632b6b3fe24280012802335/291786-ts91.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Ibanez TS9 Tube Screamer Overdrive Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Ibanez TS9 Tube Screamer Overdrive Pedal</h3>
			<p class="product-stamp__content-price">£109.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-ds-1-distortion-compact-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/05b7b525/6632c24ffe2428001281af75/71697-tmpD686.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss DS-1 Distortion Compact Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss DS-1 Distortion Compact Pedal</h3>
			<p class="product-stamp__content-price">£74.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/electro-harmonix-deluxe-memory-man-550-analog-delay-vibrato-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/da348a91/6632ab3dfe242800127e627a/498552-1646737858064.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Electro Harmonix Deluxe Memory Man 550 Analog Delay & Vibrato Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Electro Harmonix Deluxe Memory Man 550 Analog Delay & Vibrato Pedal</h3>
			<p class="product-stamp__content-price">£189.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-rv6-compact-reverb-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/aac448d8/6632c4adfe2428001281ef1a/389887-1587474760687.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="BOSS RV-6 Reverb Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">BOSS RV-6 Reverb Pedal</h3>
			<p class="product-stamp__content-price">£179.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-re-2-space-echo-delay-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/76a745b3/6632d0eefe2428001282c956/499799-Boss-RE-2.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss RE-2 Space Echo Delay Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss RE-2 Space Echo Delay Pedal</h3>
			<p class="product-stamp__content-price">£199.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/the-sound-like-oasis-noel-gallagher-pedalboard-bundle">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/b97d4672/66e055fa6127f85dc4000319/BUN-PEDALBOARD-OAS.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="The 'Sound Like Oasis' Pedalboard Bundle">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">The 'Sound Like Oasis' Pedalboard Bundle</h3>
			<p class="product-stamp__content-price">£199.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/digitech-whammy-dt-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/3262d840/6632cb37fe24280012826b14/26264-WHAMMYDT.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Digitech Whammy DT Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Digitech Whammy DT Pedal</h3>
			<p class="product-stamp__content-price">£229.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-ds-2-turbo-distortion-compact-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/b4578007/6632ad63fe242800127ebd3c/26834-BOSSDS2.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss DS-2 Turbo Distortion Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss DS-2 Turbo Distortion Pedal</h3>
			<p class="product-stamp__content-price">£85.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/strymon-el-capistan-tape-delay-pedal-version-2">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1af0218f/6632b538fe242800127fea97/518178-Strymon-El-Capistan-V2.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Strymon El Capistan Tape Delay Pedal V2">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Strymon El Capistan Tape Delay Pedal V2</h3>
			<p class="product-stamp__content-price">£349.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2 class="product-list-title"><span class="page-title--arrows">Bonus: The Oasis-Inspired Pedalboard</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/the-sound-like-oasis-noel-gallagher-pedalboard-bundle">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/b97d4672/66e055fa6127f85dc4000319/BUN-PEDALBOARD-OAS.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="The 'Sound Like Oasis' Pedalboard Bundle">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">The 'Sound Like Oasis' Pedalboard Bundle</h3>
			<p class="product-stamp__content-price">£199.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>Inspired by his favourite gear, we&#8217;ve put together a pedalboard bundle (featuring <a href="https://www.andertons.co.uk/browse/brands/tone-city/">Tone City</a> &amp; <a href="https://www.andertons.co.uk/browse/brands/landlord-fx/">Landlord FX</a>) with everything you need for the huge humbucker chords, plucky cleans, and soaring leads that put Noel &amp; Oasis on the guitar-playing map. Here&#8217;s what&#8217;s included:</p>
<ul>
<li><strong>Tone City All Spark Boost Pedal</strong> &#8211; Push humbuckers into breakup territory for rich, crisp-sounding chords and riffs.</li>
<li><strong>Landlord FX Amber Nectar Overdrive Pedal</strong> &#8211; Extra crunch &amp; mid boost for making simple guitar parts stand out.</li>
<li><strong>Landlord FX Bar Brawl High-Gain Distortion Pedal</strong> &#8211; Some dirt for those extra-Gallagher-attitude moments.</li>
<li><strong>Tone City Tape Machine Delay</strong> &#8211; Great for slap-back &amp; vintage-sounding delay for extra texture on those anthemic lead parts.</li>
<li><strong>Tone City Tiny Spring Reverb Pedal</strong> &#8211; A touch of ambience to fill out the mix; a reverb pedal has been a staple on Noel&#8217;s board for decades.</li>
<li><strong>Accessories</strong> &#8211; Pedalboard with carry bag, patch cables, daisy-chain power supply.</li>
</ul>
<h2>How To Sound Like Paul Arthurs (Bonehead)</h2>
<p>Arthurs is a multi-instrumentalist, who&#8217;s taken care of a rhythm guitar, bass, and keys duties at various points in the band&#8217;s history. He played the piano and mellotron parts on &#8216;(What&#8217;s the Story) Morning Glory&#8217; &#8211; a man of many talents.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Sound Like Paul Arthurs (Oasis): Recommended Gear</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-bonehead-riviera-left-handed-dark-tobacco-burst">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/ab5d919c/6901ded97bc49b37d60000aa/EOBHRDTBNH1L_2_cropped.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Artist Bonehead Signature Riviera Semi-Hollow Left Handed Electric Guitar in Dark Tobacco Burst">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Artist Bonehead Signature Riviera Semi-Hollow Left Handed Electric Guitar in Dark Tobacco Burst</h3>
			<p class="product-stamp__content-price">£849.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-riviera-royal-tan">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/3bb2be76/6632ac74fe242800127e97de/481850-Epiphone-Riviera-Royal-Tan-Hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Original Riviera Semi-Hollow Electric Guitar in Royal Tan">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Original Riviera Semi-Hollow Electric Guitar in Royal Tan</h3>
			<p class="product-stamp__content-price">£499.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-sheraton-electric-guitar-natural">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/9a1e56ac/6632aff8fe242800127f15a8/EOSHNAGH1-Epiphone-Sheraton-Frequensator-Natural-Body.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Original Sheraton Semi-Hollow Electric Guitar in Natural">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Original Sheraton Semi-Hollow Electric Guitar in Natural</h3>
			<p class="product-stamp__content-price">£749.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/orange-ad30htc-head">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e0d4ee4a/6632ba2dfe2428001280a40d/89532-tmp8FBE.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Orange AD30HTC Head">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Orange AD30HTC Head</h3>
			<p class="product-stamp__content-price">£999.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-player-ii-jazz-bass-rosewood-fingerboard-3color-sunburst">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/eaa7c65f/66841d0aa6927c61b2000319/0140480500_fen_ins_frt_1_rr-hero.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Player II Jazz Bass Guitar Rosewood Fingerboard 3-Color Sunburst">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Player II Jazz Bass Guitar Rosewood Fingerboard 3-Color Sunburst</h3>
			<p class="product-stamp__content-price">£799.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-ac30-custom-with-celestion-greenback-speakers">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a9111a99/6632b699fe24280012801f6f/AC30C2-Vox-AC30-Custom-Celestion-Greenback-Speakers-Hero.jpeg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox AC30 Custom with Celestion Greenback Speakers">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox AC30 Custom with Celestion Greenback Speakers</h3>
			<p class="product-stamp__content-price">£999.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-bassman-800-bass-amp-head">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/029785d4/6632bb5bfe2428001280d067/114650-tmp585E.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Bassman 800 Bass Amp Head">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Bassman 800 Bass Amp Head</h3>
			<p class="product-stamp__content-price">£1,379.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/gibson-usa-sg-standard-heritage-cherry-chrome-tune-o-matic-hardware">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/79f7d16b/6632b4dffe242800127fdaa3/327856-SGS19HCCH1_11.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Gibson SG Standard in Heritage Cherry">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Gibson SG Standard in Heritage Cherry</h3>
			<p class="product-stamp__content-price">£1,499.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/marshall-jcm800-2203-100w-valve-head">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/07ec9068/6632b2c6fe242800127f8725/9131-2203_super.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Marshall Vintage Reissue JCM800 2203 100w Valve Head">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Marshall Vintage Reissue JCM800 2203 100w Valve Head</h3>
			<p class="product-stamp__content-price">£1,449.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>How To Sound Like Gem Archer</h2>
<p>After Bonehead left Oasis in 1999, Noel recruited Gem to fill the near-impossible position. His complementary rhythm style and ability to seamlessly transition between rhythm and lead parts allowed him to quickly find his place in the band, to which he remained a member until they split in 2009. Post Oasis, Gem continued his work with both Liam in Beady Eye and then with Noel in his High Flying Birds. He reunited with Oasis and Bonehead in 2025 during the reunion shows.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Sound Like Gem Archer: Recommended Gear</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/epiphone-masterbilt-gem-archer-sheraton--left-handed-cherry-red">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/f89380d6/68ff9f22d6eb2b565400010e/EMGASCHGH1L_3_cropped.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Epiphone Artist Masterbilt Gem Archer Signature Sheraton Semi-Hollow Left Handed Electric Guitar in Cherry Red">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Epiphone Artist Masterbilt Gem Archer Signature Sheraton Semi-Hollow Left Handed Electric Guitar in Cherry Red</h3>
			<p class="product-stamp__content-price">£1,199.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/gibson-usa-les-paul-custom-70s-ebony">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/24523c61/68c848641c7a592a1700009a/LPCU700EBGH1_2_Front cropped-Photoroom.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Gibson Les Paul Custom '70s in Ebony">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Gibson Les Paul Custom '70s in Ebony</h3>
			<p class="product-stamp__content-price">£3,299.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/hiwatt-dr504-custom-50-2x12-valve-combo-fane-speakers">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/0f684a5c/6867a984775ee20790000111/DR504C212P (1).png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Hiwatt DR504 Custom 50 2x12"" Valve Combo With Fane Speakers">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Hiwatt DR504 Custom 50 2x12"" Valve Combo With Fane Speakers</h3>
			<p class="product-stamp__content-price">£3,985.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/hiwatt-T4020-MKIII-combo-spring-reverb-1x12">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/861e3683/6696871e729601190d00036a/HW-TB-4020-MKIII-1X12C-OCT100-12-BLACK-FRONT.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Hiwatt T40/20 Tube Series MKIII 40/20w 1x12 Amplifier Combo">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Hiwatt T40/20 Tube Series MKIII 40/20w 1x12 Amplifier Combo</h3>
			<p class="product-stamp__content-price">£849.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-ac30-custom-with-celestion-greenback-speakers">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a9111a99/6632b699fe24280012801f6f/AC30C2-Vox-AC30-Custom-Celestion-Greenback-Speakers-Hero.jpeg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox AC30 Custom with Celestion Greenback Speakers">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox AC30 Custom with Celestion Greenback Speakers</h3>
			<p class="product-stamp__content-price">£999.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-68-custom-deluxe-reverb-guitar-amplifier">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/607ad0f3/6632bf67fe2428001281553e/478565-Fender-68-Custom-Deluxe-Reverb-Guitar-Amplifier.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender '68 Custom Deluxe Reverb Guitar Amplifier">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender '68 Custom Deluxe Reverb Guitar Amplifier</h3>
			<p class="product-stamp__content-price">£1,599.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>How To Sound Like Liam Gallagher</h2>
<p>Liam Gallagher&#8217;s voice has been likened to a blend of John Lennon, Johnny Rotten, and Ian Brown. He never had vocal lessons but got his chops singing Beatles songs and recording himself. Fronting a band like Oasis requires a certain amount of attitude, which we can&#8217;t help with &#8211; but get a tambourine and a decent mic and you&#8217;re halfway there.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Sound Like Liam Gallagher: Recommended Gear</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/shure-sm57-dynamic-instrument-microphone">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/5101f6af/6632ccd5fe24280012828591/328846-SHURE SM57 HERO.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Shure SM57 Dynamic Instrument Microphone">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Shure SM57 Dynamic Instrument Microphone</h3>
			<p class="product-stamp__content-price">£99.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/meinl-studio-tambourine-in-wood">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/9cd782a4/6632c870fe24280012823bb4/60108-tmp9C1B.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Meinl Studio Tambourine in Wood">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Meinl Studio Tambourine in Wood</h3>
			<p class="product-stamp__content-price">£35.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/meinl-headliner-series-double-row-hand-held-tambourine-stainless-steel-jingles-black">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/d386740e/6655a6fa4105334f1200007d/HTMT1BK-HTMT1BK.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Meinl Headliner Series Double Row Hand Held Tambourine Stainless Steel Jingles Black">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Meinl Headliner Series Double Row Hand Held Tambourine Stainless Steel Jingles Black</h3>
			<p class="product-stamp__content-price">£29.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/meinl-wood-tambourine-w-steel-jingles-in-african-brown">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/0e59791e/6632a760fe242800127dc27a/60106-tmpB350.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Meinl Wood Tambourine with Steel Jingles in African Brown">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Meinl Wood Tambourine with Steel Jingles in African Brown</h3>
			<p class="product-stamp__content-price">£25.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/neumann-u47-tube-mic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/86b0c619/664ddb29d9ff026ca10000c6/440904-product_detail_x2_desktop_U-47-fet_Neumann-Studio-Microphone_M.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Neumann U47 FET Microphone">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Neumann U47 FET Microphone</h3>
			<p class="product-stamp__content-price">£3,399.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/shure-green-bullet-520dx-classic-harmonica-mic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/903aa2df/6632cb21fe24280012826984/416114-1605030018217.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Shure Green Bullet 520DX Classic Harmonica Mic">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Shure Green Bullet 520DX Classic Harmonica Mic</h3>
			<p class="product-stamp__content-price">£140.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>Oasis &amp; Noel Gallagher Guitar FAQs</h2>
<h3>How to dial in Noel Gallagher&#8217;s amp tone</h3>
<p>The key thing is taking a valve amp (or something that responds similarly) and pushing it to the point of breakup. This usually involves starting with a clean channel, and cranking the volume/gain, treble, and mids (bass can sit somewhere in the middle) until each note starts to crisp up. Strum a nice big G major chord, giving it a bit of a &#8216;dig&#8217; with your pick, and keep cranking until it sounds crunchy but not too distorted.</p>
<h3>What pickups does Noel Gallagher use?</h3>
<p>Noel supposedly largely sticks to stock pickups in his electrics. In the case of his Gibsons, that most often means PAF-style medium output pickups known for their warmth, and their dynamic response. Roll off your volume and pick softly for cleans, then turn it up and &#8211; again &#8211; dig in for some extra bite.</p>
<h3>Does Noel Gallagher use a capo?</h3>
<p>Sure, you can play the likes of &#8216;Wonderwall&#8217; without a <a href="https://www.andertons.co.uk/browse/guitar-accessories/guitar-capos/">capo</a>, but it&#8217;s a bit of a stretch. Noel himself often uses a capo for some of Oasis&#8217; biggest tunes, so don&#8217;t be afraid to experiment. This means you can enjoy open-string chords in different keys, which is often vital for getting the &#8216;feel&#8217; right for certain Oasis songs.</p>
<h2>Summary</h2>
<p>So there you have it! By now you should be ready to plug in and live your Knebworth &#8217;96 dreams in the comfort of your own home. Stick to humbuckers, a cranked Brit-style amp, and a couple of simple stompboxes &#8211; but a bit of attitude and a confident strumming/picking hand will go a long way. Enjoy!</p>
<p>Looking for more? Here are some handy links:</p>
<ul>
<li><a href="https://www.andertons.co.uk/browse/sound-like/sound-like-noel-gallagher-oasis/">Sound Like Oasis</a> &#8211; a full selection of recommended guitars, amps, and pedals for the Gallagher sound on different budgets.</li>
<li><a href="https://www.andertons.co.uk/the-sound-like-oasis-noel-gallagher-pedalboard-bundle/">Buy our Oasis-Inspired Pedalboard</a> &#8211; great for beginners!</li>
<li><a href="https://www.andertons.co.uk/browse/brands/gibson/">Shop Gibson</a></li>
<li><a href="https://www.andertons.co.uk/browse/brands/epiphone/">Shop Epiphone</a></li>
<li><a href="https://www.andertons.co.uk/browse/brands/orange-amps/">Shop Orange</a></li>
<li><a href="https://www.andertons.co.uk/browse/brands/hiwatt/">Shop Hiwatt</a></li>
</ul>
<p>The post <a href="https://blog.andertons.co.uk/sound-like/how-to-sound-like-oasis-get-noel-gallaghers-sound-more">How To Sound Like Oasis: Get Noel Gallagher&#8217;s Sound &#038; More</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/sound-like/how-to-sound-like-oasis-get-noel-gallaghers-sound-more/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Is Kemper Better Than A Real Amp?</title>
		<link>https://blog.andertons.co.uk/learn/is-a-kemper-better-for-home-recording-than-a-real-amp</link>
					<comments>https://blog.andertons.co.uk/learn/is-a-kemper-better-for-home-recording-than-a-real-amp#respond</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Thu, 29 May 2025 08:00:28 +0000</pubDate>
				<category><![CDATA[Learn]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=1480</guid>

					<description><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2018/07/1880x990-blog-main-image-kemper-2-1-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="kemper amp in studio" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2018/07/1880x990-blog-main-image-kemper-2-1-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2018/07/1880x990-blog-main-image-kemper-2-1-200x200.jpg 200w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>Kemper Amps are known for being one of the best solutions for profiling and capturing your favourite music gear to use in new, clever ways. You can take control and enhance your sound with incredibly high-definition impulse responses, choose sonically complex guitar effects, and even the ability to use as an audio interface for recording, [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/is-a-kemper-better-for-home-recording-than-a-real-amp">Is Kemper Better Than A Real Amp?</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2018/07/1880x990-blog-main-image-kemper-2-1-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="kemper amp in studio" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2018/07/1880x990-blog-main-image-kemper-2-1-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2018/07/1880x990-blog-main-image-kemper-2-1-200x200.jpg 200w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>Kemper Amps are known for being one of the best solutions for profiling and capturing your favourite music gear to use in new, clever ways. You can take control and enhance your sound with incredibly high-definition impulse responses, choose sonically complex guitar effects, and even the ability to use as an audio interface for recording, re-amping &amp; multitracking and more. Kemper transports you into the digital world of guitar effects.</p>
<p>Want to learn more about the benefits of home recording with Kemper? Maybe you want to find out the difference between the MK 1 &amp; MK 2 range. Read on to find out more about the Kemper range!</p>
<h2>What will I learn?</h2>
<ul>
<li>Why a <a href="https://www.andertons.co.uk/kemper-amps">Kemper amp</a> is a great option for home recording.</li>
<li>What the difference between the MK 1 &amp; Mk 2 Kemper range?</li>
<li>Are valve amps<em> </em>still relevant?</li>
<li>The difference between a Kemper amp and a Universal Audio Ox Box.</li>
</ul>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/k6AwTp4ZUm0?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Kemper Profiling Amp Vs 3 Classic Amps + The OX Box - Blindfold Challenge!</span>

                <span itemprop="description">Head over to the Andertons website to find the products in the video! | https://tinyurl.com/27gsswfq

Electric Guitar Department | https://tinyurl.com/2ah7ele5
Acoustic Guitar Department | https://tinyurl.com/23tr727d
Bass Department | https://tinyurl.com/24yqm6sy
Guitar Pedal Department | https://tinyurl.com/287hdxhq
Amp Department | https://tinyurl.com/28vnqtu5

The links below may be outdated, use the links above to start browsing the website. 
👆 Can Rob and Lee tell the difference between 3 classic amps from Fender, Vox and Marshall against the mighty Kemper? Could you? https://bit.ly/2vxVyPH

Fender 65 Deluxe Reverb: https://goo.gl/kEkxrj
Vox full range: https://goo.gl/JaiyvK
Marshall 2203 JCM800 Head: https://goo.gl/ak1KGp
Ox Box: https://goo.gl/gBBJUZ
Kemper: https://goo.gl/NjjFGM
Lehle Little Dual: https://goo.gl/pFNb1W
Andertons Mug: https://goo.gl/MrbzoA
Danish Pete T-Shirt: https://goo.gl/Qgbjhq 

Interested in other Andertons YouTube channels? Click on one of these links to find out more…

Andertons Guitar & Bass YouTube Channel: https://goo.gl/wRsx1P
Andertons Drummers YouTube Channel: https://goo.gl/gjAEAs
Andertons Keyboard YouTube Channel: https://goo.gl/kFxnYu
Andertons Music Tech YouTube Channel: https://goo.gl/a2vnDT
Andertons Shopping Web Site: https://goo.gl/TPsG2Q
Buy a T Shirt: https://goo.gl/4mRRyy

Make sure to subscribe to Andertons TV for more great videos like this!

#Kemper #BlindfoldChallenge #Vox</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/k6AwTp4ZUm0/default.jpg</span>

                <span itemprop="duration">PT26M39S</span>

                <span itemprop="uploadDate">2018-07-03T09:30:00Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">372405</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>In the video above, The Captain and Chappers wanted to compare the difference between valve amps and the famous Kemper modelling amp in a studio recording environment. Their goal was to see if Chappers could tell the difference between the real amp and the Kemper but also see which he preferred.</p>
<p>The results speak for themselves but what is clear is that the Kemper is probably a better utility tool for the studio than a single valve amp ever could be. But does that eliminate the need for a valve amp altogether? Most certainly not. Read on to find out why.</p>
<h2 class="product-list-title"><span class="page-title--arrows">The Kemper Amps Range</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/kemper-profiler-player-amp-profiler-and-multi-fx-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/39dca21d/66329dfc7f9b660012f15cf6/KEMPERPLAYER-kemper-player-hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Kemper Profiler Player Amp Profiler and Multi FX Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Kemper Profiler Player Amp Profiler and Multi FX Pedal</h3>
			<p class="product-stamp__content-price">£649.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/kemper-profiling-amp-power-head-mkii">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c2634e23/6836d243cca19e3f9f000095/Pro_frontal_weiss.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Kemper Profiling Amp Powered Head MK 2">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Kemper Profiling Amp Powered Head MK 2</h3>
			<p class="product-stamp__content-price">£1,699.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/kemper-profiler-stage-mk2-profiler-and-multi-fx">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c2634e23/6836d243cca19e3f9f00009c/KEMPER_Freisteller_Profiler_Stage_Front_weiß.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Kemper Profiler Stage MK 2 Profiler & Multi-FX">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Kemper Profiler Stage MK 2 Profiler & Multi-FX</h3>
			<p class="product-stamp__content-price">£1,499.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/kemper-profiling-amp-rackmount-mkii">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c2634e23/6836d6dbcca19e3f9f000a95/Profiler_frontal_weiß.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Kemper Profiling Amp Rackmount MK 2">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Kemper Profiling Amp Rackmount MK 2</h3>
			<p class="product-stamp__content-price">£1,349.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<h2>What is a Kemper amp?</h2>
<p>The Kemper amp is a clever box of magic that captures a snapshot of how an amp and cab sound in a specific room at a given time and can then allow you to replicate that exact tone at a later stage.</p>
<p>In simple terms, it’ll take the exact sound that you get when creating the snapshot and allow you to re-use it again and again, consistently. The snapshot that it captures will be affected by absolutely every factor that would be there if you were recording the amp in a studio including, where the EQ and gain switches are set, how the cab sounds and even mic placement! If your mic placement is off, and you create a Kemper profile of that amp, it’ll sound <em>off </em>when you use that profile.</p>
<p>The best sound engineers in the world have spent years honing their craft and learning how to print the best guitar sounds on record. Now, the Kemper allows those same engineers to not only record these incredible tones but capture them as a profile to re-use at a later stage.</p>
<p>Most engineers still swear by recording a valve amp in a room, but you won’t be surprised that many engineers have binned off the idea completely and just bought a Kemper with loads of great profiles.</p>
<p>The fact that the Kemper can reproduce genuine and authentic replicas of the best amps has meant that bedroom players can now access amp sounds that they’d never be able to before. For example: The holy grail Dumble Special…</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone size-full wp-image-12589" src="https://blog.andertons.co.uk/wp-content/uploads/2018/08/KEMPER_PROFILER_02.jpg" alt="" width="4096" height="1900" data-src="https://blog.andertons.co.uk/wp-content/uploads/2018/08/KEMPER_PROFILER_02.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2018/08/KEMPER_PROFILER_02.jpg 4096w, https://blog.andertons.co.uk/wp-content/uploads/2018/08/KEMPER_PROFILER_02-768x356.jpg 768w" sizes="auto, (max-width: 4096px) 100vw, 4096px" /></p>
<h2>What is the difference between the MK1 &amp; MK2 Kemper range?</h2>
<p>Want to add a whole library of effects onto your <a href="https://www.andertons.co.uk/browse/guitar-pedals/pedalboards/">pedalboard</a> with impulse responses? Check out the Kemper Profiler Player. Want an all-in-one solution to use as a pedalboard? The Kemper Stage MK 2 brings tonal exploration to new heights.</p>
<p>The Kemper rackmounts and <a href="https://www.andertons.co.uk/browse/amps/">amplifier heads</a> either come powered or non-powered. Have a look at our bundles with the Kemper footswitch allowing you to change between patches and turn effects on and off with your feet for even more control by clicking <a href="https://www.andertons.co.uk/browse/brands/kemper-amps/"><em>here</em></a>.</p>
<ul>
<li><strong>Higher Definition Capture</strong> &#8211; Now with 100,000 frequency points scanned and captured, the MK 2 range effortlessly captures the true dynamics with the longest and most complex impulse responses to date.</li>
<li><strong>More Power</strong> &#8211; Significantly faster performance with ~20-second boot times, and an improved preset switching and user interface responsiveness, especially in Performance Mode.</li>
<li><strong>Seven Additional Effects Blocks</strong> &#8211; The PROFILER MK 2 Series now offers seven additional effect blocks.</li>
<li><strong>Upgraded Looper</strong> &#8211; The integrated Looper also gets a serious upgrade.</li>
</ul>
<p><img loading="lazy" decoding="async" class="lazyload alignnone size-full wp-image-12587" src="https://blog.andertons.co.uk/wp-content/uploads/2018/08/Kemper_2024_Nov_21.jpg" alt="" width="4096" height="1507" data-src="https://blog.andertons.co.uk/wp-content/uploads/2018/08/Kemper_2024_Nov_21.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2018/08/Kemper_2024_Nov_21.jpg 4096w, https://blog.andertons.co.uk/wp-content/uploads/2018/08/Kemper_2024_Nov_21-768x283.jpg 768w" sizes="auto, (max-width: 4096px) 100vw, 4096px" /></p>
<h2>How do I get Kemper Profiles?</h2>
<p>Kemper profiles come pre-installed on the Kemper Amp when you buy it. They&#8217;ve gone and done a ton of generic profiles that you might want to have. You&#8217;ve got all the big hitters including Marshalls, Fenders, Vox and even Mesa Boogie. If you want to profile your own special amp, you can set it up as if you were going to record it yourself and allow the Kemper to capture that sound by going through the profiling process.</p>
<p>Or you can buy Kemper profiles from people like Michael Britt who have spent time capturing their own amp collection as a downloadable profile. You simply add these to your Kemper Amp via USB.</p>
<h2>How does the Kemper compare to Modelling Amps and Pedals?</h2>
<p>In recent years, amp modellers have come a very long way and you may be aware of gear on the market such as the Boss Katana amps and even floorboard modellers like the Line 6 Helix. These amps have still got great digital emulations of those fantastic amp sounds we know and love but they don&#8217;t allow you to specifically capture an amp sound or amp source.</p>
<p>You&#8217;re stuck with what&#8217;s on the unit when you buy it. Very often, those sounds are great but it simply isn&#8217;t as flexible as a Kemper would be because the Kemper allows you to record <em>that</em> amp with <em>that </em>cab. The MK 2 Kemper Profiler range boasts its signature capturing capabilities, with the ability to capture an amp or pedal with 100,000 frequency points scanned and captured, giving you true dynamics with the longest and most complex impulse responses to date.</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone size-full wp-image-12588" src="https://blog.andertons.co.uk/wp-content/uploads/2018/08/Kemper_2024_Nov_06.jpg" alt="" width="4096" height="1127" data-src="https://blog.andertons.co.uk/wp-content/uploads/2018/08/Kemper_2024_Nov_06.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2018/08/Kemper_2024_Nov_06.jpg 4096w, https://blog.andertons.co.uk/wp-content/uploads/2018/08/Kemper_2024_Nov_06-768x211.jpg 768w" sizes="auto, (max-width: 4096px) 100vw, 4096px" /></p>
<p>&nbsp;</p>
<h2>What about the traditional valve amp?</h2>
<p>Of course, the traditional valve amp still has its place. After all, a Kemper would be useless if we didn’t have great sounding real amps to base the profiles on. In fact, recording traditional valve amps has become far easier now thanks to things like the<a href="https://www.andertons.co.uk/universal-audio-ox-amp-top-box-premium-reactive-load-box"> OX Box</a> by Universal Audio. The OX Box is an amp attenuator and load box and cab simulator all in one – and the cab emulations are simply stunning. So, you can use your traditional valve head and plug it into the OX Box which then delivers the signal to your recording desk in the place of a mic’d up guitar cab.</p>
<p>There’s no denying that <em>feeling </em>you get when plugging into a 100w valve amp and you feel the speakers kick as you crank your guitar amp. But in reality, that <em>feeling </em>can be very difficult to capture on record and if you’ve never tried recording before, you’ll be surprised at how hard it can be to get that great guitar sound with a traditional amp.</p>
<p>This is the reason so many guitarists of old are regarded as heroes – Hendrix, Page, Gary Moore and Van Halen all knew how to get into a studio, turn up their amps and get a great sound. With the help of sound engineer in tow!</p>
<h2>The Kemper is a better bet for home recording</h2>
<p>The Kemper is the simplest plug n play option that still sounds as good, if not better than most recorded guitar amps. It&#8217;s especially good for bedroom players who aren’t masterful sound engineers. It&#8217;s especially good for bedroom players who aren’t masterful sound engineers.</p>
<p>It’s also got incredible effects on-board which you can dial into your guitar signal and the ability to still alter the EQ, Gain and Volume of your ‘snapshot’ amp that you’re using to record. Of course, this will be a digital emulation but having used a Kemper many times in studio myself, I can attest to it still being very accurate and authentic.</p>
<p>The Powered Kemper <em>can </em>be plugged into a guitar cab so if you want to still record whilst ‘moving air’ you can do so – it’s simply the best of both worlds.</p>
<h2>Conclusion</h2>
<p>It’s hard for purists to admit that the Kemper is an absolute winner when it comes to recording guitars with ease. The pros far outweigh the cons in my opinion and here’s why:</p>
<ul>
<li>The Kemper has great amps that you wouldn’t normally be able to access – Check out the Michael Britt profiles!</li>
<li>Low volume – You can plug it straight into the mixing desk and use it with headphones or with studio monitors or with an FRFR cab.</li>
<li>You don’t have to know about mic placement or worry about recording loud valve amps – anyone else lived in London before?!</li>
<li>The sound you hear coming out of your studio monitors is the sound that’ll be in your mix.</li>
<li>When the profile was recorded, if done by a reputable source, the hard work has already been done. Woofy bass has already been taken out of the equation and the correct mic placement ensures no phasing or top-end hiss.</li>
</ul>
<p>The post <a href="https://blog.andertons.co.uk/learn/is-a-kemper-better-for-home-recording-than-a-real-amp">Is Kemper Better Than A Real Amp?</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/learn/is-a-kemper-better-for-home-recording-than-a-real-amp/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>6 Ways To Upgrade Your Guitar Amp Modelling Setup In 2025</title>
		<link>https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025</link>
					<comments>https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025#respond</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Fri, 21 Mar 2025 11:15:21 +0000</pubDate>
				<category><![CDATA[Labs]]></category>
		<category><![CDATA[Learn]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=12430</guid>

					<description><![CDATA[<img width="600" height="427" src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/maxresdefault-nano-pedalboard-600x427.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" /><p>The latest guitar amplifiers, pedals, modellers and multi-FX pedalboards are all pushing the benchmark of what is possible with modern guitar setups more than ever before. You may even have a guitar amp modeller yourself already. The question is, how do you harness all of this modern functionality and have a futuristic guitar setup that [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025">6 Ways To Upgrade Your Guitar Amp Modelling Setup In 2025</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="427" src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/maxresdefault-nano-pedalboard-600x427.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" /><p>The latest guitar amplifiers, pedals, modellers and multi-FX pedalboards are all pushing the benchmark of what is possible with modern guitar setups more than ever before. You may even have a guitar amp modeller yourself already. The question is, how do you harness all of this modern functionality and have a futuristic guitar setup that brings you to the next level?</p>
<p>Whether you practice at home, or even tour on a regular basis, there are some exciting options now to upgrade your guitar modelling setup and make the most of your gear. This blog contains 6 modern modelling setups which make use of this clever functionality.</p>
<p>We will be covering these setups which are all integrated with a guitar modeller:</p>
<ul>
<li><a href="https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025#frfr">FRFR Speaker Cabinets</a></li>
<li><a href="https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025#monitors">Studio Monitors</a></li>
<li><a href="https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025#expression">Expression Pedals</a></li>
<li><a href="https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025#footswitch">Footswitches/MIDI Switchers</a></li>
<li><a href="https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025#headphone">Headphone Amps</a></li>
<li><a href="https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025#plugin">Guitar Plugins</a></li>
</ul>
<p><a id="frfr"></a><br />
<h2 class="product-list-title"><span class="page-title--arrows">FRFR Speaker Cabinets</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/valeton-vfr110-1x10-frfr-cabinet">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1623af99/673c6641d59a8d236f00007a/VFR-110_Perspective_Hi_V02_241118.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Valeton VFR-110 1300W 1x10 FRFR Speaker Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Valeton VFR-110 1300W 1x10 FRFR Speaker Cabinet</h3>
			<p class="product-stamp__content-price">£229.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/positive-grid-spark-cab-frfr-speaker-cabinet">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1b3a9a22/66329bd77f9b660012f08f9f/SPARK-CAB-Positive-Grid-Cab-Main.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Positive Grid Spark CAB">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Positive Grid Spark CAB</h3>
			<p class="product-stamp__content-price">£259.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/headrush-frfr-108-mk2-full-range-flat-response-2000w-1x8-powered-cab">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/7e750091/66329d847f9b660012f12e58/FRFR108MK2-HeadRush-FRFR-108-MK2-2000W-1x8-Powered-Cab-Hero.jfif?w=400&h=400&&fit=fill&bg=FFFFFF" alt="HeadRush FRFR-108 mk2 Full Range Flat Response 2000W 1x8"" Powered Cab">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">HeadRush FRFR-108 mk2 Full Range Flat Response 2000W 1x8"" Powered Cab</h3>
			<p class="product-stamp__content-price">£239.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/laney-lfr-412-ironheart-4x12-cab">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/aaeda850/66329bc97f9b660012f08a8d/LFR-412-laney-4x12-frfr-cabinet-hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Laney LFR-412 FRFR 2600W Powered Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Laney LFR-412 FRFR 2600W Powered Cabinet</h3>
			<p class="product-stamp__content-price">£1,099.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-tone-master-fr-10-guitar-amplifier">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/9b4ee817/6632b6a7fe24280012802182/2275104000-Fender-Tone-Master-FR-10-0230V-UK-Cab-Hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Tone Master FR-10 Active Guitar Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Tone Master FR-10 Active Guitar Cabinet</h3>
			<p class="product-stamp__content-price">£429.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap"></p>
<p>You’re spoilt for choice with FRFR cabs nowadays, with brands such as <a href="https://www.andertons.co.uk/browse/brands/positive-grid/">Positive Grid</a>, <a href="https://www.andertons.co.uk/browse/brands/headrush/">HeadRush</a>, <a href="https://www.andertons.co.uk/browse/brands/laney-amplification/">Laney</a>, <a href="https://www.andertons.co.uk/browse/brands/fender/fender-guitar-bass-amps/">Fender</a>, <a href="https://www.andertons.co.uk/browse/brands/line-6/">Line 6</a> &amp; many more making their own versions. There’s plenty of choice in terms of size, power, and features to suit your needs! The benefits of an <a href="https://www.andertons.co.uk/browse/amps/electric-guitar-amps/electric-guitar-cabs/frfr-guitar-cabs/">FRFR Cab</a> is that they give a real amp-like response for your modeller, they are very versatile as you can experiment with different cab impulse responses depending on what modeller you have, and literally replicate any speaker cabinet thanks to the FRFR design, at all volume levels too!</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone wp-image-12391" src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/valeton-frfr-cab.jpg" alt="" width="623" height="485" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/valeton-frfr-cab.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/11/valeton-frfr-cab.jpg 3360w, https://blog.andertons.co.uk/wp-content/uploads/2024/11/valeton-frfr-cab-768x597.jpg 768w" sizes="auto, (max-width: 623px) 100vw, 623px" /></p>
<p>The <a href="https://www.andertons.co.uk/valeton-vfr110-1x10-frfr-cabinet/">Valeton VFR-110 1300W 1×10 FRFR Speaker Cabinet</a> is a perfect example of premium audio quality in the form of a highly adaptable FRFR speaker, at a really tempting price. More than that, VFR-110 also works well with other full-range instruments or even using as a FOH/monitor speaker to give you extra flexibility.</p>
<p>
    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/tyjrNy8sDhk?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">FRFR Guitar Cab Shootout!</span>

                <span itemprop="description">Which FRFR Cab sounds the best... or the most flat? Lee and Digital John try out the popular models and compare them! Let us know your thoughts in the comments! | https://tinyurl.com/22htxkw8

» HeadRush FRFR-112 mk2 Full Range Flat Response 2500w 1x12 Powered Cab | https://tinyurl.com/2bbh7sjf
» Positive Grid Spark CAB | https://tinyurl.com/2y7yyzb5
» Laney LFR-112 Active 400W 12" FRFR Guitar Cab | https://tinyurl.com/28anl5mj
» Fender Tone Master FR-12 Active Guitar Cabinet | https://tinyurl.com/2a6nlfan

» Check out all our FRFR Guitar Cabs! | https://tinyurl.com/22htxkw8
» Check out all our Electric Guitar Cabs! | https://tinyurl.com/2afn9ofc

» Charvel Pro-Mod DK24 CM in Bubblegum Pink | https://tinyurl.com/24ew97mk
» Fender Custom Shop Masterbuilt '64 Stratocaster Journeyman Relic by Paul Waller in Graffiti Yellow | https://tinyurl.com/2cacwaxx

» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller | https://tinyurl.com/29cv7r4z
» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller in Red and Gold | https://tinyurl.com/28ranwog

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Introducing the FRFR Cabs!
» 2:59 Positive Grid Spark Cab
» 5:25 Let's Hear It!
» 8:30 Headrush FRFR-112
» 9:27 Let's Hear It!
» 15:10 Laney LFR-112
» 16:00 Let's Hear It!
» 21:38 Fender Tone Master FR-12
» 32:25 Final Comparisons!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #electricguitar #andertons</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/tyjrNy8sDhk/default.jpg</span>

                <span itemprop="duration">PT34M45S</span>

                <span itemprop="uploadDate">2024-12-12T15:01:06Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">242868</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">
<br />
<a id="monitors"></a><br />
<h2 class="product-list-title"><span class="page-title--arrows">Studio Monitors</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/rcf-ayra-pro-6-studio-monitor-bundle-w-pads-and-cables">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1a9dc53e/67336164e187330018861093/_BUN-AYRA6-PADS-.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="RCF Ayra Pro 6 Studio Monitor Bundle with pads and cables">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">RCF Ayra Pro 6 Studio Monitor Bundle with pads and cables</h3>
			<p class="product-stamp__content-price">£218.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/rcf-ayra-pro-5-studio-monitor-bundle-w-pads-and-cables">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a89b8a45/67336164e1873300188610aa/_BUN-AYRA5-PADS.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="RCF Ayra Pro 5 Studio Monitor Bundle with pads and cables">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">RCF Ayra Pro 5 Studio Monitor Bundle with pads and cables</h3>
			<p class="product-stamp__content-price">£169.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/yamaha-hs5-matched-pair-studio-monitors">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/54a04089/6632b0b3fe242800127f32b3/n6u1PSWlzVtaUE3NANTAB3k52BRkGoSm5RefRMCh.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Yamaha HS5 Matched Pair Active Studio Monitors">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Yamaha HS5 Matched Pair Active Studio Monitors</h3>
			<p class="product-stamp__content-price">£318.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/rcf-ayra-pro-6-active-2-way-65-monitoring-system">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/748dc5b7/6632b529fe242800127fe81d/422652-001_AYRA-PRO-6_front.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="RCF AYRA PRO6 - Active 2 way 6.5"" monitoring system (Each)">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">RCF AYRA PRO6 - Active 2 way 6.5"" monitoring system (Each)</h3>
			<p class="product-stamp__content-price">£99.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/rcf-ayra-pro-5-active-2-way-5-monitoring-system">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/9f7d59b8/6632b5f3fe2428001280070f/422656-001_AYRA-PRO-5_front.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="RCF AYRA PRO5 - Active 2 way 5"" monitoring system (Each)">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">RCF AYRA PRO5 - Active 2 way 5"" monitoring system (Each)</h3>
			<p class="product-stamp__content-price">£79.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap"></p>
<p>Studio monitors offer a flat, uncoloured frequency response, allowing for accurate sound reproduction and critical listening for mixing and mastering, unlike consumer speakers that often enhance certain frequencies.<span class="pjBG2e" data-cid="a2a15eb3-00dc-461a-98a4-83770c805f58"><span class="UV3uM"> </span></span></p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone wp-image-12435" src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/Neural-DSP-Nano-Cortex-setup.jpg" alt="" width="856" height="428" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/Neural-DSP-Nano-Cortex-setup.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/03/Neural-DSP-Nano-Cortex-setup.jpg 1330w, https://blog.andertons.co.uk/wp-content/uploads/2025/03/Neural-DSP-Nano-Cortex-setup-768x384.jpg 768w" sizes="auto, (max-width: 856px) 100vw, 856px" /></p>
<p>For an example, use the <a href="https://www.andertons.co.uk/neural-dsp-nano-cortex/">Neural DSP Nano Cortex</a> as an audio interface for recording via your computer for a minimalist setup.</p>
<p>Studio monitors are great for compact setups, and offer a very accurate high-definition sound which is perfect for desktop computer/DAW (Digital Audio Workstation) users. Most guitar modellers can be used as an <a href="https://www.andertons.co.uk/browse/recording/audio-interfaces/">audio interface</a> which can be used in conjunction with a DAW for recording purposes.</p>
<p><a id="expression"></a><br />
<h2 class="product-list-title"><span class="page-title--arrows">Expression Pedals</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/jim-dunlop-volume-x-guitar-volume-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/5be88683/6632b7c2fe24280012804a98/15409-JDDVP3_super.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Jim Dunlop Volume X Guitar Volume Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Jim Dunlop Volume X Guitar Volume Pedal</h3>
			<p class="product-stamp__content-price">£149.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/mission-engineering-sp-1-expression-pedal-with-toe-switch-black">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/91c36353/6632be04fe2428001281288e/268573-1520939275257.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Mission Engineering SP-1 Expression Pedal with Toe Switch in Black">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Mission Engineering SP-1 Expression Pedal with Toe Switch in Black</h3>
			<p class="product-stamp__content-price">£179.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/mission-engineering-sp1-nd-quad-cortex-expression-pedal-black">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/26f763ae/6632b627fe24280012800f03/SP1-ND-BK-Mission-Engineering-SP1-ND-BK.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Mission Engineering SP1-ND Expression Pedal for Neural DSP Quad Cortex in Black">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Mission Engineering SP1-ND Expression Pedal for Neural DSP Quad Cortex in Black</h3>
			<p class="product-stamp__content-price">£249.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/dunlop-dvp5-volume-pedal-junior-wah-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e9f21346/6632b2bffe242800127f85ed/429355-preview (2).jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Dunlop DVP5 Junior Volume Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Dunlop DVP5 Junior Volume Pedal</h3>
			<p class="product-stamp__content-price">£149.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/mission-expression-pedal-for-line-6-helix-sp1-l6h">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/5806dcaf/6632ae40fe242800127ed894/109926-tmpDCBB.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Mission Expression Pedal for Line 6 Helix SP1-L6H">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Mission Expression Pedal for Line 6 Helix SP1-L6H</h3>
			<p class="product-stamp__content-price">£169.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/mission-expression-pedal-for-line-6-helix-ep1-l6">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/f30b7629/6632c200fe2428001281a928/109916-tmp283.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Mission Expression Pedal for Line 6 Helix EP1-L6">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Mission Expression Pedal for Line 6 Helix EP1-L6</h3>
			<p class="product-stamp__content-price">£159.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/mission-engineering-expression-pedal-for-neural-dsp-quad-cortex-in-grey-metallic">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/804904cd/6632a3cefe242800127d2009/471837-image001.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Mission Engineering Expression Pedal for Neural DSP Quad & Nano Cortex in Grey Metallic">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Mission Engineering Expression Pedal for Neural DSP Quad & Nano Cortex in Grey Metallic</h3>
			<p class="product-stamp__content-price">£249.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/mission-engineering-expression-pedal-for-the-fender-tone-master-pro">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/cea66524/6632d3c6fe2428001283097d/SP1-TMP-fender-tone-master-pro-pedal-front-PhotoRoom.png-PhotoRoom.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Mission Engineering Expression Pedal for the Fender Tone Master Pro">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Mission Engineering Expression Pedal for the Fender Tone Master Pro</h3>
			<p class="product-stamp__content-price">£189.99
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap"></p>
<p>Expression pedals give you an extra layer of control to your modelling setup. Want to do volume swells or control the amount of <a href="https://www.andertons.co.uk/browse/guitar-pedals/delay-pedals/">delay</a> and <a href="https://www.andertons.co.uk/browse/guitar-pedals/reverb-pedals/">reverb</a> you are using? Certain <a href="https://www.andertons.co.uk/browse/guitar-pedals/volume-expression-pedals/">volume pedals</a> can also be used as expression pedals, and simply connect to a modellers &#8220;EXP&#8221; input. Some expression pedals are made specifically for an exact multi FX/modeller to use all of the functionality available. <a href="https://www.andertons.co.uk/browse/brands/mission-engineering/">Mission Engineering</a> &amp; <a href="https://www.andertons.co.uk/browse/brands/jim-dunlop-guitar-products/jim-dunlop-guitar-pedals/">Jim Dunlop</a> create fantastic solutions.</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone wp-image-12436" src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/tone-master-pedal.jpg" alt="" width="765" height="573" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/tone-master-pedal.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/03/tone-master-pedal.jpg 1080w, https://blog.andertons.co.uk/wp-content/uploads/2025/03/tone-master-pedal-768x575.jpg 768w" sizes="auto, (max-width: 765px) 100vw, 765px" /></p>
<p>The <a href="https://www.andertons.co.uk/fender-tone-master-pro-multi-effects-workstation/">Fender Tone Master Pro</a> combined with the <a href="https://www.andertons.co.uk/mission-engineering-expression-pedal-for-the-fender-tone-master-pro/">Mission Engineering SP1-TMP Expression Pedal</a> allows for control of effects parameters such as volume and <a href="https://www.andertons.co.uk/browse/guitar-pedals/wah-pedals/">wah</a> effects. By using the toe switch on the pedal, you can turn the effect blocks on the Tone Master Pro on and off, directly from the pedal.</p>
<p><a id="footswitch"></a><br />
<h2 class="product-list-title"><span class="page-title--arrows">Footswitches/MIDI Switchers</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/morningstar-mc3-midi-controller">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/39fa748c/67bf01b95cdc5076e5000942/MC3 Front.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Morningstar MC3 MIDI Controller">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Morningstar MC3 MIDI Controller</h3>
			<p class="product-stamp__content-price">£189.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/morningstar-mc6-mkii-midi-controller">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/ff863112/67bed87e5cdc5076e5000812/MC6 Front.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Morningstar MC6 MkII MIDI Controller">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Morningstar MC6 MkII MIDI Controller</h3>
			<p class="product-stamp__content-price">£229.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/morningstar-mc8-midi-controller">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/ff863112/67beda625cdc5076e5000818/MC8 Front.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Morningstar MC8 MIDI Controller">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Morningstar MC8 MIDI Controller</h3>
			<p class="product-stamp__content-price">£299.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-ga-fc-amp-footswitch-controller">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/d2778a42/6632bdb6fe24280012811d2e/384314-1583852910365.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Roland & Boss GA-FC Amp Footswitch Controller (for Katana, Blues Cube, Nextone, GX & GA Amps)">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Roland & Boss GA-FC Amp Footswitch Controller (for Katana, Blues Cube, Nextone, GX & GA Amps)</h3>
			<p class="product-stamp__content-price">£109.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/positive-grid-spark-control-x-footswitch">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c3ce74a8/66aa0dc76339b277370000be/fb15430b/spark-control-x-hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Positive Grid Spark Control X Wireless Footswitch">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Positive Grid Spark Control X Wireless Footswitch</h3>
			<p class="product-stamp__content-price">£139.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/the-gigrig-g3s-atom-advanced-switching-system">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c51cb2f5/6798b15402c8fb42340000d4/GIGRIG-G3SATOM-1.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="The GigRig G3S Atom Advanced Switching System">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">The GigRig G3S Atom Advanced Switching System</h3>
			<p class="product-stamp__content-price">£1,199.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/the-gigrig-g3-atom-advanced-pedal-switching-system">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c8df3339/6632d4f4fe242800128328eb/411053-GigRig-G3-Atom.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="The GigRig G3 Atom Advanced Pedal Switching System">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">The GigRig G3 Atom Advanced Pedal Switching System</h3>
			<p class="product-stamp__content-price">£995.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap"></p>
<p>Have a more compact modeller, but want to expand the amount instantly accessible sounds you have to make playing live easier? Simply expand your footswitch options with an external footswitch/MIDI switcher. Brands such as <a href="https://www.andertons.co.uk/browse/brands/morningstar/">Morningstar</a> and <a href="https://www.andertons.co.uk/browse/brands/the-gigrig/">The Gigrig</a> create incredible solutions to this, hosting many intuitive ways to make your setup exactly how you want it. Multi FX units such as the Valeton GP-200 has MIDI jacks for seamless communication, and a higher level of control.</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone wp-image-12437" src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/maxresdefault.jpg" alt="" width="801" height="451" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/maxresdefault.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/03/maxresdefault.jpg 1280w, https://blog.andertons.co.uk/wp-content/uploads/2025/03/maxresdefault-768x432.jpg 768w" sizes="auto, (max-width: 801px) 100vw, 801px" /></p>
<p>Expand your switching options even on the smallest of pedalboards, like this small yet powerful pedalboard using a <a href="https://www.andertons.co.uk/neural-dsp-nano-cortex/">Neural DSP Nano Cortex</a> and <a href="https://www.andertons.co.uk/morningstar-mc6-pro-midi-controller/">Morningstar MC6 Pro MIDI Controller</a>.</p>
<p>But that&#8217;s not all! Love the sound of your most cherished pedals and want to integrate them into your pedalboard alongside your modelling setup? These switching systems also give you platform to do this.</p>
<p><a id="headphone"></a><br />
<h2 class="product-list-title"><span class="page-title--arrows">Headphone Amps</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-katana-go-personal-guitar-headphone-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/46f4620f/67b46c153607a371ce0000f2/KTN-GO2-thumb.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss KATANA GO Personal Guitar Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss KATANA GO Personal Guitar Headphone Amp</h3>
			<p class="product-stamp__content-price">£109.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/positive-grid-spark-neo-wireless-smart-guitar-headphone-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c65f0ba6/67af032e4cd175583700008f/spark-neo-isolated-01-3DFBL-[20241101-135937]%2BTX.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Positive Grid Spark NEO Wireless Smart Guitar Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Positive Grid Spark NEO Wireless Smart Guitar Headphone Amp</h3>
			<p class="product-stamp__content-price">£179.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/nux-mp-2-mighty-plug-headphone-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/46f4620f/67b46c153607a371ce0000ef/MP-2-thumb.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="NUX MP-2 Mighty Plug Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">NUX MP-2 Mighty Plug Headphone Amp</h3>
			<p class="product-stamp__content-price">£57.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-waza-air-wireless-guitar-headphones">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e4a7c262/6632c0e4fe24280012818621/364175-BOSS-Waza-Air-Wireless-Guitar-Headphones-1.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="BOSS Waza-Air Wireless Guitar Amp Headphones">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">BOSS Waza-Air Wireless Guitar Amp Headphones</h3>
			<p class="product-stamp__content-price">£319.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap"></p>
<p><a href="https://www.andertons.co.uk/browse/amps/guitar-headphone-amps/">Headphone Amps</a> &#8211; Even if you already have a modeller, these are REALLY handy for practicing , playing guitar on the sofa, and practical for everyday use. With a whole host of effects stored in such a tiny package, it is amazing how much power Headphone Amps hold now.</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone wp-image-12441" src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/spark-neo-isolated-01-3DFBL-20241101-135937TX__45774-1.jpg" alt="" width="712" height="799" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/spark-neo-isolated-01-3DFBL-20241101-135937TX__45774-1.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/03/spark-neo-isolated-01-3DFBL-20241101-135937TX__45774-1.jpg 1141w, https://blog.andertons.co.uk/wp-content/uploads/2025/03/spark-neo-isolated-01-3DFBL-20241101-135937TX__45774-1-768x862.jpg 768w" sizes="auto, (max-width: 712px) 100vw, 712px" /></p>
<p>Some headphone amps such as the <a href="https://www.andertons.co.uk/positive-grid-spark-neo-wireless-smart-guitar-headphone-amp/">Positive Grid NEO</a> is compatible with Positive Grid&#8217;s own switching systems such as the <a href="https://www.andertons.co.uk/positive-grid-spark-control-footswitch/">Spark Control</a> and <a href="https://www.andertons.co.uk/positive-grid-spark-control-x-footswitch/">Spark Control X</a>.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/CG8rOfQJPcY?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Boss KATANA:GO - Unrivalled Katana Sound in a Tiny Headphone Amp!</span>

                <span itemprop="description">The unbeatable Boss Katana is back in a whole new way! Get the incredible Katana sound and features in a simple and tiny headphone amp! This genius little bit of kit is the perfect practice companion to get you playing quickly and quietly! | https://tinyurl.com/2asps2et

*Please note, this product has undergone a visual redesign but retains the exact same functionality as described in this video.

Learn more about the Best Headphone Amps in 2025 here | https://tinyurl.com/2ylontn3

» Boss Katana GO Personal Guitar Headphone Amp | https://tinyurl.com/242wp3j7

» Boss Katana GO KTN GO Guitar Headphone Amplifier with Case Bundle | https://tinyurl.com/2yu8b3h2
» Boss Katana GO KTN GO Headphone Amp with Behringer HPM1000 Headphones Bundle | https://tinyurl.com/24jhaybu
» Boss Katana GO KTN GO Guitar Headphone Amplifier with Case & Footswitch Bundle | https://tinyurl.com/29vm32t8
» Boss Katana GO KTN GO Headphone Amp with Case Footswitch & Headphones Bundle | https://tinyurl.com/2yozx54k
» Boss Katana GO KTN GO Headphone Amp with Headphones Bundle | https://tinyurl.com/25f7jq9n

» Check out all our Boss Gear! | https://tinyurl.com/2xt93tr7
» Check out all our Boss Katana Amps! | https://tinyurl.com/2asps2et

» Check out all our Headphones! | https://tinyurl.com/275ygugt

Check out Pete's New Signature Guitar:
» Chapman DPT Danish Pete Signature Electric Guitar in Flint Blue | https://tinyurl.com/29w7yab2
» Chapman DPT Danish Pete Signature Electric Guitar in Fall Yellow | https://tinyurl.com/275xdy95
» Chapman DPT Danish Pete Signature Electric Guitar in Grove Green | https://tinyurl.com/26vtqdn8
» Check out all our Chapman Guitars! | https://tinyurl.com/2aruenvy

Check out other headphone amps in this handy playlist! | https://www.youtube.com/playlist?list=PLQXro2VDjyIwXr8uQsG5PzdXHz59NaK4B

Check out our blog on the Best Guitar Headphone Amps! | https://tinyurl.com/2xp58dyk

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

🎁 Subscriber Prizes 🎁  
» https://www.andertons.co.uk/andertons-youtube-subscriber-prizes

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Playing!
» 1:29 Introducing the Boss Katana Go!
» 2:01 How It's Set Up
» 3:09 Price?
» 3:29 Bass Players Stay Tuned!
» 4:00 Let's Get Started!
» 5:42 The Sounds?
» 9:59 App Features?
» 12:07 Stage Feel?
» 16:35 Sessions?
» 17:40 Tone Central
» 18:03 Wireless Footswitch?
» 18:56 Bundles
» 19:12 Without the App?
» 19:43 Battery Life?
» 19:58 USB Interface
» 20:12 Other Options?
» 22:35 Availability
» 22:57 Bass!
» 25:43 Outro Playing

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#andertons #bosskatana #guitar</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/CG8rOfQJPcY/default.jpg</span>

                <span itemprop="duration">PT26M37S</span>

                <span itemprop="uploadDate">2024-03-14T07:00:04Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">203696</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p><a id="plugin"></a><br />
<h2 class="product-list-title"><span class="page-title--arrows">Guitar Plugins</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/GUITAR-RIG-7-PRO-ESD">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/9e756eb8/66329b7d7f9b660012f06e1b/29951-Guitar_Rig_Native_7.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Guitar Rig Pro 7">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Guitar Rig Pro 7</h3>
			<p class="product-stamp__content-price">£169.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/ik-multimedia-amplitube-5-max-esd">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/4046a855/6632b7a8fe242800128046ff/451823-446934-ikc-L-AT-5-MAX-FRONT_LEFT_20201013.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="IK Multimedia AmpliTube 5 MAX ">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">IK Multimedia AmpliTube 5 MAX </h3>
			<p class="product-stamp__content-price">£549.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap"></p>
<p>By using your modeller as an audio interface, you can plug it into your computer, and use a whole array of guitar plugin&#8217;s to add more choices to your tonal arsenal. Some modellers have accompanying software which integrates straight into your DAW for easy recording (USB audio).</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone wp-image-12444" src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/Untitled.jpg" alt="" width="966" height="384" data-src="https://blog.andertons.co.uk/wp-content/uploads/2025/03/Untitled.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/03/Untitled.jpg 2166w, https://blog.andertons.co.uk/wp-content/uploads/2025/03/Untitled-768x305.jpg 768w" sizes="auto, (max-width: 966px) 100vw, 966px" /></p>
<p>The <a href="https://www.andertons.co.uk/headrush-flex-prime-multi-fx-pedal/">HeadRush Flex Prime</a> is a &#8220;prime&#8221; example of a guitar modeller with its own software to use for all of your recording needs.</p>
<p>Expand your setup with external plugin FX and build it into your desktop recording setup! If you have the Neural DSP Quad Cortex, you can even use your favourite Neural DSP plugins that are &#8220;X&#8221; compatible, and use them straight on the Quad Cortex itself.</p>
<h2>Andertons TV</h2>
<p>Check out our Andertons Music Co. videos covering some highly recommended guitar modellers out there!</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/ul7v03AiqOg?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">HeadRush Flex Prime - A New Contender for the Ultimate Compact Multi-FX?</span>

                <span itemprop="description">The Headrush Flex Prime is a new way to get a top-quality Multi FX experience in a compact format! Now with ReValver and SuperClone technology, you can capture amp profiles that deliver a more accurate response as you adjust the gain! | https://tinyurl.com/274gf97z

» Headrush Flex Prime Multi FX Pedal | https://tinyurl.com/274gf97z

» HeadRush FRFR-GO 30W Desktop Amp | https://tinyurl.com/2cn9kgxs

» Check out all our HeadRush gear! | https://tinyurl.com/25pk7zxy

» Check out all our Pedalboard Amps! | https://tinyurl.com/2b99xzdg
» Check out all our Multi FX Units! | https://tinyurl.com/2ydjnsj5

» PJD St John Andertons Exclusive Limited Stealth Edition | https://tinyurl.com/259qj485
» PJD York Andertons Exclusive Limited Stealth Edition | https://tinyurl.com/244szrj8
» PJD Carey Andertons Exclusive Limited Stealth Edition | https://tinyurl.com/2xwvmt2o

» Check out all our PJD Guitars! | https://tinyurl.com/2assywva

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Jam!
» 1:20 Introducing Headrush FlexPrime
» 3:58 Features Overview!
» 9:25 The Footswitches
» 12:02 SuperClone?
» 14:05 Modelling vs Profiling?
» 15:25 The Guitar?
» 15:46 Let's Hear the Super Clones
» 22:21 About ReValver?
» 27:24 Inputs/Outputs
» 28:10 Expression Pedal?
» 30:12 Outro Jam!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #headrushfx #guitarpedals</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/ul7v03AiqOg/default.jpg</span>

                <span itemprop="duration">PT32M46S</span>

                <span itemprop="uploadDate">2024-11-14T15:01:25Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">134233</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">


    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/PFyY-R8UTkc?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Guitar Amp Modelling vs Profiling - Which is Better?</span>

                <span itemprop="description">What's the difference between a guitar amp modeller and a profiler? Let's compare! | https://tinyurl.com/2a9943fq

» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller | https://tinyurl.com/2a9943fq

*Limited Edition Red Quad Cortex* 👇
» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller in Red and Gold | https://tinyurl.com/28bmv9ut

» Check out all our Neural DSP gear! | https://tinyurl.com/269jbcns
» Check out all our Pedalboard Amps! | https://tinyurl.com/25pw4ua2

📖 Find out how you can upgrade your Multi-FX rig to get the most out of it! | https://tinyurl.com/25rmvunl

» Check out all our PRS Guitars! | https://tinyurl.com/27cr375f

» PRS Studio 10 Top Maple Top Rosewood Fretboard in Faded Whale Blue | https://tinyurl.com/28qbjp4f

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 What's the Difference?
» 1:43 John's Opinion?
» 2:40 Comparing Deluxe 65s
» 5:11 Advancements in Modelling?
» 6:15 Comparing JCMs
» 7:44 How Neural Do Modelling?
» 9:25 Comparing JP2Cs
» 14:35 Comparing Peaveys
» 16:10 What have we Learned?
» 18:33 Thanks For Watching!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #guitaramp #quadcortex</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/PFyY-R8UTkc/default.jpg</span>

                <span itemprop="duration">PT19M4S</span>

                <span itemprop="uploadDate">2024-12-23T15:00:29Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">69060</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">


    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/V_QcoSqlWm0?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Ultimate Guide to Guitar Multi FX Pedals!</span>

                <span itemprop="description">Here's everything you need to know about Guitar Multi-FX Units! Whether you're a beginner or a seasoned pro, you might just learn a thing or two! Don't forget to read the full guide for more info and recommendations! | https://tinyurl.com/2bxlf2k7

» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller | https://tinyurl.com/2524cpdf
» Neural DSP Quad Cortex QC Digital Effects Processor and Amp Modeller in Red and Gold | https://tinyurl.com/258xxq23
» Neural DSP Nano Cortex Amp Capture & FX Pedal | https://tinyurl.com/25p8ehjk
» Check out all our Neural DSP gear! | https://tinyurl.com/28g27pc6

» Valeton GP-200 Multi-Effects Processor | https://tinyurl.com/2d2bbo69
» Check out all our Valeton gear! | https://tinyurl.com/2a86udav

» Line 6 POD Express Guitar Pedal | https://tinyurl.com/23ahr9fr
» Check out all our Line 6 gear! | https://tinyurl.com/2a8mdxnw

» Charvel Pro-Mod DK24 CM in Bubblegum Pink | https://tinyurl.com/2blj7hcl

📖Read more in our Ultimate Guide to Multi-FX! | https://tinyurl.com/2bxlf2k7

📖 Find out how to upgrade your Multi-FX rig here! | https://tinyurl.com/2d6mga7l

📺Check out all our Ultimate Guide videos! | https://www.youtube.com/playlist?list=PLQXro2VDjyIwMi4QGOsuEaSLc26MADWwp

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/28oc7yuq

⏰ Timestamps ⏰
» 0:00 What is a Multi FX Unit?
» 0:50 Who Are They For?
» 1:26 Different Types?
» 1:48 Key Features to Look For?
» 4:44 What is Speaker Emulation?
» 5:28 Interface?
» 7:18 Sound Variety
» 11:38 How to Hear It?
» 13:06 Footswitches & Input/Outputs?
» 17:38 Processing Power?
» 20:00 Line 6 POD Express!
» 23:06 Valeton GP-200
» 25:58 Neural DSP Quad Cortex
» 27:36 Final Thoughts!
» 30:45 Which Sounds Better?
» 31:34 Thanks For Watching!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #guitarpedal #neuraldsp</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/V_QcoSqlWm0/default.jpg</span>

                <span itemprop="duration">PT32M7S</span>

                <span itemprop="uploadDate">2025-01-02T15:00:38Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">181266</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h2>Conclusion</h2>
<p>Guitar modelers offer benefits like portability, versatility, and ease of recording, allowing musicians to access a wide range of sounds and effects with a single unit, while also simplifying live and studio setups. They also very intuitively connect to many different pieces of other music gear to make your setups even easier, and work together to push the boundaries of what is possible with digital guitar modelling.</p>
<p>No matter how you use a guitar modeller, your digital game can always be heightened with either FRFR speakers, extra footswitches/MIDI, awe-inspiring computer software which can be accompanied with high-definition studio speakers, or even have the most minimal setup with a headphone amp, with modelling functionality.</p>
<h2>Learn More</h2>
<p>Delve further in the digital world of modelling and modelling setups by checking out our blogs:</p>
<ul>
<li><a href="https://blog.andertons.co.uk/learn/what-is-an-frfr-speaker-cabinet"><em>What Is An FRFR Speaker Cabinet? &#8211; The Best FRFR Cabs In 2025</em></a></li>
<li><a href="https://blog.andertons.co.uk/labs/andertons-scoreboard-studio-monitor-shootout-7-inch-woofers"><em>Andertons Scoreboard: Studio Monitor Shootout -7-Inch Woofers</em></a></li>
<li><a href="https://blog.andertons.co.uk/labs/andertons-scoreboard-studio-monitor-shootout-5-inch-woofers"><em>Andertons Scoreboard: Studio Monitor Shootout -5-Inch Woofers</em></a></li>
<li><em><a href="https://blog.andertons.co.uk/learn/the-best-guitar-headphone-amps-in-2025">The Best Guitar Headphone Amps In 2025</a></em></li>
</ul>
<p>The post <a href="https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025">6 Ways To Upgrade Your Guitar Amp Modelling Setup In 2025</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/learn/6-ways-to-upgrade-your-guitar-amp-modelling-setup-in-2025/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What Is An FRFR Speaker Cabinet? The Best FRFR Cabs In 2025</title>
		<link>https://blog.andertons.co.uk/learn/what-is-an-frfr-speaker-cabinet-the-best-frfr-cabs-in-2025</link>
					<comments>https://blog.andertons.co.uk/learn/what-is-an-frfr-speaker-cabinet-the-best-frfr-cabs-in-2025#comments</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Wed, 19 Mar 2025 11:59:51 +0000</pubDate>
				<category><![CDATA[Learn]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=1360</guid>

					<description><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2018/07/headrush-frfr-go-cab-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="HeadRush FRFR-GO - Andertons Music Co." style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2018/07/headrush-frfr-go-cab-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2018/07/headrush-frfr-go-cab-200x200.jpg 200w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>What Is A FRFR Speaker? Question 1: what does it stand for? FRFR simply stands for full range, flat response. This means an FRFR speaker can handle any type of tone or frequency fed into it from an amp. The result is a neutral output that emulates the signal as cleanly and accurately as possible. [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/what-is-an-frfr-speaker-cabinet-the-best-frfr-cabs-in-2025">What Is An FRFR Speaker Cabinet? The Best FRFR Cabs In 2025</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2018/07/headrush-frfr-go-cab-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="HeadRush FRFR-GO - Andertons Music Co." style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2018/07/headrush-frfr-go-cab-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2018/07/headrush-frfr-go-cab-200x200.jpg 200w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p><h2 class="product-list-title"><span class="page-title--arrows">Best FRFR Guitar Cabs</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/valeton-vfr110-1x10-frfr-cabinet">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1623af99/673c6641d59a8d236f00007a/VFR-110_Perspective_Hi_V02_241118.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Valeton VFR-110 1300W 1x10 FRFR Speaker Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Valeton VFR-110 1300W 1x10 FRFR Speaker Cabinet</h3>
			<p class="product-stamp__content-price">£229.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/headrush-frfrgo-30w-speaker-cabinet">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/2f1e1cd6/6731f13857e7397a7000038a/FRFRGO.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="HeadRush FRFR-GO 30W Portable Speaker Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">HeadRush FRFR-GO 30W Portable Speaker Cabinet</h3>
			<p class="product-stamp__content-price">£134.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/positive-grid-spark-cab-frfr-speaker-cabinet">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1b3a9a22/66329bd77f9b660012f08f9f/SPARK-CAB-Positive-Grid-Cab-Main.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Positive Grid Spark CAB">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Positive Grid Spark CAB</h3>
			<p class="product-stamp__content-price">£259.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/headrush-frfr-108-mk2-full-range-flat-response-2000w-1x8-powered-cab">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/7e750091/66329d847f9b660012f12e58/FRFR108MK2-HeadRush-FRFR-108-MK2-2000W-1x8-Powered-Cab-Hero.jfif?w=400&h=400&&fit=fill&bg=FFFFFF" alt="HeadRush FRFR-108 mk2 Full Range Flat Response 2000W 1x8"" Powered Cab">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">HeadRush FRFR-108 mk2 Full Range Flat Response 2000W 1x8"" Powered Cab</h3>
			<p class="product-stamp__content-price">£239.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/headrush-frfr-112-mk2-full-range-flat-response-2500w-1x12-powered-cab">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/bbd030fe/66329cf17f9b660012f0fa82/FRFR112MK2-HeadRush-FRFR-112-MK2-2500w-1x12-Powered-Cab-Hero.jfif?w=400&h=400&&fit=fill&bg=FFFFFF" alt="HeadRush FRFR-112 mk2 Full Range Flat Response 2500w 1x12 Powered Cab">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">HeadRush FRFR-112 mk2 Full Range Flat Response 2500w 1x12 Powered Cab</h3>
			<p class="product-stamp__content-price">£319.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-tone-master-fr-10-guitar-amplifier">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/9b4ee817/6632b6a7fe24280012802182/2275104000-Fender-Tone-Master-FR-10-0230V-UK-Cab-Hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Tone Master FR-10 Active Guitar Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Tone Master FR-10 Active Guitar Cabinet</h3>
			<p class="product-stamp__content-price">£429.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/positive-grid-spark-frfr-cab-for-all-spark-models-pearl-finish-">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/2b292d49/66b5d1ee5c7e98353d0000bf/spark-cab(pearl)-front.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Positive Grid Spark CAB in Pearl">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Positive Grid Spark CAB in Pearl</h3>
			<p class="product-stamp__content-price">£289.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/laney-lfr-212-active-frfr-guitar-amp-cabinet">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/5334ea72/6632bb89fe2428001280d76a/378507-Laney LFR-212 1.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Laney LFR-212 Active 800W 2x12"" FRFR Guitar Amp Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Laney LFR-212 Active 800W 2x12"" FRFR Guitar Amp Cabinet</h3>
			<p class="product-stamp__content-price">£549.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/laney-lfr-112-active-400w-12-frfr-guitar-cab">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/210fc04d/6632ae50fe242800127eda94/329502-LFR-112_Main.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Laney LFR-112 Active 400W 12"" FRFR Guitar Cab">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Laney LFR-112 Active 400W 12"" FRFR Guitar Cab</h3>
			<p class="product-stamp__content-price">£419.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/line-6-powercab-112">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a06ac14e/6632a6a0fe242800127d9ef0/282721-preview1.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Line 6 Powercab 112">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Line 6 Powercab 112</h3>
			<p class="product-stamp__content-price">£549.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/line-6-powercab-112-plus">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/4113b52e/6632b894fe242800128067c1/282725-preview1.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Line 6 Powercab 112 Plus Active FRFR Guitar Cabinet System">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Line 6 Powercab 112 Plus Active FRFR Guitar Cabinet System</h3>
			<p class="product-stamp__content-price">£799.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/friedman-active-500w-10-modeling-reference-cab">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1240a472/6632b2a9fe242800127f82ca/270263-1522252308244.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Friedman Active 500W 10"" Modelling Reference Cab">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Friedman Active 500W 10"" Modelling Reference Cab</h3>
			<p class="product-stamp__content-price">£1,199.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap"><br />
<a id="what"></a></p>
<h2>What Is A FRFR Speaker?</h2>
<p>Question 1: what does it stand for? FRFR simply stands for full range, flat response. This means an FRFR speaker can handle any type of tone or frequency fed into it from an amp. The result is a neutral output that emulates the signal as cleanly and accurately as possible. Essentially, it’s a blank canvas. It’s great for modelling amps such as the <a href="https://www.andertons.co.uk/line-6-helix-floor-multi-effects-unit">Line 6 Helix</a>, <a href="https://www.andertons.co.uk/kemper-profiling-guitar-amp-modeller-white-face">Kemper profiling amp</a>, <a href="https://www.andertons.co.uk/browse/brands/neural-dsp/">Neural DSP Quad &amp; Nano Cortex</a>, or the Fractal Axe-FX, that contain every option you could imagine for creating the sound you’re after.</p>
<p>On the other side of this is the standard guitar cabinet. The idea behind all the various cabs is that they colour your tone to create a unique sound, like EQing your amp or adding an effects pedal &#8211; even the cab housing can define your tone!</p>
<p>In most circumstances, it would defeat the purpose of a modelling amp’s ability to emulate speakers if you were going to hook it up to a non-FRFR cab. There are particular reasons you may want to do this, but we’ll get to that later.</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone wp-image-12391" src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/valeton-frfr-cab.jpg" alt="" width="771" height="600" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/valeton-frfr-cab.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/11/valeton-frfr-cab.jpg 3360w, https://blog.andertons.co.uk/wp-content/uploads/2024/11/valeton-frfr-cab-768x597.jpg 768w" sizes="auto, (max-width: 771px) 100vw, 771px" /></p>
<p>The <a href="https://www.andertons.co.uk/valeton-vfr110-1x10-frfr-cabinet/">Valeton VFR-110 1300W 1&#215;10 FRFR Speaker Cabinet</a> is a perfect example of premium audio quality in the form of a highly adaptable FRFR speaker, at a brilliant price-point. More than that, VFR-110 also works well with other full-range instruments or even using as a FOH/monitor speaker.<br />
<a id="best-of-2025"></a><br />
</p>
<h2>Best FRFR Cabs in 2025</h2>
<p>We have done our research, and found some fantastic choices to help you on your FRFR speaker journey. Here are some noteable winners:</p>
<h2 class="product-list-title"><span class="page-title--arrows">Best Value For Money FRFR Cab</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/valeton-vfr110-1x10-frfr-cabinet">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1623af99/673c6641d59a8d236f00007a/VFR-110_Perspective_Hi_V02_241118.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Valeton VFR-110 1300W 1x10 FRFR Speaker Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Valeton VFR-110 1300W 1x10 FRFR Speaker Cabinet</h3>
			<p class="product-stamp__content-price">£229.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p style="text-align: left;" data-pm-slice="1 1 [&quot;table&quot;,{},&quot;table_row&quot;,{},&quot;table_cell&quot;,{&quot;colspan&quot;:1,&quot;rowspan&quot;:1,&quot;colwidth&quot;:[120]}]"><strong>The most for your money! 2 Channels, 10&#8243; Speaker, 1300 Watts of Power.</strong></p>
<p>The VFR-110 is a 1300W, lightweight full range flat response (FRFR) active speaker designed for amp modelers/multi-effects processors delivering a reference-level sound with air and punch, just like playing through real instrument amps. It also works as an active FOH/monitor speaker!</p>
<p>More than that, VFR-110 also works well with other full-range instruments or even using as a FOH/monitor speaker. Various I/O and EQ settings ensures multiple usage scenarios, and the ultra-light cabinet design lets you take it anywhere you want.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Best Amp Like FRFR Cab</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-tone-master-fr-12-guitar-cabinet-amplifier">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/80e80522/6632be35fe24280012812f2c/2275204000-Fender-Tone-Master-FR-12-230V-UK-Cab-Hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Tone Master FR-12 Active Guitar Cabinet">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Tone Master FR-12 Active Guitar Cabinet</h3>
			<p class="product-stamp__content-price">£479.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p style="text-align: left;" data-pm-slice="1 1 [&quot;table&quot;,{},&quot;table_row&quot;,{},&quot;table_cell&quot;,{&quot;colspan&quot;:1,&quot;rowspan&quot;:1,&quot;colwidth&quot;:[120]}]"><strong>12&#8243; Speaker &#8211; Amp-Like EQ &#8211; Classic Amp-Aesthetics</strong></p>
<p data-pm-slice="1 1 [&quot;table&quot;,{},&quot;table_row&quot;,{},&quot;table_cell&quot;,{&quot;colspan&quot;:1,&quot;rowspan&quot;:1,&quot;colwidth&quot;:[120]}]">The Tone Master FR-12 delivers a full range, flat response powered speaker designed to be the perfect pairing with digital guitar amp modelers and profilers. The Tone Master FR-12 delivers clear and accurate sound reproduction and replicates every detail of the amp and effect models given from your IR effects unit. They&#8217;re the ultimate companion to the Fender Tone Master Pro and the ideal solution for players who use modelers live, or at home.</p>

<p style="text-align: left;" data-pm-slice="1 1 [&quot;table&quot;,{},&quot;table_row&quot;,{},&quot;table_cell&quot;,{&quot;colspan&quot;:1,&quot;rowspan&quot;:1,&quot;colwidth&quot;:[120]}]"><strong>2 Speakers, Stereo Compatibility, Midi Presets, on board Speaker modelling: All the bells &amp; whistles!</strong></p>
<p>Guitar cabs are in desperate need to be updated for the 21st century modelling rig &#8211; and Line 6 have done just that with the 212 Powercab. This is your solution to speaker emulation and real guitar amp presence in the one package.</p>
<p>Take your pick of a standard FRFR stereo speaker setup, or alternatively recreate some of your favourite speaker sounds. The Powercab is a super flexible, high-end piece of kit designed to work with pro grade modelling amps. Capable of adding a realistic responsiveness to your modeller.</p>
<h2>FRFR Cab FAQs</h2>
<p><a id="which-one-is-best"></a></p>
<h3>Guitar Cab Vs FRFR Speaker &#8211; Which One Is Best?</h3>
<p>As the market for <a href="https://www.andertons.co.uk/browse/amps/modelling-amps/">modelling amps</a> has grown, the <a href="https://www.andertons.co.uk/browse/amps/electric-guitar-amps/electric-guitar-cabs/frfr-guitar-cabs/">FRFR speaker</a>&#8216;s popularity has too. You may see the term used when you go to buy a new speaker. You might even be tempted to get one. However, there are some points to take into consideration. One consideration to take into account with FRFR is that a speaker can never have a truly flat response. Each model will produce a tiny variation in sound, however minor. That’s not to say an audience could spot the difference but it’s something to keep in mind for real perfectionists.</p>
<p>Another bit of food for thought is the ‘live feel’ when compared to a traditional guitar cab. An FRFR sounds like its naked or isolated. As the name suggests, it’s ‘flat’ in resonance and doesn’t do a great job for in-room warmth. A guitar cab provides an air-pushing presence and takes a bit of edge off the high-end because of the housing. That’s why you might want to run a modelling amp into a cab. Or maybe you just love the sound of your Marshall 4&#215;12 so much you couldn’t bring yourself to put it into storage.</p>
<p>Furthermore, the option to physically alter microphone placement is a key part of achieving a specific sound. Most modelling amps have a design feature to change the position for the emulated cab, but there’s nothing quite like the real thing, which is an art form in itself.<br />
<a id="frfr-live-gigging"></a></p>
<h3>Can I Use A FRFR Speaker Cabinet For Gigging?</h3>
<p>Yes, you can use FRFR (Full Range Flat Response) speaker cabinets for gigging, especially when using a modelling amp or multi-effects pedal, as they accurately reproduce your digital tones without coloration, but it&#8217;s important to consider the venue&#8217;s PA system and your need for stage presence, often requiring you to either run your FRFR signal directly to the PA or use a dedicated stage monitor alongside it depending on the situation.</p>
<p><img loading="lazy" decoding="async" class="lazyload alignnone size-full wp-image-12394" src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/FRFR-live-setup.jpg" alt="" width="2000" height="1333" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/FRFR-live-setup.jpg" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/11/FRFR-live-setup.jpg 2000w, https://blog.andertons.co.uk/wp-content/uploads/2024/11/FRFR-live-setup-768x512.jpg 768w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /><br />
<a id="how-to-connect"></a></p>
<h3>How To Connect An FRFR Speaker</h3>
<p>To connect an FRFR speaker, use a standard XLR cable to connect the output of your guitar modelling device (like a multi-effects pedal) to the XLR input on the FRFR speaker; essentially, plug the XLR cable from the &#8220;output&#8221; of your device into the &#8220;input&#8221; of the FRFR speaker, ensuring the levels on both devices are properly adjusted; for stereo setups, connect a separate XLR cable to the second speaker output on your device.</p>
<p><img loading="lazy" decoding="async" class="lazyload wp-image-12389 aligncenter" src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/SPARK-CAB-positive-grid-spark-cab-hero__62173-cab.png" alt="" width="702" height="540" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/SPARK-CAB-positive-grid-spark-cab-hero__62173-cab.png" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/11/SPARK-CAB-positive-grid-spark-cab-hero__62173-cab.png 1029w, https://blog.andertons.co.uk/wp-content/uploads/2024/11/SPARK-CAB-positive-grid-spark-cab-hero__62173-cab-768x590.png 768w" sizes="auto, (max-width: 702px) 100vw, 702px" /></p>
<ul>
<li><strong>Cable Type</strong> &#8211; Check on the FRFR cab what inputs it has available. It could be an XLR cable, or even a 1/4&#8243; inch jack.</li>
<li><strong>Input/Output Matching</strong> &#8211; Connect the &#8220;output&#8221; of your device to the &#8220;input&#8221; of the FRFR speaker.</li>
<li><strong>Stereo Setup</strong> &#8211; For stereo sound, use two FRFR speakers and connect separate cables from the stereo outputs on your device to each speaker.</li>
</ul>
<p>If you are looking for a more portable option, while still getting all the benefits of the FRFR experience, the Headrush FRFR GO is a brilliant example with a much simpler setup &#8211; you literally just plug your guitar into the top, with no need for an XLR cable making your setup even simpler.</p>
<p><img loading="lazy" decoding="async" class="lazyload wp-image-12395 aligncenter" src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/Headrush-FRFR-Go-Top-Down-Web.png" alt="" width="509" height="339" data-src="https://blog.andertons.co.uk/wp-content/uploads/2024/11/Headrush-FRFR-Go-Top-Down-Web.png" data-sizes="auto" srcset="https://blog.andertons.co.uk/wp-content/uploads/2024/11/Headrush-FRFR-Go-Top-Down-Web.png 1280w, https://blog.andertons.co.uk/wp-content/uploads/2024/11/Headrush-FRFR-Go-Top-Down-Web-768x512.png 768w" sizes="auto, (max-width: 509px) 100vw, 509px" /></p>
<p><span style="font-size: 16px;">The</span><span style="font-size: 16px;"> </span><a style="font-size: 16px;" href="https://www.andertons.co.uk/headrush-frfrgo-30w-speaker-cabinet/">Headrush FRFR-Go</a><span style="font-size: 16px;"> </span><span style="font-size: 16px;">is a portable, stylish speaker cabinet designed for guitarists and bassists who use amp modelers as a crucial part of their sound. This stylish 30W 2&#215;3” FRFR cabinet is a portable and compact solution for use with their amp modeler at home. Unlike traditional</span><span style="font-size: 16px;"> </span><a style="font-size: 16px;" href="https://www.andertons.co.uk/browse/amps/electric-guitar-amps/">guitar amplifiers</a><span style="font-size: 16px;">, the FRFR-GO does not compromise the tone of the amplifier and cabinet emulations from your modelling pedals and is battery-powered providing up to 13 hours of battery life.</span><br />
<a id="just-for-modelling"></a></p>
<h3>Is FRFR Just For Modelling Amps?</h3>
<p>FRFR cabs are ideal for modelling amps &amp; amp modeller pedals, as these often have built-in cab emulation. Using an FRFR cab with a modeller ensures that you&#8217;ll hear all the intended detail in its built-in emulations.</p>
<p>On the other hand, using an active speaker with a tube head is a recipe for disaster. It&#8217;ll sound awful at best and it’ll probably result in a fire under any other circumstance. Please don’t do that. A non-powered FRFR, on the other hand, could yield some interesting results. For one, you have infinite headroom, so if you’re after that high gain metal distortion without becoming slushy, it could prove to be an option. The overall sound would be cleaner and less coloured than with a cab. An FRFR speaker can provide the extended versatility you&#8217;re looking for.</p>
<p>At the end of the day, it comes down to the individual needs of the player, such as touring or studio use, or simply if you&#8217;re a sucker for a good old set of Celestions. There isn’t a competition between FRFR and traditional cabs, it’s more a choice between utility and feel. Both have their merits.</p>
<h2>FRFR Cabs on Andertons TV</h2>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/UU7oq8vz2fc?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">HeadRush FRFR-Go - The Little Amp That Multi FX Guitar Players Probably Need!</span>

                <span itemprop="description">Somehow it's taken this long for a compact FRFR cab of this kind to reach the market! With the prevalence of multi-fx and amp sims, it makes perfect sense that players need a compact and simple home speaker solution for amplifying modern guitar rigs! | 

» HeadRush FRFR-GO 30W Portable Speaker Cabinet | https://tinyurl.com/2a7maw6l

» Check out all our HeadRush gear! | https://tinyurl.com/2773mt7y

» Check out all our Multi FX Units! | https://tinyurl.com/2yf9tdlk
» Check out all our FRFR Guitar Cabs! | https://tinyurl.com/23tzmuhl
» Check out all our Electric Guitar Cabs! | https://tinyurl.com/25ptabo4

Check out the HeadRush range of Multi-FX:
» HeadRush Prime Amp Modeller, Multi-FX & Vocal Processor Pedal | https://tinyurl.com/29wzl9c7
» HeadRush Core Guitar FX Amp Modeler and Vocal Processor | https://tinyurl.com/2d74vyrp
» HeadRush Flex Prime Multi FX Pedal | https://tinyurl.com/22spgvgm

» Check out all our Hansen Guitars! | https://tinyurl.com/2b25vc78

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Jam!
» 0:50 Introducing FRFR Go
» 4:13 Stereo?
» 4:45 Let's Hear It!
» 5:36 What You're Hearing!
» 6:12 Final Thoughts?
» 7:16 Outro Jam!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#headrushfx #guitarpedals #guitar</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/UU7oq8vz2fc/default.jpg</span>

                <span itemprop="duration">PT8M35S</span>

                <span itemprop="uploadDate">2024-11-18T15:00:34Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">159001</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">


    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/EcDaqVaTFVw?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Positive Grid Spark CAB - Make Your Gear Sound Better & Louder with a Great FRFR Cab!</span>

                <span itemprop="description">Head over to the Andertons website to find the products in the video! | https://tinyurl.com/27gsswfq

Electric Guitar Department | https://tinyurl.com/2ah7ele5
Acoustic Guitar Department | https://tinyurl.com/23tr727d
Bass Department | https://tinyurl.com/24yqm6sy
Guitar Pedal Department | https://tinyurl.com/287hdxhq
Amp Department | https://tinyurl.com/28vnqtu5

The links below may be outdated, use the links above to start browsing the website. 
👆 The Positive Grid Spark Cab is here to breathe volume and life into your gear, not just the Spark range! Connect up any line out to this great FRFR (Full Range Frequency Response) Cab and hear your guitar tone the way it was meant to be played! In Stock Now! | https://tinyurl.com/ykkutfpm

» Positive Grid Spark CAB | https://tinyurl.com/ykkutfpm

» Positive Grid Spark Mini Practice Amp | https://tinyurl.com/ym38vtpb
» Positive Grid Spark Mini Practice Amp in Pearl | https://tinyurl.com/yunq4uc4

» Positive Grid Spark 40w Practice Amp | https://tinyurl.com/ykqqhgea
» Positive Grid Spark 40w Practice Amp in Pearl | https://tinyurl.com/ym4ttpe6

» Positive Grid Spark GO Ultra-Portable Guitar Amp | https://tinyurl.com/ym5ejbxq
» Positive Grid Spark GO Ultra Portable Guitar Amp with Case Bundle | https://tinyurl.com/yls9fqka

» Check out all our Positive Grid Gear! | https://tinyurl.com/yuus4c5k
 
» Check out all our Guitar Amps! | https://tinyurl.com/2xd95rjn
» Check out all our Guitar Cabs! | https://tinyurl.com/ywoexcrk

» Check out all our Practice Amps! | https://tinyurl.com/yunlkck3
» Check out all our Ibanez Guitars! | https://tinyurl.com/yuhs9vgu

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guitar to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

🎁 Subscriber Prizes 🎁  
» https://www.andertons.co.uk/andertons-youtube-subscriber-prizes

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Comparison!
» 1:30 Welcome Back!
» 2:13 About Positive Grid
» 3:30 Introducing the Spark Cab!
» 5:24 Price?
» 5:48 Inputs/Outputs
» 9:01 Let's Compare Sounds!
» 12:58 Lightweight!
» 13:48 With Valeton GP-200
» 14:50 Final Thoughts!
» 16:40 Availability?
» 17:25 Outro Jam!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#andertons #positivegrid #guitar</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/EcDaqVaTFVw/default.jpg</span>

                <span itemprop="duration">PT19M10S</span>

                <span itemprop="uploadDate">2023-11-20T14:45:01Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">141943</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">


    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/WjMsdts5F70?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Powered FRFR Cabinets Shootout - Line6 vs Atomic vs Friedman</span>

                <span itemprop="description">Head over to the Andertons website to find the products in the video! | https://tinyurl.com/27gsswfq

Electric Guitar Department | https://tinyurl.com/2ah7ele5
Acoustic Guitar Department | https://tinyurl.com/23tr727d
Bass Department | https://tinyurl.com/24yqm6sy
Guitar Pedal Department | https://tinyurl.com/287hdxhq
Amp Department | https://tinyurl.com/28vnqtu5

The links below may be outdated, use the links above to start browsing the website. 
👆 Joss and Pete shoot out 3  FRFR cabinets with the Kemper and two Michael Britt Profiles.

The Atomic Wedge - https://goo.gl/SsEJti

Line 6 Powercab 112 - https://goo.gl/2WuoL8

Friedman ASM-12 Active FRFR Cab - https://goo.gl/6EV4oL

Joss plays Lees' PRS McCarthy 594 and Pete plays a 56 custom shop.


Interested in other Andertons YouTube channels? Click on one of these links to find out more…

Andertons Guitar & Bass YouTube Channel: https://goo.gl/wRsx1P
Andertons Drummers YouTube Channel: https://goo.gl/gjAEAs
Andertons Keyboard YouTube Channel: https://goo.gl/kFxnYu
Andertons Music Tech YouTube Channel: https://goo.gl/a2vnDT
Andertons Shopping Web Site: https://goo.gl/TPsG2Q
Buy a T Shirt: https://goo.gl/4mRRyy

Make sure to subscribe to Andertons TV for more great videos like this!

#frfr #poweredcabinet #kemper</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/WjMsdts5F70/default.jpg</span>

                <span itemprop="duration">PT38M28S</span>

                <span itemprop="uploadDate">2018-06-11T09:30:00Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">163941</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h2>Conclusion</h2>
<p>You&#8217;re spoilt for choice with FRFR cabs nowadays, with brands like <a href="https://www.andertons.co.uk/browse/brands/positive-grid/">Positive Grid</a>, <a href="https://www.andertons.co.uk/browse/brands/headrush/">HeadRush</a>, <a href="https://www.andertons.co.uk/browse/brands/laney-amplification/">Laney</a>, <a href="https://www.andertons.co.uk/browse/brands/fender/fender-guitar-bass-amps/">Fender</a>, <a href="https://www.andertons.co.uk/browse/brands/line-6/">Line 6</a> &amp; many more making their own versions. There&#8217;s plenty of choice in terms of size, power, and features to suit your needs!</p>
<h3>Want To Know More?</h3>
<p>Check out <a href="https://www.andertons.co.uk/browse/amps/electric-guitar-amps/electric-guitar-cabs/frfr-guitar-cabs/" target="_blank" rel="noopener">FRFR guitar cabinet range here</a>. If you&#8217;ve enjoyed reading, why not check out the rest of our <a href="/learn" target="_blank" rel="noopener">learn</a> content while you&#8217;re here?</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/what-is-an-frfr-speaker-cabinet-the-best-frfr-cabs-in-2025">What Is An FRFR Speaker Cabinet? The Best FRFR Cabs In 2025</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/learn/what-is-an-frfr-speaker-cabinet-the-best-frfr-cabs-in-2025/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>The Best Guitar Headphone Amps in 2025</title>
		<link>https://blog.andertons.co.uk/learn/the-best-guitar-headphone-amps-in-2025</link>
					<comments>https://blog.andertons.co.uk/learn/the-best-guitar-headphone-amps-in-2025#respond</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Thu, 13 Feb 2025 08:00:45 +0000</pubDate>
				<category><![CDATA[Learn]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=11609</guid>

					<description><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2025/02/katana-go-2-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/02/katana-go-2-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2025/02/katana-go-2-400x400.jpg 400w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>Looking for a silent practice tool with a small footprint? Then you might want to consider using one of the best headphone amps for guitar. Simply plug into the unit as you would your regular amp, grab your favourite set of headphones and enjoy some great tones, without disturbing anyone else. Typically equipped with multiple [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/the-best-guitar-headphone-amps-in-2025">The Best Guitar Headphone Amps in 2025</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="600" src="https://blog.andertons.co.uk/wp-content/uploads/2025/02/katana-go-2-600x600.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" srcset="https://blog.andertons.co.uk/wp-content/uploads/2025/02/katana-go-2-600x600.jpg 600w, https://blog.andertons.co.uk/wp-content/uploads/2025/02/katana-go-2-400x400.jpg 400w" sizes="auto, (max-width: 600px) 100vw, 600px" /><p>Looking for a silent practice tool with a small footprint? Then you might want to consider using one of the best <a href="https://www.andertons.co.uk/guitar-dept/electric-guitar-amps/guitar-headphone-amps">headphone amps</a> for guitar. Simply plug into the unit as you would your regular amp, grab your favourite set of <a href="https://www.andertons.co.uk/recording/headphones">headphones</a> and enjoy some great tones, without disturbing anyone else.</p>
<p>Typically equipped with multiple sounds and even built-in effects, they provide you with enough versatility to feel like you&#8217;re getting the most out of your practice sessions. Just plug one of these into your guitar, connect a pair of <a href="https://www.andertons.co.uk/recording/headphones">headphones</a> and jam away!</p>
<h4>Do I need a headphone amplifier?</h4>
<p>Headphone Amplifiers are changing the way that you practice! With the amount of tonal options in these small devices, combined with their portability, practicing has never been simpler.</p>
<h4>What is a good guitar headphone amplifier?</h4>
<p>Some of the headphone amplifiers are in the form of a pair of headphones already, so in this case, they are truly plug-in-and-play. Lets look at some of the most popular and highest rated, and do a comparison! Our top picks are from <a href="https://www.andertons.co.uk/browse/brands/positive-grid/">Positive Grid</a>, <a href="https://www.andertons.co.uk/boss-katana-go-personal-guitar-headphone-amp" target="_blank" rel="noopener">Boss</a>, <a href="https://www.andertons.co.uk/nux">Nux</a> &amp; <a href="https://www.andertons.co.uk/brands/fender/fender-guitar-amps">Fender. </a>These desktop <a href="https://www.andertons.co.uk/amps/electric-guitar-amps" target="_blank" rel="noopener">Amplifiers</a> might just be the finest money can buy. Here is a small list of highly recommended <a href="https://www.andertons.co.uk/guitar-dept/electric-guitar-amps/guitar-headphone-amps">Headphone Amplifiers</a>, each with a subtle difference.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Positive Grid Spark NEO Headphone Amps</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/positive-grid-spark-neo-wireless-smart-guitar-headphone-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c65f0ba6/67af032e4cd175583700008f/spark-neo-isolated-01-3DFBL-[20241101-135937]%2BTX.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Positive Grid Spark NEO Wireless Smart Guitar Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Positive Grid Spark NEO Wireless Smart Guitar Headphone Amp</h3>
			<p class="product-stamp__content-price">£179.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/positive-grid-spark-neo-core-wireless-smart-guitar-headphone-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/986c0b51/68f9f8be7278c82ee90003f7/spark-neo-core-isolated-01-3DFL-front_compressed.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Positive Grid Spark NEO CORE Wired Smart Guitar Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Positive Grid Spark NEO CORE Wired Smart Guitar Headphone Amp</h3>
			<p class="product-stamp__content-price">£139.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>Spark NEO sets the benchmark of what is possible, using advanced technology &amp; AI to transform the way we practice the guitar. The Spark NEO is a wireless guitar rig harnessed into a pair of premium headphones.</p>
<p>Plug in the wireless transmitter into your guitar input, select your favourite tones from the library of 33 amps &amp; 43 effects using the Spark App on your smartphone, and experience the rich, detailed sound thanks to the high-definition custom-designed audio drivers.</p>
<p>The <a href="https://www.andertons.co.uk/positive-grid-spark-neo-core-wireless-smart-guitar-headphone-amp/">Positive Grid Spark NEO Core</a> is a plug-and-play smart guitar headphone amp that delivers the full power of a professional guitar rig directly into your headphones. Designed for players who want immersive tone anytime and anywhere, this all-in-one device combines studio-grade sound, iconic Spark amp modelling, and deep app integration into a simple plug-in-and-play package. Just connect your guitar, bass, or acoustic instrument with a standard ¼” cable and enjoy expressive, high-quality tone without the need for bulky amplifiers or noisy setups.</p>
<h2 class="product-list-title"><span class="page-title--arrows">IK Multimedia TONEX Plug Portable Headphone Amp</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/ik-multi-tonex-plug">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/667514ca/68f9ee977278c82ee90003ce/01_TONEX_Plug_MG_8692_r_compressed-herod.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="IK Multimedia TONEX Plug Portable Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">IK Multimedia TONEX Plug Portable Headphone Amp</h3>
			<p class="product-stamp__content-price">£134.99
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The <a href="https://www.andertons.co.uk/browse/brands/ik-multimedia/">IK Multimedia</a> TONEX Plug is a revolutionary portable headphone amplifier that puts an unlimited world of guitar tones right in your pocket. Building on the success of TONEX and TONEX ONE, this compact device delivers world-class sound quality in a practice-friendly format, perfect for silent practice, recording, or jamming anywhere.</p>
<p>With full compatibility across all TONEX Tone Models, the TONEX Plug offers access to over 30,000 free amp and pedal models, plus hundreds of premium collections, making it an essential tool for guitarists of all levels seeking inspiration on the go.</p>
<h2 class="product-list-title"><span class="page-title--arrows">BOSS KATANA GO Headphone Amplifier</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-katana-go-personal-guitar-headphone-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/46f4620f/67b46c153607a371ce0000f2/KTN-GO2-thumb.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss KATANA GO Personal Guitar Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss KATANA GO Personal Guitar Headphone Amp</h3>
			<p class="product-stamp__content-price">£109.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-katana-go-ktn-go-headphone-amp-with-behringer-hpm1000-headphones-bundle">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e6201c1e/67ac7058e402376b04000099/BUN-KTNGO-CB-.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss KATANA GO Guitar Headphone Amplifier With Behringer HPM1000 Headphones Bundle">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss KATANA GO Guitar Headphone Amplifier With Behringer HPM1000 Headphones Bundle</h3>
			<p class="product-stamp__content-price">£115.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-katana-go-ktn-go-guitar-headphone-amplifier-with-case-and-footswitch-bundle">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e6201c1e/67ac7058e402376b0400009b/BUN-KTNGO-CF.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss KATANA GO Guitar Headphone Amplifier With Case and Footswitch Bundle">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss KATANA GO Guitar Headphone Amplifier With Case and Footswitch Bundle</h3>
			<p class="product-stamp__content-price">£199.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-katana-go-ktn-go-headphone-amp-with-case-footswitch-headphones-bundle">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e6201c1e/67ac7058e402376b0400009c/BUN-KTNGO-CFH.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss KATANA GO Guitar Headphone Amplifier With Case, Footswitch & AKG Headphones Bundle">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss KATANA GO Guitar Headphone Amplifier With Case, Footswitch & AKG Headphones Bundle</h3>
			<p class="product-stamp__content-price">£249.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-katana-go-ktn-go-headphone-amp-with-headphones-bundle">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e6201c1e/67ac7058e402376b04000098/BUN-KTNGO-CH.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss KATANA GO Guitar Headphone Amplifier With AKG K245 Headphones Bundle">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss KATANA GO Guitar Headphone Amplifier With AKG K245 Headphones Bundle</h3>
			<p class="product-stamp__content-price">£159.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>Introducing the <a href="https://www.andertons.co.uk/boss-katana-go-personal-guitar-headphone-amp">Boss KATANA:GO</a>, a personal guitar amplifier that plugs directly into your guitar. Contained within this tiny amplifier is an expansive collection of highly regarded Boss Katana amplifiers, with the option of downloading and sharing your favourite patches on the BOSS Tone Exchange. Choose the exact tone you want with the simple-to-use interface on the organic EL display. In Guitar mode, there are 10 amplifier types and over 60 effects, and in Bass mode you have three amplifier types also with over 60 effects &amp; a truly wide range of tonal options just for you.</p>
<p>For its small size and the sheer amount of tonal soundscape contained within the KATANA:GO, <a href="https://www.andertons.co.uk/browse/guitar-dept/electric-guitars/">electric guitar</a> &amp; <a href="https://www.andertons.co.uk/browse/bass-dept/">bass</a> practice has never been so simple.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/CG8rOfQJPcY?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Boss KATANA:GO - Unrivalled Katana Sound in a Tiny Headphone Amp!</span>

                <span itemprop="description">The unbeatable Boss Katana is back in a whole new way! Get the incredible Katana sound and features in a simple and tiny headphone amp! This genius little bit of kit is the perfect practice companion to get you playing quickly and quietly! | https://tinyurl.com/2asps2et

*Please note, this product has undergone a visual redesign but retains the exact same functionality as described in this video.

Learn more about the Best Headphone Amps in 2025 here | https://tinyurl.com/2ylontn3

» Boss Katana GO Personal Guitar Headphone Amp | https://tinyurl.com/242wp3j7

» Boss Katana GO KTN GO Guitar Headphone Amplifier with Case Bundle | https://tinyurl.com/2yu8b3h2
» Boss Katana GO KTN GO Headphone Amp with Behringer HPM1000 Headphones Bundle | https://tinyurl.com/24jhaybu
» Boss Katana GO KTN GO Guitar Headphone Amplifier with Case & Footswitch Bundle | https://tinyurl.com/29vm32t8
» Boss Katana GO KTN GO Headphone Amp with Case Footswitch & Headphones Bundle | https://tinyurl.com/2yozx54k
» Boss Katana GO KTN GO Headphone Amp with Headphones Bundle | https://tinyurl.com/25f7jq9n

» Check out all our Boss Gear! | https://tinyurl.com/2xt93tr7
» Check out all our Boss Katana Amps! | https://tinyurl.com/2asps2et

» Check out all our Headphones! | https://tinyurl.com/275ygugt

Check out Pete's New Signature Guitar:
» Chapman DPT Danish Pete Signature Electric Guitar in Flint Blue | https://tinyurl.com/29w7yab2
» Chapman DPT Danish Pete Signature Electric Guitar in Fall Yellow | https://tinyurl.com/275xdy95
» Chapman DPT Danish Pete Signature Electric Guitar in Grove Green | https://tinyurl.com/26vtqdn8
» Check out all our Chapman Guitars! | https://tinyurl.com/2aruenvy

Check out other headphone amps in this handy playlist! | https://www.youtube.com/playlist?list=PLQXro2VDjyIwXr8uQsG5PzdXHz59NaK4B

Check out our blog on the Best Guitar Headphone Amps! | https://tinyurl.com/2xp58dyk

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

🎁 Subscriber Prizes 🎁  
» https://www.andertons.co.uk/andertons-youtube-subscriber-prizes

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Playing!
» 1:29 Introducing the Boss Katana Go!
» 2:01 How It's Set Up
» 3:09 Price?
» 3:29 Bass Players Stay Tuned!
» 4:00 Let's Get Started!
» 5:42 The Sounds?
» 9:59 App Features?
» 12:07 Stage Feel?
» 16:35 Sessions?
» 17:40 Tone Central
» 18:03 Wireless Footswitch?
» 18:56 Bundles
» 19:12 Without the App?
» 19:43 Battery Life?
» 19:58 USB Interface
» 20:12 Other Options?
» 22:35 Availability
» 22:57 Bass!
» 25:43 Outro Playing

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#andertons #bosskatana #guitar</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/CG8rOfQJPcY/default.jpg</span>

                <span itemprop="duration">PT26M37S</span>

                <span itemprop="uploadDate">2024-03-14T07:00:04Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">203696</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h4>Key Features</h4>
<ul>
<li><strong>A Sound Library at your Fingertips</strong> &#8211; Tap into BOSS&#8217;s expansive Katana guitar tone ecosystem anywhere! Wirelessly edit, organize, and download tones with the BOSS Tone Studio app for iOS and Android mobile devices.</li>
<li><strong>Simple Interface</strong> &#8211; Easy-to-use controls for guitar volume and Bluetooth audio playback.</li>
<li><strong>Built-In Tuner</strong> &#8211; Tune on-the-go with the quick-access BOSS Chromatic Tuner.</li>
<li><strong>Stage Feel</strong> &#8211; The KATANA:GO has a built-in Stage Feel headphone option to transport you to stage, and changes the soundscape for that authentic stage feel.</li>
<li><strong>Directly Record Your Audio</strong> &#8211; Play &amp; record audio directly into a DAW via USB-C using a PC or Smartphone, making your recording setup much simpler.</li>
<li><strong>Live Stream!</strong> &#8211; Feel like streaming? Directly stream audio and edit those sounds via Bluetooth connectivity.</li>
<li><strong>Recharge</strong> &#8211; Recharge with ease with the included cable.</li>
</ul>
<h2 class="product-list-title"><span class="page-title--arrows">Fender Mustang Micro and Mustang Micro Plus</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-mustang-micro-plus">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/46f4620f/67b46c153607a371ce0000f1/2311600000-thumb.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Mustang Micro Plus ">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Mustang Micro Plus </h3>
			<p class="product-stamp__content-price">£109.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-mustang-micro-plus-bundle-with-case">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/5d52acef/66d86345085f6208b50000c3/BUN-MMP-C.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Mustang Micro Plus Bundle with Case">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Mustang Micro Plus Bundle with Case</h3>
			<p class="product-stamp__content-price">£129.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-mustang-micro-plus-bundle-with-case-and-headphones">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/192ca0a0/68ef9aa4775ee24e92000105/BUN-MMP-CB__98767.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Mustang Micro Plus Bundle with Case and Headphones">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Mustang Micro Plus Bundle with Case and Headphones</h3>
			<p class="product-stamp__content-price">£135.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/fender-mustang-micro-plus-bundle-with-case-and-akg-headphones">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/5d52acef/66d86345085f6208b50000bd/BUN-MMP-CB-AKG.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Fender Mustang Micro Plus Bundle with Case and AKG Headphones">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Fender Mustang Micro Plus Bundle with Case and AKG Headphones</h3>
			<p class="product-stamp__content-price">£179.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The innovative <a href="https://www.andertons.co.uk/brands/fender/fender-guitar-amps/fender-mustang-micro-personal-guitar-amplifier">Fender Mustang Micro</a> and <a href="https://www.andertons.co.uk/fender-mustang-micro-plus/">Fender Mustang Micro Plus</a> are a complete personal guitar amplifier, featuring a wide selection of amp tones and effects from the wildly popular <a href="https://www.andertons.co.uk/browse/brands/fender/fender-guitar-bass-amps/fender-mustang-amps/">Fender Mustang amp series</a>. Plug one of these lightweight devices directly into your guitar, connect your wired headphones, choose your perfect settings and you&#8217;re ready to go!</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/Xaf9fgJ3x2I?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">NEW Fender Mustang Micro Plus - An Impressive New Headphone Amp!</span>

                <span itemprop="description">The best-selling portable headphone amp from Fender has just been given a big upgrade! This all-in-one practice solution is perfect for guitarists on the go and comes jam-packed with helpful features to keep you in the creative zone! | https://tinyurl.com/2a8ntfgv
 
» Fender Mustang Micro Plus Headphone Amp | https://tinyurl.com/28szwnj4

Why not get headphones and a case in one of our bundles?
» Fender Mustang Micro Plus Bundle with Case | https://tinyurl.com/2cvb4efd
» Fender Mustang Micro Plus Bundle with Case & Headphones | https://tinyurl.com/26xjd48z
» Fender Mustang Micro Plus Bundle with Case & AKG Headphones | https://tinyurl.com/28bt956w

» Check out all our Fender Mustang Amps! | https://tinyurl.com/2a8ntfgv
» Check out all our Fender Guitar & Bass Amps! | https://tinyurl.com/227z332y
» Check out all our Fender Gear! | https://tinyurl.com/2823okgr

» Check out all our Guitar Headphone Amps! | https://tinyurl.com/2xps7v63

» Squier Contemporary Active Starcaster in Shoreline Gold | https://tinyurl.com/2yvqddrl
» Squier FSR Paranormal Offset Tele SH Okoume Neck in Mocha | https://tinyurl.com/22nbp72u

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Jam
» 2:05 Introducing the Fender Mustang Micro Plus
» 5:40 Let's Hear It!
» 6:30 The Offset Tele? 
» 7:10 Exploring the Sounds!
» 17:20 Without the App?
» 17:50 Tuner
» 18:11 Presets?
» 19:20 Other Features?
» 19:45 Let's Hear the Factory Presets!
» 27:04 Price?
» 27:14 Final Thoughts!
» 27:53 Will it Fit My Guitar?

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#guitar #fender #fendermustang</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/Xaf9fgJ3x2I/default.jpg</span>

                <span itemprop="duration">PT29M20S</span>

                <span itemprop="uploadDate">2024-09-05T13:00:38Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">157176</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>Both the Mustang Micro and the Mustang Micro Plus are great options for a portable, all-in-one headphone guitar amp, but which model is best for you? With over twice as many amps and effects in addition to 100 presets, a built-in Chromatic tuner and a screen for effortless navigation, the Fender Mustang Micro Plus is the perfect choice for tone chasers and knob tweakers searching for a portable, user-friendly all-in-one practice solution that gives them a complete smorgasbord of possibilities and options. The original Fender Mustang Micro headphone amp is a great solution for those who don&#8217;t want to be bogged down with too many choices but do want just a selection of pro-quality sounds available with just a few clicks of a button.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Nux Mighty Plugs</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/nux-mp-3-mighty-plug-pro-headphone-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/46f4620f/67b46c153607a371ce0000f0/MP-3-thumb.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="NUX MP-3 Mighty Plug Pro Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">NUX MP-3 Mighty Plug Pro Headphone Amp</h3>
			<p class="product-stamp__content-price">£79.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/nux-mp-2-mighty-plug-headphone-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/46f4620f/67b46c153607a371ce0000ef/MP-2-thumb.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="NUX MP-2 Mighty Plug Headphone Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">NUX MP-2 Mighty Plug Headphone Amp</h3>
			<p class="product-stamp__content-price">£57.99
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The <a href="https://www.andertons.co.uk/brands/nux/nux-mp-3-mighty-plug-pro-headphone-amp">Mighty Plug Pro</a> offers an expanded range of amp modelling and Impulse Response cabinets. The <a href="https://www.andertons.co.uk/brands/nux/nux-mp-2-mighty-plug-headphone-amp">Mighty Plug</a> gave you the ability to connect your smart devices and use the app to change tone settings. The Pro model can go further seamlessly giving you the power to livestream or upload your favourite riffs to social media.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/OyEnzTLoZjA?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">Absolutely Brilliant Headphone Guitar Amps - NUX Mighty Plug Amps - We Loved Them!</span>

                <span itemprop="description">Head over to the Andertons website to find the products in the video! | https://tinyurl.com/27gsswfq

Electric Guitar Department | https://tinyurl.com/2ah7ele5
Acoustic Guitar Department | https://tinyurl.com/23tr727d
Bass Department | https://tinyurl.com/24yqm6sy
Guitar Pedal Department | https://tinyurl.com/287hdxhq
Amp Department | https://tinyurl.com/28vnqtu5

The links below may be outdated, use the links above to start browsing the website. 
👆 Lee and Pete are jamming out on the new NUX Mighty Plugin Amps! These picket sized amps may be small, but they pack a lot of sweet features! Are you a fan of these? Let us know your thoughts in the comments! | https://tinyurl.com/yol4ouum

» NUX MP-3 Mighty Plug Pro Headphone Amp | https://tinyurl.com/yw3p8e63
» NUX MP-2 Mighty Plug Headphone Amp | https://tinyurl.com/ylr9jwa5
» Check out all our NUX Gear! | https://tinyurl.com/yol4ouum

Check out NUX Practice Amps!
» NUX Mighty Air Wireless Stereo Modelling Amp | https://tinyurl.com/yoo3tnjy
» NUX Mighty Lite BT mkII Guitar Amp | https://tinyurl.com/yvfcxcxl
» NUX Mighty Space Guitar and Bass Amp | https://tinyurl.com/ykeynolk

The Guitars:
» Sire Larry Carlton S7 Electric Guitar in Champagne Gold Metallic | https://tinyurl.com/yq9wp8g7
» Check out all our Sire S Series Guitars! | https://tinyurl.com/ywbngbr3

» Chapman ML3 Pro Traditional Electric Guitar in Purple Metallic | https://tinyurl.com/yw7wc9r4
» Check out all our Chapman ML3 Guitars! | https://tinyurl.com/ys3cpw2l

Always check the website for accurate and up-to-date pricing and product specifications!

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

🎁 Subscriber Prizes 🎁  
» https://www.andertons.co.uk/andertons-youtube-subscriber-prizes

⏰ Timestamps ⏰
» 0:00 Intro Jam!
» 1:30 What are we looking at today?
» 2:39 The NUX Plugin Amps!
» 6:46 Navigating the Mighty Plug app.
» 9:35 Comparing Presets on the MP2 and Pro.
» 12:25 Let's Hear Some Presets!
» 15:03 How Good is the Drum Machine?
» 16:50 Final Thoughts.
» 17:35 Outro Jam!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» Twitter | https://twitter.com/andertonsmusic

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons own brand products.

#Andertons #NUX #amps</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/OyEnzTLoZjA/default.jpg</span>

                <span itemprop="duration">PT20M51S</span>

                <span itemprop="uploadDate">2023-09-18T14:00:17Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">121068</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>Using the same technology as the <a href="https://www.andertons.co.uk/brands/nux/nux-mp-2-mighty-plug-headphone-amp">MP-2</a> version, harnessing then TSAC-HD White Box Algorithm and Impulse Responses, so that you have the ultimate guitar playing experience without compromise.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Boss Waza-Air Headphone Amplifier</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-waza-air-wireless-guitar-headphones">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/e4a7c262/6632c0e4fe24280012818621/364175-BOSS-Waza-Air-Wireless-Guitar-Headphones-1.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="BOSS Waza-Air Wireless Guitar Amp Headphones">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">BOSS Waza-Air Wireless Guitar Amp Headphones</h3>
			<p class="product-stamp__content-price">£319.00
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-waza-air-bass-headphones">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/12cd2dcb/6632b1d6fe242800127f60fc/462100-WAZAAIR_BASS.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss Waza Air Bass Headphones">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss Waza Air Bass Headphones</h3>
			<p class="product-stamp__content-price">£399.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>Don&#8217;t be fooled into thinking these are just a pair of wireless headphones. The <a href="https://www.andertons.co.uk/boss/boss-katana-amps/boss-waza-air-wireless-guitar-headphones">BOSS Waza-Air headphones</a> are an all-in-one personal guitar amp system that offers stunning, realistic amp tones straight to your ears &#8211; no amp needed.</p>

<p>With an included wireless adapter, plug in and connect to your phone via the Tone Studio app and access an endless selection of pro-grade guitar tones and effects. Innovative features like Gyro Ambience add real-time surround sound, with authentic ambience for a real studio, stage and room feel. Is this the ultimate silent guitar practice solution?</p>
<h2 class="product-list-title"><span class="page-title--arrows">Valeton Rushead</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/valeton-rushead-max-bass-headphone-guitar-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1eff3320/6632b9e9fe24280012809b06/494611-Valeton-RH-101-Rushead-Max-Bass-Pocket-Guitar-Amp.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Valeton RH-101 Rushead Max Bass Pocket Guitar Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Valeton RH-101 Rushead Max Bass Pocket Guitar Amp</h3>
			<p class="product-stamp__content-price">£24.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/valeton-rushead-max-headphone-guitar-amp">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/988a1037/6632be3afe24280012812fec/494604-Valeton-RH-100-Rushead-Max-Pocket-Guitar-Amp.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Valeton RH-100 Rushead Max Pocket Guitar Amp">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Valeton RH-100 Rushead Max Pocket Guitar Amp</h3>
			<p class="product-stamp__content-price">£29.99
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>Take the <a href="https://www.andertons.co.uk/guitar-dept/electric-guitar-amps/guitar-headphone-amps/valeton-rushead-max-headphone-guitar-amp">Valeton Rushead</a> Max Headphone Guitar Amp &#8211; this is perfect for silent practice! With a straightforward design that makes it effortless to just plug in and play with, the Rushead Max offers inspiring tones based on some of the world&#8217;s most famous amps.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Vox Amplug</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-amplug-3-us-silver">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/25640637/66329db67f9b660012f141fd/AP3-US-Vox-amPlug-3-US-Silver-Hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox amPlug 3 US Silver">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox amPlug 3 US Silver</h3>
			<p class="product-stamp__content-price">£39.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-amplug-3-ac30">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/5be1475a/66329c467f9b660012f0b615/AP3-AC-Vox-amPlug-3-AC30-Hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox amPlug 3 AC30">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox amPlug 3 AC30</h3>
			<p class="product-stamp__content-price">£39.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-amplug-3-high-gain">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/c942f956/66329ca07f9b660012f0d9ac/AP3-HG-Vox-amPlug-3-High-Gain-Front.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox amPlug 3 High Gain">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox amPlug 3 High Gain</h3>
			<p class="product-stamp__content-price">£39.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-amplug-3-modern-bass">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/1f13b4f8/66329d927f9b660012f133fa/AP3-MB-Vox-amPlug-3-Modern-Bass-Front.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox amPlug 3 Modern Bass">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox amPlug 3 Modern Bass</h3>
			<p class="product-stamp__content-price">£39.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-amplug-3-uk-drive">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a6ffdd3e/6632a3bcfe242800127d1c3a/AP3-UD-Vox-amPlug-3-UK-Drive-Hero.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox amPlug 3 UK Drive">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox amPlug 3 UK Drive</h3>
			<p class="product-stamp__content-price">£39.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-amplug-3-boutique">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/22e10749/66329ddf7f9b660012f1521e/AP3-BQ-Vox-amPlug-3-Boutique-Front.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox amPlug 3 Boutique">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox amPlug 3 Boutique</h3>
			<p class="product-stamp__content-price">£39.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-amplug-3-bass">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/4a720c47/6632a3b7fe242800127d1b5d/AP3-BA-Vox-amPlug-3-Bass-Front.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox amPlug 3 Bass">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox amPlug 3 Bass</h3>
			<p class="product-stamp__content-price">£39.99
</p>
		</div>
	</a>
</div>

<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/vox-ap-bm-amplug-brian-may-edition-treble-boost">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/2fafbeaf/6632d4c7fe24280012832509/AP-BM-Vox-amPlug-Brian-May-Edition.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Vox AP-BM amPlug Brian May Edition with Treble Boost">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Vox AP-BM amPlug Brian May Edition with Treble Boost</h3>
			<p class="product-stamp__content-price">£44.99
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The Vox Amplug&#8217;s come in various forms such as the AC30, Bass, Boutique &amp; US Silver. Each Vox Amplug emulates their respective amplifier or sound and has integrated effects, making it perfect for musicians who seek authentic tone in such a small form-factor.</p>
<h2 class="product-list-title"><span class="page-title--arrows">Practice Silently With Our Silent Bundles</span></h2></div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/hils-hn5-headless-guitar-satin-metallic-emerald-green-bundle-with-nux-mp2-and-k245-headphones">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/2792023a/67642ae7b6a14b73640000ea/HN5S-NS-MEG.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="HILS NEXT HN5 Headless Electric Guitar Satin Green Silent Practice Bundle">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">HILS NEXT HN5 Headless Electric Guitar Satin Green Silent Practice Bundle</h3>
			<p class="product-stamp__content-price">£549.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>We have created a range of bundles which get you straight into playing the guitar, with the ability to practice silently as they use the headphone amplifiers discussed in this blog! By simply plugging the headphone amplifier into the guitar, then connecting headphones into that, then you are set up to practice without disturbing the neighbours.</p>
<h2>Headphone Amp FAQs</h2>
<h4>Can I use a headphone amp with a bass guitar?</h4>
<p>You most certainly can. Many guitar headphone amps also include plenty of inspiring bass guitar tones so you can groove away in peace!</p>
<h4>Can you plug headphones into a normal guitar amp?</h4>
<p>Yes &#8211; if your amplifier has a headphone output, you can connect any headphones to a normal amplifier. The benefit of a headphone amplifier is that your total is way smaller and more portable.</p>
<h2>Conclusion</h2>
<p>We hope this comparison guide has guided you into the world of Headphone Amplifiers. There is a headphone amp for everyone, and with each one having different features, guitarists truly are lucky today to have these tools at their disposal!</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/the-best-guitar-headphone-amps-in-2025">The Best Guitar Headphone Amps in 2025</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/learn/the-best-guitar-headphone-amps-in-2025/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What&#8217;s the Difference Between Boss Multi-FX Pedals?</title>
		<link>https://blog.andertons.co.uk/learn/whats-the-difference-between-boss-multi-fx-pedals</link>
					<comments>https://blog.andertons.co.uk/learn/whats-the-difference-between-boss-multi-fx-pedals#respond</comments>
		
		<dc:creator><![CDATA[Stuart Palmer]]></dc:creator>
		<pubDate>Thu, 24 Oct 2024 07:00:48 +0000</pubDate>
				<category><![CDATA[Learn]]></category>
		<guid isPermaLink="false">https://blog.andertons.co.uk/?p=11977</guid>

					<description><![CDATA[<img width="600" height="500" src="https://blog.andertons.co.uk/wp-content/uploads/2024/10/boss-gx-100-banner-600x500.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" /><p>Boss are industry leading masters at creating incredible multi-FX workstations whether you play guitar, bass and more! But with so much choice and many advanced features, you might be asking yourself &#8220;Which one is right for me?&#8221; In this blog we have you covered. We will look at each multi-FX in the Boss range, and [&#8230;]</p>
<p>The post <a href="https://blog.andertons.co.uk/learn/whats-the-difference-between-boss-multi-fx-pedals">What&#8217;s the Difference Between Boss Multi-FX Pedals?</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<img width="600" height="500" src="https://blog.andertons.co.uk/wp-content/uploads/2024/10/boss-gx-100-banner-600x500.jpg" class="webfeedsFeaturedVisual wp-post-image" alt="" style="display: block; margin-bottom: 5px; clear:both;max-width: 100%;" link_thumbnail="" decoding="async" loading="lazy" /><p>Boss are industry leading masters at creating incredible multi-FX workstations whether you play guitar, bass and more! But with so much choice and many advanced features, you might be asking yourself &#8220;Which one is right for me?&#8221;</p>
<p>In this blog we have you covered. We will look at each <a href="https://www.andertons.co.uk/browse/guitar-pedals/multi-fx-units/">multi-FX</a> in the Boss range, and then look at the differences in our handy comparison chart. Let&#8217;s see what <a href="https://www.andertons.co.uk/browse/brands/boss-pedals/">Boss</a> has to offer!</p>
<h3>Boss GX Series</h3>
<p><strong>Best for: guitarists who want to dive into the freshest audio workstations that Boss has to offer, with insane levels of tone creation and pro-level audio quality.</strong></p>
<h4>Boss GX-10</h4>
</div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-gx10-guitar-amp-and-multi-fx-processor-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/a7c40023/66bb3520fe16cb0a0a000074/GX-10_top.jpeg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss GX-10 Guitar Amp and Multi FX Processor Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss GX-10 Guitar Amp and Multi FX Processor Pedal</h3>
			<p class="product-stamp__content-price">£339.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>Embrace an insanely powerful streamlined guitar rig at your feet! Smaller than the incredibly popular <a href="https://www.andertons.co.uk/boss-gx-100-guitar-effects-processor/">GX-100</a>, but just as powerful. All encased in a sleek, modern and rugged metal chassis, the GX-10 is a tone workstation which is controlled with its multi-function footswitches, <a href="https://www.andertons.co.uk/browse/guitar-pedals/volume-expression-pedals/">expression pedal</a> and the ultra-colourful touch display screen for simple, in-depth tone shaping thanks to the free-flowing interface.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/HzmDRtMeV9o?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">New Compact Guitar Multi FX From Boss!? - Boss GX-10</span>

                <span itemprop="description">The Boss GX-10 is here! Check out what Lee & Pete think of this great new Amp & Multi FX pedal from Boss! | https://tinyurl.com/28nszogv 

» Boss GX-10 Guitar Amp and Multi FX Processor Pedal | https://tinyurl.com/28nszogv

» Boss GX-100 Guitar Amp and Multi FX Processor | https://tinyurl.com/22unplmp

» Check out all our Boss Pedals! | https://tinyurl.com/24xn7v4f

» Check out all our Multi FX Units! | https://tinyurl.com/2c8ctkbo

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Introducing Boss GX 10
» 2:02 Let's Hear the Presets!
» 6:00 Our Favourite Feature?!
» 6:55 Footswitches
» 7:53 Tone Editing!
» 17:57 Amp Sounds
» 23:40 Weird Effects?
» 24:53 Looper!
» 27:30 Final Thoughts!
» 29:11 Thanks For Watching!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

To record guitar in the studio we always use Ernie Ball cables, a Universal Audio Apollo X8P Interface, a Shure SM57 Dynamic Microphone and a Royer R-121 Ribbon Microphone.

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#boss #guittar #bosspedals</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/HzmDRtMeV9o/default.jpg</span>

                <span itemprop="duration">PT29M50S</span>

                <span itemprop="uploadDate">2024-10-24T07:03:56Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">244500</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h4>Boss GX-100</h4>
</div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-gx-100-guitar-effects-processor">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/31bfa261/6632bb35fe2428001280cbe4/496710-Boss-GX-100.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss GX-100 Guitar FX Processor">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss GX-100 Guitar FX Processor</h3>
			<p class="product-stamp__content-price">£502.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The Boss GX-100 is all the tone-conscious guitar player or bassist needs for a first-class sonic experience! Equipped with 23 AIRD amplifiers and over 150 effects derived from Boss&#8217; flagship GT-1000 processor — the GX-100 is an all-in-one, floor-based workstation that effortlessly delivers top-level performance anywhere you play.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/-ipGSaeqFZc?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">NEW Boss GX-100 Amp & Effects Processor - Full Overview & Tone Demo!</span>

                <span itemprop="description">Head over to the Andertons website to find the products in the video! | https://tinyurl.com/27gsswfq

Electric Guitar Department | https://tinyurl.com/2ah7ele5
Acoustic Guitar Department | https://tinyurl.com/23tr727d
Bass Department | https://tinyurl.com/24yqm6sy
Guitar Pedal Department | https://tinyurl.com/287hdxhq
Amp Department | https://tinyurl.com/28vnqtu5

The links below may be outdated, use the links above to start browsing the website. 
👆 CORRECTION - Boss have asked us to clear up something we said in the video regarding the difference between the GX100 & GT1000 processors - Actually both have a 32 bit Floating point processor, but GX-100 has a 24-bit AD/DA and 48khz sampling, while GT-1000 32 bit / 96khz AD/DA. Sorry for any confusion!

The NEW Boss GX-100 is an all-in-one amp & effects processor for guitar and bass! Equipped with 23 amp types and over 150 effects derived from Boss' flagship GT-1000 processor, the Boss GX-100 is amazing value for money! | https://tinyurl.com/yamual5k

» Check out our full range of Boss Multi-FX Pedals! | https://tinyurl.com/yd6rmpoy
» Chapman ML3 Pro Modern in Hot White | https://tinyurl.com/y7fhmmt6

The Boss GX-100 is all the tone-conscious guitar player or bassist needs for a first-class sonic experience! Equipped with 23 AIRD amplifiers and over 150 effects derived from Boss' flagship GT-1000 processor, the Boss GX-100 is an all-in-one, floor-based workstation that effortlessly delivers top-level performance anywhere you play.

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://www.youtube.com/watch?v=Iu_zvwZ--Hc

🎥  Looking to watch something else? Check out a ❓mystery❓ video here! 
» https://www.youtube.com/watch?v=O_sqqtyYm8w

📺 Looking for exclusive educational videos from world-class presenters? 
Sign up to Andertons Extra & get a free trial! | https://andertonsextra.com/get-extra

⏰ Timestamps ⏰
» 0:00 What are We Looking at Today? 
» 2:58 What is the Difference Between the GX-100 & GT-1000?
» 4:27 How Will You Be Hearing the GX-100? 
» 5:00 Initial Thoughts on the GX-100
» 6:55 Let's Get Some Tones! 
» 10:25 Let's Take a Look at the Amp Simulation 
» 16:00 Let's Compare the GX-100 with Valve Amps! 
» 22:30 Let's Run Through More Patches!
» 25:19 Taking a Look at the Ins and Outs & More Features 
» 28:10 Final Overview 

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» Twitter | https://twitter.com/andertonsmusic

🎸 Want To Jam Along? Check out our Backing Tracks!
» https://andertonstv.bandcamp.com/

👕 Buy A T-Shirt 👕 | https://tinyurl.com/vdq7rmg 
You've watched the videos & seen the store, now join the Andertons Family with our exclusive, official merchandise! With free UK delivery on all orders containing only a T-Shirt, Hoodie or Jumper & super low international shipping costs, there is no better time to be an Andertons fan than now! 

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9
Andertons Shopping Website: https://goo.gl/TPsG2Q

#Andertons #Boss #BossGX100</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/-ipGSaeqFZc/default.jpg</span>

                <span itemprop="duration">PT31M56S</span>

                <span itemprop="uploadDate">2022-03-03T08:00:00Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">238844</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>With an incredibly sleek and modern chassis design, the GX-100 also boasts an intuitive colour touch display that allows you to craft inspiring sounds in just a matter of seconds. Up to 15 simultaneous effect blocks provide unlimited tonal possibilities, coupled with deep real-time command via onboard <a href="https://www.andertons.co.uk/browse/guitar-pedals/footswitches/">footswitches</a>, an expression pedal, and external control support.</p>
<h3>Boss ME Series</h3>
<p><strong>Best for: guitarists who want a whole range of tonal choice and a real all-in-one solution for a really attractive price.</strong></p>
<h4>Boss ME-90</h4>
</div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-me-90-guitar-multi-fx-processor">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/6893a2d2/66329da37f9b660012f13a1f/ME90-Boss-ME-90-Guitar-Multi-Effects.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss ME-90 Guitar Multi-FX Processor">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss ME-90 Guitar Multi-FX Processor</h3>
			<p class="product-stamp__content-price">£289.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The Boss ME series has been a favourite of performing guitarists for over three decades, combining flexible multi-effects power with intuitive hands-on controls — allowing users to craft inspiring tones in seconds! The <a href="https://www.andertons.co.uk/boss-me-90-guitar-multi-fx-processor/">ME-90</a> is Boss&#8217; most advanced ME model to date, offering exceptional audio quality with 24-bit AD/DA and 32-bit floating point processing, flagship-grade AIRD amp models, IR loading, an effects loop, and much more.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/slYFzX6Jut0?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">NEW Boss ME-90 - Guitar Multi FX Made Simple!</span>

                <span itemprop="description">Head over to the Andertons website to find the products in the video! | https://tinyurl.com/27gsswfq

Electric Guitar Department | https://tinyurl.com/2ah7ele5
Acoustic Guitar Department | https://tinyurl.com/23tr727d
Bass Department | https://tinyurl.com/24yqm6sy
Guitar Pedal Department | https://tinyurl.com/287hdxhq
Amp Department | https://tinyurl.com/28vnqtu5

The links below may be outdated, use the links above to start browsing the website. 
👆 The New Boss ME-90 is the ultimate hands-on pedalboard experience in one compact package! Make the most of all the incredible Boss FX with a tactile and simple interface complete with an expression pedal! | https://tinyurl.com/2566kdk4

» Boss ME-90 Guitar Multi FX Processor | https://tinyurl.com/2566kdk4

» Check out all our Boss Pedals! | https://tinyurl.com/2btl329v
» Check out all our Boss Multi-FX Pedals! | https://tinyurl.com/2ypwq7tz

» Check out all our Multi FX Units! | https://tinyurl.com/2bruwkzw

» Like the Guitar? Check out the Sire H7! | https://tinyurl.com/23jtudmm

Always check the website for accurate and up-to-date pricing and product specifications!

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

🎁 Excited about the giveaway? Check out the Victory V4 Range now!
» https://youtu.be/Lo5mM_EgHYc

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Jam!
» 0:54 Remembering other Boss Multi FX
» 2:06 Introducing the Boss ME-90
» 3:10 How it is Set Up
» 4:14 Value?
» 5:50 The Specs!
» 8:10 Let's Hear It!
» 9:12 Trying The FX!
» 20:20 Some Delays!
» 22:06 EQ/FX2
» 22:56 The Expression Pedal
» 26:25 Some Thoughts?
» 27:05 Let's Hear the Amps & Speaker Emulation
» 38:00 Other Features?
» 38:50 Let's Make a Sound!
» 39:40 Who Is It For?
» 40:34 Outro Jam!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» Twitter | https://twitter.com/andertonsmusic

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

#andertons #boss #guitar</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/slYFzX6Jut0/default.jpg</span>

                <span itemprop="duration">PT41M32S</span>

                <span itemprop="uploadDate">2023-07-06T07:00:21Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">476404</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<p>Compact, light, durable, battery-powered, and filled to the brim with premium tones — the versatile Boss ME-90 all-in-one guitar floor processor makes it easy to build customised sound setups for every playing situation.</p>
<h4>Boss ME-90B</h4>
</div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-me90b-bass-guitar-multiple-fx-processor">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/d63c5622/66329cf97f9b660012f0fd6d/ME90B-ME-90B_top.jpeg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="BOSS ME-90B Bass Guitar Multi-FX Processor">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">BOSS ME-90B Bass Guitar Multi-FX Processor</h3>
			<p class="product-stamp__content-price">£329.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The BOSS ME90B is an easy stompbox-style multi-effects processor built for sound creation with an intuitive knob-based interface. Filled to the brim with pro performance tools for bassists. Extend your creative range with 61 effects optimized for bass, giving you everything you need to deliver superior bass performance.</p>

    </div>

</section>
<!-- END: post-body -->

<section class="youtube-video">

    <div class="container">

        <div class="col12">

            <iframe
            	class="youtube-embed"
            	src="https://www.youtube.com/embed/guMAaaB0Fog?rel=0"
            	frameborder="0"
            	gesture="media"
            	allow="encrypted-media"
            	allowfullscreen></iframe>

            <div hidden itemscope itemtype="https://schema.org/VideoObject">
                <span itemprop="name">NEW Boss ME-90B - How Does it Sound in a Real Band?</span>

                <span itemprop="description">Head over to the Andertons website to find the products in the video! | https://tinyurl.com/27gsswfq

Electric Guitar Department | https://tinyurl.com/2ah7ele5
Acoustic Guitar Department | https://tinyurl.com/23tr727d
Bass Department | https://tinyurl.com/24yqm6sy
Guitar Pedal Department | https://tinyurl.com/287hdxhq
Amp Department | https://tinyurl.com/28vnqtu5

The links below may be outdated, use the links above to start browsing the website. 
👆 The Boss ME-90B is the bass version of the hugely popular ME-90 for guitar. The ME-90 range is the latest evolution of Boss' Multi-FX pedalboards! Get hands-on control for your effects with impressive sound and the great build quality Boss are known for! | https://tinyurl.com/23b69cjc

» BOSS ME-90B Bass Guitar Multi-FX Processor | https://tinyurl.com/23b69cjc

» BOSS ME-90 Guitar Multi-FX Processor | https://tinyurl.com/2a3f735t
» Check out all our Boss gear! | https://tinyurl.com/27ufdbdf
» Check out all our Multi FX Units! | https://tinyurl.com/2dcskwfg

» Fender Limited Edition Mike Kerr Jaguar Bass in Tiger's Blood Orange | https://tinyurl.com/23clu5wy
» Check out all our Strandberg guitars! | https://tinyurl.com/2cvv5wct

Always check the website for accurate and up-to-date pricing and product specifications!

🧾Check out our ultimate guide to the best beginner gear!
» https://www.andertons.co.uk/best-beginner-guitar-gear-ultimate-guide

🎥 If you live outside the UK check out this video on how to order from Andertons!
» https://youtu.be/1HHeh20gnxE

🎁 Subscriber Prizes 🎁  
» https://www.andertons.co.uk/andertons-youtube-subscriber-prizes

Join the Andertons Family with our exclusive, official merchandise!
👕 Buy A T-Shirt 👕 | https://tinyurl.com/26hoevxe

⏰ Timestamps ⏰
» 0:00 Intro Jam!
» 1:45 Introducing the Boss ME-90B
» 3:18 The Interface
» 5:30 Let's Hear the Amps
» 8:05 The Comp/FX1 Section
» 10:35 The Mod Section
» 14:08 The Filter/FX2 Section
» 17:32 The Drive/Synth Section
» 20:30 The DLY/REV Section
» 22:45 Looping?
» 22:57 Blending a Dry Signal?
» 23:49 The Expression Pedal!
» 27:05 Saving Presets?
» 27:43 Connectivity?
» 28:50 Thanks For Watching!
» 29:00 Outro Jam!

📱 Why not give us a follow on our social channels?
» Instagram | https://www.instagram.com/andertonsmusicco
» Facebook | https://www.facebook.com/andertons/
» X (formerly known as Twitter) | https://twitter.com/andertonsmusic
» Threads | https://www.threads.net/@andertonsmusicco
» TikTok | https://www.tiktok.com/@andertonsmusicco

Make sure to subscribe to Andertons TV for more great videos!
Andertons Guitar & Bass YouTube Channel: https://goo.gl/kRJCpb
Andertons Synths, Keys & Tech YouTube Channel: https://goo.gl/ns172M
Andertons Drummers YouTube Channel: https://goo.gl/9yKSS9

Please note that Lee Anderton has a personal financial share holding in the following brands – Victory Amplification, Chapman Guitars and Burns Guitars. The EastCoast, Landlord & Ordo brand names are used for Andertons’ own brand products.

#bass #bassguitar #bosspedals</span>

                <span itemprop="thumbnailUrl">https://i.ytimg.com/vi/guMAaaB0Fog/default.jpg</span>

                <span itemprop="duration">PT30M28S</span>

                <span itemprop="uploadDate">2024-05-02T14:00:35Z</span>

                <div itemprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
                    <link itemprop="interactionType" href="http://schema.org/WatchAction"/>
                    <span itemprop="userInteractionCount">67684</span>
                </div>

            </div>

        </div>

    </div>

</section>
<!-- END: spotify-widget -->

<section class="post-body">

    <div class="post-body__wrap">

<h3>Boss GT Series</h3>
<p><strong>Best for: people who want a simple interface to help navigate the massive library of sound, and the many features the Boss GT series has to offer.</strong></p>
<h4>Boss GT-1</h4>
</div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-gt1-multi-effects-processor">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/2bf6cc23/6632b9eefe24280012809bb6/120682-gt-1_F.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="BOSS GT1 Multi Effects Processor">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">BOSS GT1 Multi Effects Processor</h3>
			<p class="product-stamp__content-price">£179.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The GT-1 is an incredibly powerful multi-fx unit in a box small enough to fit in your gig bag! And even though it&#8217;s small, it&#8217;s jam-packed with loads of cool features and functions making it an effects unit for you whether you&#8217;re a seasoned pro or just learning how to play.</p>
<p>It contains the famous Boss GT engine for its amp modelling and effects. Loads of different tones and they&#8217;re all of the highest Boss quality &#8211; it even including some original Boss sounds like their OD-1 overdrive pedal. It&#8217;s got a built-in <a href="https://www.andertons.co.uk/browse/guitar-accessories/guitar-tuners-metronomes/">tuner</a>, <a href="https://www.andertons.co.uk/browse/guitar-pedals/looper-pedals/">looper</a> and expression pedal (for you to control <a href="https://www.andertons.co.uk/browse/guitar-pedals/wah-pedals/">wah</a> and other sounds where you want to adjustment on the fly) and it can be run off of a 9v power supply or with 4 AA batteries.</p>
<h4>Boss GT-1B</h4>

<p>You&#8217;ll find every essential bass sound you&#8217;d ever need right here in the Boss GT-1B! Packed into the tidy unit are a host of Boss&#8217; premium MDP-powered amp tones and effects. An essential piece of kit for plugging direct into an audio interface for recording or front of house when playing live.</p>
<p>Navigate super simple tone selections for quick and easy patches right out the box. Dive into an incredible selection of sounds ranging from a graphic EQ to reverb and into adventurous pitch shifter realms. Take control with the built-in expression pedal, looper and tuner at the push of single buttons.</p>
<p>Connect to the Boss Tone Central app to download fully formed patches or get into the nitty gritty of designing your own. Tone Central is an expansive library of guitar and bass sounds created by both pro players and the Boss community.</p>
<h4>Boss GT-1000CORE</h4>
</div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-gt-1000core-guitar-effects-processor-pedal">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/416aca6b/6632ade4fe242800127ecd3a/408836-BOSS-GT1000CORE-Guitar-Effects-Processor.jpg?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss GT-1000CORE Guitar Effects Processor Pedal">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss GT-1000CORE Guitar Effects Processor Pedal</h3>
			<p class="product-stamp__content-price">£639.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The GT-1000CORE fits the incredible processing power of BOSS&#8217; flagship guitar floorboard into a compact stompbox! Featuring an abundance of built-in amp and effect sounds taken directly from the GT-1000 and 500 Series pedals, the ultra-versatile BOSS GT-1000CORE can become the tonal centrepiece of your rig &#8211; mounting easily onto a pedalboard or serving as a feature-packed, standalone unit.</p>
<p>Boasting advanced &#8216;AIRD&#8217; technology for a natural playing feel, 24 simultaneous effects blocks and over 140 unique amp/effect types for a wide palette of potential sounds &#8211; GT-1000CORE is the ultimate all-in-one processor for performing and recording guitarists. And with flexible I/O and vast control support, the BOSS GT-1000CORE can be integrated into practically any existing setup!</p>
<h4>Boss GT-1000</h4>
</div></section><!-- END: post-body --><div class="product-list">
<div class="col12">
	<a class="product-stamp" href="https://www.andertons.co.uk/boss-gt-1000-guitar-effects-processor">
		<div class="product-stamp__image">
			<img decoding="async" src="https://cdn.pimber.ly/public/asset/raw/654df2787858ff9fd0095eeb/09b93882/6632b972fe242800128088ef/497764-1646301768715.png?w=400&h=400&&fit=fill&bg=FFFFFF" alt="Boss GT-1000 Guitar Effects Processor">
		</div>
		<div class="product-stamp__content">
			<h3 class="product-stamp__content-title">Boss GT-1000 Guitar Effects Processor</h3>
			<p class="product-stamp__content-price">£1,069.00
</p>
		</div>
	</a>
</div>
</div><!-- END: product-list --><section class="post-body"><div class="post-body__wrap">
<p>The Boss GT-1000 is the new flagship effects and modelling amp processor for these giants of the industry. It’s got a massive selection of on-board effects including algorithms directly ported from their powerful <a href="https://www.andertons.co.uk/boss-dd500-digital-delay-pedal/">DD-500 Delay</a>, <a href="https://www.andertons.co.uk/boss-md-500-modulation-effects-processor/">MD-500 Modulation</a> and <a href="https://www.andertons.co.uk/boss-rv-500-reverb-effects-processor/">RV-500 Reverb</a> pedals. Along with all of their other <a href="https://www.andertons.co.uk/browse/guitar-pedals/overdrive-and-distortion-pedals/">distortion</a> and drive effects and not to mention the countless <a href="https://www.andertons.co.uk/browse/amps/electric-guitar-amps/">amps</a> available on-board.</p>
<p>The Boss GT-1000 ushers in a new era of amp and effect processing for the Japanese company. They’ve always been at the forefront of all things guitar effects and their GT-1000 captures years of innovation, engineering and design into this uber-powerful pedalboard.</p>
<p>It’s got an ultra-fast DSP engine, 32-bit processing and a 96 kHz sampling rate. Essentially, what this means is that it’s got some powerful computer processors controlling the quality of the audio which means you get incredibly accurate and warm sounding guitar tones from the GT-100.</p>
<h3>What&#8217;s the Difference Between the Boss Multi-FX workstations?</h3>
<table style="height: 495px;" width="1357">
<tbody>
<tr>
<td width="132"></td>
<td width="64"><strong>GX-10</strong></td>
<td width="64"><strong>GX-100</strong></td>
<td width="64"><strong>GT-1000</strong></td>
<td width="94"><strong>GT-1000CORE</strong></td>
<td width="64"><strong>GT-1</strong></td>
<td width="64"><strong>GT-1B</strong></td>
<td width="64"><strong>ME-90</strong></td>
<td width="64"><strong>ME-90B</strong></td>
</tr>
<tr>
<td><strong>Sampling Frequency</strong></td>
<td>48kHz</td>
<td>48kHz</td>
<td>96kHz</td>
<td>96kHz</td>
<td>44.1 kHz</td>
<td>44.1 kHz</td>
<td>48 kHz</td>
<td>48 kHz</td>
</tr>
<tr>
<td><strong>AD Conversion</strong></td>
<td>24 Bit, AF Method</td>
<td>24 Bit, AF Method</td>
<td>32-Bit</td>
<td>32-Bit</td>
<td>24 Bit, AF Method</td>
<td>24 Bit, AF Method</td>
<td>24 Bit, AF Method</td>
<td>24 Bit, AF Method</td>
</tr>
<tr>
<td><strong>DA Conversion</strong></td>
<td>32 Bit</td>
<td>24 Bit</td>
<td>32-Bit</td>
<td>32-Bit</td>
<td>24-Bit</td>
<td>24-Bit</td>
<td>24-Bit</td>
<td>24-Bit</td>
</tr>
<tr>
<td><strong>Expression Pedal</strong></td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td><strong>Processing</strong></td>
<td>32-Bit Floating Point</td>
<td>32-Bit Floating Point</td>
<td>32-Bit Floating Point</td>
<td>32-Bit Floating Point</td>
<td>32-Bit Floating Point</td>
<td>32-Bit Floating Point</td>
<td>32-Bit Floating Point</td>
<td>32-Bit Floating Point</td>
</tr>
<tr>
<td><strong>Effects</strong></td>
<td>170 Types</td>
<td>154 Types</td>
<td>185 Types</td>
<td>285 Types</td>
<td>108 Types</td>
<td>90 Types</td>
<td>60 Types</td>
<td>61 Types</td>
</tr>
<tr>
<td><strong>Memories</strong></td>
<td>198 (User)</td>
<td>200 (User)</td>
<td>250 (User)</td>
<td>250 (User)</td>
<td>99 (User)</td>
<td>99 (User)</td>
<td>36 (Types)</td>
<td> 36 (Types)</td>
</tr>
<tr>
<td><strong>Display</strong></td>
<td>Colour Graphic LCD Touch Screen</td>
<td>Colour Graphic LCD Touch Screen</td>
<td>Graphic LCD (512 x 160 dots, backlit LCD)</td>
<td>Graphic LCD 256 x 80 dots</td>
<td>Graphic LCD (132 x 32 dots, backlit LCD)</td>
<td>Graphic LCD (132 x 32 dots, backlit LCD)</td>
<td>7 segments, 2 characters (LED)</td>
<td>7 segments, 2 characters (LED)</td>
</tr>
<tr>
<td><strong>Size</strong></td>
<td>300 (W) x 183 (D) x 74 (H) mm</td>
<td>460 (W) x 193 (D) x 73 (H) mm</td>
<td>462 (W) x 248 (D) x 70 (H) mm</td>
<td>173 (W) x 135 (D) x 65 (H) mm</td>
<td>305 (W) x 153 (D) x 56 (H) mm</td>
<td>305 (W) x 152 (D) x 56 (H) mm</td>
<td>443 (W) x 220 (D) x 67 (H) mm</td>
<td>443 (W) x 220 (D) x 67 (H) mm</td>
</tr>
<tr>
<td><strong>USB</strong></td>
<td>USB-C</td>
<td>USB-B</td>
<td>USB-B</td>
<td>USB Micro-B</td>
<td>USB type B</td>
<td>USB type B</td>
<td>USB-C</td>
<td>USB-C</td>
</tr>
<tr>
<td><strong>Recording Capability</strong></td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td><strong>Send/Return</strong></td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td><strong>Bluetooth</strong></td>
<td>Optional Boss BT-DUAL Needed</td>
<td>Optional Boss BT-DUAL Needed</td>
<td>Built-in Bluetooth</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>Optional Boss BT-DUAL Needed</td>
<td>Optional Boss BT-DUAL Needed</td>
</tr>
</tbody>
</table>
<h3>Conclusion</h3>
<p>If you want multi-FX for electric guitar, you have fantastic choices which are streamlined for seamless workflow and tone creation. If you want an effects workstation with a smaller footprint, then the GX-10, GT1000CORE &amp; GT-1 are great choices. Looking to deliver outstanding bass effects? The GT-1B &amp; ME-90B are feature packed solutions.</p>
<p>For more creative options via Bluetooth, the GX-10, GX-100 and ME-90 &amp; ME-90B require the additional <a href="https://www.andertons.co.uk/boss-bt-dual-bluetooth-audio-midi-dual-adaptor/">Boss BT-DUAL Bluetooth Adaptor</a>.</p>
<p>Each Boss workstation is designed to connect to your PC for recording which make them easy to integrate into your current setup, or gives you the perfect platform for delivering incredible effects, expansive tone creation, and meeting modern needs of the <a href="https://www.andertons.co.uk/browse/guitar-dept/electric-guitars/">electric guitar</a>/bass player!</p>
<h3>FAQ&#8217;s</h3>
<h4>Boss GX vs GT vs ME &#8211; What is best for a beginner?</h4>
<p>The simple interface that the GT Series Boss multi-FX has to offer makes navigating pre-sets and creating your own user pre-sets easy. If you are looking for true value for money but invaluable features, the Boss ME range is the go-to choice.</p>
<h4>What is the best Boss multi-FX?</h4>
<p>As a guitarist it depends on what needs you have. Boss have created an incredible range of multi-fx to create modern solutions to help playing, recording &amp; practicing simple. If you are looking for the most in-depth experience with authentic tube amplifier tone, an intuitive touch-screen &amp; modern connectivity to easily integrate it into your existing rig, its time to explore the Boss GX series.</p>
<h3>Want to Learn More?</h3>
<ul>
<li><a href="https://www.andertons.co.uk/guitar-multi-effects-pedal-guide">The Ultimate Guide To Multi-Effects</a></li>
<li><a href="https://www.andertons.co.uk/pedalboard-buyers-guide">Pedalboard Buyers Guide</a></li>
<li><a href="https://www.andertons.co.uk/browse/brands/boss-pedals/">Shop All Boss Pedals</a></li>
<li><a href="https://www.andertons.co.uk/boss-katana-amps-buyers-guide">Boss Katana Amps Buyers Guide</a></li>
</ul>
<p>The post <a href="https://blog.andertons.co.uk/learn/whats-the-difference-between-boss-multi-fx-pedals">What&#8217;s the Difference Between Boss Multi-FX Pedals?</a> appeared first on <a href="https://blog.andertons.co.uk">Andertons Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andertons.co.uk/learn/whats-the-difference-between-boss-multi-fx-pedals/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
