Lioncash
|
5f76f0ecbf
|
Sequencer: Use std::array for m_ctrlVals
This is the only array in the header that isn't using std::array.
|
2019-09-10 20:03:26 -04:00 |
Lioncash
|
f50d67eff0
|
Sequencer: Eliminate magic values where applicable
Many of them are just representative of the sizes of an array, so we can
just query the array instead.
|
2019-09-10 19:48:31 -04:00 |
Lioncash
|
b6f0201fbb
|
General: Be explicit about athena's Endian type
Allows this code to still compile if the enum is ever changed into an
enum class.
|
2019-09-08 17:22:38 -04:00 |
Lioncash
|
d10a0ac7f1
|
General: Be explicit about athena's SeekOrigin type
Allows the code to still compile if the enum is turned into an enum
class.
|
2019-09-08 16:59:29 -04:00 |
Lioncash
|
29e7d8bc1e
|
Emitter: Use std::array where applicable
Makes the data more strongly-typed and prevents implicit array->pointer
decay
|
2019-09-07 20:55:26 -04:00 |
Lioncash
|
50c4b5cdab
|
General: Amend clamp parameter order
Batch replace on switching to standardized variants assumed common
ordering, which evidently wasn't the case
|
2019-09-07 06:40:20 -04:00 |
Phillip Stephens
|
80da83eb16
|
Merge pull request #25 from lioncash/array
Envelope: Make lookup table const
|
2019-08-26 15:54:04 -07:00 |
Phillip Stephens
|
8f810e571c
|
Merge pull request #24 from lioncash/emplace
General: Use emplace_back where applicable
|
2019-08-26 15:53:55 -07:00 |
Lioncash
|
eaf62288a2
|
Common: Replace amuse::clamp with std::clamp
We can use the standardized facility for this now with C++17
|
2019-08-26 05:14:21 -04:00 |
Lioncash
|
e31dfc6f98
|
Envelope: Make lookup table const
This is only ever read from, so we can allow the compiler to toss it
into the read-only segment.
|
2019-08-26 04:38:36 -04:00 |
Lioncash
|
176493c539
|
General: Use emplace_back where applicable
Same thing, less reading.
|
2019-08-26 03:41:29 -04:00 |
Phillip Stephens
|
6850f0b2c9
|
Add missing include
|
2019-08-25 09:25:27 -07:00 |
Lioncash
|
d7aaff25d0
|
General: Clean up inclusions
Ensures that each header includes all of its dependencies that can't be
forward declared.
|
2019-08-25 07:34:27 -04:00 |
Lioncash
|
051e4b1704
|
General: Eliminate instances of shadowing
Avoids instances of local variable shadowing (which also silences some
-Wshadow warnings).
|
2019-08-25 00:33:58 -04:00 |
Jack Andersen
|
b0e4973c64
|
Massive fmtlib refactor
|
2019-07-19 18:23:25 -10:00 |
Jack Andersen
|
a74caa5fb0
|
New lzokay API
|
2019-06-14 14:36:28 -10:00 |
Jack Andersen
|
2a3444400e
|
Better CMake dependency handling
|
2019-06-11 16:02:52 -10:00 |
Jack Andersen
|
aeaba9366d
|
Support for compiling against libc++
|
2019-04-06 18:55:39 -10:00 |
Jack Andersen
|
aa5abd5ff5
|
Multiple StartSample bug fix
|
2019-03-08 22:58:02 -10:00 |
Jack Andersen
|
a4b8946ee2
|
Ensure all ObjectIDs are unique project-wide
|
2019-02-28 10:34:26 -10:00 |
Jack Andersen
|
9f2bb1b371
|
Implicit switch fallthrough refactor
|
2019-02-17 19:45:24 -10:00 |
Jack Andersen
|
54ef2dd73b
|
Correct SCALEVOLUME behavior
|
2019-02-07 15:07:46 -10:00 |
Jack Andersen
|
d80f1346bb
|
Fix unwanted cutoff bug
|
2019-01-22 21:52:00 -10:00 |
Jack Andersen
|
7719459ac7
|
Switch to lzokay library
|
2018-12-19 17:45:26 -10:00 |
Jack Andersen
|
a7a408cc66
|
New code style refactor
|
2018-12-07 19:20:09 -10:00 |
Jack Andersen
|
b4c073c373
|
More accurate attenuation curve
|
2018-10-25 21:44:56 -10:00 |
Jack Andersen
|
885a2d2154
|
Windows build fixes
|
2018-10-14 10:10:33 -10:00 |
Phillip Stephens
|
9e6d97564b
|
Switch build fixes
|
2018-09-25 15:39:22 -07:00 |
Jack Andersen
|
81f0a91569
|
Looping SNG support; bug fixes
|
2018-09-08 11:34:01 -10:00 |
Jack Andersen
|
8fee7a282b
|
Avoid narrowing conversion for panning
|
2018-09-02 20:33:41 -10:00 |
Jack Andersen
|
1312a5fa86
|
Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/amuse
|
2018-09-02 14:43:26 -10:00 |
Jack Andersen
|
6a7f32a29d
|
Bug fixes for MP2 extraction
|
2018-09-02 14:43:05 -10:00 |
Phillip Stephens
|
a16fcf3342
|
Merge commit 'd9018e2'
|
2018-09-01 20:46:26 -07:00 |
Phillip Stephens
|
d9018e2d2e
|
Fix NameDB and Voice related crashes
|
2018-09-01 20:45:46 -07:00 |
Jack Andersen
|
68f0f2e769
|
Use asynchronous file dialogs
|
2018-08-29 22:16:37 -10:00 |
Jack Andersen
|
4fc5dfdc76
|
macOS fixes
|
2018-08-27 17:48:53 -10:00 |
Jack Andersen
|
33d2cc9ef1
|
Windows build fixes
|
2018-08-25 21:58:04 -10:00 |
Jack Andersen
|
19c5443e9e
|
Bug fixes, xref search, more context menus
|
2018-08-25 18:57:02 -10:00 |
Jack Andersen
|
27cdee0c14
|
Clipboard support and various bug fixes
|
2018-08-24 22:34:04 -10:00 |
Jack Andersen
|
303877655f
|
Fixes for Windows
|
2018-08-19 10:05:39 -10:00 |
Jack Andersen
|
08988fe3ec
|
Group export and various bug fixes
|
2018-08-18 14:28:52 -10:00 |
Jack Andersen
|
fec074ad30
|
Studio setup window and volume LUT
|
2018-08-15 20:26:44 -10:00 |
Jack Andersen
|
5e89954094
|
More undo commands and pitch/mod coding fix
|
2018-08-13 22:36:02 -10:00 |
Jack Andersen
|
45cb6be3c5
|
Implement songs import function
|
2018-08-09 22:11:08 -10:00 |
Jack Andersen
|
d24e06f101
|
All editors implemented
|
2018-08-09 20:19:23 -10:00 |
Jack Andersen
|
eff832bb8c
|
Implement SongGroupEditor
|
2018-08-08 21:42:17 -10:00 |
Jack Andersen
|
32deea8341
|
Implement LayersEditor
|
2018-08-06 21:12:30 -10:00 |
Jack Andersen
|
2b45f69ff4
|
Add support for Keymap playback
|
2018-08-05 18:48:03 -10:00 |
Jack Andersen
|
409d52c120
|
Initial KeymapEditor implementation
|
2018-08-05 18:20:42 -10:00 |
Jack Andersen
|
2abed18784
|
Finish CurveEditor implementation
|
2018-08-04 12:05:01 -10:00 |