Commit graph

47 commits

Author SHA1 Message Date
Joachim Schmitz
57e5b5795e Make save/open instrument.xml and open image and lame_enc.dll work in non-native mode too 2017-06-22 16:02:52 +02:00
Eric Fontaine
a32642f963 fix #201146 allow BUILD_LAME=FALSE 2017-05-29 18:41:17 +02:00
lasconic
63cbfeb7a7 fix #182586: Upload MuseScore audio rendition on MuseScore.com together with score 2017-03-31 15:20:43 +02:00
lasconic
cdb3a48fe4 fix #70791: Export to audio does not respect Synthesizer settings unless saved to score 2017-03-17 09:40:11 +01:00
Joachim Schmitz
6a3f31fc28 fix #50926: add setting and option for MP3 bitrate
and some code and UI cleanup
2017-02-17 17:51:17 +01:00
ws
f281db5f22 move more functions to MasterScore() 2016-04-13 11:50:18 +02:00
lasconic
dbff9cb0a9 fix #53696: Export as audio gets stuck at 99% with some file and some soundfont. 2016-02-15 18:53:00 +04: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
Joachim Schmitz
6fbfa1a338 delete audio files only on cancel
fixes an issue introduced in 39b0d3d
2015-08-27 08:07:19 +02:00
Joachim Schmitz
39b0d3dc2d fix progress bar issues on exporting audio
* add an "Exporting..." to the progress bars of audio export
* add ability to cancel audio export and delete the partially created
files
2015-08-10 08:20:06 +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
770cfc0383 fix #53696: Export as audio gets stuck at 99% with some file and some soundfont 2015-04-01 14:22:45 +02:00
ws
036f1a76ea visualize anchor when dragging InstrumentChange 2015-03-26 13:11:46 +01:00
ws
38eeee0aaa rename 'instrList' to 'instruments' 2015-03-26 13:11:46 +01:00
lasconic
674492fe50 add progress bar to audio export 2015-03-19 19:29:46 +01:00
lasconic
3f7436453c change default export settings for mp3 from 64kb/s to 128kb/s 2015-03-19 18:43:03 +01:00
ws
d952c4c11a fix #45231 Undo does not restore sound of deleted instrument change, crash on subsequent undo 2015-03-05 16:55:09 +01:00
lasconic
da1a230c57 fix #48246: End of exported audio heard at start 2015-02-21 20:01:14 +01:00
Joachim Schmitz
e137f998f7 impove mp3 load dll message
See http://musescore.org/en/node/46801
2015-02-10 19:37:17 +01:00
lasconic
ebfc2dded1 change mp3 export settings for smaller files 2014-12-30 23:38:47 +01:00
AntonioBL
620dae1b25 some fixes from cppcheck analysis 2014-12-09 09:36:24 +01:00
Igevorse
5c368e95e7 fix #29841: Exported instrument changes sounds well 2014-08-17 19:57:34 +05:00
Joachim Schmitz
b4490062b5 turn enum AskUser into enum class
although I'm not sure why a simple bool isn't enough here
2014-07-15 14:14:38 +02:00
Joachim Schmitz
6513ffc205 fix #25062: crash with wrong(?) lame_enc.dll 2014-03-27 17:14:56 +01:00
Joachim Schmitz
5977488174 eliminating needless \n in qDebug() calls
searching for 'qDebug.*\\n\'
2014-03-25 14:59:32 +01:00
Joachim Schmitz
7c3d869ddd many (f)printf to qDebug 2014-03-22 10:40:59 +01:00
Joachim Schmitz
c000612ade break in gui and no-gui case 2014-03-04 16:27:38 +01:00
Joachim Schmitz
4f8f63f91e fix #23366: more fixes for capitalization
and some more fixes.
2014-03-04 07:44:56 +01:00
lasconic
7a48ced04c move noGui to MScore 2014-02-28 11:14:43 +01:00
Joachim Schmitz
4743f20081 fix #23366
At least a first batch
2013-10-31 17:49:38 +01:00
lasconic
8cf4568ad6 more Q_WS_* to Q_OS_*, more fixes for windows 2013-05-17 18:02:34 +02:00
lasconic
4b70dbba6c fix build on windows 2013-05-17 15:30:03 +02:00
lasconic
62f56f70be replace Q_WS_* by Q_OS_* for Qt5 compatibility 2013-05-16 16:12:22 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
lasconic
83ea471d61 fix #20989: Crash if exporting empty score 2013-05-06 21:35:08 +02:00
ws
e607497157 fixes for midi rendering, staff text & aeolus 2013-04-25 09:51:15 +02:00
lasconic
95e91dea24 fix audio export 2013-04-24 15:37:55 +02:00
ws
0be1d3f78e synthesizer/midi cleanups 2013-04-08 11:27:14 +02:00
ws
1c43f086a4 fix regression: export audio 2013-04-04 12:12:10 +02:00
ws
220db94494 reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
ws
3a2c82900f fix regression: export audio 2013-03-27 20:10:40 +01:00
ws
8ffe7531d9 add new sfz sample player: zerberus 2013-03-26 20:00:19 +01:00
ws
ebb86c6e88 make custom palettes translatable 2013-03-01 17:14:36 +01:00
Werner Schweer
f7ee7b2105 changes in rendermidi implementation 2012-11-19 09:29:46 +01:00
lasconic
a8a7c0b83b add more verbose debug on lame lib loading 2012-06-29 14:12:59 +02:00
Werner Schweer
a2a66aa49c fix mp3 export 2012-06-21 13:38:13 +02:00
Werner Schweer
412ca45401 Initial commit 2012-05-26 14:49:10 +02:00