<!DOCTYPE html>
<html  >
<head id="head"><title>
	Roland - Global
</title><meta name="description" content="The Global website of Roland Corporation, a leading manufacturer and distributor of electronic musical instruments, including keyboards and synthesizers, guitar products, electronic percussion, digital recording equipment, amplifiers, audio processors, and multimedia products." /> 
<meta charset="UTF-8" /> 
 
<meta name="viewport" content="width=device-width,initial-scale=1.0" /><!-- UA Test   --><meta name="author" content="Roland Corporation">


<link rel="alternate" href="https://www.roland.com/global/?lid=NL&rid=NL" hreflang="en-US" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en-US" />
<meta property="og:title" content="Roland - Global" />

<meta property="og:site_name" content="Roland" />
<meta property="og:image" content="http://static.roland.com/global/images/og.png" />



<meta property="og:description" content="The Global website of Roland Corporation, a leading manufacturer and distributor of electronic musical instruments, including keyboards and synthesizers, guitar products, electronic percussion, digital recording equipment, amplifiers, audio processors, and multimedia products." />
<meta property="og:url" content="https://www.roland.com/global/?lid=NL&rid=NL" />
<link rel="canonical" href="https://www.roland.com/global/?lid=NL&rid=NL" /><link rel="apple-touch-icon" href="//static.roland.com/global/images/apple-touch-icon.png" /><link rel="shortcut icon" type="image/x-icon" href="//static.roland.com/global/images/favicon.ico" /><link rel="icon" type="image/x-icon" href="//static.roland.com/global/images/favicon.ico" /><!-- METATAGS -->
<meta name="facebook-domain-verification" content="x036rrvi13hgdqgtiujh61z7a83e7v" />
<meta name="p:domain_verify" content="0232c6211d738146465b3f54561707fa"/>
<meta name="google-site-verification" content="SPmSjcMcqbwNemFsV_fRI585T6YxBh4j7__STurhGrE" />
<!-- /METATAGS -->
<!-- www.roland.com OneTrust Cookie start -->
<script type="text/javascript" src="https://cdn-ukwest.onetrust.com/consent/a8d4863c-9a10-4402-9921-8c7db85159ef/OtAutoBlock.js" ></script>
<script src="https://cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js"  type="text/javascript" charset="UTF-8" data-domain-script="a8d4863c-9a10-4402-9921-8c7db85159ef" ></script>
<script type="text/javascript">
function OptanonWrapper() { }
</script>
<!-- www.roland.com OneTrust Cookie end -->
<!-- !Load Fonts -->
<script type="text/javascript" src="//use.typekit.net/alt7wjk.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- /!Load Fonts -->
<link href="https://static.roland.com/global/css/base.css" type="text/css" rel="stylesheet" media="screen"/>
<link href="https://static.roland.com/global/css/nav/navigation.css" type="text/css" rel="stylesheet" media="screen"/>
<link href="/CMSPages/GetResource.ashx?stylesheetfile=/App_Themes/RolandComSite2/css/base.css" type="text/css" rel="stylesheet" media="screen"/>
<link href="/CMSPages/GetResource.ashx?stylesheetfile=/App_Themes/RolandComSite2/css/nav/navigation.css" type="text/css" rel="stylesheet" media="screen"/>
<noscript>  <link href='//static.roland.com/global/css/noscript.css' rel='stylesheet' type='text/css'></noscript><script src="//static.roland.com/global/js/lib.js" type="text/javascript"></script>
<script type="text/javascript">
	//<![CDATA[
jQuery.noConflict()
//]]>
</script><script src="//static.roland.com/global/js/roland_core.js" type="text/javascript"></script><script src="//static.roland.com/global/js/ga_events.js"></script><script src="//static.roland.com/global/js/rc_sitesuggestion-2.0.min.js" type="text/javascript"></script><!--[if lt IE 9]><script src="//static.roland.com/global/js/lib/html5shiv-printshiv.min.js" type="text/javascript" charset="utf-8"></script><![endif]--><!-- hreflangPart -->
<script type="text/javascript" src="//static.roland.com/global/js/hreflang/hreflang-RolandComSite.js"></script>
<script type="text/javascript" src="//static.roland.com/global/js/hreflang/hreflang.js"></script>
<script type="text/javascript">
  jQuery(document).ready(function(){
    var hrefhtml = hreflangProvider.writeLinkTag(hreflangs, window.location.href.replace(/[\?\#].*$/, ""));
    jQuery(head).append(hrefhtml);
  });
</script><!-- Adobe Analytics -->
<script data-ot-ignore src="//assets.adobedtm.com/9b498e8f2e23/9a4431cd379c/launch-840302a8cdb1.min.js" async></script>
<script data-ot-ignore src="//static.roland.com/global/js/adobe_analytics/adobe_analytics_min.js"></script>
<script type="text/javascript">
jQuery(window).on("load", () => {
	window.adobeDataLayer = window.adobeDataLayer || [];
	const dlEvent = window.digitalDataEvents.pageView;
	const currentPageTemplate = "Roland.Home";
	const dlPage = {
		pageName: "Roland - Global",
		pageID: "68909309-66fc-436b-95f6-aee8d9f9acfe",
		pageTemplate: currentPageTemplate,
		platform: "Kentico CMS",
		culture: "en-JM",
		siteName: "RolandComSite",
		breadcrumbs: "/global",
		environment: "LiveSite"
	};
	const getRcpUserId = () => {
		try {
			const userInfo = JSON.parse(localStorage.getItem("backstage-state")).state.userInfo;
			return userInfo.id || "n/a";
		} catch (err) {
			return "n/a";
		}
	};
    const dlUser = {
        rcpUserId: getRcpUserId()
    };
	if (currentPageTemplate === "Roland.Product") {
		const breadcrumbs = jQuery(".breadcrumbs li").map(function() {
			return jQuery(this).text();
		}).get();
		const [ , cat, subcat] = breadcrumbs;
		const subcategory = (subcat !== "") ? subcat : "n/a";
		const dlSubevent = window.digitalDataEvents.pageLoadEvents.hardware.pageView;
		const dlHardware = [{
			info: {
				prodID: "",
				prodName: ""
			},
			category: {
				primary: cat,
				...(subcategory !== "n/a" && {subcategory})
			}
		}];
		let dataLayerObject = {event: dlEvent, page: dlPage, subevent: dlSubevent, hardware: dlHardware};
		if (dlUser.rcpUserId !== "n/a") {
			dataLayerObject.user = dlUser;
		}
		window.adobeDataLayer.push(dataLayerObject);
	} else {
		let dataLayerObject = {event: dlEvent, page: dlPage};
		if (dlUser.rcpUserId !== "n/a") {
			dataLayerObject.user = dlUser;
		}
		window.adobeDataLayer.push(dataLayerObject);
	}
	console.log(window.adobeDataLayer);
});
</script>
<!-- End Adobe Analytics --><link href="https://static.roland.com/global/css/rc_modalvideoplayer.css" type="text/css" rel="stylesheet" media="screen"/>
<link href="https://static.roland.com/global/css/home.css" type="text/css" rel="stylesheet" media="screen"/>
<script src="//static.roland.com/global/js/rc_modalvideoplayer.js" type="text/javascript"></script><script src="//static.roland.com/global/js/home.js" type="text/javascript"></script><!-- Load Custom Header Information -->

<!-- Load Custom Header Information -->
</head>
<body class="LTR Unknown ENJM ContentBody" >
    
    <form method="post" action="/global/?lid=NL&amp;rid=NL" id="form">
<input type="hidden" name="__CMSCsrfToken" id="__CMSCsrfToken" value="8h+YKQ8d1Ldgrofst8gmEj+c+JOWiy7B8ESD/h1dNxmst1jRzfWN4EBRDU1JTOSENrgbZJLmSqomSolBm5lT3UzZswXtM4YhTk0d7iEaXvY=" />


<input type="hidden" name="lng" id="lng" value="en-JM" />
<script type="text/javascript">
	//<![CDATA[

function PM_Postback(param) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); } if(window.CMSContentManager) { CMSContentManager.allowSubmit = true; }; __doPostBack('m$am',param); }
function PM_Callback(param, callback, ctx) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); }if (window.CMSContentManager) { CMSContentManager.storeContentChangedStatus(); };WebForm_DoCallback('m$am',param,callback,ctx,null,true); }
//]]>
</script>
<script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvnBv91hQYBFjYWDm5J860TPZlWuvM2wAYzD6oxuX9GiY2Qz9iaWlykKWUHimX9Ht-9CqsHOlkwPdYxxtaXCkb7QOF2EXRSa1sg5qriLLWnWJaSAEydCzYP9T4HhU-v5-U82moOPnHfxwv7WGRH_wIOA1&amp;t=49337fe8" type="text/javascript"></script>
<script type="text/javascript">
	//<![CDATA[

var CMS = CMS || {};
CMS.Application = {
  "language": "en",
  "imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f",
  "isDebuggingEnabled": false,
  "applicationUrl": "/",
  "isDialog": false,
  "isRTL": "false"
};

//]]>
</script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A5343185" />
    
    <div id="ctxM">

</div>
    

  <!-- !HEADER -->
  <nav id="globalheader" role="navigation">
    
<a href="/global/" id="gh-roland"><i class="glyphicon glyphicon-brand"></i></a>

    <div class="gh-col">
      <ul id="globalnav">


<li id="gn-products">
  <span class="text-uppercase ">
    
      <span data-href="/products/" class="">
        Products
      </span>
    
  </span>
  <span class="touch-interceptor"></span>
  <nav class="gn-contentbrowser">
    
    
    <div class="cb-container">
      <div class="row">
        
        <ul class="col-1"><li>
  <a href="/global/categories/pianos/" >
    Pianos
  </a>
</li>

<li>
  <a href="/global/categories/synthesizers/" >
    Synthesizers
  </a>
</li>

<li>
  <a href="/global/categories/keyboards/" >
    Keyboards
  </a>
</li>

<li>
  <a href="/global/categories/guitar_bass/" >
    Guitar & Bass
  </a>
</li>

<li>
  <a href="/global/categories/drums_percussion/" >
    Drums & Percussion
  </a>
</li>

<li>
  <a href="/global/categories/wind_instruments/" >
    Wind Instruments
  </a>
</li>

</ul><ul class="col-1">

<li>
  <a href="/global/categories/production/" >
    Production
  </a>
</li>

<li>
  <a href="/global/categories/amplifiers/" >
    Amplifiers
  </a>
</li>

<li>
  <a href="/global/categories/aira/" >
    AIRA & DJ
  </a>
</li>

<li>
  <a href="/global/categories/roland_cloud/" >
    Roland Cloud
  </a>
</li>

<li>
  <a href="https://proav.roland.com/global/" target="_blank">
    Professional A/V
  </a>
</li>

<li>
  <a href="/global/categories/accessories/" >
    Accessories
  </a>
</li>

</ul><div class="gn-promos"><a id="p_lt_ctl02_Repeater1_repItems_ctl00_ctl00_MenuBanner_ctl01_ctl00_lnkBanner" class="gn-promo" href="/global/products/tr-1000/">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl00_ctl00_MenuBanner_ctl01_ctl00_imgBanner" src="https://static.roland.com/assets/promos/png/menu_tr-1000.png" alt="TR-1000" />
    <figcaption>
      <h4>TR-1000</h4>
      <p>The TR-1000 Rhythm Creator blends analog warmth, digital precision, and sampling freedom into a powerful, genre-spanning instrument.</p>
    </figcaption>
  </figure>
</a>



<a id="p_lt_ctl02_Repeater1_repItems_ctl00_ctl00_MenuBanner_ctl02_ctl00_lnkBanner" class="gn-promo" href="/global/products/bridge_cast/">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl00_ctl00_MenuBanner_ctl02_ctl00_imgBanner" src="https://static.roland.com/assets/promos/png/menu_bridge_cast.png" alt="BRIDGE CAST" />
    <figcaption>
      <h4>BRIDGE CAST</h4>
      <p>Take online gaming sound to the next level with BRIDGE CAST, your all-in-one solution for premium livestream audio.</p>
    </figcaption>
  </figure>
</a>



</div>
        
      </div>
    </div>  

    
  </nav>
</li>






<li id="gn-community">
  <span class="text-uppercase ">
    
      <a href="/global/community/" class="" >
        Community
      </a>
    
  </span>
  <span class="touch-interceptor"></span>
  <nav class="gn-contentbrowser">
    
    
    <div class="cb-container">
      <div class="row">
        
        <ul class=""><li>
  <a href="https://www.facebook.com/Roland" target="_blank">
    Facebook
  </a>
</li>

<li>
  <a href="https://www.youtube.com/user/RolandChannel" target="_blank">
    YouTube
  </a>
</li>

<li>
  <a href="https://twitter.com/RolandGlobal" target="_blank">
    X (Twitter)
  </a>
</li>

<li>
  <a href="https://www.instagram.com/rolandglobal/" target="_blank">
    Instagram
  </a>
</li>

<li>
  <a href="/global/social_media/" target="_self">
    Worldwide Social Network
  </a>
</li>

</ul><div class="gn-promos"><a id="p_lt_ctl02_Repeater1_repItems_ctl01_ctl00_MenuBanner_ctl01_ctl00_lnkBanner" class="gn-promo" href="https://www.facebook.com/Roland" target="_blank">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl01_ctl00_MenuBanner_ctl01_ctl00_imgBanner" src="https://static.roland.com/assets/promos/png/menu_facebook.png" alt="Facebook" />
    <figcaption>
      <h4>Facebook</h4>
      <p>Roland Global Official Fan Page. Stay up to date with Roland news, artists, promotions, events, and more.</p>
    </figcaption>
  </figure>
</a>



<a id="p_lt_ctl02_Repeater1_repItems_ctl01_ctl00_MenuBanner_ctl02_ctl00_lnkBanner" class="gn-promo" href="https://www.youtube.com/user/RolandChannel" target="_blank">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl01_ctl00_MenuBanner_ctl02_ctl00_imgBanner" src="https://static.roland.com/assets/promos/png/menu_youtube.png" alt="YouTube Channel" />
    <figcaption>
      <h4>YouTube Channel</h4>
      <p>This channel provides information of the Roland's best quality electronic musical instruments. Provides an overview of key features, functions and operational tips.</p>
    </figcaption>
  </figure>
</a>



<a id="p_lt_ctl02_Repeater1_repItems_ctl01_ctl00_MenuBanner_ctl03_ctl00_lnkBanner" class="gn-promo" href="/global/social_media/">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl01_ctl00_MenuBanner_ctl03_ctl00_imgBanner" src="https://static.roland.com/assets/promos/png/menu_social_media.png" alt="Worldwide Social Network" />
    <figcaption>
      <h4>Worldwide Social Network</h4>
      <p>Welcome to our global family. The Roland Worldwide Social Network keeps you connected to the latest products, exciting events, and much more.</p>
    </figcaption>
  </figure>
</a>



</div>
        
      </div>
    </div>  

    
  </nav>
</li>






<li id="gn-support">
  <span class="text-uppercase ">
    
      <a href="/global/support/" class="" >
        Support
      </a>
    
  </span>
  <span class="touch-interceptor"></span>
  <nav class="gn-contentbrowser">
    
    
    <div class="cb-container">
      <div class="row">
        
        <ul class="col-1"><li>
  <a href="/global/support/updates_drivers/" >
    Updates & Drivers
  </a>
</li>

<li>
  <a href="/global/support/owners_manuals/" >
    Owner’s Manuals
  </a>
</li>

<li>
  <a href="/global/support/support_documents/" >
    Support Documents
  </a>
</li>

<li>
  <a href="https://www.youtube.com/c/RolandSupportChannel" target="_blank">
    Quick Start Video
  </a>
</li>

<li>
  <a href="/global/support/support_news/" >
    Support News
  </a>
</li>

<li>
  <a href="/global/support/archives/readfirst/" >
    Legacy Product Info
  </a>
</li>

</ul><ul class="col-1">

<li>
  <a href="/global/support/vulnerability_disclosure_policy/" target="_self">
    Vulnerability Disclosure Policy
  </a>
</li>

</ul><div class="gn-promos"><a id="p_lt_ctl02_Repeater1_repItems_ctl02_ctl00_MenuBanner_ctl01_ctl00_lnkBanner" class="gn-promo" href="/global/support/">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl02_ctl00_MenuBanner_ctl01_ctl00_imgBanner" src="https://static.roland.com/assets/promos/jpg/menu_support.jpg" alt="Support by Product" />
    <figcaption>
      <h4>Support by Product</h4>
      <p>Get the latest updates/drivers, owner&#39;s manuals, and support documents for your product.</p>
    </figcaption>
  </figure>
</a>



<a id="p_lt_ctl02_Repeater1_repItems_ctl02_ctl00_MenuBanner_ctl02_ctl00_lnkBanner" class="gn-promo" href="https://www.youtube.com/c/RolandSupportChannel" target="_blank">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl02_ctl00_MenuBanner_ctl02_ctl00_imgBanner" src="https://static.roland.com/assets/promos/jpg/menu_quickstart.jpg" alt="Quick Start" />
    <figcaption>
      <h4>Quick Start</h4>
      <p>This channel provides instructions of the Roland&#39;s electronic musical instruments and equipment.</p>
    </figcaption>
  </figure>
</a>



</div>
        
      </div>
    </div>  

    
  </nav>
</li>






<li id="gn-articles">
  <span class="text-uppercase ">
    
      <a href="https://articles.roland.com/" class="" target="_blank">
        Articles
      </a>
    
  </span>
  <span class="touch-interceptor"></span>
  <nav class="gn-contentbrowser">
    
    
    <div class="cb-container">
      <div class="row">
        
        <ul class=""><li>
  <a href="https://articles.roland.com/stories" target="_blank">
    Stories
  </a>
</li>

<li>
  <a href="https://articles.roland.com/learn" target="_blank">
    Learn
  </a>
</li>

<li>
  <a href="/global/discover/" >
    Discover
  </a>
</li>

</ul><div class="gn-promos"><a id="p_lt_ctl02_Repeater1_repItems_ctl03_ctl00_MenuBanner_ctl01_ctl00_lnkBanner" class="gn-promo" href="https://articles.roland.com/stories" target="_blank">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl03_ctl00_MenuBanner_ctl01_ctl00_imgBanner" src="https://static.roland.com/assets/promos/jpg/avp_stories_menu_banner.jpg" alt="Stories" />
    <figcaption>
      <h4>Stories</h4>
      <p>Spark creativity with in-depth writing on people, trends, tech, and history.</p>
    </figcaption>
  </figure>
</a>



<a id="p_lt_ctl02_Repeater1_repItems_ctl03_ctl00_MenuBanner_ctl02_ctl00_lnkBanner" class="gn-promo" href="https://articles.roland.com/learn" target="_blank">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl03_ctl00_MenuBanner_ctl02_ctl00_imgBanner" src="https://static.roland.com/assets/promos/jpg/avp_learn_menu_banner.jpg" alt="Learn" />
    <figcaption>
      <h4>Learn</h4>
      <p>Expand your knowledge with tutorials and guides from subject-matter experts.</p>
    </figcaption>
  </figure>
</a>



<a id="p_lt_ctl02_Repeater1_repItems_ctl03_ctl00_MenuBanner_ctl03_ctl00_lnkBanner" class="gn-promo" href="/global/discover/">
  <figure>
    <img id="p_lt_ctl02_Repeater1_repItems_ctl03_ctl00_MenuBanner_ctl03_ctl00_imgBanner" src="https://static.roland.com/assets/promos/jpg/avp_discover_menu_banner.jpg" alt="Discover" />
    <figcaption>
      <h4>Discover</h4>
      <p>Experience Roland with an immersive collection of interactive pages and microsites.</p>
    </figcaption>
  </figure>
</a>



</div>
        
      </div>
    </div>  

    
  </nav>
</li>






<li id="gn-IR">
  <span class="text-uppercase ">
    
      <a href="https://ir.roland.com/en/ir.html" class="" target="_blank">
        IR
      </a>
    
  </span>
  <span class="touch-interceptor"></span>
  <nav class="gn-contentbrowser">
    

    
  </nav>
</li>






<li id="gn-sustainability">
  <span class="text-uppercase ">
    
      <a href="/global/sustainability/" class="" target="_self">
        Sustainability
      </a>
    
  </span>
  <span class="touch-interceptor"></span>
  <nav class="gn-contentbrowser">
    

    
  </nav>
</li>






<li id="gn-company">
  <span class="text-uppercase ">
    
      <a href="/global/company/" class="" target="_self">
        Company
      </a>
    
  </span>
  <span class="touch-interceptor"></span>
  <nav class="gn-contentbrowser">
    

    
  </nav>
</li>






<li id="gn-login">
  <span class="text-uppercase ">
    
      <span class="gn-login-text"> Backstage</span>
    
  </span>
  <span class="touch-interceptor"></span>
  <nav class="gn-contentbrowser">
    
<ul><li>
  <a href="/backstage/" >
    Log In
  </a>
</li>

<li>
  <a href="/backstage/signup" >
    Create Account
  </a>
</li>

</ul>
    
  </nav>
</li>








<li id="gh-search">
  <div id="p_lt_ctl02_Repeater8_repItems_ctl00_ctl00_pnlSearch" class="search-input">
	
    <a href="/global/search/" class="glyphicon-search"></a>
    <input name="p$lt$ctl02$Repeater8$repItems$ctl00$ctl00$txtWord" type="text" maxlength="1000" id="p_lt_ctl02_Repeater8_repItems_ctl00_ctl00_txtWord" class="form-control" Placeholder="" />
    <input type="submit" name="p$lt$ctl02$Repeater8$repItems$ctl00$ctl00$btnSearch" value="" id="p_lt_ctl02_Repeater8_repItems_ctl00_ctl00_btnSearch" class="btn btn-default" style="display:none;" />
  
</div>
</li>

<script type="text/javascript">
(function(){
  var txtWord = document.getElementById('p_lt_ctl02_Repeater8_repItems_ctl00_ctl00_txtWord');
  var btnSearch = document.getElementById('p_lt_ctl02_Repeater8_repItems_ctl00_ctl00_btnSearch');
  var tooltip = null;

  if (!txtWord || !btnSearch) return;

  function createTooltip() {
    if (tooltip) return;
    tooltip = document.createElement('div');
    tooltip.textContent = 'Please enter three or more characters.';
    tooltip.style.cssText = 'position:absolute;padding:2px 10px;font-size:12px;color:#fff;background:#ff5a00;border-radius:4px;white-space:nowrap;z-index:9999;box-shadow:0 2px 8px rgba(0,0,0,0.3);display:none;pointer-events:none;';
    document.body.appendChild(tooltip);
  }

  function showTooltip() {
    createTooltip();
    tooltip.style.display = 'block';
    var rect = txtWord.getBoundingClientRect();
    var tipHeight = tooltip.offsetHeight;
    tooltip.style.top = (rect.top + window.scrollY - tipHeight + 2) + 'px';
    tooltip.style.left = (rect.right + window.scrollX - tooltip.offsetWidth) + 'px';
  }

  function hideTooltip() {
    if (tooltip) tooltip.style.display = 'none';
  }

  function validate() {
    var val = (txtWord.value || '').trim();
    if (val.length > 0 && val.length < 3) {
      showTooltip();
      return false;
    }
    hideTooltip();
    return true;
  }

  btnSearch.addEventListener('click', function(e) {
    if (!validate()) {
      e.preventDefault();
      e.stopPropagation();
      return false;
    }
  }, true);

  txtWord.addEventListener('keydown', function(e) {
    if (e.key === 'Enter' || e.keyCode === 13) {
      if (!validate()) {
        e.preventDefault();
        e.stopPropagation();
        return false;
      }
    }
  }, true);

  txtWord.addEventListener('input', function() {
    if ((txtWord.value || '').trim().length >= 3 || (txtWord.value || '').trim().length === 0) {
      hideTooltip();
    }
  });

  // ページ内の他の場所をクリックしたらツールチップを消す
  document.addEventListener('click', function(e) {
    if (e.target !== txtWord && e.target !== btnSearch) {
      hideTooltip();
    }
  });
})();
</script>


</ul>
    </div>
    
    <div id="gh-suggestion" data-setting="//static.roland.com/global/js/suggestion-2.0.json">
        <p class="gs-lead"></p>
        <p class="gs-local"><span></span><a href="javascript:void(0)"></a></p>
        <span class="button-close">×</span>
    </div>
  </nav>
  <!-- /!HEADER -->
  

<!-- !BILLBOARD -->

<header id="hero" class="billboard carousel">
  <div class="row">
    <div class="carousel-container">






<div class="billboard-content carousel-content">
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl00_ctl00_lnkBanner" class="gn-promo" href="/global/products/gomixer_studio/">
	<div class="billboard-headline billboard-center">
	    <h1>GO:MIXER STUDIO<small>Audio Mixer/Interface</small></h1>
	</div>
    <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl00_ctl00_imgBanner" class="billboard-hero" src="https://static.roland.com/assets/promos/jpg/billboard_gomixer_studio.jpg" alt="GO:MIXER STUDIO" />
	<span class="explore">Explore</span>
  </a>
</div>








<div class="billboard-content carousel-content">
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl01_ctl00_lnkBanner" class="gn-promo" href="/global/promos/kiyola_series/">
	<div class="billboard-headline billboard-center">
	    <h1>KIYOLA Series<small>Artisan Digital Pianos</small></h1>
	</div>
    <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl01_ctl00_imgBanner" class="billboard-hero" src="https://static.roland.com/assets/promos/jpg/billboard_kiyola_series.jpg" alt="KIYOLA Series" />
	<span class="explore">Explore</span>
  </a>
</div>








<div class="billboard-content carousel-content">
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl02_ctl00_lnkBanner" class="gn-promo" href="/global/promos/v-drums_5_series/">
	<div class="billboard-headline billboard-center">
	    <h1>V-Drums 5 Series<small></small></h1>
	</div>
    <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl02_ctl00_imgBanner" class="billboard-hero" src="https://static.roland.com/assets/promos/jpg/billboard_v-drums_5_series.jpg" alt="V-Drums 5 Series" />
	<span class="explore">Explore</span>
  </a>
</div>








<div class="billboard-content carousel-content">
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl03_ctl00_lnkBanner" class="gn-promo" href="/global/promos/v-drums_3_series/">
	<div class="billboard-headline billboard-center">
	    <h1>V-Drums 3 Series<small></small></h1>
	</div>
    <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl03_ctl00_imgBanner" class="billboard-hero" src="https://static.roland.com/assets/promos/jpg/billboard_v-drums_3_series.jpg" alt="V-Drums 3 Series" />
	<span class="explore">Explore</span>
  </a>
</div>








<div class="billboard-content carousel-content">
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl04_ctl00_lnkBanner" class="gn-promo" href="/global/products/tr-1000/">
	<div class="billboard-headline billboard-center">
	    <h1>TR-1000<small>Rhythm Creator</small></h1>
	</div>
    <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl04_ctl00_imgBanner" class="billboard-hero" src="https://static.roland.com/assets/promos/jpg/billboard_tr-1000.jpg" alt="TR-1000" />
	<span class="explore">Explore</span>
  </a>
</div>








<div class="billboard-content carousel-content">
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl05_ctl00_lnkBanner" class="gn-promo" href="/global/products/aerophone_brisa/">
	<div class="billboard-headline billboard-center">
	    <h1>Aerophone Brisa<small>Digital Wind Instrument</small></h1>
	</div>
    <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl05_ctl00_imgBanner" class="billboard-hero" src="https://static.roland.com/assets/promos/jpg/billboard_aerophone_brisa.jpg" alt="Aerophone Brisa" />
	<span class="explore">Explore</span>
  </a>
</div>








<div class="billboard-content carousel-content">
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl06_ctl00_lnkBanner" class="gn-promo" href="/global/promos/v-stage_series/">
	<div class="billboard-headline billboard-center">
	    <h1>V-STAGE Series<small>Performance Keyboards</small></h1>
	</div>
    <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl01_Repeater_repItems_ctl00_ctl00_Banners1_ctl06_ctl00_imgBanner" class="billboard-hero" src="https://static.roland.com/assets/promos/jpg/billboard_v-stage_series.jpg" alt="V-STAGE Series" />
	<span class="explore">Explore</span>
  </a>
</div>




      
    </div>
    <nav class="paddle-nav">
      <ul>
        <li><a href="javascript:void(0)" class="paddle paddle-left carousel-prev"><span aria-hidden="true">&lt;</span></a></li>
        <li><a href="javascript:void(0)" class="paddle paddle-right carousel-next"><span aria-hidden="true">&gt;</span></a></li>
      </ul>
    </nav>
  </div>

  <nav class="dot-nav cf">
    <ul class="carousel-indicator">

	      <li>•</li>
        
	      <li>•</li>
        
	      <li>•</li>
        
	      <li>•</li>
        
	      <li>•</li>
        
	      <li>•</li>
        
	      <li>•</li>
        
    </ul>
  </nav>
</header>


<!-- /!BILLBOARD -->
<!-- !MAIN -->
<div class="main">
  <div class="promos2">
  <div class="paddle-nav">
    <ul>
      <li><a href="javascript:void(0)" class="paddle paddle-left carousel-prev"><span aria-hidden="true">&lt;</span></a></li>
    </ul>
  </div>
  <div class="row">
    <div class="flushrow">
      <ul class="promo-container carousel-container cf">


<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl00_ctl00_lnkBanner" href="/global/categories/featured_products/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl00_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fp_roland_new_products.jpg" alt="Roland New Products" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fp_roland_new_products.jpg" alt="Roland New Products" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Featured Product</small>Roland New Products</h5>
		  <p>Check out the new products from Roland.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl01_ctl00_lnkBanner" href="/global/products/gokeys_3/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl01_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fp_gokeys_3.jpg" alt="GO:KEYS 3" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fp_gokeys_3.jpg" alt="GO:KEYS 3" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Featured Product</small>GO:KEYS 3</h5>
		  <p>A powerful and fun instrument with a friendly user interface, Roland ZEN-Core sounds, auto-accompaniment features, onboard recording, and more.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl02_ctl00_lnkBanner" href="/global/promos/jupiter-x/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl02_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fp_jupiter-xm.jpg" alt="JUPITER-X" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fp_jupiter-xm.jpg" alt="JUPITER-X" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Featured Product</small>JUPITER-X</h5>
		  <p>JUPITER-Xm combines classic Roland design and premium build quality with a powerful new synth engine. It faithfully recreates sought-after instruments from our long history of genre-defining sounds.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl03_ctl00_lnkBanner" href="/global/products/mc-707/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl03_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fp_mc-707.jpg" alt="MC-707" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fp_mc-707.jpg" alt="MC-707" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Featured Product</small>MC-707</h5>
		  <p>The MC-707 GROOVEBOX has everything you need to create a song or perform a live set without a computer. Immerse yourself in eight tracks of recording, sequencing, synthesizers, and effects, plus a curated palette of sounds, loops, and phrases.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl04_ctl00_lnkBanner" href="/global/products/aerophone_ae-10/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater1_repItems_ctl04_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fp_aerophone_ae-10g.jpg" alt="Aerophone AE-10" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fp_aerophone_ae-10g.jpg" alt="Aerophone AE-10" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Featured Product</small>Aerophone AE-10</h5>
		  <p>A collection of inspiring wind instruments with sax fingering and expressive breath control.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>




      </ul>
    </div>
  </div>
  <div class="paddle-nav">
    <ul>
      <li><a href="javascript:void(0)" class="paddle paddle-right carousel-next"><span aria-hidden="true">&gt;</span></a></li>
    </ul>
  </div>
</div><div class="promos2">
  <div class="paddle-nav">
    <ul>
      <li><a href="javascript:void(0)" class="paddle paddle-left carousel-prev"><span aria-hidden="true">&lt;</span></a></li>
    </ul>
  </div>
  <div class="row">
    <div class="flushrow">
      <ul class="promo-container carousel-container cf">


<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl00_ctl00_lnkBanner" href="https://www.youtube.com/watch?v=jaO0LffIs1A">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl00_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fv_v-stage_reuben_james.jpg" alt="In the Moment with Reuben James and V-STAGE" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fv_v-stage_reuben_james.jpg" alt="In the Moment with Reuben James and V-STAGE" /></noscript>
		  <i class="button-play glyphicon-play"></i>
        </div>
	    <figcaption>
		  <h5><small>Featured Video</small>In the Moment with Reuben James and V-STAGE</h5>
		  <p>Pianist, singer-songwriter, and producer Reuben James discusses his musical journey from discovering his passion on the family piano to touring with Sam Smith and launching a thriving solo career.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl01_ctl00_lnkBanner" href="https://www.youtube.com/watch?v=NDTeRFOTNRg">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl01_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fv_sh-4d_carl_craig_performance.jpg" alt="SH-4d Desktop Synthesizer | Carl Craig Performance" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fv_sh-4d_carl_craig_performance.jpg" alt="SH-4d Desktop Synthesizer | Carl Craig Performance" /></noscript>
		  <i class="button-play glyphicon-play"></i>
        </div>
	    <figcaption>
		  <h5><small>Featured Video</small>SH-4d Desktop Synthesizer | Carl Craig Performance</h5>
		  <p>Watch as Detroit techno legend Carl Craig takes the SH-4d for a spin, bringing you on a sonic odyssey and diving headfirst into the unit&rsquo;s array of sonic capabilities.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl02_ctl00_lnkBanner" href="https://www.youtube.com/watch?v=1zmgLdnVV8c">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl02_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fv_gp-6_performance.jpg" alt="GP-6 Baby Grand Piano Performance" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fv_gp-6_performance.jpg" alt="GP-6 Baby Grand Piano Performance" /></noscript>
		  <i class="button-play glyphicon-play"></i>
        </div>
	    <figcaption>
		  <h5><small>Featured Video</small>GP-6 Baby Grand Piano Performance</h5>
		  <p><span class="yt-core-attributed-string yt-core-attributed-string--white-space-pre-wrap"><span class="yt-core-attributed-string--link-inherit-color" style="color: rgb(19, 19, 19);">In this performance video, hear the complex tonal colors from this concert-class grand piano.</span></span></p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl03_ctl00_lnkBanner" href="https://www.youtube.com/watch?v=1wBXT-DdR8Q">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl03_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fv_gomixer_pro-x.jpg" alt="GO:MIXER PRO-X" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fv_gomixer_pro-x.jpg" alt="GO:MIXER PRO-X" /></noscript>
		  <i class="button-play glyphicon-play"></i>
        </div>
	    <figcaption>
		  <h5><small>Featured Video</small>GO:MIXER PRO-X</h5>
		  <p>Whether you’re streaming, performing, or recording, sound quality can make or break your listeners’ experience. The GO:MIXER PRO-X delivers professional-quality audio from a compact, palm-sized audio mixer that works with your mobile device just about anywhere.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl04_ctl00_lnkBanner" href="https://www.youtube.com/watch?v=qvHj6OpwcHE">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl04_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fv_fp-x_series_performance.jpg" alt="Roland FP-90X Digital Piano Performance" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fv_fp-x_series_performance.jpg" alt="Roland FP-90X Digital Piano Performance" /></noscript>
		  <i class="button-play glyphicon-play"></i>
        </div>
	    <figcaption>
		  <h5><small>Featured Video</small>Roland FP-90X Digital Piano Performance</h5>
		  <p>Watch Josh Jacobson perform on Roland&rsquo;s flagship FP-90X portable digital piano. Eight ready-to-play variations, ranging from concert to stage pianos, combined with PureAcoustic Ambience environments, provide an almost infinite selection of sounds.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl05_ctl00_lnkBanner" href="https://www.youtube.com/watch?v=DBuX_cDCTdU">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl05_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fv_verselab_mv-1.jpg" alt="VERSELAB MV-1 — Song Production Studio" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fv_verselab_mv-1.jpg" alt="VERSELAB MV-1 — Song Production Studio" /></noscript>
		  <i class="button-play glyphicon-play"></i>
        </div>
	    <figcaption>
		  <h5><small>Featured Video</small>VERSELAB MV-1 — Song Production Studio</h5>
		  <p>VERSELAB MV-1, an all-in-one song production studio to help you capture, refine, and finish your ideas from start to end.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl06_ctl00_lnkBanner" href="https://www.youtube.com/watch?v=KVX7fZ-SO6s">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl06_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fv_aerophone_pro.jpg" alt="Aerophone Pro Performance" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fv_aerophone_pro.jpg" alt="Aerophone Pro Performance" /></noscript>
		  <i class="button-play glyphicon-play"></i>
        </div>
	    <figcaption>
		  <h5><small>Featured Video</small>Aerophone Pro Performance</h5>
		  <p>In this video, MAE.SUN featuring Hailey Niswanger shows how the Aerophone Pro can provide a range of sounds at your fingertips&mdash;no matter what style of music you play.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl07_ctl00_lnkBanner" href="https://www.youtube.com/watch?v=abcg9bzsp2k">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater2_repItems_ctl07_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fv_td-07kv.jpg" alt="TD-07KV Kit Overview" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fv_td-07kv.jpg" alt="TD-07KV Kit Overview" /></noscript>
		  <i class="button-play glyphicon-play"></i>
        </div>
	    <figcaption>
		  <h5><small>Featured Video</small>TD-07KV Kit Overview</h5>
		  <p>The TD-07KV offers a high-quality, realistic drumming experience in a compact and affordable drum set that&rsquo;s ideal for playing at home.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>




</ul>
    </div>
  </div>
  <div class="paddle-nav">
    <ul>
      <li><a href="javascript:void(0)" class="paddle paddle-right carousel-next"><span aria-hidden="true">&gt;</span></a></li>
    </ul>
  </div>
</div><div class="promos2">
  <div class="paddle-nav">
    <ul>
      <li><a href="javascript:void(0)" class="paddle paddle-left carousel-prev"><span aria-hidden="true">&lt;</span></a></li>
    </ul>
  </div>
  <div class="row">
    <div class="flushrow">
      <ul class="promo-container carousel-container cf">


<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl00_ctl00_lnkBanner" href="/global/promos/piano_ar/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl00_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fc_piano_ar_tn.jpg" alt="Piano AR" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fc_piano_ar_tn.jpg" alt="Piano AR" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Looking For</small>Piano AR</h5>
		  <p>Visualize your perfect Roland piano. Select a piano, scan your room, and drop a Roland piano into your home&mdash;all without leaving the house.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl01_ctl00_lnkBanner" href="https://aiformusic.info" target="_blank">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl01_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/png/promo_fc_aiformusic.png" alt="AI for Music" />
          <noscript><img src="https://static.roland.com/assets/promos/png/promo_fc_aiformusic.png" alt="AI for Music" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Looking For</small>AI for Music</h5>
		  <p>Founded by Roland and Universal Music Group, The Principles for Music Creation with AI establish a guideline for the responsible use of Artificial Intelligence in music.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl02_ctl00_lnkBanner" href="/global/promos/v-drums_roland_cloud/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl02_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fc_v-drum_roland_cloud.jpg" alt="V-Drums x Roland Cloud" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fc_v-drum_roland_cloud.jpg" alt="V-Drums x Roland Cloud" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Looking For</small>V-Drums x Roland Cloud</h5>
		  <p>With V-Drums, the preset kits are just the beginning. There&rsquo;s now an easy way to access the full sonic potential of your V-Drums module. Roland Cloud, our ever-growing online platform for musicians, is full of fresh content for every drummer.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl03_ctl00_lnkBanner" href="/global/promos/gp_series/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl03_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fc_gp_series_tn.jpg" alt="Roland GP Series" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fc_gp_series_tn.jpg" alt="Roland GP Series" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Looking For</small>Roland GP Series</h5>
		  <p>The GP series represents the pinnacle of Roland piano development, merging our advanced technologies with finely crafted grand piano designs that bring elegance and grandeur to any space.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl04_ctl00_lnkBanner" href="/global/promos/aira_compact/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl04_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fc_aira_compact-tn.jpg" alt="AIRA Compact" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fc_aira_compact-tn.jpg" alt="AIRA Compact" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Looking For</small>AIRA Compact</h5>
		  <p>Fun, go-everywhere instruments that put Roland&rsquo;s legendary creative magic in the palm of your hand.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl05_ctl00_lnkBanner" href="/global/promos/fantom-0_series/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl05_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fc_fantom-0-tn.jpg" alt="FANTOM-0 Series" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fc_fantom-0-tn.jpg" alt="FANTOM-0 Series" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Looking For</small>FANTOM-0 Series</h5>
		  <p>FANTOM-0 brings your creative world together, combining the sonic power and fluid workflow of the top-of-the-line FANTOM series in streamlined instruments that go everywhere your inspiration takes you.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl06_ctl00_lnkBanner" href="/global/promos/about_roland_cloud/">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl06_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fc_rc_about_roland_cloud.jpg" alt="About Roland Cloud" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fc_rc_about_roland_cloud.jpg" alt="About Roland Cloud" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Looking For</small>About Roland Cloud</h5>
		  <p>Sounds of past, present and future. Yours in minutes.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>





<li>
  <a id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl07_ctl00_lnkBanner" href="https://articles.roland.com/" target="_blank">
	<figure>
	    <div class="promo-hero">
          <img id="p_lt_ctl04_pageplaceholder_p_lt_ctl02_Repeater3_repItems_ctl07_ctl00_imgBanner" src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/promos/jpg/promo_fc_roland_articles.jpg" alt="Roland Articles" />
          <noscript><img src="https://static.roland.com/assets/promos/jpg/promo_fc_roland_articles.jpg" alt="Roland Articles" /></noscript>
		  
        </div>
	    <figcaption>
		  <h5><small>Looking For</small>Roland Articles</h5>
		  <p>A destination for inspiring stories and knowledge to help spark your creativity. Explore in-depth writing and enhance your skills.</p>
		  <span class="viewmore">Find Out More</span>
	    </figcaption>
	</figure>
  </a>
</li>




</ul>
    </div>
  </div>
  <div class="paddle-nav">
    <ul>
      <li><a href="javascript:void(0)" class="paddle paddle-right carousel-next"><span aria-hidden="true">&gt;</span></a></li>
    </ul>
  </div>
</div><!-- !CATEGORY NAVIGATION --><section id="categorybrowser">  <div class="row">    <ul class="cf">

<li>
  <a href="/global/categories/pianos/">
	<div class="headline-container">
	    <h2><small>Pianos</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_pianos.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_pianos.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/synthesizers/">
	<div class="headline-container">
	    <h2><small>Synthesizers</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_synthesizers.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_synthesizers.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/keyboards/">
	<div class="headline-container">
	    <h2><small>Keyboards</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_keyboards.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_keyboards.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/guitar_bass/">
	<div class="headline-container">
	    <h2><small>Guitar & Bass</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_guitar_bass.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_guitar_bass.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/drums_percussion/">
	<div class="headline-container">
	    <h2><small>Drums & Percussion</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_v-drums.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_v-drums.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/wind_instruments/">
	<div class="headline-container">
	    <h2><small>Wind Instruments</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_wind_instrument.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_wind_instrument.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/production/">
	<div class="headline-container">
	    <h2><small>Production</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_production.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_production.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/amplifiers/">
	<div class="headline-container">
	    <h2><small>Amplifiers</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_amplifiers.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_amplifiers.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/aira/">
	<div class="headline-container">
	    <h2><small>AIRA & DJ</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_aira.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_aira.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/roland_cloud/">
	<div class="headline-container">
	    <h2><small>Roland Cloud</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_roland_cloud.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_roland_cloud.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="https://proav.roland.com/global/">
	<div class="headline-container">
	    <h2><small>Professional A/V</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_pro_video.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_pro_video.jpg" /></noscript>
	</figure>
  </a>
</li>


<li>
  <a href="/global/categories/accessories/">
	<div class="headline-container">
	    <h2><small>Accessories</small></h2>
	</div>
	<figure>
        <img src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" data-src="https://static.roland.com/assets/images/products/categories/rct_accessories.jpg" alt="" />
	    <noscript><img alt="" src="https://static.roland.com/assets/images/products/categories/rct_accessories.jpg" /></noscript>
	</figure>
  </a>
</li>


    </ul>  </div></section><!-- /!CATEGORY NAVIGATION --><!-- !MODAL VIDEO PLAYER -->            <div id="modal-youtube" class="modal-video-player">    <div class="video-container youtube-video-container">    </div>    <i class="button-close"></i></div><!-- /!MODAL VIDEO PLAYER -->
</div>
<!-- /!MAIN -->

  <!-- !BACK TO TOP -->
  <div class="backtotop">
    <a href="#" class="button-up"></a>
  </div>
  <!-- /!BACK TO TOP -->
  <footer id="globalfooter" role="contentinfo">
    <div id="gf-informations">
      
<ul class="gf-links cf">
	<li><a href="/global/international/">International Page</a></li>
	<!--<li><a href="https://contentstore.roland.com/">Roland Content Store</a></li>-->
</ul>


    </div>
    <div id="gf-service">
      <div class="row cf">
        
<ul class="gf-share">
  <li><a href="https://www.facebook.com/RolandGlobalOfficial" target="_blank" title="Roland Corporation"><i class="icon icon-facebook">Facebook</i></a></li>
  <li><a href="https://twitter.com/RolandGlobal" target="_blank" title="Roland Global"><i class="icon icon-twitter">Twitter</i></a></li>
  <li><a href="https://www.youtube.com/user/RolandChannel" target="_blank" title="Roland Channel"><i class="icon icon-youtube">YouTube</i></a></li>
  <!--  <li><a href="#"><i class="icon icon-google">Google+</i></a></li>
  <li><a href="#"><i class="icon icon-rss">RSS</i></a></li>
  <li><a href="#"><i class="icon icon-flickr">Flickr</i></a></li>
  <li><a href="#"><i class="icon icon-pinterest">Pinterest</i></a></li>
-->
  <li><a href="https://www.instagram.com/rolandglobal/" target="_blank" title="Roland Global"><i class="icon icon-instagram">Instagram</i></a></li>
  <li><a href="https://soundcloud.com/rolandcom" target="_blank" title="Roland Corporation"><i class="icon icon-soundcloud">SoundCloud</i></a></li>
</ul>


        <ul class="gf-links">
          


          
            <li class="gf-region"><a href="/global/international/">Change Region<i class="flag flag-global"><span class="sr-only">Flag Icon</span></i></a></li>
          
	    </ul>
        </div>
    </div>
    <nav id="directorynav">
      <div class="row">


<section class="column">
<h3><a href="/global/categories/" >Products</a></h3>
  
<ul><li><a href="/global/categories/featured_products/" >Featured Products</a></li>

<li><a href="/global/categories/pianos/" >Pianos</a></li>

<li><a href="/global/categories/organs/" >Organs</a></li>

<li><a href="/global/categories/synthesizers/" >Synthesizers</a></li>

<li><a href="/global/categories/keyboards/" >Keyboards</a></li>

<li><a href="/global/categories/guitar_bass/" >Guitar & Bass</a></li>

<li><a href="/global/categories/drums_percussion/" >Drums & Percussion</a></li>

<li><a href="/global/categories/wind_instruments/" >Wind Instruments</a></li>

<li><a href="/global/categories/production/" >Production</a></li>

<li><a href="/global/categories/amplifiers/" >Amplifiers</a></li>

<li><a href="/global/categories/aira/" >AIRA & DJ</a></li>

<li><a href="/global/categories/roland_cloud/" >Roland Cloud</a></li>

<li><a href="https://proav.roland.com/global/" target="_blank">Professional A/V</a></li>

<li><a href="/global/categories/accessories/" >Accessories</a></li>

<li><a href="/global/categories/apps/" >Apps</a></li>

</ul>

</section>





<section class="column">
<h3><a href="/global/community/" >Community</a></h3>
  
<ul><li><a href="https://www.facebook.com/Roland" target="_blank">Facebook</a></li>
<li><a href="https://www.youtube.com/user/RolandChannel" target="_blank">YouTube</a></li>
<li><a href="https://twitter.com/RolandGlobal" target="_blank">X (Twitter)</a></li>
<li><a href="https://www.instagram.com/rolandglobal/" target="_blank">Instagram</a></li>
<li><a href="/global/social_media/" target="_self">Worldwide Social Network</a></li>
</ul>

</section>





<section class="column">
<h3><a href="/global/support/" >Support</a></h3>
  
<ul><li><a href="/global/support/updates_drivers/" >Updates & Drivers</a></li>
<li><a href="/global/support/owners_manuals/" >Owner’s Manuals</a></li>
<li><a href="/global/support/support_documents/" >Support Documents</a></li>
<li><a href="https://www.youtube.com/c/RolandSupportChannel" target="_blank">Quick Start Video</a></li>
<li><a href="/global/support/knowledge_base/" target="_self">Knowledge Base</a></li>
<li><a href="/global/support/support_news/" >Support News</a></li>
<li><a href="/global/support/archives/readfirst/" >Legacy Product Info</a></li>
<li><a href="/global/support/vulnerability_disclosure_policy/" target="_self">Vulnerability Disclosure Policy</a></li>
</ul>

</section>





<section class="column">
<h3><a href="https://articles.roland.com/" target="_blank">Articles</a></h3>
  
<ul><li><a href="https://articles.roland.com/stories" target="_blank">Stories</a></li>
<li><a href="https://articles.roland.com/learn" target="_blank">Learn</a></li>
<li><a href="/global/discover/" >Discover</a></li>
</ul>

</section>





<section class="column">
<h3><a href="https://ir.roland.com/en/ir.html" target="_blank">IR</a></h3>
  
<ul><li><a href="https://ir.roland.com/en/ir/management.html" target="_blank">Management Policy</a></li>
<li><a href="https://ir.roland.com/en/ir/finance.html" target="_blank">Financial Information</a></li>
<li><a href="https://ir.roland.com/en/ir/library.html" target="_blank">IR Library</a></li>
<li><a href="https://ir.roland.com/en/ir/stock.html" target="_blank">Stock Information</a></li>
</ul>

</section>





<section class="column">
<h3><a href="/global/sustainability/" target="_self">Sustainability</a></h3>
  
<ul><li><a href="/global/sustainability/policy/" >Basic Sustainability Policy</a></li>
<li><a href="/global/sustainability/ceo_message/" >ceo_message</a></li>
<li><a href="/global/sustainability/various_policies/" >various_policies</a></li>
<li><a href="/global/sustainability/human_rights_policy/" >Human Rights Policy</a></li>
<li><a href="/global/sustainability/for_environment/" >For “Environment”</a></li>
<li><a href="/global/sustainability/in_society/" >In “Society”</a></li>
<li><a href="/global/sustainability/activities/" target="_self">Social Contribution Activities</a></li>
<li><a href="/global/sustainability/human_capital/" >Human Capital</a></li>
<li><a href="/global/sustainability/customer/" >Improvement of Customer Satisfaction</a></li>
<li><a href="/global/sustainability/supply_chain/" >Supply Chain Management</a></li>
<li><a href="/global/sustainability/corporate_governance/" >Corporate Governance</a></li>
<li><a href="/global/sustainability/compliance_guideline/" >Compliance Guidelines</a></li>
<li><a href="/global/sustainability/compliance_action/" >Actions for the Compliance</a></li>
<li><a href="/global/sustainability/intellectual_property/" >Intellectual Property and Brand Protection</a></li>
<li><a href="/global/sustainability/evaluation/" >External Evaluation</a></li>
</ul>

</section>





<section class="column">
<h3><a href="/global/company/" target="_self">Company</a></h3>
  
<ul><li><a href="/global/company/overview/" >Corporate Information</a></li>
<li><a href="/global/company/philosophy/" >Philosophy</a></li>
<li><a href="/global/company/overview/business_brand/" >Brands</a></li>
<li><a href="/global/company/press_releases/" >Press Releases</a></li>
<li><a href="/global/company/history/" >History</a></li>
<li><a href="https://www.roland.com/us/patent/" >Virtual Patent Marking</a></li>
</ul>

</section>




</div>
    </nav>
      
<ul id="gf-promos" class="cf">
  <li> <a href="http://www.boss.info/global/">
    <h3><img src="https://static.roland.com/global/images/promo_boss_title.png" alt="BOSS"></h3>
    <img src="https://static.roland.com/global/images/promo_boss.jpg" alt="BOSS"> </a> </li>
  <li> <a href="https://www.v-moda.com/us/en/" target="_blank">
    <!--<h3><img src="https://static.roland.com/global/images/promo_v-moda_title.png" alt="V-MODA"></h3> -->
    <img src="https://static.roland.com/global/images/promo_v-moda.png" alt="V-MODA"> </a> </li>
</ul>


    <div id="gf-legal" class="row">
      <ul class="gf-links cf">
<ul>
	<li><a href="/privacy" title="Privacy Statement" target="_self">Privacy Statement</a></li>
	<li><a href="/global/terms_of_use/" title="Terms of Use" target="_self">Terms of Use</a></li>
    <li><a href="/global/accessibility/" title="Accessibility Statement" target="_self">Accessibility Statement</a></li>
	<li><a href="/global/social_media/" title="Worldwide Social Network" target="_self">Worldwide Social Network</a></li>
</ul>
</ul><p class="copyright">Copyright &copy; 2026 Roland Corporation</p>
    </div>
  </footer>              


<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WMTGPC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WMTGPC');</script>
<!-- End Google Tag Manager -->
<!-- Common Metatags -->

<!-- End Common Metatags -->


    
    
<script src="https://static.roland.com/global/js/replaceSearch.js" type="text/javascript"></script>  <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="Kv0kZOd8o3R/MadPcHm29EB21n7OWGLimKs7eX0piXhVT953dkgBHjLYywAocUZN90sfo/7FpWSVl0YU7x81H6QS+DO4+VU1hWuJdFYJwMh9KbQ/qvx97kXsrF8YeSkaGBE6msUo8OpSdM7XrwPZoC8FGWNZF/g21tzuC28PQcpuf4dEaoWlbqLQJx63xvdr/2oiLVTyFZBEyRL3GfEgIQbTKAz+ZVwhgs9+67Ne6ZcWjozqbropR2HVXhKKOj2JW6z4UlcrzTLS/RMWzFhL3r6drJaH8C32pw2+CtepichlQkloA70sJ9qwsSwp2Abux+lUr1Ct7ud910rSdSE1rvtjl6+UiNiyk/A3h0LZhHsTr5JzdNirwzqbEWEjBqMPzf4VkmIzvYx1Y0nEOzJ0kmiFlXIfIn+EYyS4PqcxLAujYzWWw2vk+1L+fFoQZl9f5IV/nYWSg3LM+uvRST2qgKIUzAPxqhH6LMBRJLMhBHmTzHIqZqTYlEDpjRQzRL8F7YN3J/h4bXqD+Ne+Lt+agYiYzojZ85LRVTdLnH2wDd0V1fw8Q5glRigPjzVwYk1kdPXNw5v4H9yeoSQXWfdy72XKO6dwZMfXujoZXgp5REMH+pfMgHXBnrTuODGXsI1PAL9cVQrmQu4QIaQS23Ck32UOOWYjj4TNxFcfFxuXsp5HDV5/i+Dn/fQ9kaEvZOFgbDqUAEz3USPO7si92f4wRkRFQ3vXJ+kfifz4faTfoZg=" />
  <script type="text/javascript">
      //<![CDATA[
      if (window.WebForm_InitCallback) {
        __theFormPostData = '';
        __theFormPostCollection = new Array();
        window.WebForm_InitCallback();
      }
      //]]>
    </script>
  </form>
</body>
</html>
