Tuning Samples Always listen with headphones for highest quality! If your tuning track isn't listed, contact us for a sample. Peaks Sample 1 Peaks Sample 2 const audioPlayer = document.querySelector('#audio-player'); const playlistItems = document.querySelectorAll('.playlist li a'); let activeTrack = 0; function playTrack(track) { audioPlayer.src = track.getAttribute('data-src'); audioPlayer.load(); playlistItems[activeTrack].parentElement.classList.remove('active'); activeTrack = Array.from(playlistItems).indexOf(track); playlistItems[activeTrack].parentElement.classList.add('active'); } playlistItems.forEach((track, index) => { track.addEventListener('click', (event) => { event.preventDefault(); playTrack(track); audioPlayer.play(); }); }); playTrack(playlistItems[activeTrack]); Description Handcrafted in Flagstaff, Arizona using carefully selected exotic hardwoods. Comes with mallets. Dimensions 13”L X 8 1/4”W X 5 1/2”H. The Peaks model in the key of D Major has five notes in a mid-range voice. These drums produce a warm and sweet tonal quality that is unique for their size. Many prefer to display their Peaks drums on-end when they aren’t playing them, so as to showcase the mountain landscape with moon rising above.