Commit graph

2532 commits

Author SHA1 Message Date
JP Cimalando
5ffd36393f
Merge pull request #474 from jpcima/more-pitch-range
Increase pitch ranges by 2 octaves
2020-10-06 02:36:44 +02:00
Jean Pierre Cimalando
15c745239f Increase pitch ranges by 2 octaves 2020-10-06 02:25:18 +02:00
JP Cimalando
73248e048c
Merge pull request #472 from jpcima/export-ignore
Don't include dotfiles and CI files in release tarball
2020-10-06 01:04:59 +02:00
Jean Pierre Cimalando
92045a9d38 Don't include dotfiles and CI files in release tarball 2020-10-06 01:02:20 +02:00
Jean Pierre Cimalando
9835da1672 Fix the condition for the source tarball task
When building a release tag, the branch is not set to "master",
it is the name of the release tag.
Instead, do a regex match on the tag name to identify that we
are processing a release.
2020-10-06 00:42:28 +02:00
JP Cimalando
e8d052d50c
Merge pull request #459 from redtide/moved-scripts
Move Doxygen scripts
2020-10-06 00:25:37 +02:00
Jean Pierre Cimalando
fd3f79cecd Whitespace cleanup 2020-10-06 00:21:31 +02:00
redtide
545e714fb6 Removed old Doxygen build script 2020-10-06 00:20:21 +02:00
JP Cimalando
8c1f0f5d7c
Merge pull request #471 from jpcima/font
Windows fonts
2020-10-06 00:06:19 +02:00
Jean Pierre Cimalando
0190450563 Copy plugin resources recursively 2020-10-05 23:53:56 +02:00
Jean Pierre Cimalando
8998b4590a InnoSetup version does not support {autofonts} 2020-10-05 23:52:01 +02:00
Jean Pierre Cimalando
8688bc6a82 Add the installer script for Windows 7 system fonts 2020-10-05 23:51:54 +02:00
Jean Pierre Cimalando
9ada1cc210 Modify the UI font generation process, add script 2020-10-05 23:51:48 +02:00
JP Cimalando
5a2c2cc1b1
Merge pull request #470 from jpcima/audio-reader-benchmark
Audio reader benchmark in real conditions
2020-10-05 21:53:20 +02:00
Jean Pierre Cimalando
942f93fc8d Audio reader benchmark in real conditions 2020-10-05 19:04:25 +02:00
JP Cimalando
dc422d07d9
Merge pull request #445 from jpcima/ampeg-mm
Add egN_ampeg
2020-10-05 00:09:56 +02:00
Jean Pierre Cimalando
86d0cf3a49 Update the boolean reader 2020-10-05 00:00:15 +02:00
Paul Ferrand
5b4e673fe7 Use the new boolean helper and test the ampeg connection 2020-10-04 23:00:52 +02:00
Paul Ferrand
ab3715f7a9 Read 0 or 1 values as valid booleans 2020-10-04 23:00:21 +02:00
Paul Ferrand
4acd1ca8c5
Merge pull request #469 from paulfd/oversampling-offset
Oversampling offset
2020-10-04 20:50:42 +02:00
Paul Ferrand
991873caf3
Merge pull request #467 from paulfd/multiple-globals-polyphony
Don't assume a single <global> for region sets
2020-10-04 17:44:43 +02:00
JP Cimalando
0086760020
Merge pull request #468 from paulfd/larger-amplitude
Put a high amplitude range
2020-10-04 17:38:40 +02:00
Paul Ferrand
0046bb69e6 Set the proper oversampling factor for the initial offset 2020-10-04 17:32:58 +02:00
Paul Ferrand
6156022628 this use of getSourcePosition is wrong (sourcePosition is not increased if e.g. the voice is a generator for example)
To avoid this I removed the API which has really no purpose
2020-10-04 17:32:44 +02:00
Paul Ferrand
f27c1e4c31 Put a high amplitude range 2020-10-04 16:58:06 +02:00
Paul Ferrand
0b502b44f1 Don't assume a single <global> for region sets 2020-10-03 10:01:08 +02:00
JP Cimalando
7933bcec8d
Merge pull request #463 from jpcima/misc
Misc fixes: missing return, bad const qualification
2020-09-30 01:52:29 +02:00
Jean Pierre Cimalando
824689e38a Fix a misuse of const qualification in AudioSpan 2020-09-30 01:41:48 +02:00
Jean Pierre Cimalando
01a26787e3 Fix return missing in move operator= 2020-09-30 01:41:22 +02:00
JP Cimalando
adebe36e0d
Merge pull request #457 from jpcima/cakewalk-alias
Add support of some Cakewalk aliases
2020-09-29 11:27:42 +02:00
JP Cimalando
a1dd0fe578
Merge pull request #462 from jpcima/loopfix
Fix the case when multiple loops occur in one buffer
2020-09-29 11:24:50 +02:00
Jean Pierre Cimalando
d6e8d547e4 Fix the case when multiple loops occur in one buffer 2020-09-29 03:20:02 +02:00
Jean Pierre Cimalando
4d20f7722a Add math helper: fast fmod 2020-09-29 02:40:38 +02:00
JP Cimalando
caf9af07ae
Merge pull request #461 from jpcima/pitch-veltrack
Fix pitch_veltrack
2020-09-29 01:35:22 +02:00
Jean Pierre Cimalando
d8eaf4a987 Fix pitch_veltrack 2020-09-29 01:26:04 +02:00
JP Cimalando
dd39b306b9
Merge pull request #460 from jpcima/flex-eg-release-fix
Flex eg release fix
2020-09-28 23:02:04 +02:00
Jean Pierre Cimalando
2a26682543 Add test for flexEG release 2020-09-28 22:37:46 +02:00
Jean Pierre Cimalando
9cab74f2c4 flexEG: allow release to bypass the pre-sustain stages
It makes the EG equivalent to ARIA in case of early release.
2020-09-28 21:56:43 +02:00
Jean Pierre Cimalando
9d0ee6969c flexEG: allow release to bypass the pre-sustain stages
It makes the EG equivalent to ARIA in case of early release.
2020-09-28 21:49:27 +02:00
redtide
7bd73b8939 (Re)moved Doxygen scripts 2020-09-28 17:03:37 +02:00
Jean Pierre Cimalando
1afc987794 Update tests 2020-09-28 15:07:51 +02:00
Jean Pierre Cimalando
2d3f82331d Allow egN_ampeg and egN_amplitude both together 2020-09-28 15:07:51 +02:00
Jean Pierre Cimalando
c30cad2534 Implement egN_ampeg 2020-09-28 15:07:51 +02:00
Jean Pierre Cimalando
3412ead0ac Ampeg in modulation matrix 2020-09-28 15:07:51 +02:00
JP Cimalando
1212dbfbe9
Merge pull request #458 from jpcima/flex-eg-transition
FlexEG zero-delay transition
2020-09-28 15:07:18 +02:00
Jean Pierre Cimalando
6694e8b85e Add test 2020-09-28 14:43:58 +02:00
Jean Pierre Cimalando
a20a4c0029 flexEG: If stage is of zero duration, immediate transition to level 2020-09-28 14:20:36 +02:00
Jean Pierre Cimalando
d18da2060c Add support of some Cakewalk aliases 2020-09-28 14:08:41 +02:00
JP Cimalando
4722124f84
Merge pull request #456 from jpcima/vst-arm-bis
Back to a detection strategy for ARM VST which should work in most cases
2020-09-28 01:55:40 +02:00
Jean Pierre Cimalando
0d49fc1176 Back to a detection strategy for ARM VST which should work in most cases 2020-09-28 01:49:51 +02:00