Commit graph

32 commits

Author SHA1 Message Date
anatoly-os
5bd7e15de6
Merge pull request #4821 from dmitrio95/docs
Add Doxygen-based plugins documentation
2019-04-04 09:25:11 +02:00
Dmitri Ovodok
3cfde39f10 Add plugins documentation 2019-03-22 17:55:48 +02:00
Margus Niitsoo
62e85582e9 Tool to unroll repeats. Fix #283592
As a by-product, also Fix ##100246
2019-03-19 16:27:33 +02:00
ws
ec3be9a99a Replacd integer midi tick values by fractions.
- tick names a position on the time axis
- tick is always a Fraction()
- only Measure() and Segment() (and Tuplet?) have a tick value
- tick() for an generic element return only a sensible value if isMeasure() or isSegment() or isSegment(parent())

- "ticks" names a duration stored in a Fraction()
- the tick value for an Segment is relative to its measure

- rename "duration" to "ticks"
- rename afrac() to tick()
- rename rfrac() to rtick()
- rename some variables, changing "fraction" into "tick"
  (example: actualFraction() into actualTicks())

- Lyrics ticks are written as Fraction, on read if xmlreader sees a "/" it reads a fraction
  else midi ticks for backwards compatibility
2019-02-18 11:46:05 +01:00
Werner Schweer
0e4211e2d0 update let ring, palm mute 2017-11-27 16:55:52 +01:00
lasconic
4fd1aa0ebd fix #265116: Memory leak of score in excerpts 2017-11-14 17:53:25 +01:00
Nicolas Froment
b519c87254 Merge pull request #2953 from vinayakvivek/25271-part-export
fix #25271: Part export automatic numeration of same instruments
2017-03-13 11:44:14 +01:00
Werner Schweer
90b1991912 replace Q_OBJECT with Q_GADGET for all Element based classes 2017-02-17 15:48:28 +01:00
vinayak
b860643291 fix #25271: Part export automatic numeration of same instruments 2017-02-16 22:16:08 +05:30
lasconic
45d443a6d5 add back tst_links 2016-12-02 10:47:09 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
lasconic
591dd75059 replace extern functions by static for excerpt creation 2016-10-12 11:09:53 +02:00
Werner Schweer
0763a5cca4 make part names editable 2016-10-10 18:37:39 +02:00
Werner Schweer
5a194acf2f add playback control for voices 2016-09-16 12:07:58 +02:00
Rockettwo
716eb42031 New Excerptsdialog 2016-08-19 13:02:26 +02:00
ws
01351367dc fix #106296: cant create (additional) parts 2016-04-18 12:20:42 +02:00
ws
f281db5f22 move more functions to MasterScore() 2016-04-13 11:50:18 +02:00
lasconic
ca474ecd10 fix #99796 again, unlink the requested element, not another one 2016-03-18 16:15:43 +04:00
vgstef
65be66e3cb Fix #89791 - Reordering parts and undo actions 2016-01-12 18:24:43 -05:00
lasconic
9c9593718d Merge branch 'plugin_manual_classes_E-L' of https://github.com/mgavioli/MuseScore into mgavioli-plugin_manual_classes_E-L 2015-07-13 10:09:25 +02:00
lasconic
64780e9b21 command line option to export score and parts 2015-05-06 21:16:48 +02:00
Maurizio M. Gavioli
2f7b5bfe76 Updates the documentation for classes named from E to L to proposal A) in http://dev-list.musescore.org/Plugin-documentation-generated-manual-td7579164.html
Properties are also sorted in alphabetical order for easier identification.

No attempt made to evaluate what to include and what to exclude from documentation: anything which is currently documented is retained. Case by case decisions can always be made.

Also completed update for `Accidental`.
2015-04-24 00:55:46 +02:00
heuchi
78aa809b9f expose Excerpt to scripting 2015-04-22 21:22:06 +02:00
ws
2df9e0dab3 fix #34006 2014-11-27 14:50:12 +01:00
ws
e7aca06d28 update mtest 2014-11-04 12:08:25 +01:00
ws
4ff52ea79b fix #33726 2014-11-03 10:32:56 +01:00
ws
17d7ac2450 fix title links 2014-08-19 15:54:40 +02:00
ws
65af8f7bb9 fix #24759 2014-05-14 19:19:39 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
ws
220db94494 reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
ws
bf1cbe2aa0 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01:00
Werner Schweer
1f9ccfcdce add libmscore
git-subtree-dir: libmscore
git-subtree-mainline: 412ca45401
git-subtree-split: 6047361bd0
2012-05-26 14:54:47 +02:00