Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Casio Dimension Shifter Review

Дата публикации: 19-08-2026 15:58:42


Casio’s Dimension Shifter is a beautiful and thoughtful idea. It reveals an understanding about how electric guitar players tend to move as they play, and the lyrical, maybe even balletic and poetic, manner in which motion can transform the music they make. The fundamental notions behind the Dimension Shifter are not new—essentially, it combines the basic mechanical concepts behind the expression foot pedal and the B-Bender into a wireless digital expression tool. But where an expression pedal weds the player to a single location, and the B-Bender (and its cousin, the Palm Pedal) can only alter the pitch of one or two strings, the Dimension Shifter enables a player to change effect parameters using the pull-and-release, strap-tension-based mechanical action of a B-Bender—all as they meander about a performance space. Depending on your average state of animation on a stage, this might not seem like a big deal. But for any player that tends to get lost in their musical reveries or likes to interact more intimately with bandmates while they sweep a filter, tweak their delay feedback, or increase the modulation rate of flange, it’s a very liberating technology.Motion Stirs the PotionI experienced a few hiccups setting up the Dimension Shifter. The problems were resolved quickly, but the user manual wasn’t a big help in solving the issues I did encounter. In general, though, the Dimension Shifter is pretty easy to set up and operate. The pairing between the strap transmitter and the receiver is automatic. You can easily adjust the strap-pull tension. And once you’ve got your connections in place and understand the basic functions of each button clearly (the labels on the receiver and transmitter themselves are a bit cryptic) using the unit becomes fairly natural.To Casio’s credit, they kept the controls to a minimum. In terms of what you’d potentially use in performance, there are just a few essentials. There’s an inverse switch that reverses polarity, and therefore the direction of expression sweep—so if a modulation speed is at its slowest before you pull on the strap and at its fastest at the end of the range, you change that order by hitting a button on the transmitter. You can also freeze a setting in the sweep using the hold switch, quite like you would use a fixed wah. Which, with delays, reverbs, and modulation effects, enables very fluid movement—ramping, if you will—between radical effects settings. Both of these functions can be activated via switches on the transmitter or receiver. You can also use the knob on the receiver to establish a minimum and maximum range for an effect sweep, just as you would set the heel position on an expression pedal.Even if you use the Dimension Shifter with just a single effect, it can have a profound impact on the way you play. Again, the function of the Dimension Shifter is fundamentally the same as an expression pedal, but it definitely feels different—and this leads to different results. The way I might use a delay feedback swell with bends or vibrato arm manipulation often felt more cohesively connected to the instrument, and you can experience a sort of unified, glued-together sense of playing when you pair the Dimension Shifter with certain techniques and effects.I suspect, though, that multi-effects users—or those who use a single effect with multiple presets—will have the most fun with the Dimension Shifter. When you can quickly switch between presets to establish radically different baselines for the Dimension Shifter to work from, the possibilities multiply—and so, quite literally, do the dimensionsThe VerdictThough the Dimension Shifter is ultimately fun, inspiring, and, for certain kinds of kinetic performers, a tool that frees them from foot pedal constraints, there is room for refinement. The transmitter is still a bit clunky. And you have to wonder if a smaller, slimmer, rechargeable apparatus that loses the two AAA batteries is possible without sacrificing the unit’s mechanical functionality. It probably goes without saying, too, that a lot of aesthetic purists will not love the idea of the Dimension Shifter dangling from their strap (perhaps there is a way to cover the unit in vintage Ace strap material?) There’s also the issue of the 20-hour battery lifespan. And the fact that, for those of us who don’t use multi-effect units or digital effects with multiple preset options, the Dimension Shifter is an expensive way to manipulate the expression functionality on a single effect.But it was very easy to feel and imagine how the Dimension Shifter could be transformative for many players onstage. I could manipulate echo feedback all day long with the unit and be happy. And the action of tugging on the guitar to shift my flanger’s modulation speed felt much more natural and tied to the instrument than a foot treadle does.I hope that the Dimension Shifter succeeds, and gains enough traction with players that it can continue to evolve. It may not be a totally seamless solution now, but it’s easy to imagine how ongoing development, streamlining, weight shedding, and miniaturization could make the Dimension Shifter into a really magical, even essential, part of many players methodology. It’s off to a super-intriguing start.
Casio
Dimension Shifter Wireless Expression Controller
Wireless Expression Controller with Adjustable Tension, Bluetooth, and Calibration Controls
Street price
$299

Buy now

{
"@context": "https://schema.org",
"@type": "Product",
"name": "Dimension Shifter Wireless Expression Controller",
"image": ["https://www.premierguitar.com/media-library/image.png?id=67643662&width=980"],
"description": "",
"brand": {
"@type": "Brand",
"name": "Casio"
},
"offers": {

"@type": "Offer"
,
"price": 299,
"priceCurrency": "USD"




,
"url": "https://sweetwater.sjv.io/aNDbvM"




}
}
/* Container */
.pg-product-card {
box-sizing: border-box;
width: 100%;
max-width: 760px;
margin: 24px auto;
border-radius: 14px;
border: 1px solid #e3e3e3;
padding: 16px;
background: #ffffff;
display: grid;
grid-template-columns: 1fr;
gap: 16px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Layout modifiers */
.pg-product-card.pg-layout-full {
grid-template-columns: 1fr;
}
@media (min-width: 720px) {
.pg-product-card.pg-layout-split {
grid-template-columns: 220px minmax(0, 1fr);
align-items: center;
}
}
/* Image */
.pg-product-card__image-wrap {
position: relative;
border-radius: 12px;
overflow: hidden;
background: #f4f4f4;
aspect-ratio: 1 / 1;
}
.pg-product-card__image-link {
display: block;
width: 100%;
height: 100%;
}
.pg-product-card__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
/* Body */
.pg-product-card__body {
display: flex;
flex-direction: column;
gap: 8px;
}
/* Badge */
.pg-product-card__badge {
display: inline-block;
padding: 4px 10px;
border-radius: 999px;
background: #111111;
color: #ffffff;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 2px;
}
/* Company + title */
.pg-product-card__company {
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #666666;
font-weight: 600;
}
.pg-product-card__title {
font-size: 20px;
line-height: 1.25;
margin: 2px 0 4px;
font-weight: 700;
}
/* Description */
.pg-product-card__description {
font-size: 14px;
line-height: 1.6;
color: #222222;
}
/* Meta / price */
.pg-product-card__meta {
margin-top: 6px;
margin-bottom: 10px;
}
.pg-product-card__price {
font-size: 13px;
display: flex;
gap: 6px;
align-items: baseline;
}
.pg-product-card__price-label {
text-transform: uppercase;
letter-spacing: 0.08em;
color: #777777;
font-weight: 600;
font-size: 11px;
}
.pg-product-card__price-value {
font-weight: 700;
font-size: 14px;
}
/* Buttons */
.pg-product-card__actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pg-product-card__btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 14px;
border-radius: 999px;
font-size: 13px;
font-weight: 600;
text-decoration: none;
border: 1px solid transparent;
cursor: pointer;
white-space: nowrap;
}
.pg-product-card__btn--primary {
background: #000000;
color: #ffffff;
}
.pg-product-card__btn--secondary {
background: #ffffff;
color: #000000;
border-color: #cccccc;
}
/* Disclosure */
.pg-product-card__disclosure {
margin-top: 8px;
font-size: 11px;
line-height: 1.4;
color: #888888;
}
/* Mobile tweaks */
@media (max-width: 540px) {
.pg-product-card {
padding: 14px;
}
.pg-product-card__actions {
flex-direction: column;
align-items: stretch;
}
.pg-product-card__btn {
width: 100%;
}
}


Основное содержимое страницы с новостью.

Casio’s Dimension Shifter is a beautiful and thoughtful idea. It reveals an understanding about how electric guitar players tend to move as they play, and the lyrical, maybe even balletic and poetic, manner in which motion can transform the music they make. The fundamental notions behind the Dimension Shifter are not new—essentially, it combines the basic mechanical concepts behind the expression foot pedal and the B-Bender into a wireless digital expression tool. But where an expression pedal weds the player to a single location, and the B-Bender (and its cousin, the Palm Pedal) can only alter the pitch of one or two strings, the Dimension Shifter enables a player to change effect parameters using the pull-and-release, strap-tension-based mechanical action of a B-Bender—all as they meander about a performance space. Depending on your average state of animation on a stage, this might not seem like a big deal. But for any player that tends to get lost in their musical reveries or likes to interact more intimately with bandmates while they sweep a filter, tweak their delay feedback, or increase the modulation rate of flange, it’s a very liberating technology.


Motion Stirs the Potion

I experienced a few hiccups setting up the Dimension Shifter. The problems were resolved quickly, but the user manual wasn’t a big help in solving the issues I did encounter. In general, though, the Dimension Shifter is pretty easy to set up and operate. The pairing between the strap transmitter and the receiver is automatic. You can easily adjust the strap-pull tension. And once you’ve got your connections in place and understand the basic functions of each button clearly (the labels on the receiver and transmitter themselves are a bit cryptic) using the unit becomes fairly natural.

To Casio’s credit, they kept the controls to a minimum. In terms of what you’d potentially use in performance, there are just a few essentials. There’s an inverse switch that reverses polarity, and therefore the direction of expression sweep—so if a modulation speed is at its slowest before you pull on the strap and at its fastest at the end of the range, you change that order by hitting a button on the transmitter. You can also freeze a setting in the sweep using the hold switch, quite like you would use a fixed wah. Which, with delays, reverbs, and modulation effects, enables very fluid movement—ramping, if you will—between radical effects settings. Both of these functions can be activated via switches on the transmitter or receiver. You can also use the knob on the receiver to establish a minimum and maximum range for an effect sweep, just as you would set the heel position on an expression pedal.

Even if you use the Dimension Shifter with just a single effect, it can have a profound impact on the way you play. Again, the function of the Dimension Shifter is fundamentally the same as an expression pedal, but it definitely feels different—and this leads to different results. The way I might use a delay feedback swell with bends or vibrato arm manipulation often felt more cohesively connected to the instrument, and you can experience a sort of unified, glued-together sense of playing when you pair the Dimension Shifter with certain techniques and effects.

I suspect, though, that multi-effects users—or those who use a single effect with multiple presets—will have the most fun with the Dimension Shifter. When you can quickly switch between presets to establish radically different baselines for the Dimension Shifter to work from, the possibilities multiply—and so, quite literally, do the dimensions

The Verdict

Though the Dimension Shifter is ultimately fun, inspiring, and, for certain kinds of kinetic performers, a tool that frees them from foot pedal constraints, there is room for refinement. The transmitter is still a bit clunky. And you have to wonder if a smaller, slimmer, rechargeable apparatus that loses the two AAA batteries is possible without sacrificing the unit’s mechanical functionality. It probably goes without saying, too, that a lot of aesthetic purists will not love the idea of the Dimension Shifter dangling from their strap (perhaps there is a way to cover the unit in vintage Ace strap material?) There’s also the issue of the 20-hour battery lifespan. And the fact that, for those of us who don’t use multi-effect units or digital effects with multiple preset options, the Dimension Shifter is an expensive way to manipulate the expression functionality on a single effect.

But it was very easy to feel and imagine how the Dimension Shifter could be transformative for many players onstage. I could manipulate echo feedback all day long with the unit and be happy. And the action of tugging on the guitar to shift my flanger’s modulation speed felt much more natural and tied to the instrument than a foot treadle does.

I hope that the Dimension Shifter succeeds, and gains enough traction with players that it can continue to evolve. It may not be a totally seamless solution now, but it’s easy to imagine how ongoing development, streamlining, weight shedding, and miniaturization could make the Dimension Shifter into a really magical, even essential, part of many players methodology. It’s off to a super-intriguing start.

Dimension Shifter Wireless Expression Controller Dimension Shifter Wireless Expression Controller

Casio

Dimension Shifter Wireless Expression Controller

Wireless Expression Controller with Adjustable Tension, Bluetooth, and Calibration Controls

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Dimebag’s Secret Weapon Is Finally a Pedal010.7620-08-2026
2D’Addario Launches XPND Voltage Booster013.0420-08-2026
3State of the Stomp: Why the Boss Digital Delay Endures08.804-07-2026
4What’s the point in a fanned fret guitar anyway?018.8420-08-2026
5Danelectro Dan O. Cool review: is this the most polarising Dano ever?018.1722-06-2026
6State of the Stomp: The Future of Onboard Effects07.329-03-2026
7Directive 8020 Review: Supermassive’s Shapeshifting Aliens Can Hijack Your Own Character, Yet One Playthrough Is Enough09.9813-05-2026
8Wizard of Odd: The Quirks of Vintage Guitars and New Puppies012.0920-08-2026
9Canyon Decline08.0422-02-2026
10Review: The Drifter - Nintendo Switch 2 Edition (Switch 2) - Rivals The Greats Of The Sierra & LucasArts Adventure Era6725-06-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 6.83. Источник: www.premierguitar.com.