David Briscoe
8c46b82b54
Default to a love-supported bit depth for SoundData
...
Fix "Invalid bit depth: 0" error in love when calling generateSoundData
without arguments.
Love2d 11 (and earlier?) only supports 8 and 16, so don't default to 0
when generating a love object.
2022-01-08 09:44:31 -08:00
nucular
949429d461
Merge pull request #18 from nikki93/master
...
`SAW` -> `SAWTOOTH` everywhere
2019-09-25 23:48:01 +02:00
Nikhilesh S
b7377e848f
SAW
-> SAWTOOTH
everywhere
2019-09-13 10:00:42 -07:00
nucular
27511554ab
Updated README
2016-09-19 00:11:18 +02:00
nucular
9aabdfbd70
Set rockspec tag
2016-09-19 00:05:09 +02:00
nucular
fc30e1fb44
Fixed rockspec syntax
2016-09-19 00:03:22 +02:00
nucular
3b7d0e4802
Updated rockspec
2016-09-19 00:01:41 +02:00
nucular
c91cfefeff
Renamed rock name to sfxr
2016-09-19 00:01:03 +02:00
nucular
51635d7aaf
Fix default endianness in Sound:generateString
2016-09-18 23:51:46 +02:00
nucular
b5940ce0c6
Moved /doc to /docs; Added docs to copy_directories
2016-09-18 23:48:42 +02:00
nucular
f986205f91
Renamed SavingAndLoading too
2016-06-12 01:19:16 +02:00
nucular
67dffe001c
Moved and renamed some documentation sections
2016-06-12 01:13:32 +02:00
nucular
a222352ea6
Remove remaining references to Sound.wavetype and sfxr.SINE etc.
2016-06-12 01:07:49 +02:00
nucular
43615082f2
Remove reference to project wiki from README
2016-06-06 12:30:39 +02:00
nucular
02f0239a33
Get things working again
2016-03-09 23:00:44 +01:00
nucular
1bd524489e
Tweak documentation some more
2016-03-05 21:41:25 +01:00
nucular
e4fcde3227
Split up other stuff into sections
2016-03-05 21:03:04 +01:00
nucular
7cc8bc4b2b
Split up documentated parameters into sections
2016-03-05 20:47:11 +01:00
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