“Gym Customer Data Exposed in Unsecured Database: Biometric and Personal Info at Risk”

Casio SX-C1: A Game-Controller–Style Sampler Debuts as a NAMM Prototype

Casio SX-C1: A Game-Controller–Style Sampler Debuts as a NAMM Prototype
source: gettyimages
April 23, 2026

Terrence O'Brien, Verge’s weekend editor, reports on Casio’s return to handheld samplers with a prototype called SX-C1 that premiered at NAMM. The device blends a Game Boy–style form with the spirit of Casio’s classic samplers.

What we know about the SX-C1

Bottom line Casio is revisiting the sampler space with a Hands-on prototype that borrows a playful, game-controller aesthetic while promising modern sampling chops and onboard editing. Whether the SX-C1 makes it to production (and where) remains to be seen, but it signals Casio’s renewed interest in portable sampling.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 146 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!, $articleId: Int!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
  comments: qa_comments(where: {replyto: {_eq: $articleId}}, order_by: {id: desc}, limit: 100) {
    id
    text
    username
  }
}
{
  "id": 6647614,
  "domain": 6,
  "srcId": 6643370,
  "hasSrc": true,
  "hasSelf": true,
  "articleId": 6647614
}