Commit graph

59 commits

Author SHA1 Message Date
lasconic
a9a13687b2 add README for zerberus 2016-03-10 12:00:08 +04:00
Eric Fontaine
ff749fd292 fix #99236 remove mscoreGlobalShare/sound from soundfont path
Preferences::sfPath is renamed "mySoundfontsPath", which adheres to same naming scheme for myPluginsPath and myTemplatesPath, and now only stores the user-specified soundfont folders (no longer stores mscoreGlobalShare/sound).  Any synthesizers loading soundfonts must make sure to look in mscoreGLobalShare/sound in addition to mySoundfontsPath.  Removing mscoreGlobalShare/sound from the stored path fixes a bug with portable AppImages, which use a different temporary directory for mscoreGlobalShare on every execution.
2016-02-25 05:28:43 -05:00
Joachim Schmitz
a862889de5 fix #90811: allow dots in filenames
rather than truncating and cutting off anything after the 1st dot of a
filename.
2015-12-16 10:24:34 +01:00
ws
fe29c614de make synthcontrol and mixer persistent 2015-09-08 17:14:02 +02:00
ws
88b59f3f87 improve sfz parser for ivyAudio piano 2015-08-17 13:09:13 +02:00
Eric Fontaine
1e2a54028e Fix #71441 add cancel button to zerberus sfz loading 2015-08-11 10:12:14 -04:00
Joachim Schmitz
5bf5e7ebec make string translatable 2015-08-06 12:16:56 +02:00
lasconic
ae7495b763 fix #71001: 'loading' window at startup does not close if using Qt library version == 5.5 2015-08-06 12:10:38 +02:00
lasconic
10a03445c0 implement fallback to default configuration in export audio if one of the soundfont cannot be loading 2015-04-15 19:19:16 +02:00
lasconic
c73eb49581 ignore absolute path when loading soundfont. Fix #55416 Fix #21592 Fix #34286 2015-04-11 17:34:22 +02:00
ws
e775b0025b cleanup for preferences; remove sfzPath 2015-03-04 14:47:54 +01:00
lasconic
a7326606d6 use Sentence case for error messages 2015-03-04 12:18:09 +01:00
Joachim Schmitz
df75d5a2a7 fix capitalisation for shortcuts and more
see http://musescore.org/en/node/48776.

Reg. "Note Entry" vs. "Note Input" see
http://musescore.org/en/node/49321.
Reg. "Screenshot" vs. "Image Capture", see
http://musescore.org/en/handbook/foto-mode#comment-225451 ff.
Reg. "Soundfont" vs. "SoundFont" see
http://musescore.org/en/node/36171#comment-228186 ff.
2015-03-03 11:51:52 +01:00
Andrei Tuicu
ddaf8b363e Accessibility for play panel, mixer and synthesizer. 2015-02-06 23:00:36 +02:00
ws
b3c8465eed more cmake cleanups 2015-01-27 15:23:20 +01:00
ws
c377a464b5 fix #21591: SalamanderGrandPianoV2.sfz plays over a semitone higher 2015-01-12 10:42:05 +01:00
ws
4bd8a8eba9 fix #43476 2015-01-07 16:40:35 +01:00
ws
f22515c0ef reimplement effect gui without qml 2015-01-07 13:47:19 +01:00
ws
5730db9c06 NewWizard: remove explicit template/from scratch choice 2014-12-11 12:01:51 +01:00
lasconic
481d86250a add soundfont dialog should be on top of synthesizer dialog 2014-12-09 17:00:58 +01:00
Joachim Schmitz
83c6e2d023 remove some superfluos QString() calls 2014-12-09 08:56:24 +01:00
Joachim Schmitz
ebf7981933 disable unused private members 2014-06-10 09:27:45 +02:00
Joachim Schmitz
7043cdaac5 convert "enum class" to "enum class : char"
or "enum class : signed char" or even "enum class: short", whatever/whenever feasible on all exsting "enum class" that don't have it yet, also fixing some signed vs. unadorned char. This
should reduce the memory footprint.
2014-05-23 10:35:15 +02:00
ws
2bf549ba72 move xmlstream and qzip into thirdparty 2014-05-07 09:28:19 +02:00
Joachim Schmitz
3adc1ea6ed fix #14764
convert qDebug();abort() to qFatal() and if(cond) abort() to
Q_ASSERT(!cond), esp. for the benefit of Windows, where it is impossible
to set a breakpoint on the abort()
Also modernizing mscoreMessageHandler() and making it more informative
by adding file, line and function to the output.
2014-03-04 13:06:23 +01:00
Joachim Schmitz
22e9e964d9 fix 23366: more capitalization 2014-01-21 14:37:31 +01:00
lasconic
12ca08e743 fix #21838 fix #21910 2013-07-26 15:39:46 +02:00
ws
ef3be9a8e6 catch exceptions during loading of soundfont 2013-07-18 11:36:18 +02:00
ws
4c9efd84eb remove QObject from zerberus 2013-07-18 09:47:12 +02:00
ws
98ea91fae4 merge master 2013-07-08 14:44:28 +02:00
lasconic
e80580ce39 add untranslatable string 2013-06-18 17:01:21 +02:00
ws
9559b2ce58 add c++ wrapper for sndfile, replace ogg routines in fluid with sndfile 2013-06-03 12:54:37 +02:00
lasconic
8e13e2c7ef fix some compilation warnings 2013-05-22 18:07:56 +02:00
ws
55f063a0b2 merge 2013-05-14 13:38:39 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
ws
fc72dc1e2a Merge branch 'master' into qt5 2013-05-08 13:43:22 +02:00
lasconic
017b0a2b78 fix button states in zerberus UI 2013-05-07 20:01:37 +02:00
ws
1ec148995a new grouping implementation, dialog for changing grouping for a timesig 2013-04-29 15:47:22 +02:00
ws
6398a01a85 fix fluid settings, remove old preferences for synthesizer, cleanups 2013-04-19 21:13:52 +02:00
ws
2deb49be5a add store/recall global synthesizer settings; connect tuning settings 2013-04-19 17:15:30 +02:00
ws
725882fcdb fix audio export for zerberus; fix progress bar 2013-04-18 16:55:32 +02:00
ws
6d97f7d0c0 avoid loading a sf twice in zerberus 2013-04-18 14:05:52 +02:00
lasconic
ff22ee5a49 default soundfonts are only filenames 2013-04-17 15:42:21 +02:00
ws
744e68abe0 merge with master 2013-04-17 14:00:26 +02:00
ws
0be1d3f78e synthesizer/midi cleanups 2013-04-08 11:27:14 +02:00
lasconic
84398e32f6 add progress in sfz loading 2013-04-04 18:41:38 +02:00
ws
c6a3ec4c59 free memory after deleting sfz font 2013-04-04 18:09:00 +02:00
ws
78932f2746 implement mixer volume and pan for zerberus 2013-04-04 16:19:36 +02:00
lasconic
182ef44a95 load sfz in a separated thread, progress is missing 2013-04-04 13:29:40 +02:00
ws
1c43f086a4 fix regression: export audio 2013-04-04 12:12:10 +02:00