Skip to content

Commit

Permalink
Increased the maximum number of user-defined temperaments to 999 Gran…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Jan 2, 2025
1 parent 60208d5 commit 5942729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Increased the maximum number of user-defined temperaments to 999 https://github.com/GrandOrgue/grandorgue/issues/1982
# 3.15.4 (2024-12-20)
- Eliminated a MacOs debug alert when opening a settings dialog https://github.com/GrandOrgue/grandorgue/issues/2003
- Fixed not releasing a pipe after fast switching between vave-based tremulant samples and regular pipe samples https://github.com/GrandOrgue/grandorgue/issues/2004
Expand Down
4 changes: 2 additions & 2 deletions src/core/go_limits.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2006 Milan Digital Audio LLC
* Copyright 2009-2023 GrandOrgue contributors (see AUTHORS)
* Copyright 2009-2025 GrandOrgue contributors (see AUTHORS)
* License GPL-2.0 or later
* (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html).
*/
Expand All @@ -13,6 +13,6 @@
#define MAX_POLYPHONY 100000
#define MAX_MIDI_DEVICES 50000
#define MAX_SAMPLE_LENGTH 158760000
#define MAX_TEMPERAMENTS 10
#define MAX_TEMPERAMENTS 999 // limited by the format of setting keys

#endif

0 comments on commit 5942729

Please sign in to comment.