git ssb

0+

kode54 / syntrax-c



Commits

Added comment reminding to take good look at channel muting before dealing with it.
8b7cc2dc5b00a317887c8f7e04a5f91e69155983 Tree
anonymous · 1/2/2016, 9:13:34 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Updated playerGetInfo with a few more things. Example player can now select subtunes, oh yay.
efff0d5be49e438aefc3460617744c5e1dd1be61 Tree
anonymous · 1/2/2016, 9:12:41 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Revert "Eliminate bkpSynthPos, and instead store a synthPos member in TuneChannel, which is reset to 0 by playInstrument, assigned to Voice before mixing, and saved back to TuneChannel before the Overlap is calculated."
e53977afa504fe961bd61e048e74d6ddd0f598b3 Tree
Christopher Snowhill · 1/2/2016, 4:44:36 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
SubSong->UNK07 is definitely a mistake in counting. Removed.
7546e2f74d2ea029c47a53149da67f11f39cb16a Tree
anonymous · 1/2/2016, 4:18:46 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Eliminate bkpSynthPos, and instead store a synthPos member in TuneChannel, which is reset to 0 by playInstrument, assigned to Voice before mixing, and saved back to TuneChannel before the Overlap is calculated.
7048945153747ca4d19035d8a769f8fa56e4076d Tree
Christopher Snowhill · 1/2/2016, 4:00:05 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
No more clicking at startup. OverlapBuff is cleared before use.
956789b33edb9ac8476ba6158ecad009df1d19c5 Tree
anonymous · 1/2/2016, 1:08:27 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Fixed crash from using un-initialized data in voice. Now replaced with click at start of song.
496ee5b02a58fd1f2743cf88e0424a79d9299490 Tree
anonymous · 1/2/2016, 12:02:17 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Small typo in var name.
35be14a0dc3813bc918cb0d5b0f62f224b88f6af Tree
anonymous · 1/2/2016, 11:15:07 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Moved var declarations to begining of code blocks to appease MSVC 2010. Code now compiles in it.
b9528343ae1e8e7a3552570c8cd9324cae981033 Tree
anonymous · 1/2/2016, 10:56:00 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Moved var declarations to begining of functions. MSVC2012 does not know C99 standard.
8bf3b46f546656aa4d17b1696812b81aee2d4abc Tree
anonymous · 1/2/2016, 10:11:12 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Replaced ssize_t with long. This type is part of POSIX, not C standard.
43f8ff7a03fe81107d8117541a266c88d8288170 Tree
anonymous · 1/2/2016, 10:02:15 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Fixed example player. I think...
3aa8a437591202761828240a5064926d5acf6a6b Tree
anonymous · 1/2/2016, 8:58:32 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Moved var declarations out of for().
efafdc395bc8009a01857f057e6746ab4c0db12a Tree
anonymous · 1/2/2016, 8:31:42 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Added nice newline on exit.
7ec4df9b5bef9b3ef82328d5dad824641d7fac12 Tree
Christopher Snowhill · 1/2/2016, 8:27:34 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Fix restrict for GCC.
33459797a80c91fc18cf658c61214bb5e4f739c5 Tree
Christopher Snowhill · 1/2/2016, 8:26:07 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Oops, forgot to make it terminate after fading.
04d43dec7d76a8df1f162e2c44da218bc9362210 Tree
Christopher Snowhill · 1/2/2016, 8:20:47 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Updated OS X test program to take advantage of new info functions.
614bc1851106f3875771611c9e3923d37453188b Tree
Christopher Snowhill · 1/2/2016, 8:18:07 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Added new info query functions.
ac47f59dc05b09d90c1e2644736fbf9c52df4750 Tree
Christopher Snowhill · 1/2/2016, 8:17:44 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
'restrict' macro to UPPERCASE
66eea435d03e1bd698e0f8571f20ecf5b1d4695f Tree
anonymous · 1/2/2016, 8:15:29 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Fixed whoopsie in main.c
662fb884bb4b2003440f893f2649ea98d1db681f Tree
anonymous · 1/2/2016, 7:59:26 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Older

Built with git-ssb-web