forked from deufrai/Qrest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (19 loc) · 1005 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
QREST
A musician toolkit aimed at helping composers, performers, recordists and mixers :
- finding out the tempo of a musical piece
- calculate delay times for common notes, according to tempo
- calculate LFO frequencies for common notes, according to tempo
Qrest is a standalone desktop application running on GNU/linux, Windows and Mac OSX
Website : http://www.qrest.org
---
Code is C++ and relies on the Qt framework for GUI
All non-GUI code is Qt-free, with the only exception of the timer used for TAPTEMPO feature. (We would most gladly welcome a portable FIXME for this one)
---
Git repository : https://github.com/deufrai/qrest
Mirrored by : git://wardsback.org/qrest
branch layout :
================
- master : latest stable, production release
- releases-### : feature-frozen version under tests for next release + maintenance code, once release ### has gone live
- dev : unscheduled / experimental code for future features & releases
PEACE and Think ! It ain't illegal yet !