Commit graph

28 commits

Author SHA1 Message Date
Joachim Schmitz
fe50c85097 fix #275218: fix MSVC C4458 warnings
reg. a declaration shadowing a class member,
"Warning C4458: declaration of 'XXX' hides class member"
2018-09-27 17:38:20 +02:00
Joachim Schmitz
474e8152cd fix #275218: fix MSVC C4456 warnings
reg. a declaration shadowing a previously declared local
variable,
"Warning C4456: declaration of 'XXX' hides previous local
declaration"
2018-09-27 17:38:19 +02:00
Finley Lau
6637bfaf39 Fix #269901: fixed segmentation fault within piano roll editor 2018-03-02 15:06:00 +01:00
Werner Schweer
867f2582f6 move Segment::Type into SegmentType 2017-03-08 13:12:26 +01:00
Werner Schweer
1d4c6b2f21 move Element::type() to ScoreElement 2017-01-18 14:16:33 +01:00
Joachim Schmitz
e6e7436177 move SegmentType to Segment::Type and make int again
needed to make it available to the plugin framework
and the memory saved is not worth the performance penalty
2014-06-26 11:57:39 +02:00
Joachim Schmitz
75623c53dc move ElementType to Element::Type
needed to make it available to the Plugin framework
2014-06-26 11:57:35 +02:00
ws
e8be73f41b fix transposition when changing instrument 2014-06-04 10:40:26 +02:00
ws
e1b1246e0c make SegmentType an global enum class 2014-06-01 20:24:29 +02:00
Joachim Schmitz
38c0d12b67 convert enum TType into enum class 2014-05-26 15:49:20 +02:00
Joachim Schmitz
931e837c5e convert enum ElementType into enum class 2014-05-23 10:35:27 +02:00
ws
2acd84931d update pianoroll 2014-03-29 13:28:54 +01:00
ws
448c2cf085 fix pianoroll crash if there is no score 2014-03-28 11:56:00 +01:00
ws
0fded1b281 update pianoroll editor: editing of note even ontime/duration 2014-03-27 14:50:01 +01:00
ws
e3413be7c6 fix #23219 (spelling errors) 2013-10-18 16:36:17 +02:00
ws
35698c65a8 regressions: fix grace note playback 2013-07-01 11:29:15 +02:00
wschweer
ab6120f85e refactoring grace notes 2013-06-12 14:23:57 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
ws
14d97d0eea pianoroll regression fixes 2013-05-07 09:20:01 +02:00
ws
449ef9b1eb inspector tweaking 2013-03-11 12:01:10 +01:00
ws
4f743e8c19 implement selections for simple text editing 2013-02-19 20:35:23 +01:00
ws
699b9afda3 pianoroll updates 2013-02-19 20:35:23 +01:00
ws
bba7b703d4 fix pianoroll drawing offset 2013-01-21 14:13:17 +01:00
Werner Schweer
ee721ae6ef fix regression: midi rendering of grace notes 2012-12-05 14:50:19 +01:00
Werner Schweer
f7ee7b2105 changes in rendermidi implementation 2012-11-19 09:29:46 +01:00
Werner Schweer
3139970fd1 move ElementType to Element() 2012-09-13 18:07:11 +02:00
Werner Schweer
2e84a7ee70 fix enum script binding for SegmentType 2012-08-03 15:54:02 +02:00
Werner Schweer
412ca45401 Initial commit 2012-05-26 14:49:10 +02:00