Commit graph

242 commits

Author SHA1 Message Date
CNLohr 26bcc970fa
Merge pull request #93 from bbkiwi/master
Fixed bug when APPROXNORM == 1 is used when CCEMBEDDED is not defined…
2019-09-08 01:01:04 -04:00
CNLohr dfd7faf8b2
Merge pull request #91 from bbkiwi/masterfix
Fix ws2812_i2s.c to include ccconfig.h and explicitly invert literals…
2019-09-08 01:00:36 -04:00
bbkiwi cd9094e8cb Fixed bug when APPROXNORM == 1 is used when CCEMBEDDED is not defined (ie colorchord2) 2019-07-06 14:35:08 +12:00
cnlohr 35a4abfb50 update with impulse version 2019-06-24 02:19:00 -04:00
cnlohr 42a8235ddf add support for the Impulse dance platform. 2019-06-24 02:17:59 -04:00
cnlohr cd1c1f93d0 Update executable. 2019-06-23 20:15:14 -04:00
cnlohr fe5ce57e9a Fix comment for removal of current defaults. 2019-06-18 03:41:40 -04:00
cnlohr 3de5d62a05 remove default to APPROXNORM 2019-06-18 03:39:35 -04:00
bbkiwi 2539f021dc Fix ws2812_i2s.c to include ccconfig.h and explicitly invert literals to prevent warning 2019-05-29 17:05:43 +12:00
CNLohr ab11048f10
Merge pull request #90 from bbkiwi/masterfix
Bug fix broken code when APPROXNORM 1 and also bug fix for SORT_NOTES option.
2019-05-23 19:25:14 -04:00
bbkiwi 80d6b40a7d A squashed, should only change a few lines and no mucking about with submodules 2019-05-23 14:07:47 +12:00
CNLohr 0a172502fe
Merge pull request #88 from bbkiwi/masterfix
Contribution from @bbkiwi - Fix issue with sampling at lower frequencies,
2019-04-23 21:33:13 -07:00
bbkiwi 10041b66b4 Added simple norm approximation to be used by default APPROXNORM 1 2019-02-28 14:45:45 +13:00
CNLohr ad6a7418f3
Update README.md 2019-02-06 23:08:41 -08:00
CNLohr 8e628ab602
Merge pull request #81 from JINODK/JINODK-windows-compile
Update compile.bat
2018-12-18 03:37:23 -05:00
JINODK 00c353e7a4
Update compile.bat
add the "pause" command at the and so people who don't have tcc installed can read and find the issue
or it just like a command window appear and disappear instantly
2018-12-17 17:01:57 +07:00
CNLohr 9c3e841771 Fix ColorChord on Windows10 32-bit TinyCC Compilation. 2018-12-16 01:21:05 -05:00
CNLohr 0b2e686d55
Merge pull request #78 from cnlohr/experimental
Experimental
2018-12-08 19:14:01 -08:00
cnlohr d0f2d7425e fix ALSA driver for Raspberry PI 2018-12-08 22:11:48 -05:00
cnlohr aad1322266 Merge branch 'experimental' of https://github.com/cnlohr/colorchord into experimental 2018-11-30 14:57:28 -05:00
cnlohr 5969cf3a46 add noes about output 2018-11-30 14:57:18 -05:00
cnlohr 758a5cc39d stab at the esp8266 port 2018-11-30 07:01:36 -05:00
cnlohr c7a5f05da7 improve output cells 2018-11-18 16:49:59 -05:00
cnlohr 56dbb60933 Fix address! 2018-11-18 15:38:00 -05:00
cnlohr 36b4b021c4 change colorchord config address 2018-11-18 15:36:21 -05:00
cnlohr 2c738bfa38 Forgot to update the 303 folder 2018-11-18 15:32:08 -05:00
cnlohr bdbab3be8b update experimental branch 2018-11-18 15:27:29 -05:00
cnlohr 2a0c78d526 bump submodule 2018-11-18 12:42:31 -05:00
cnlohr 8d05985d73 Merge branch 'master' of https://github.com/cnlohr/colorchord 2018-11-17 01:23:15 -05:00
cnlohr a61743883d bump to master 2018-11-17 01:23:05 -05:00
CNLohr b24562e8bb
Update README.md 2018-11-16 17:40:02 -05:00
cnlohr 298b33b0fe Update with dodecahedron visualization 2018-11-09 07:02:53 -05:00
cnlohr a02d56e20d Merge branch 'master' of https://github.com/cnlohr/colorchord 2018-10-21 00:00:29 -04:00
cnlohr da75b5456b Bump firmware - permitting output at boot for systems with GPIO14 hooked to "enable audio" 2018-10-21 00:00:04 -04:00
bbkiwi 2c8a022aca samples need to be accumulated at each call of HandleInt
special processing should start the scheduling
Before fix some signals containing a harmonic of FREQ/16 would producing peaks at
all harmonics of FREQ/16.
2018-08-19 23:36:30 +12:00
CNLohr bcc3347893
Update ws2812_i2s.c 2018-07-22 19:35:04 -04:00
CNLohr 8dc3110c56
Update default.conf 2018-07-15 23:31:34 -04:00
CNLohr 67cdbc0ea2
Merge pull request #67 from HeMe2/master
remove obsolete drawing in OutputVoronoi module
2018-07-03 16:47:25 -04:00
CNLohr 6d4409b70a
Update default.conf
Change to -1 to make it more universally functional on Windows.
2018-07-03 16:45:39 -04:00
HeMe2 9a89be3aa8
remove obsolete drawing in OutputVoronoi module
Fixes issue, that voronoi output could not be used in headless mode!
2018-06-30 15:28:51 +02:00
CNLohr 83336f6b03
Merge pull request #65 from solarkraft/master
Add libudev-dev to dependencies
2018-05-28 15:47:39 -04:00
Paul Hendrix 268ce8062b
Add libudev-dev to dependencies
Compilation would otherwise fail with
```
hidapi.c:2161:21: fatal error: libudev.h: No such file or directory
compilation terminated.
<builtin>: recipe for target 'hidapi.o' failed
make: *** [hidapi.o] Error 1
```
2018-05-25 21:00:41 +02:00
cnlohr 5acd811a83 Fix spacing 2018-05-21 12:52:19 -04:00
cnlohr d15f18113b Use semaphores for better performance. 2018-05-21 12:51:18 -04:00
cnlohr 4cdf3ed859 Bump style for keyboard 2018-05-21 00:50:25 -04:00
cnlohr f5251a0e41 Make asynchronous operation better. 2018-05-20 22:24:20 -04:00
cnlohr 7910c7e029 Bump versions - add file writer for USB keyboard 2018-05-20 21:50:29 -04:00
CNLohr 07d64d32c4
Merge pull request #62 from kant/patch-1
Typo on paragraph #038
2018-05-12 23:41:45 -04:00
Darío Hereñú cf4782813e
Typo on paragraph #038 2018-05-12 19:08:36 -03:00
cnlohr 8c7600117c make shmtest headless 2018-05-08 00:48:29 -04:00