Floyd Rose's saddle blocks: silly?



Floyd Rose's saddle blocks are used to lock the strings in place. Isn't that a major design flaw? I mean, they
add complexity to the bridge design and end up making the manufacturing process more expensive, all without
adding any value. Wouldn't it be simpler, easier and cheaper if the string's ball end was used to lock down
the strings?


Rui Maciel

.



Relevant Pages

  • Re: synchronized using String.intern()
    ... would obviously not lock the file from access by another process, ... In my case, the number of such strings is guaranteed to be on the order of 1-10, so, again, I don't care. ... ADD ENTRY TO FILE GIVING FILE ... public void doSomeOtherLowLevelOperationOfYourApplication() { ...
    (comp.lang.java.programmer)
  • Re: A C showstopper
    ... change unless you call them inside a lock. ... strings down for an unpredictable length of time, ... the same problem whatever language you are using. ... Flash Gordon- Hide quoted text - ...
    (comp.lang.c)
  • Re: synchronized statements
    ... > A quick solution not involving the synchronized keyword is to print only one ... This doesn't stop the printing of one set of strings interrupting the ... I'm surprised acquiring the lock on System.out didn't work. ...
    (comp.lang.java)
  • Re: A C showstopper
    ... change unless you call them inside a lock. ... strings down for an unpredictable length of time, ... That is a reader thread can take a reference to a shared string ... the same problem whatever language you are using. ...
    (comp.lang.c)
  • Re: A C showstopper
    ... change unless you call them inside a lock. ... strings down for an unpredictable length of time, ... is a simple COW-based solution to the classic reader/writer problem. ... That is a reader thread can take a reference to a shared string without worry of interference form writers such that they can read the string without synchronization. ...
    (comp.lang.c)