We use cookies to optimize our website and our service.
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
The technical storage or access that is used exclusively for statistical purposes.
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Guitar
Guitar Modelling
We’ve just finished work on a new version of the guitar algorithm—which used to run (very slowly) on the NESS project’s GPUs. This algorithm appeared in a paper presented at DAFx-14. There have been a lot of recent advances in algorithm design that have allowed us to speed up performance for a full six-string guitar to the realtime threshold. This is a full time domain model, including the strings, frets, a backboard (for fretless playing), models of the individual fingers, all of which involve collision modeling. Also included is the geometric nonlinearity in the string itself, allowing for pitch glides and pitch bending. It’s fast because we are now able to get robust performance without using expensive iterative solvers like the Newton Raphson method. You can get all kinds of interesting behaviour—the rattling of strings against the frets, the ability to play on the harmonics and more. The big looming issue, of course, is user control—there are a lot of control streams and parameters to manage!
This is a companion page to the paper published at the 2024 DAFx conference.