Store Offer Menu

Donner Music Deals

Top Donner Music Deals & Price Drops for March 2026

Explore verified Donner Music discounts and price drops updated in the last 30 days.

Donner DDA-20 ミニ電子ドラムアンプ - 黒

Donner DDA-20 ミニ電子ドラムアンプ - 黒

img.only-one-img { width: 100%; /* 图片与上下模块距离,第一个值为上,第三个值为下 */ margin: 0px 0 0px; } .flex { display: flex; } .bg-cover { background-size: cover; } .pc\:none { display: none; } .pc\:flex { display: flex; } @media (max-width:750px) { .mb\:flex { display: flex; } .mb\:none { display: none; } .mb\:block { display: block; } } /* 背景轮播图样式 */ .bg-swiper { width: 100%; position: relative; overflow: hidden; /* 模块与下方距离 */ margin-bottom: 10px; line-height: 1.25; } .bg-swiper-container { width: 100%; height: 100%; } .bg-swiper-container img { width: 100%; height: 100%; object-fit: cover; transform: translateX(0); transition: transform .4s; } .bg-swiper-text { position: absolute; /* pc文本框与上方距离 */ top: 50%; transform: translateY(-50%); /* pc文本框与左边距离 */ left: 80px; /* 文本框背景颜色与透明度 */ background-color: rgba(200, 200, 200, 0.8); z-index: 4; /* 文本框内边距,第一个值是上下,第二个值是左右 */ padding: 40px 40px; /* 文本框长度 */ width: 400px; box-sizing: border-box; } .bg-swiper-title { /* pc标题大小 */ font-size: 18px; } .bg-swiper-dis { /* pc简述大小 */ font-size: 14px; } .arrow-l, .arrow-r { position: absolute; z-index: 3; top: 50%; cursor: pointer; user-select: none; } .arrow-l i, .arrow-r i { width: 24px; height: 24px; display: block; position: relative; } :root { /* 背景轮播图箭头颜色 */ --bg-swiper-arrow-color: #000000; } .arrow-l i::before, .arrow-r i::before { content: ""; display: block; width: 24px; height: 2px; background-color: var(--bg-swiper-arrow-color); position: absolute; top: 0; } .arrow-l i::after, .arrow-r i::after { content: ""; display: block; width: 2px; height: 24px; background-color: var(--bg-swiper-arrow-color); position: absolute; right: 0; } .arrow-l { transform: rotateZ(-135deg); left: 20px; } .arrow-r { transform: rotateZ(45deg); right: 20px; } .bg-swiper-point { width: 100%; justify-content: center; position: absolute; /* 指示点与下方距离 */ bottom: 20px; z-index: 4; } .bg-swiper-point span { /* 指示点大小,两个值都需要调整为一样大小才是圆形 */ width: 12px; height: 12px; border-radius: 50%; /* 指示点颜色 */ background-color: #b0b8c1; /* 指示点左右距离,只需调整第二个值 */ margin: 0 8px; } .bg-swiper-point span.on { /* 选中指示点颜色 */ background-color: #404040; } @media (max-width:750px) { .bg-swiper { width: 100%; height: auto; } .bg-swiper-text { width: 100%; position: static; transform: translate(0); } .bg-swiper-point { position: static; /* M端指示点与上方距离 */ margin-top: 12px; } .bg-swiper-title { /* M端标题大小 */ font-size: 18px; } .bg-swiper-dis { /* M端简述大小 */ font-size: 14px; } } /* 背景轮播图样式 END */ ミニながら強力 6.5インチのウーファーと2.0インチのツィーターを搭載しており、電子ドラムを演奏する際、ドラムの低音だけでなく、ワイパーの高音も出力できるので、ドラムのサウンド効果を忠実に再現できます。 (function () { let bgSwiperList = [ { title: "ミニながら強力", describe: "6.5インチのウーファーと2.0インチのツィーターを搭載しており、電子ドラムを演奏する際、ドラムの低音だけでなく、ワイパーの高音も出力できるので、ドラムのサウンド効果を忠実に再現できます。" }, { title: "ワイヤレス機能", describe: "BT 接続機能もあり、スマホ等とワイヤレスで接続することもできて便利です。本体の背後に機能ノブもあり、簡単に操作することができます。長押し:「BTをオン/オフ」にします。 クリック:音楽の再生を「開始/一時停止」します。右に回す:次の曲に切り替えます。 右に回して止める:音量を上げます。左に回す:前の曲に切り替えます。 左に回して止める:音量を下げます。" }, { title: "持ち運びが簡単", describe: "ハードマテリアルに囲まれたエッジは、アンプを損傷から保護することができます。ソフトハンドベルト、持ち運びに便利。" }, { title: "コントロールパネル", describe: "Donner DDA-20ミニアンプ の背後にコントロールパネルが搭載しております。スピーカーの音量、曲の順序、ミュート機能を調整できます。 メインスピーカーの横に低音と高音のコントロールあります。ご注意:外部のCD、コンピューター、DVDを接続する際にノイズが発生する場合は、できるだけ音源の音量を下げてください。" } ] // 再次填写当前sku let $this = $('[data-bgSwiperSKU="当前SKU"]') let bgSwiperImg = $this.find("img") let bgSwiperCount = $this.find(".pc img").length - 1 let bgSwiperIndex = 0 let bgSwiperPoint = $this.find(".bg-swiper-point span") let bgSwiperTitle = $this.find(".bg-swiper-title") let bgSwiperDis = $this.find(".bg-swiper-dis") function bgSwiperPlayer(i) { if (i > bgSwiperCount) { i = 0 } else if (i < 0) { i = bgSwiperCount } bgSwiperIndex = i bgSwiperImg.css("transform", `translateX(-${i * 100}%)`) bgSwiperTitle.html(bgSwiperList[i].title) bgSwiperDis.html(bgSwiperList[i].describe) bgSwiperPoint.removeClass("on") bgSwiperPoint.eq(i).addClass("on") } $this.on("click", ".arrow-l,.arrow-r", function () { $(this).hasClass("arrow-l") ? bgSwiperIndex-- : bgSwiperIndex++; bgSwiperPlayer(bgSwiperIndex) }) let bgSwiperTimer = setInterval(() => { bgSwiperIndex++ bgSwiperPlayer(bgSwiperIndex) // 以下数字设置轮播图切换时间,5000代表5秒 }, 5000) })() 商品仕様 .flex { display: flex; } .flex1 { flex: 1; } [data-showText] .flex1 { padding: 10px 10px; font-size: 16px; /* 字体颜色 */ color: rgb(0, 0, 0); } :root { --showTextColor: #666; } [data-showText] li { padding: 10px 6px; border-bottom: 1px solid var(--showTextColor); display: flex; justify-content: space-between; } [data-showText] li:first-child { border-top: 1px solid var(--showTextColor); background-color: rgb(255, 255, 255); } .show-more { justify-content: center; } .show-more::after { content: "SHOW MORE"; display: inline-block; padding: 8px 10px; /* 按钮背景颜色 */ background-color: #333333; /* 按钮字体颜色 */ color: white; } .show-more.off::after { content: "HIDE"; } @media (max-width:750px) { .mb\:column { flex-direction: column; } [data-showText] .flex1 { padding: 0 10px; } } スピーカー 6.5インチの低音スピーカ(LF)、2インチの高音スピーカ(HF)定格電圧 AC18V外形寸法 295(L) × 225(W) × 230(H)mm重さ3.6 KG コントロールパネル GAIN(歪み量の調整)、LOW&HIGH(イコライザーつまみ)、B-MODE(ブルートゥース機能ボタン)、POWER(電源スイッチ)定格出力20W周波数50Hz~20Hz img.only-one-img { width: 100%; /* 图片与上下模块距离,第一个值为上,第三个值为下 */ margin: 0px 0 0px; } 予めご了承いただけると幸いです 一般的のアンプは電子ドラムに使えます。但し普通のアンプ、電子ドラム用アンプの違いは、そもそも楽器が出す音のレンジが違います。その為電子ドラム用アンプでは専門周波数帯域のアンプで、つまり低音システムを強化して、普通は双低音あるいは反射式低音構造を採用します。電子ドラムは、高い音から~低い音のレンジを備えてるので、正直適さない事が多いですね。耐久性などに影響が大きく出ます(壊れやすいです)。そこで、ベストはやはりドラム用ですね。 電源アダプターの抜き差しは少しきついかもしれません、力入れて続けてつなげてみてください。 出力20Wと50Hz~20Hz周波数のため、電子ドラムの音量とDDA-20スピーカーの音量を同時にMax.まで調節しかねます。そのため、スピーカーと電子ドラムの音量を同時に上がると音がつぶれやすくなります。その場合は、電子ドラムまたはスピーカーの音量を下げると解決できます。 または、高音質を求める場合は、20W以上の高出力スピーカーを購入するのはおすすめです。 【カスタマーサポート】製品・配送に関する質問、カスタマーサポートまでお気軽にお問い合わせください。また、注文日から12ヶ月以内製品不具合が生じた場合は、確認後、迅速に交換対応致します。
21,480.00
13,999.0035% OFF
Donner DDA-20 ミニ電子ドラムアンプ - ブラウン

Donner DDA-20 ミニ電子ドラムアンプ - ブラウン

img.only-one-img { width: 100%; /* 图片与上下模块距离,第一个值为上,第三个值为下 */ margin: 0px 0 0px; } .flex { display: flex; } .bg-cover { background-size: cover; } .pc\:none { display: none; } .pc\:flex { display: flex; } @media (max-width:750px) { .mb\:flex { display: flex; } .mb\:none { display: none; } .mb\:block { display: block; } } /* 背景轮播图样式 */ .bg-swiper { width: 100%; position: relative; overflow: hidden; /* 模块与下方距离 */ margin-bottom: 10px; line-height: 1.25; } .bg-swiper-container { width: 100%; height: 100%; } .bg-swiper-container img { width: 100%; height: 100%; object-fit: cover; transform: translateX(0); transition: transform .4s; } .bg-swiper-text { position: absolute; /* pc文本框与上方距离 */ top: 50%; transform: translateY(-50%); /* pc文本框与左边距离 */ left: 80px; /* 文本框背景颜色与透明度 */ background-color: rgba(200, 200, 200, 0.8); z-index: 4; /* 文本框内边距,第一个值是上下,第二个值是左右 */ padding: 40px 40px; /* 文本框长度 */ width: 400px; box-sizing: border-box; } .bg-swiper-title { /* pc标题大小 */ font-size: 18px; } .bg-swiper-dis { /* pc简述大小 */ font-size: 14px; } .arrow-l, .arrow-r { position: absolute; z-index: 3; top: 50%; cursor: pointer; user-select: none; } .arrow-l i, .arrow-r i { width: 24px; height: 24px; display: block; position: relative; } :root { /* 背景轮播图箭头颜色 */ --bg-swiper-arrow-color: #000000; } .arrow-l i::before, .arrow-r i::before { content: ""; display: block; width: 24px; height: 2px; background-color: var(--bg-swiper-arrow-color); position: absolute; top: 0; } .arrow-l i::after, .arrow-r i::after { content: ""; display: block; width: 2px; height: 24px; background-color: var(--bg-swiper-arrow-color); position: absolute; right: 0; } .arrow-l { transform: rotateZ(-135deg); left: 20px; } .arrow-r { transform: rotateZ(45deg); right: 20px; } .bg-swiper-point { width: 100%; justify-content: center; position: absolute; /* 指示点与下方距离 */ bottom: 20px; z-index: 4; } .bg-swiper-point span { /* 指示点大小,两个值都需要调整为一样大小才是圆形 */ width: 12px; height: 12px; border-radius: 50%; /* 指示点颜色 */ background-color: #b0b8c1; /* 指示点左右距离,只需调整第二个值 */ margin: 0 8px; } .bg-swiper-point span.on { /* 选中指示点颜色 */ background-color: #404040; } @media (max-width:750px) { .bg-swiper { width: 100%; height: auto; } .bg-swiper-text { width: 100%; position: static; transform: translate(0); } .bg-swiper-point { position: static; /* M端指示点与上方距离 */ margin-top: 12px; } .bg-swiper-title { /* M端标题大小 */ font-size: 18px; } .bg-swiper-dis { /* M端简述大小 */ font-size: 14px; } } /* 背景轮播图样式 END */ ミニながら強力 6.5インチのウーファーと2.0インチのツィーターを搭載しており、電子ドラムを演奏する際、ドラムの低音だけでなく、ワイパーの高音も出力できるので、ドラムのサウンド効果を忠実に再現できます。 (function () { let bgSwiperList = [ { title: "ミニながら強力", describe: "6.5インチのウーファーと2.0インチのツィーターを搭載しており、電子ドラムを演奏する際、ドラムの低音だけでなく、ワイパーの高音も出力できるので、ドラムのサウンド効果を忠実に再現できます。" }, { title: "ワイヤレス機能", describe: "BT 接続機能もあり、スマホ等とワイヤレスで接続することもできて便利です。本体の背後に機能ノブもあり、簡単に操作することができます。長押し:「BTをオン/オフ」にします。 クリック:音楽の再生を「開始/一時停止」します。右に回す:次の曲に切り替えます。 右に回して止める:音量を上げます。左に回す:前の曲に切り替えます。 左に回して止める:音量を下げます。" }, { title: "持ち運びが簡単", describe: "ハードマテリアルに囲まれたエッジは、アンプを損傷から保護することができます。ソフトハンドベルト、持ち運びに便利。" }, { title: "コントロールパネル", describe: "Donner DDA-20ミニアンプ の背後にコントロールパネルが搭載しております。スピーカーの音量、曲の順序、ミュート機能を調整できます。 メインスピーカーの横に低音と高音のコントロールあります。ご注意:外部のCD、コンピューター、DVDを接続する際にノイズが発生する場合は、できるだけ音源の音量を下げてください。" } ] // 再次填写当前sku let $this = $('[data-bgSwiperSKU="当前SKU"]') let bgSwiperImg = $this.find("img") let bgSwiperCount = $this.find(".pc img").length - 1 let bgSwiperIndex = 0 let bgSwiperPoint = $this.find(".bg-swiper-point span") let bgSwiperTitle = $this.find(".bg-swiper-title") let bgSwiperDis = $this.find(".bg-swiper-dis") function bgSwiperPlayer(i) { if (i > bgSwiperCount) { i = 0 } else if (i < 0) { i = bgSwiperCount } bgSwiperIndex = i bgSwiperImg.css("transform", `translateX(-${i * 100}%)`) bgSwiperTitle.html(bgSwiperList[i].title) bgSwiperDis.html(bgSwiperList[i].describe) bgSwiperPoint.removeClass("on") bgSwiperPoint.eq(i).addClass("on") } $this.on("click", ".arrow-l,.arrow-r", function () { $(this).hasClass("arrow-l") ? bgSwiperIndex-- : bgSwiperIndex++; bgSwiperPlayer(bgSwiperIndex) }) let bgSwiperTimer = setInterval(() => { bgSwiperIndex++ bgSwiperPlayer(bgSwiperIndex) // 以下数字设置轮播图切换时间,5000代表5秒 }, 5000) })() 商品仕様 .flex { display: flex; } .flex1 { flex: 1; } [data-showText] .flex1 { padding: 10px 10px; font-size: 16px; /* 字体颜色 */ color: rgb(0, 0, 0); } :root { --showTextColor: #666; } [data-showText] li { padding: 10px 6px; border-bottom: 1px solid var(--showTextColor); display: flex; justify-content: space-between; } [data-showText] li:first-child { border-top: 1px solid var(--showTextColor); background-color: rgb(255, 255, 255); } .show-more { justify-content: center; } .show-more::after { content: "SHOW MORE"; display: inline-block; padding: 8px 10px; /* 按钮背景颜色 */ background-color: #333333; /* 按钮字体颜色 */ color: white; } .show-more.off::after { content: "HIDE"; } @media (max-width:750px) { .mb\:column { flex-direction: column; } [data-showText] .flex1 { padding: 0 10px; } } スピーカー 6.5インチの低音スピーカ(LF)、2インチの高音スピーカ(HF)定格電圧 AC18V外形寸法 295(L) × 225(W) × 230(H)mm重さ3.6 KG コントロールパネル GAIN(歪み量の調整)、LOW&HIGH(イコライザーつまみ)、B-MODE(ブルートゥース機能ボタン)、POWER(電源スイッチ)定格出力20W周波数50Hz~20Hz img.only-one-img { width: 100%; /* 图片与上下模块距离,第一个值为上,第三个值为下 */ margin: 0px 0 0px; } 予めご了承いただけると幸いです 一般的のアンプは電子ドラムに使えます。但し普通のアンプ、電子ドラム用アンプの違いは、そもそも楽器が出す音のレンジが違います。その為電子ドラム用アンプでは専門周波数帯域のアンプで、つまり低音システムを強化して、普通は双低音あるいは反射式低音構造を採用します。電子ドラムは、高い音から~低い音のレンジを備えてるので、正直適さない事が多いですね。耐久性などに影響が大きく出ます(壊れやすいです)。そこで、ベストはやはりドラム用ですね。 電源アダプターの抜き差しは少しきついかもしれません、力入れて続けてつなげてみてください。 出力20Wと50Hz~20Hz周波数のため、電子ドラムの音量とDDA-20スピーカーの音量を同時にMax.まで調節しかねます。そのため、スピーカーと電子ドラムの音量を同時に上がると音がつぶれやすくなります。その場合は、電子ドラムまたはスピーカーの音量を下げると解決できます。 または、高音質を求める場合は、20W以上の高出力スピーカーを購入するのはおすすめです。 【カスタマーサポート】製品・配送に関する質問、カスタマーサポートまでお気軽にお問い合わせください。また、注文日から12ヶ月以内製品不具合が生じた場合は、確認後、迅速に交換対応致します。
16,480.00
13,999.0015% OFF
Donner DDA-20 ミニ電子ドラムアンプ

Donner DDA-20 ミニ電子ドラムアンプ

img.only-one-img { width: 100%; /* 图片与上下模块距离,第一个值为上,第三个值为下 */ margin: 0px 0 0px; } .flex { display: flex; } .bg-cover { background-size: cover; } .pc\:none { display: none; } .pc\:flex { display: flex; } @media (max-width:750px) { .mb\:flex { display: flex; } .mb\:none { display: none; } .mb\:block { display: block; } } /* 背景轮播图样式 */ .bg-swiper { width: 100%; position: relative; overflow: hidden; /* 模块与下方距离 */ margin-bottom: 10px; line-height: 1.25; } .bg-swiper-container { width: 100%; height: 100%; } .bg-swiper-container img { width: 100%; height: 100%; object-fit: cover; transform: translateX(0); transition: transform .4s; } .bg-swiper-text { position: absolute; /* pc文本框与上方距离 */ top: 50%; transform: translateY(-50%); /* pc文本框与左边距离 */ left: 80px; /* 文本框背景颜色与透明度 */ background-color: rgba(200, 200, 200, 0.8); z-index: 4; /* 文本框内边距,第一个值是上下,第二个值是左右 */ padding: 40px 40px; /* 文本框长度 */ width: 400px; box-sizing: border-box; } .bg-swiper-title { /* pc标题大小 */ font-size: 18px; } .bg-swiper-dis { /* pc简述大小 */ font-size: 14px; } .arrow-l, .arrow-r { position: absolute; z-index: 3; top: 50%; cursor: pointer; user-select: none; } .arrow-l i, .arrow-r i { width: 24px; height: 24px; display: block; position: relative; } :root { /* 背景轮播图箭头颜色 */ --bg-swiper-arrow-color: #000000; } .arrow-l i::before, .arrow-r i::before { content: ""; display: block; width: 24px; height: 2px; background-color: var(--bg-swiper-arrow-color); position: absolute; top: 0; } .arrow-l i::after, .arrow-r i::after { content: ""; display: block; width: 2px; height: 24px; background-color: var(--bg-swiper-arrow-color); position: absolute; right: 0; } .arrow-l { transform: rotateZ(-135deg); left: 20px; } .arrow-r { transform: rotateZ(45deg); right: 20px; } .bg-swiper-point { width: 100%; justify-content: center; position: absolute; /* 指示点与下方距离 */ bottom: 20px; z-index: 4; } .bg-swiper-point span { /* 指示点大小,两个值都需要调整为一样大小才是圆形 */ width: 12px; height: 12px; border-radius: 50%; /* 指示点颜色 */ background-color: #b0b8c1; /* 指示点左右距离,只需调整第二个值 */ margin: 0 8px; } .bg-swiper-point span.on { /* 选中指示点颜色 */ background-color: #404040; } @media (max-width:750px) { .bg-swiper { width: 100%; height: auto; } .bg-swiper-text { width: 100%; position: static; transform: translate(0); } .bg-swiper-point { position: static; /* M端指示点与上方距离 */ margin-top: 12px; } .bg-swiper-title { /* M端标题大小 */ font-size: 18px; } .bg-swiper-dis { /* M端简述大小 */ font-size: 14px; } } /* 背景轮播图样式 END */ ミニながら強力 6.5インチのウーファーと2.0インチのツィーターを搭載しており、電子ドラムを演奏する際、ドラムの低音だけでなく、ワイパーの高音も出力できるので、ドラムのサウンド効果を忠実に再現できます。 (function () { let bgSwiperList = [ { title: "ミニながら強力", describe: "6.5インチのウーファーと2.0インチのツィーターを搭載しており、電子ドラムを演奏する際、ドラムの低音だけでなく、ワイパーの高音も出力できるので、ドラムのサウンド効果を忠実に再現できます。" }, { title: "ワイヤレス機能", describe: "BT 接続機能もあり、スマホ等とワイヤレスで接続することもできて便利です。本体の背後に機能ノブもあり、簡単に操作することができます。長押し:「BTをオン/オフ」にします。 クリック:音楽の再生を「開始/一時停止」します。右に回す:次の曲に切り替えます。 右に回して止める:音量を上げます。左に回す:前の曲に切り替えます。 左に回して止める:音量を下げます。" }, { title: "持ち運びが簡単", describe: "ハードマテリアルに囲まれたエッジは、アンプを損傷から保護することができます。ソフトハンドベルト、持ち運びに便利。" }, { title: "コントロールパネル", describe: "Donner DDA-20ミニアンプ の背後にコントロールパネルが搭載しております。スピーカーの音量、曲の順序、ミュート機能を調整できます。 メインスピーカーの横に低音と高音のコントロールあります。ご注意:外部のCD、コンピューター、DVDを接続する際にノイズが発生する場合は、できるだけ音源の音量を下げてください。" } ] // 再次填写当前sku let $this = $('[data-bgSwiperSKU="当前SKU"]') let bgSwiperImg = $this.find("img") let bgSwiperCount = $this.find(".pc img").length - 1 let bgSwiperIndex = 0 let bgSwiperPoint = $this.find(".bg-swiper-point span") let bgSwiperTitle = $this.find(".bg-swiper-title") let bgSwiperDis = $this.find(".bg-swiper-dis") function bgSwiperPlayer(i) { if (i > bgSwiperCount) { i = 0 } else if (i < 0) { i = bgSwiperCount } bgSwiperIndex = i bgSwiperImg.css("transform", `translateX(-${i * 100}%)`) bgSwiperTitle.html(bgSwiperList[i].title) bgSwiperDis.html(bgSwiperList[i].describe) bgSwiperPoint.removeClass("on") bgSwiperPoint.eq(i).addClass("on") } $this.on("click", ".arrow-l,.arrow-r", function () { $(this).hasClass("arrow-l") ? bgSwiperIndex-- : bgSwiperIndex++; bgSwiperPlayer(bgSwiperIndex) }) let bgSwiperTimer = setInterval(() => { bgSwiperIndex++ bgSwiperPlayer(bgSwiperIndex) // 以下数字设置轮播图切换时间,5000代表5秒 }, 5000) })() 商品仕様 .flex { display: flex; } .flex1 { flex: 1; } [data-showText] .flex1 { padding: 10px 10px; font-size: 16px; /* 字体颜色 */ color: rgb(0, 0, 0); } :root { --showTextColor: #666; } [data-showText] li { padding: 10px 6px; border-bottom: 1px solid var(--showTextColor); display: flex; justify-content: space-between; } [data-showText] li:first-child { border-top: 1px solid var(--showTextColor); background-color: rgb(255, 255, 255); } .show-more { justify-content: center; } .show-more::after { content: "SHOW MORE"; display: inline-block; padding: 8px 10px; /* 按钮背景颜色 */ background-color: #333333; /* 按钮字体颜色 */ color: white; } .show-more.off::after { content: "HIDE"; } @media (max-width:750px) { .mb\:column { flex-direction: column; } [data-showText] .flex1 { padding: 0 10px; } } スピーカー 6.5インチの低音スピーカ(LF)、2インチの高音スピーカ(HF)定格電圧 AC18V外形寸法 295(L) × 225(W) × 230(H)mm重さ3.6 KG コントロールパネル GAIN(歪み量の調整)、LOW&HIGH(イコライザーつまみ)、B-MODE(ブルートゥース機能ボタン)、POWER(電源スイッチ)定格出力20W周波数50Hz~20Hz img.only-one-img { width: 100%; /* 图片与上下模块距离,第一个值为上,第三个值为下 */ margin: 0px 0 0px; } 予めご了承いただけると幸いです 一般的のアンプは電子ドラムに使えます。但し普通のアンプ、電子ドラム用アンプの違いは、そもそも楽器が出す音のレンジが違います。その為電子ドラム用アンプでは専門周波数帯域のアンプで、つまり低音システムを強化して、普通は双低音あるいは反射式低音構造を採用します。電子ドラムは、高い音から~低い音のレンジを備えてるので、正直適さない事が多いですね。耐久性などに影響が大きく出ます(壊れやすいです)。そこで、ベストはやはりドラム用ですね。 電源アダプターの抜き差しは少しきついかもしれません、力入れて続けてつなげてみてください。 出力20Wと50Hz~20Hz周波数のため、電子ドラムの音量とDDA-20スピーカーの音量を同時にMax.まで調節しかねます。そのため、スピーカーと電子ドラムの音量を同時に上がると音がつぶれやすくなります。その場合は、電子ドラムまたはスピーカーの音量を下げると解決できます。 または、高音質を求める場合は、20W以上の高出力スピーカーを購入するのはおすすめです。 【カスタマーサポート】製品・配送に関する質問、カスタマーサポートまでお気軽にお問い合わせください。また、注文日から12ヶ月以内製品不具合が生じた場合は、確認後、迅速に交換対応致します。
16,480.00
13,999.0015% OFF

Subscribe to Donner Music coupon newsletter

Get notified of offers and coupon codes from Donner Music before they expire!