Commit Graph

82 Commits

Author SHA1 Message Date
nucular
5337a0cd3c More documentation stuff 2016-03-05 20:27:09 +01:00
nucular
fd81eea263 Improved documentation some more 2016-03-05 20:17:58 +01:00
nucular
57ccea261e Fixed some documentation and raised errors 2016-03-05 19:39:12 +01:00
nucular
e300cb8548 Added link to docs to README 2016-03-02 00:47:03 +01:00
nucular
5c6deca485 Removed docs from .gitignore 2016-03-02 00:40:31 +01:00
nucular
0816498446 Documented everything using LDoc 2016-03-02 00:37:30 +01:00
nucular
0593330ebe LoveFrames doesn't support 0.10.0 2016-03-02 00:37:06 +01:00
nucular
66cae33975 More README 2016-03-01 20:27:54 +01:00
nucular
501424469a Added RockSpec; Moved demo application; README fixes 2016-03-01 20:24:35 +01:00
nucular
f4f27ea569 Removed unused Travis stuff 2016-03-01 20:19:27 +01:00
nucular
822323c8bf Merge pull request #16 from pgimeno/fix-save-as-lua-button
Fix save as Lua button (thanks, @pgimeno !)
2016-01-04 00:07:33 +01:00
Pedro Gimeno
43f931ebae Fix save as Lua button 2016-01-02 14:54:57 +01:00
nucular
7a542bb531 More minor cleanups in main.lua 2014-11-13 00:40:11 +01:00
nucular
e04f244640 Cleaned up demo application code 2014-10-28 16:55:42 +01:00
nucular
bc4ebf3728 Reset parameters to default before loading from a file 2014-10-28 16:43:15 +01:00
nucular
7c7060875a Added Travis-CI badge 2014-09-03 17:15:12 +02:00
nucular
69f5b12d72 Added very simple file picker; Moved wave view into Draw function 2014-08-27 23:10:58 +02:00
nucular
24ad42b0ad Start adding unit testing with busted and Travis-CI 2014-08-27 15:23:41 +02:00
nucular
df9cdaf389 Tweaked and fixed preset generators; Added Sound:sanitizeParameters() 2014-08-27 14:20:59 +02:00
nucular
b88e03fcba Use OnValueChanged on the sliders, only round the label text 2014-08-26 20:09:21 +02:00
nucular
fbe4351ba3 Added some comments, minor code changes 2014-08-26 17:59:27 +02:00
nucular
9fc400fca5 Merge pull request #12 from jorio/fix-sound
Fix sound (issues #1, #2, #3, #4)
2014-08-26 16:11:44 +02:00
nucular
0865fbe3d7 Merge pull request #10 from jorio/fix-issue8
Fix issue #8
2014-08-26 16:10:21 +02:00
nucular
25736975fd Merge pull request #9 from jorio/master
Load/Save sfxr's original binary format
2014-08-26 16:10:07 +02:00
nucular
c15c21a240 Merge pull request #14 from jorio/fix-issue5
Fixed issue #5
2014-08-26 16:07:26 +02:00
nucular
5fcfa13fd7 Merge branch 'master' of https://github.com/nucular/sfxrlua 2014-08-26 15:56:24 +02:00
nucular
03fb31ff8e Update parameters after loading a sound, fixes #11 2014-08-26 15:55:58 +02:00
nucular
9088066af1 Merge pull request #13 from josefnpat/patch-1
Typos & Release indications
2014-08-26 15:51:43 +02:00
Iliyas Jorio
dda0c9b605 Fixed issue #5 2014-08-23 12:07:26 +02:00
Seppi
5784a9d33e Typos & Release indications
love2d is the website; the framework is called Löve.
Adding .x to indicate backwards compatibility amongst the release.
2014-08-21 16:51:29 -04:00
Iliyas Jorio
997f2f3b96 Fixed issues #1, #2, #3, #4 2014-08-21 20:12:14 +02:00
Iliyas Jorio
f10ef4f3da Fixed extra iteration in various for loops 2014-08-21 20:12:07 +02:00
Iliyas Jorio
12b7327ff2 Fixed issue #8 2014-08-21 14:59:12 +02:00
Iliyas Jorio
c43a373537 Wave canvas: Y axis points up (as in Audacity) 2014-08-21 14:59:04 +02:00
Iliyas Jorio
3ab8051e64 Load/Save original binary format 2014-08-20 20:16:38 +02:00
Iliyas Jorio
53ea575ef5 Removed redundant load() 2014-08-20 20:06:25 +02:00
Iliyas Jorio
1e9c69e6c7 Corrected frequency.glide typo 2014-08-20 20:06:02 +02:00
nucular
6379b1e7f9 Added untested generateString; Fixed Lua 5.2 compatibility 2014-08-09 18:38:20 +02:00
nucular
06efcbe9a6 Fix dialog size and title 2014-08-09 17:06:48 +02:00
nucular
ae68b03a45 Simplified demo in the README 2014-08-04 17:11:24 +02:00
nucular
85b66115ed Added Save/Load/Export functionality 2014-07-28 18:40:04 +02:00
nucular
af2f3de4f4 Moved some things around and changed play text 2014-06-20 15:03:24 +02:00
nucular
593bf96742 Made demo window height larger and added Save/Load/Export buttons 2014-06-20 14:48:38 +02:00
nucular
c217c68ea3 The noise and phaser buffers are not longer exposed as instance members but rather created every generation 2014-06-10 14:23:24 +02:00
nucular
0540c95b95 Added saving and loading of simple Lua files 2014-06-05 22:28:51 +02:00
nucular
146daa6004 Added link to the Wiki to the README 2014-06-02 18:52:18 +02:00
nucular
2f51732280 Added version to conf.lua 2014-05-31 16:23:50 +02:00
nucular
3d3395f8f4 Don't show the console 2014-05-31 16:21:30 +02:00
nucular
a686d41ec8 Added Sound.exportWAV 2014-05-31 15:51:17 +02:00
nucular
69015be97e Subtract a bit from the base frequency to match the pitch of the original, Fixes #6 2014-05-29 16:05:17 +02:00