Commit Graph

56 Commits

Author SHA1 Message Date
Jack Andersen 5112228abd Update fmtlib 2020-04-11 12:49:30 -10:00
Lioncash 1b37122b12 Sequencer: std::move studio instances in constructor
Avoids an unnecessary atomic reference count increment and decrement
2019-09-10 20:08:38 -04:00
Lioncash 2c75668e0a Sequencer: Default ChannelState's destructor 2019-09-10 20:06:31 -04:00
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 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
Jack Andersen b0e4973c64 Massive fmtlib refactor 2019-07-19 18:23:25 -10:00
Jack Andersen 9f2bb1b371 Implicit switch fallthrough refactor 2019-02-17 19:45:24 -10:00
Jack Andersen a7a408cc66 New code style refactor 2018-12-07 19:20:09 -10:00
Jack Andersen 81f0a91569 Looping SNG support; bug fixes 2018-09-08 11:34:01 -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 5e89954094 More undo commands and pitch/mod coding fix 2018-08-13 22:36:02 -10:00
Jack Andersen d24e06f101 All editors implemented 2018-08-09 20:19:23 -10:00
Jack Andersen 8d24e19989 Initial SampleEditor 2018-07-29 20:20:03 -10:00
Jack Andersen 16745c9bf8 ObjToken refactor and Sample nodes 2018-07-28 17:37:06 -10:00
Jack Andersen 26cfa07f77 More athena refactoring 2018-07-14 20:10:50 -10:00
Jack Andersen 4c884d019d Lots of foundational work for Amuse editor 2018-07-13 20:06:33 -10:00
Jack Andersen 77c7daa67c Windows build fixes and warning avoidance 2018-05-24 20:37:27 -10:00
Jack Andersen 5caf6bf017 Remove optional.hpp dependency 2017-12-06 18:06:35 -10:00
Tom M 4e7c31849d Minor fixes (#6)
* cmake: require c++14

* correctly clip samples

by using numeric_limits rather than C macros

* oops, implicit type conversion of template causes overflow

* store default sample rate in global constexpr var
2017-06-17 16:48:52 -10:00
Phillip Stephens 54bbc7399a Use std::fabs instead of std::fabsf 2017-02-28 21:36:58 -08:00
Jack Andersen a23af16349 Add sequencer fade times 2017-02-26 19:24:58 -10:00
Jack Andersen 5bae40d3c3 Handle additional corner cases for getChanProgram 2016-07-14 09:42:54 -10:00
Jack Andersen 2dcb9dd1c7 Working Studio implementation 2016-07-13 18:54:46 -10:00
Jack Andersen d3d5595422 Initial multiple-referencing submix refactor 2016-07-12 17:04:55 -10:00
Jack Andersen fe78a675d7 Change default volume to 80% to fill newfound headroom 2016-07-03 17:35:37 -10:00
Jack Andersen 3bc47baa1d N64 SNG fixes 2016-06-19 22:08:32 -10:00
Jack Andersen 3521d94d1c VST bug fixes, still having some odd discontinuity issues 2016-06-14 14:36:25 -10:00
Jack Andersen ad784966e9 Merge branch 'master' of https://github.com/AxioDL/amuse 2016-06-08 15:25:42 -10:00
Jack Andersen e8c6418633 Default volume and pan CC values, MIDI controller ADSR mode 2016-06-08 15:22:18 -10:00
Jack Andersen f260019b89 More AudioUnit integration 2016-06-06 17:42:51 -10:00
Jack Andersen 81bd897ec1 Work on AudioUnit 2016-06-02 16:53:52 -10:00
Jack Andersen e932539ec4 Properly advertise Sequencer tempo to voice SoundMacros 2016-06-01 11:32:48 -10:00
Jack Andersen a047b1f6c8 Add Channel-Portamento support 2016-06-01 11:17:16 -10:00
Jack Andersen b26ad4c446 Object lifetime fixes 2016-05-31 11:07:46 -10:00
Jack Andersen 16c105fadb Commit to test list iterator against STL with better asserts 2016-05-31 10:40:51 -10:00
Jack Andersen 0c8d8f571c Envelope command fixes, 20ms default envelope 2016-05-31 00:16:52 -10:00
Jack Andersen d5b50e3633 Fix HQ reverb, better submix/sequencer allocation 2016-05-30 19:15:20 -10:00
Jack Andersen 5a9fd66dff Add N64-VADPCM decoder; DSP-ADPCM seamless loop fix 2016-05-27 16:28:59 -10:00
Jack Andersen 3f0ea233bb More reliable voice management in Sequencer 2016-05-22 13:08:28 -10:00
Jack Andersen 654eccf82d Several CPU usage optimizations 2016-05-21 22:35:55 -10:00
Jack Andersen d551b2b1c6 Add pan/span control to Voice backend 2016-05-21 11:40:03 -10:00
Jack Andersen 2a5823d6de Add MIDI input for interactive sequencer playback 2016-05-19 20:17:02 -10:00
Jack Andersen 3a8a9f0ef2 Various engine bug fixes 2016-05-19 01:03:38 -10:00
Jack Andersen 5245a41567 Timing and pitch fixes 2016-05-19 00:12:32 -10:00
Jack Andersen 2115a958b1 Timing fixes for SON playback 2016-05-18 19:27:39 -10:00
Jack Andersen 3433a70462 Initial SongState, timing is hilariously wrong ATM 2016-05-18 16:19:43 -10:00
Jack Andersen 2192d45da1 Deallocation fixes and simplification 2016-05-16 12:13:24 -10:00
Jack Andersen e9213ab179 Working SongGroup player, DLS envelopes 2016-05-16 10:20:29 -10:00