DDMAL / liberusualis

The one place to find all the latest and greatest in the LU code base
http://liber.simssa.ca
Other
4 stars 0 forks source link

Automatically detect type of query and update dropdown accordingly #1

Open dellsystem opened 12 years ago

dellsystem commented 12 years ago

Smart query type detection.

If it contains an a, b, c, e, f, or g -> strict pitch sequence If it contains a u and the next letter is not a number -> contour If it contains a u or d and the next letter is a number -> interval If it contains anything other than a, b, c, d, e, f, g, u -> neumes or text (if it matches a type of neume, choose neumes; otherwise, text)

fujinaga commented 12 years ago

On 28-Jul-12, at 3:17 PM, Wendy Liu wrote:

Smart query type detection.

If it contains an a, b, c, e, f, or g -> strict pitch sequence If it contains a u and the next letter is not a number -> contour If it contains a u or d and the next letter is a number -> interval If it contains anything other than a, b, c, d, e, f, g, u -> neumes
or text (if it matches a type of neume, choose neumes; otherwise,
text)

Nice!

I would like to see automatic completion on neume names -> neumes

Ich


Reply to this email directly or view it on GitHub: https://github.com/DDMAL/liberusualis/issues/1