Commit graph

2412 commits

Author SHA1 Message Date
ws
6e448b0921 fix #20712 2013-07-15 08:32:59 +02:00
ws
4d5e886b60 fix #12970 2013-07-15 08:15:20 +02:00
ws
6383c012dd fix #21283 2013-07-15 07:53:16 +02:00
lasconic
ad4cce5f62 add plugin type 'dialog', enable plugin without UI 2013-07-14 14:31:54 +02:00
ws
f877275a81 fix: create hook when note is unbeamed 2013-07-14 12:03:19 +02:00
lasconic
9fd46996b4 fix the display of UI in plugin creator 2013-07-14 11:26:48 +02:00
lasconic
e7687e5c2b fix scorelist plugin 2013-07-13 19:47:31 +02:00
lasconic
e2234a45d9 fix crash when running 'create score' plugin 2013-07-13 19:15:49 +02:00
lasconic
d4d6a27565 more fixes for plugins, namespace is needed in Q_INVOKABLE functions parameters too 2013-07-13 18:53:50 +02:00
lasconic
cf0d56d965 fix #21819: Q_INVOKABLE needs namespace declaration, better fix for #21812 2013-07-13 18:41:16 +02:00
ws
4deb0dec29 fix regression with note head position 2013-07-13 18:15:49 +02:00
Nicolas Froment
b03ffa0cfe Merge pull request #408 from MarcSabatella/test-nc
add test for import/export of unparseable chords
2013-07-13 08:44:00 -07:00
Marc Sabatella
c183948d51 add print-frame attribute for unparseable chords 2013-07-13 08:53:18 -06:00
ws
52b2f56834 fix #21818 2013-07-13 16:38:18 +02:00
lasconic
2e36ef401b more fixes for mac build 2013-07-13 15:23:32 +02:00
lasconic
c3c9ca83a6 fix build on windows FIXED_PITCH --> SPECIFIED_PITCH 2013-07-13 14:53:09 +02:00
lasconic
beb3c39a63 fix mac build std::abs --> qAbs 2013-07-13 14:48:25 +02:00
Nicolas Froment
86c30f2e69 Merge pull request #404 from trig-ger/midi_tuplets
Tuplets in MIDI import
2013-07-13 05:22:33 -07:00
Andrey M. Tokarev
7ebd00e12d Fix MIDI tests 2013-07-13 15:43:11 +04:00
Andrey M. Tokarev
ad17238957 Remove Fraction reduce in operations 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
d349f01c8d Small code improvements 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
34d6d7c6c6 Pickup measure support 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
f7e5834178 Reordering of tracks in UI 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
553d8b0bf7 Speed up tuplet filtering 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
436ba90490 Fix infinite loop in tuplet function 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
f44bb37d9f Fix file name tooltip in MIDI panel 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
521fc8f23d Add 1/128 quantization value 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
bc6c8a178a Nonuplets for MIDI import 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
7b87279030 Add quickthresh algo link 2013-07-13 14:48:45 +04:00
Andrey M. Tokarev
a54d41b1a9 Small voice optimization 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
7cd7fba3d5 Reduce only big fractions 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
9fff0d585b UI part for tuplet midi import 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
fae7e4f0e0 Reduce fractions to prevent int overflow 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
57c69a6421 All midi import base on fractions 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
f43cc843a9 Remove duration value in MidiChord class 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
49176da0f4 Refactoring of tuplet tests 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
660d0fa87b Remove onTime value in MidiChord class 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
abce4c591c Remove onTime value in MidiNote class 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
0ebcf46eb0 Tuplet functions refactoring and fixing 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
660ae32ba4 Fractions for tuplet divisions 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
c9b9a15254 Permutation method for tuplet search 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
3cd329d663 Proper tuplet voice separation 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
043054e957 Better tuplet selection 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
423854c3a0 Fix tuplet rests adding 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
7c8fd53a0e Fix quantization of non-tuplet chords 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
a0c494fee1 Midi tuplets: more small fixes 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
9bee4319e3 Put midi tuplet code to a separate file 2013-07-13 14:48:44 +04:00
Andrey M. Tokarev
3753b8f3af First working tuplet version 2013-07-13 14:48:43 +04:00
Andrey M. Tokarev
ff7203ee44 Small fixes 2013-07-13 14:48:43 +04:00
Andrey M. Tokarev
6a8f1b309d Proper handling of non-tuplet chord voice 2013-07-13 14:48:43 +04:00