|
|
|
|
|
');
end2 = theCode.indexOf('>', end) + 1;
var theScript = theCode.substring(start2,end);
var newScript = document.createElement('script');
newScript.text = theScript;
theHead.appendChild(newScript);
var part1 = theCode.substring(0,start);
var part2 = theCode.substring(end2, theCode.length);
theCode = part1.concat(part2);
start = end + 9;
}
}
document.getElementById("contentDiv").innerHTML = theCode;
if( theScript && theScript.indexOf('goFlash') > 0){
goFlash();
}
}
connectIt2();
function rollOverList_8109( theID ){
var listTitle = document.getElementById( "8109_" + theID + "_title");
var listDate = document.getElementById( "8109_" + theID + "_date");
listTitle.bgColor = "e5f2ff";
listDate.bgColor = "e5f2ff";
}
function rollOutList_8109( theID ){
var listTitle = document.getElementById( "8109_" + theID + "_title");
var listDate = document.getElementById( "8109_" + theID + "_date");
listTitle.bgColor = "F5F5F5";
listDate.bgColor = "F5F5F5";
}
listItems_8109 = new Array();
listItems_8109[1] = {title:"Staying in tune when using a capo.", id:129, date:"Fri, May 25, 2007"};
listItems_8109[2] = {title:"What are temperaments and Sweeteners and why should I care? ", id:59, date:"Fri, May 11, 2007"};
listItems_8109[3] = {title:"I\'m new to strobe tuning, how does the display work?", id:48, date:"Wed, May 09, 2007"};
listItems_8109[4] = {title:"What is the deal with the GTR® temperament?", id:58, date:"Fri, May 11, 2007"};
listItems_8109[5] = {title:"Why aren\'t other tuners this accurate? ", id:84, date:"Tue, May 22, 2007"};
listItems_8109[6] = {title:"Can I do intonation with my StroboStomp tuner pedal?", id:40, date:"Mon, May 07, 2007"};
listItems_8109[7] = {title:"Is 1/10th Cent Accuracy Really Needed?", id:89, date:"Wed, May 23, 2007"};
listItems_8109[8] = {title:"Can I use the Strobe Tuner to tune my Earvana® / Buzz Feiten Tuning System® adjusted guitar? ", id:57, date:"Fri, May 11, 2007"};
listItems_8109[9] = {title:"Can I tune a piano with Virtual Strobe?", id:52, date:"Thu, May 10, 2007"};
listItems_8109[10] = {title:"How do I read the tuning display?", id:38, date:"Mon, May 07, 2007"};
listItems_8109[11] = {title:"What are the differences between the StroboFlip and the V-SAM?", id:50, date:"Thu, May 10, 2007"};
listItems_8109[12] = {title:"Do the virtual or mechanical strobes require recalibration? ", id:81, date:"Tue, May 22, 2007"};
listItems_8109[13] = {title:"Why do the Virtual Strobes have multiple bands of strobe images?", id:80, date:"Tue, May 22, 2007"};
listItems_8109[14] = {title:"Which model is best for \"Glitter Tuning\"?", id:42, date:"Mon, May 07, 2007"};
listItems_8109[15] = {title:"How do I find out how far out of tune my guitar is? ", id:83, date:"Tue, May 22, 2007"};
listItems_8109[16] = {title:"Why do some bands on the strobe display disappear sometimes? ", id:78, date:"Tue, May 22, 2007"};
listItems_8109[17] = {title:"What tuners have \"True Bypass\"? ", id:53, date:"Thu, May 10, 2007"};
listItems_8109[18] = {title:"What is \"Bass Shift\" and how do I activate it? ", id:55, date:"Thu, May 10, 2007"};
listItems_8109[19] = {title:"Can I use a Virtual Strobe for \"Tap Tuning\"?", id:43, date:"Mon, May 07, 2007"};
listItems_8109[20] = {title:"I often tune in a loud environment, what can I get to help with that? ", id:60, date:"Fri, May 11, 2007"};
listItems_8109[21] = {title:"Why does the Virtual Strobe™ display disappear completely sometimes? ", id:79, date:"Tue, May 22, 2007"};
listItems_8109[22] = {title:"What if I am playing in the company of an instrument that is out of tune and is \"non-adjustable\"?", id:82, date:"Tue, May 22, 2007"};
listItems_8109[23] = {title:"Which tuners feature silent tuning? ", id:51, date:"Thu, May 10, 2007"};
listItems_8109[24] = {title:"How low a pitch can the Virtual Strobes read and display? ", id:56, date:"Fri, May 11, 2007"};
listItems_8109[25] = {title:"Which tuners can put out audio tones?", id:76, date:"Tue, May 22, 2007"};
listItems_8109[26] = {title:"What tuner is best for pan tuning?", id:39, date:"Mon, May 07, 2007"};
listItems_8109[27] = {title:"Is there a carrying case available?", id:41, date:"Mon, May 07, 2007"};
listItems_8109[28] = {title:"Why would I want manual note selection and how do I get into that mode? ", id:77, date:"Tue, May 22, 2007"};
listItems_8109[29] = {title:"Can I Have the VS-1/VS-II/V-SAM start automatically in \"Bass Shift\"? ", id:54, date:"Thu, May 10, 2007"};
listItems_8109[30] = {title:"Why does the StroboStomp GTR Sweetener only work for standard tuning or ½ step down?", id:340, date:"Fri, Jun 06, 2008"};
listItems_8109[31] = {title:"Do sweeteners still work when I drop tune but I do not put the tuner in ‘drop’ mode?", id:342, date:"Fri, Jun 06, 2008"};
function searchIt_8109( searchString ){
var matches = 0;
for(var j = 1; j < listItems_8109.length; j++){
var mySearch = new RegExp(searchString, "i");
isMatch = listItems_8109[j]['title'].search(mySearch);
var theItem = document.getElementById( "contentList8109_" + listItems_8109[j].id );
if(isMatch != -1){
matches += 1;
theItem.className = "show";
}else{
theItem.className = "hide";
}
}
var theError = document.getElementById( "noMatch" );
if(matches == 0){
theError.innerHTML = "There are no articles available that match the keyword '" + searchString + "'. Please try a different search.";
}else{
theError.innerHTML = "";
}
}
function startSearch_8109(){
var theInput = document.getElementById("searchInput_8109");
searchIt_8109(theInput.value);
}
//-->
| Staying in tune when using a capo. |
Fri, May 25, 2007 |
| What are temperaments and Sweeteners and why should I care? |
Fri, May 11, 2007 |
| I'm new to strobe tuning, how does the display work? |
Wed, May 09, 2007 |
| What is the deal with the GTR® temperament? |
Fri, May 11, 2007 |
| Why aren't other tuners this accurate? |
Tue, May 22, 2007 |
| Can I do intonation with my StroboStomp tuner pedal? |
Mon, May 07, 2007 |
| Is 1/10th Cent Accuracy Really Needed? |
Wed, May 23, 2007 |
| Can I use the Strobe Tuner to tune my Earvana® / Buzz Feiten Tuning System® adjusted guitar? |
Fri, May 11, 2007 |
| Can I tune a piano with Virtual Strobe? |
Thu, May 10, 2007 |
| How do I read the tuning display? |
Mon, May 07, 2007 |
| What are the differences between the StroboFlip and the V-SAM? |
Thu, May 10, 2007 |
| Do the virtual or mechanical strobes require recalibration? |
Tue, May 22, 2007 |
| Why do the Virtual Strobes have multiple bands of strobe images? |
Tue, May 22, 2007 |
| Which model is best for "Glitter Tuning"? |
Mon, May 07, 2007 |
| How do I find out how far out of tune my guitar is? |
Tue, May 22, 2007 |
| Why do some bands on the strobe display disappear sometimes? |
Tue, May 22, 2007 |
| What tuners have "True Bypass"? |
Thu, May 10, 2007 |
| What is "Bass Shift" and how do I activate it? |
Thu, May 10, 2007 |
| Can I use a Virtual Strobe for "Tap Tuning"? |
Mon, May 07, 2007 |
| I often tune in a loud environment, what can I get to help with that? |
Fri, May 11, 2007 |
| Why does the Virtual Strobe™ display disappear completely sometimes? |
Tue, May 22, 2007 |
| What if I am playing in the company of an instrument that is out of tune and is "non-adjustable"? |
Tue, May 22, 2007 |
| Which tuners feature silent tuning? |
Thu, May 10, 2007 |
| How low a pitch can the Virtual Strobes read and display? |
Fri, May 11, 2007 |
| Which tuners can put out audio tones? |
Tue, May 22, 2007 |
| What tuner is best for pan tuning? |
Mon, May 07, 2007 |
| Is there a carrying case available? |
Mon, May 07, 2007 |
| Why would I want manual note selection and how do I get into that mode? |
Tue, May 22, 2007 |
| Can I Have the VS-1/VS-II/V-SAM start automatically in "Bass Shift"? |
Thu, May 10, 2007 |
| Why does the StroboStomp GTR Sweetener only work for standard tuning or ½ step down? |
Fri, Jun 06, 2008 |
| Do sweeteners still work when I drop tune but I do not put the tuner in ‘drop’ mode? |
Fri, Jun 06, 2008 |
|
Select a topic from the list above.
|
|
|
|
|
|
|