|
Hi,
I am getting interested in Hofner Icon Bass - http://www.musiciansfriend.com/bass/hof ... 2000015000
I understand that this is a short scale bass. So will this require short scale strings?
As far as I understand, scale simply means the length of the...
Started by Rahul on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at guitarnoise):
If you use long scale standard strings (34" scale) on a short scale bass (30-31"....
But i thought that long scale strings on a short scale bass the beauty of it i guess.
A nose up in the air-know it all..
|
|
I suspect that their winding lengths are the same for flats, roundwounds etc. so whatever type of Pyramid string you have please let me know My bridge is the usual one-piece top-loading design. I'm only concerned with strings A and thinner since the largest...
Started by ixlramp on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at talkbass):
Thanks
I found this photo of the gold flats, the silk does seem long at... .
You may have to "burn" a few millimeters of silk at the ball end! I had to on my TRB1005J .
Thank you so much! Last edited by ixlramp : Today at 02:39 PM .
37.5" Ball End to Silk...
|
|
I just got a short scale bass. I need some recommendations on strings.
Anyone?
Started by newguitarsmell on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at talkbass):
I just cut them a bit on the endThat really depends on what ... .
I use normal strings on my short scale.
There are one or two mentions of short scale strings bit diff sound.
First, check the Strings forum.
Musicmasters.
|
Ask your Facebook Friends
|
What gauge strings for a short scale bass? it's about 30" scale length Buy or just listen to the debut LOVEBOAT album http://loveboatuk.bandcamp.com/
Started by danswon on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at harmony-central):
Originally Posted by raymeedcI use La Bella Beatle Bass....
The 95 E-string is the most important, because 100, 105, or 110 E-strings are usually too flabby for a 30-inch scale length.
strings, I usually prefer 40, 60, 75, 95.
|
|
Just picked up a Spector Q5, which rocks the 35" scale. The low B is AMAZING, even dropped to an A, but the EADG strings feel super tight. Overwound even. The overtones are muted, and the strings don't vibrate much.
I don't know what strings these are...
Started by lowendgenerator on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at talkbass):
scale raises the tension of all strings equally, so you're noticing the top heaviness of the stringBoth! The scale is only going to make the difference in string tension more noticeable for the A,D version of their regular....
|
|
I've got a program written in c# where there are a lot of comparisons between ints and strings.
So for performance reasons I would just like to know which is more efficient?
If we have:
int a = 5; string b = "5"; if(a == int.Parse(b)) { } OR if(a.ToString...
Started by The_Butcher on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Parsing a String:
System.Diagnostics.Stopwatch....
string are compared by the length and number at once.
Both techniques are creating a new string, however int.ToString() has to perform a lot trying to compare.
On a grand scale.
|
|
Well after using my bass a great amount more than ever lately, i believe that i should get a new set of strings on hand just incase.
However looking back to when it was first stringed up a year or so ago.
I remember my bass teacher at the time saying ...
Started by SolomonHelsing on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at talkbass):
RS665EL is the set you Rotosound standard....
I like are going to use them as a string through you must get the Extra Long scale sets.
DR strings have worked on every 5 string 35" scale thru body bass I've had, no problem.
|
|
Given I have an array of 3 strings:
["Extra tv in bedroom", "Extra tv in living room", "Extra tv outside the shop"]
How do I find the longest string all strings have in common?
Started by Jesper Rønn-Jensen on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
To search for the beginning of all strings:
Source def substr( a ) return "" unless (a.length > a more advanced algorithm if you have a bunch of strings or they are very long, though:
def longest_common_substr(strings) shortest....
|
|
Just received my first order from Welcome to Bass Strings Online - Your Custom Bass String Shop...
I imagine most TBers are aware - but if not - when you register at the site, and identify yourself as a TB member in the comments section, you will be registered...
Started by pudgychef on
, 20 posts
by 15 people.
Answer Snippets (Read the full thread at talkbass):
Official Fender P-Bass Club #754
Ampeg Family Reunion #870
Markbass Club #386
Official Medium Scale Club #70
Quote or send them a note to flag my file.
At a wall of 6 different brands of nickel plated roundwound .45-.105 strings at GC.
|
|
I have an ETL process performance problem. I have a table with 4+ billion rows in it. Structure is:
id bigint identity(1,1) raw_url varchar(2000) not null md5hash char(32) not null job_control_number int not null Clustered unique index on the id and non...
Started by Sean on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit (from comment) : And while I'm thinking about it, if you turn off page level compression... .
Make sure the non-clustered index is also in the filegroup .
I would break up the table into physical files, with the older non-changing data in a read-only file group .
|