1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/lua/include_lua
William Wilgus 6e32e06498 lua add sound_current, consolidate sound_ functions
add defines for sound functions
 SOUND_VOLUME, SOUND_BALANCE, SOUND_CHANNELS, SOUND_STEREO_WIDTH ...
 defines depend on target
 require "sound_defines" to add them to rb.sound_settings[]

consolidates:
 sound_set, sound_current, sound_default, sound_min, sound_max,
 sound_unit, sound_pitch, sound_val2phys to a single function

 rb.sound("name", setting, [value])

 require "sound.lua" for old functionality

Change-Id: Ice695218aa433f4fcbb48fbd6b8a9bf29c994110
2019-07-25 10:17:40 -05:00
..
audio.lua Lua Add underscores in audio, pcm, playlist functions 2018-10-31 09:23:00 -04:00
blit.lua Clean up rocklib_img 2018-10-09 01:02:25 +02:00
color.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
draw.lua lua add LCD_DEFAULT_FG, fix 2-bit screen fg/bg inversion 2018-11-24 16:40:23 -05:00
image.lua Clean up rocklib_img 2018-10-09 01:02:25 +02:00
lcd.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
math_ex.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00
pcm.lua Lua Add underscores in audio, pcm, playlist functions 2018-10-31 09:23:00 -04:00
playlist.lua Lua Add underscores in audio, pcm, playlist functions 2018-10-31 09:23:00 -04:00
print.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
rbcompat.lua Lua optimize combine and rework similar functions 2018-11-02 18:00:06 +01:00
sound.lua lua add sound_current, consolidate sound_ functions 2019-07-25 10:17:40 -05:00
timer.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00