Skip to content
deufrai edited this page Mar 13, 2013 · 6 revisions

What is Qrest ?

Qrest is the Qrest Really Easy Studio Toolkit. Its purpose is to help any computer aided misician / composer / mixer.

It serves (for now) 2 main goals :

  • Guess the tempo of a piece of music by using its TAPTEMPO feature

  • Compute dealy times & LFO frequencies for the most common note durations, according to tempo & alteration

What language & what libraries ?

Qrest code is C++ and uses the Qt framework for all GUI stuff. All non-GUI related code is Qt-free, except for the timer used in TAPTEMPO feature.

How is Qrest's repo oraginzed ?

Main branches :

  • master : holds current stable version
  • dev : holds future features developments
  • releases-v<###> : hold feature-freezed code for next release v###
Clone this wiki locally