2003-11-04 00:19:51 +00:00
|
|
|
/***************************************************************************
|
|
|
|
* __________ __ ___.
|
|
|
|
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
|
|
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
|
|
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
|
|
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
|
|
* \/ \/ \/ \/ \/
|
|
|
|
*
|
|
|
|
* Copyright (C) 2003 Lee Pilgrim
|
|
|
|
*
|
|
|
|
* All files in this archive are subject to the GNU General Public License.
|
|
|
|
* See the file COPYING in the source tree root for full license agreement.
|
|
|
|
*
|
|
|
|
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
* KIND, either express or implied.
|
|
|
|
*
|
|
|
|
**************************************************************************/
|
|
|
|
#include "plugin.h"
|
|
|
|
|
2006-03-05 19:34:54 +00:00
|
|
|
#if defined(HAVE_LCD_BITMAP)
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2006-01-15 18:20:18 +00:00
|
|
|
PLUGIN_HEADER
|
|
|
|
|
2004-10-22 00:22:07 +00:00
|
|
|
/* variable button definitions */
|
|
|
|
#if CONFIG_KEYPAD == RECORDER_PAD
|
|
|
|
#define VUMETER_QUIT BUTTON_OFF
|
|
|
|
#define VUMETER_HELP BUTTON_ON
|
|
|
|
#define VUMETER_MENU BUTTON_F1
|
|
|
|
#define VUMETER_MENU_EXIT BUTTON_F1
|
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_OFF
|
2006-03-05 19:34:54 +00:00
|
|
|
#define VUMETER_UP BUTTON_UP
|
|
|
|
#define VUMETER_DOWN BUTTON_DOWN
|
2004-10-22 00:22:07 +00:00
|
|
|
|
2007-01-14 13:48:09 +00:00
|
|
|
#elif CONFIG_KEYPAD == ARCHOS_AV300_PAD
|
|
|
|
#define VUMETER_QUIT BUTTON_OFF
|
|
|
|
#define VUMETER_HELP BUTTON_ON
|
|
|
|
#define VUMETER_MENU BUTTON_F1
|
|
|
|
#define VUMETER_MENU_EXIT BUTTON_F1
|
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_OFF
|
|
|
|
#define VUMETER_UP BUTTON_UP
|
|
|
|
#define VUMETER_DOWN BUTTON_DOWN
|
|
|
|
|
2004-10-22 00:22:07 +00:00
|
|
|
#elif CONFIG_KEYPAD == ONDIO_PAD
|
|
|
|
#define VUMETER_QUIT BUTTON_OFF
|
|
|
|
#define VUMETER_HELP_PRE BUTTON_MENU
|
|
|
|
#define VUMETER_HELP (BUTTON_MENU | BUTTON_REL)
|
|
|
|
#define VUMETER_MENU_PRE BUTTON_MENU
|
|
|
|
#define VUMETER_MENU (BUTTON_MENU | BUTTON_REPEAT)
|
|
|
|
#define VUMETER_MENU_EXIT BUTTON_MENU
|
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_OFF
|
2006-03-05 19:34:54 +00:00
|
|
|
#define VUMETER_UP BUTTON_UP
|
|
|
|
#define VUMETER_DOWN BUTTON_DOWN
|
|
|
|
|
|
|
|
#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IRIVER_H300_PAD)
|
|
|
|
#define VUMETER_QUIT BUTTON_OFF
|
|
|
|
#define VUMETER_HELP BUTTON_ON
|
|
|
|
#define VUMETER_MENU BUTTON_SELECT
|
2007-06-14 20:02:27 +00:00
|
|
|
#define VUMETER_MENU2 BUTTON_MODE
|
2006-03-05 19:34:54 +00:00
|
|
|
#define VUMETER_MENU_EXIT BUTTON_SELECT
|
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_OFF
|
|
|
|
#define VUMETER_UP BUTTON_UP
|
|
|
|
#define VUMETER_DOWN BUTTON_DOWN
|
|
|
|
|
2006-06-30 16:43:47 +00:00
|
|
|
#define VUMETER_RC_QUIT BUTTON_RC_STOP
|
|
|
|
|
2007-07-27 09:57:27 +00:00
|
|
|
#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IPOD_3G_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IPOD_1G2G_PAD)
|
2006-03-05 19:34:54 +00:00
|
|
|
#define VUMETER_QUIT BUTTON_MENU
|
|
|
|
#define VUMETER_HELP BUTTON_PLAY
|
|
|
|
#define VUMETER_MENU BUTTON_SELECT
|
|
|
|
#define VUMETER_MENU_EXIT BUTTON_SELECT
|
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_MENU
|
|
|
|
#define VUMETER_UP BUTTON_SCROLL_FWD
|
|
|
|
#define VUMETER_DOWN BUTTON_SCROLL_BACK
|
|
|
|
|
|
|
|
#elif (CONFIG_KEYPAD == GIGABEAT_PAD)
|
|
|
|
#define VUMETER_QUIT BUTTON_POWER
|
|
|
|
#define VUMETER_HELP BUTTON_A
|
2007-05-19 23:38:09 +00:00
|
|
|
#define VUMETER_MENU BUTTON_MENU
|
|
|
|
#define VUMETER_MENU_EXIT BUTTON_MENU
|
2006-03-05 19:34:54 +00:00
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_POWER
|
|
|
|
#define VUMETER_UP BUTTON_UP
|
|
|
|
#define VUMETER_DOWN BUTTON_DOWN
|
|
|
|
|
2006-10-26 13:38:09 +00:00
|
|
|
#elif (CONFIG_KEYPAD == SANSA_E200_PAD)
|
|
|
|
#define VUMETER_QUIT BUTTON_POWER
|
|
|
|
#define VUMETER_HELP BUTTON_REC
|
|
|
|
#define VUMETER_MENU BUTTON_SELECT
|
|
|
|
#define VUMETER_MENU_EXIT BUTTON_SELECT
|
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_POWER
|
2007-05-22 06:31:44 +00:00
|
|
|
#define VUMETER_UP BUTTON_SCROLL_DOWN
|
|
|
|
#define VUMETER_DOWN BUTTON_SCROLL_UP
|
2006-10-26 13:38:09 +00:00
|
|
|
|
2007-03-16 23:02:39 +00:00
|
|
|
#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
|
2006-03-05 19:34:54 +00:00
|
|
|
#define VUMETER_QUIT BUTTON_POWER
|
|
|
|
#define VUMETER_HELP BUTTON_PLAY
|
|
|
|
#define VUMETER_MENU BUTTON_SELECT
|
|
|
|
#define VUMETER_MENU_EXIT BUTTON_SELECT
|
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_POWER
|
|
|
|
#define VUMETER_UP BUTTON_UP
|
|
|
|
#define VUMETER_DOWN BUTTON_DOWN
|
2004-10-22 00:22:07 +00:00
|
|
|
|
2006-08-03 20:17:25 +00:00
|
|
|
#elif CONFIG_KEYPAD == IRIVER_H10_PAD
|
|
|
|
#define VUMETER_QUIT BUTTON_POWER
|
|
|
|
#define VUMETER_HELP BUTTON_PLAY
|
|
|
|
#define VUMETER_MENU BUTTON_REW
|
|
|
|
#define VUMETER_MENU_EXIT BUTTON_REW
|
|
|
|
#define VUMETER_MENU_EXIT2 BUTTON_POWER
|
|
|
|
#define VUMETER_UP BUTTON_SCROLL_UP
|
|
|
|
#define VUMETER_DOWN BUTTON_SCROLL_DOWN
|
|
|
|
|
2004-10-22 00:22:07 +00:00
|
|
|
#endif
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
const struct plugin_api* rb;
|
2004-03-19 22:15:52 +00:00
|
|
|
|
2007-02-17 23:06:22 +00:00
|
|
|
#if defined(SIMULATOR) && (CONFIG_CODEC != SWCODEC)
|
2004-08-22 00:28:13 +00:00
|
|
|
#define mas_codec_readreg(x) rand()%MAX_PEAK
|
|
|
|
#endif
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
/* Defines x positions on a logarithmic (dBfs) scale. */
|
2006-07-12 20:07:08 +00:00
|
|
|
unsigned char analog_db_scale[LCD_WIDTH/2];
|
|
|
|
|
|
|
|
/* Define's y positions, to make the needle arch, like a real needle would. */
|
|
|
|
unsigned char y_values[LCD_WIDTH/2];
|
2004-03-19 22:15:52 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
const unsigned char digital_db_scale[] =
|
|
|
|
{0,2,3,5,5,6,6,6,7,7,7,7,8,8,8,8,8,9,9,9,9,9,9,9,9,10,10,
|
|
|
|
10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11};
|
2004-03-19 22:15:52 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
const unsigned char needle_cover[] =
|
|
|
|
{0x18, 0x1c, 0x1c, 0x1e, 0x1e, 0x1f, 0x1f, 0x1f, 0x1e, 0x1e, 0x1c, 0x1c, 0x18};
|
2004-03-19 22:15:52 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
const unsigned char sound_speaker[] = {0x18,0x24,0x42,0xFF};
|
|
|
|
const unsigned char sound_low_level[] = {0x24,0x18};
|
|
|
|
const unsigned char sound_med_level[] = {0x42,0x3C};
|
|
|
|
const unsigned char sound_high_level[] = {0x81,0x7E};
|
|
|
|
const unsigned char sound_max_level[] = {0x0E,0xDF,0x0E};
|
2004-03-01 09:52:24 +00:00
|
|
|
|
2006-07-12 20:07:08 +00:00
|
|
|
const int half_width = LCD_WIDTH / 2;
|
|
|
|
const int quarter_width = LCD_WIDTH / 4;
|
|
|
|
const int half_height = LCD_HEIGHT / 2;
|
|
|
|
|
|
|
|
/* approx ratio of the previous hard coded values */
|
|
|
|
const int analog_mini_1 = (LCD_WIDTH / 2)*0.1;
|
|
|
|
const int analog_mini_2 = (LCD_WIDTH / 2)*0.25;
|
|
|
|
const int analog_mini_3 = (LCD_WIDTH / 2)*0.4;
|
|
|
|
const int analog_mini_4 = (LCD_WIDTH / 2)*0.75;
|
|
|
|
|
|
|
|
const int digital_block_width = LCD_WIDTH / 11;
|
|
|
|
const int digital_block_gap = (int)(LCD_WIDTH / 11) / 10;
|
|
|
|
/* ammount to lead in on left so 11x blocks are centered - is often 0 */
|
|
|
|
const int digital_lead = (LCD_WIDTH - (((int)(LCD_WIDTH / 11))*11) ) / 2;
|
|
|
|
|
|
|
|
const int digital_block_height = (LCD_HEIGHT - 54) / 2 ;
|
|
|
|
|
2007-06-14 20:02:27 +00:00
|
|
|
#define ANALOG 0 /* The two meter types */
|
|
|
|
#define DIGITAL 1
|
2004-03-01 09:52:24 +00:00
|
|
|
|
|
|
|
int left_needle_top_y;
|
|
|
|
int left_needle_top_x;
|
2004-08-21 23:22:05 +00:00
|
|
|
int last_left_needle_top_x;
|
2004-03-01 09:52:24 +00:00
|
|
|
int right_needle_top_y;
|
|
|
|
int right_needle_top_x;
|
2006-07-12 20:07:08 +00:00
|
|
|
int last_right_needle_top_x = LCD_WIDTH / 2;
|
2004-03-01 09:52:24 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
int num_left_leds;
|
|
|
|
int num_right_leds;
|
|
|
|
int last_num_left_leds;
|
|
|
|
int last_num_right_leds;
|
2004-03-19 22:15:52 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
int i;
|
2003-11-04 00:19:51 +00:00
|
|
|
|
2006-03-26 23:00:24 +00:00
|
|
|
#define MAX_PEAK 0x8000
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2006-07-12 20:07:08 +00:00
|
|
|
/* gap at the top for left/right etc */
|
|
|
|
#define NEEDLE_TOP 25
|
|
|
|
|
|
|
|
/* pow(M_E, 5) * 65536 */
|
|
|
|
#define E_POW_5 9726404
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
struct saved_settings {
|
|
|
|
int meter_type;
|
|
|
|
bool analog_use_db_scale;
|
|
|
|
bool digital_use_db_scale;
|
|
|
|
bool analog_minimeters;
|
|
|
|
bool digital_minimeters;
|
|
|
|
int analog_decay;
|
|
|
|
int digital_decay;
|
|
|
|
} settings;
|
|
|
|
|
2006-07-12 20:07:08 +00:00
|
|
|
void reset_settings(void) {
|
2004-08-21 23:22:05 +00:00
|
|
|
settings.meter_type=ANALOG;
|
|
|
|
settings.analog_use_db_scale=true;
|
|
|
|
settings.digital_use_db_scale=true;
|
|
|
|
settings.analog_minimeters=true;
|
|
|
|
settings.digital_minimeters=false;
|
|
|
|
settings.analog_decay=3;
|
|
|
|
settings.digital_decay=0;
|
2004-03-19 22:15:52 +00:00
|
|
|
}
|
|
|
|
|
2006-07-12 20:07:08 +00:00
|
|
|
/* taken from http://www.quinapalus.com/efunc.html */
|
|
|
|
int fxlog(int x) {
|
|
|
|
int t,y;
|
|
|
|
|
|
|
|
y=0xa65af;
|
|
|
|
if(x<0x00008000) x<<=16, y-=0xb1721;
|
|
|
|
if(x<0x00800000) x<<= 8, y-=0x58b91;
|
|
|
|
if(x<0x08000000) x<<= 4, y-=0x2c5c8;
|
|
|
|
if(x<0x20000000) x<<= 2, y-=0x162e4;
|
|
|
|
if(x<0x40000000) x<<= 1, y-=0x0b172;
|
|
|
|
t=x+(x>>1); if((t&0x80000000)==0) x=t,y-=0x067cd;
|
|
|
|
t=x+(x>>2); if((t&0x80000000)==0) x=t,y-=0x03920;
|
|
|
|
t=x+(x>>3); if((t&0x80000000)==0) x=t,y-=0x01e27;
|
|
|
|
t=x+(x>>4); if((t&0x80000000)==0) x=t,y-=0x00f85;
|
|
|
|
t=x+(x>>5); if((t&0x80000000)==0) x=t,y-=0x007e1;
|
|
|
|
t=x+(x>>6); if((t&0x80000000)==0) x=t,y-=0x003f8;
|
|
|
|
t=x+(x>>7); if((t&0x80000000)==0) x=t,y-=0x001fe;
|
|
|
|
x=0x80000000-x;
|
|
|
|
y-=x>>15;
|
|
|
|
return y;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Integer square root routine, good for up to 32-bit values.
|
|
|
|
* Note that the largest square root (that of 0xffffffff) is
|
|
|
|
* 0xffff, so the result fits in a regular unsigned and need
|
|
|
|
* not be `long'.
|
|
|
|
*
|
|
|
|
* Original code from Tomas Rokicki (using a well known algorithm).
|
|
|
|
* This version by Chris Torek, University of Maryland.
|
|
|
|
*
|
|
|
|
* This code is in the public domain.
|
|
|
|
*/
|
|
|
|
unsigned int root(unsigned long v)
|
|
|
|
{
|
|
|
|
register unsigned long t = 1L << 30, r = 0, s; /* 30 = 15*2 */
|
|
|
|
|
|
|
|
#define STEP(k) \
|
|
|
|
s = t + r; \
|
|
|
|
r >>= 1; \
|
|
|
|
if (s <= v) { \
|
|
|
|
v -= s; \
|
|
|
|
r |= t; \
|
|
|
|
}
|
|
|
|
STEP(15); t >>= 2;
|
|
|
|
STEP(14); t >>= 2;
|
|
|
|
STEP(13); t >>= 2;
|
|
|
|
STEP(12); t >>= 2;
|
|
|
|
STEP(11); t >>= 2;
|
|
|
|
STEP(10); t >>= 2;
|
|
|
|
STEP(9); t >>= 2;
|
|
|
|
STEP(8); t >>= 2;
|
|
|
|
STEP(7); t >>= 2;
|
|
|
|
STEP(6); t >>= 2;
|
|
|
|
STEP(5); t >>= 2;
|
|
|
|
STEP(4); t >>= 2;
|
|
|
|
STEP(3); t >>= 2;
|
|
|
|
STEP(2); t >>= 2;
|
|
|
|
STEP(1); t >>= 2;
|
|
|
|
STEP(0);
|
|
|
|
return r;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
void calc_scales(void)
|
|
|
|
{
|
|
|
|
unsigned int fx_log_factor = E_POW_5/half_width;
|
|
|
|
unsigned int y,z;
|
|
|
|
|
|
|
|
for (i=1; i <= half_width; i++)
|
|
|
|
{
|
|
|
|
y = (half_width/5)*fxlog(i*fx_log_factor);
|
|
|
|
|
|
|
|
/* better way of checking for negative values? */
|
|
|
|
z = y>>16;
|
|
|
|
if (z > LCD_WIDTH)
|
|
|
|
z = 0;
|
|
|
|
|
|
|
|
analog_db_scale[i-1] = z;
|
|
|
|
/* play nice */
|
|
|
|
rb->yield();
|
|
|
|
}
|
|
|
|
|
|
|
|
long j;
|
|
|
|
long k;
|
|
|
|
unsigned int l;
|
|
|
|
int nh = LCD_HEIGHT - NEEDLE_TOP;
|
|
|
|
long nh2 = nh*nh;
|
|
|
|
for (i=1; i<=half_width; i++)
|
|
|
|
{
|
|
|
|
j = i - (int)(half_width/2);
|
|
|
|
k = nh2 - ( j * j );
|
|
|
|
/* +1 seems to give a closer approximation */
|
|
|
|
l = root(k) + 1;
|
|
|
|
l = LCD_HEIGHT - l;
|
|
|
|
|
|
|
|
y_values[i-1] = l;
|
|
|
|
rb->yield();
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
void load_settings(void) {
|
|
|
|
int fp = rb->open("/.rockbox/rocks/.vu_meter", O_RDONLY);
|
|
|
|
if(fp>=0) {
|
|
|
|
rb->read(fp, &settings, sizeof(struct saved_settings));
|
|
|
|
rb->close(fp);
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
reset_settings();
|
2004-10-22 00:22:07 +00:00
|
|
|
#if CONFIG_KEYPAD == RECORDER_PAD
|
2007-03-16 21:56:08 +00:00
|
|
|
rb->splash(HZ, "Press ON for help");
|
2004-10-22 00:22:07 +00:00
|
|
|
#elif CONFIG_KEYPAD == ONDIO_PAD
|
2007-03-16 21:56:08 +00:00
|
|
|
rb->splash(HZ, "Press MODE for help");
|
2004-10-22 00:22:07 +00:00
|
|
|
#endif
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
|
|
|
}
|
2004-03-19 22:15:52 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
void save_settings(void) {
|
2007-02-01 23:08:15 +00:00
|
|
|
int fp = rb->creat("/.rockbox/rocks/.vu_meter");
|
2004-08-21 23:22:05 +00:00
|
|
|
if(fp >= 0) {
|
|
|
|
rb->write (fp, &settings, sizeof(struct saved_settings));
|
|
|
|
rb->close(fp);
|
|
|
|
}
|
2004-03-19 22:15:52 +00:00
|
|
|
}
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
void change_volume(int delta) {
|
2005-12-17 21:13:30 +00:00
|
|
|
char curr_vol[5];
|
|
|
|
int minvol = rb->sound_min(SOUND_VOLUME);
|
|
|
|
int maxvol = rb->sound_max(SOUND_VOLUME);
|
2004-08-21 23:22:05 +00:00
|
|
|
int vol = rb->global_settings->volume + delta;
|
|
|
|
|
2005-12-17 21:13:30 +00:00
|
|
|
if (vol > maxvol) vol = maxvol;
|
|
|
|
else if (vol < minvol) vol = minvol;
|
2004-08-21 23:22:05 +00:00
|
|
|
if (vol != rb->global_settings->volume) {
|
2005-04-01 13:41:03 +00:00
|
|
|
rb->sound_set(SOUND_VOLUME, vol);
|
2004-08-21 23:22:05 +00:00
|
|
|
rb->global_settings->volume = vol;
|
|
|
|
rb->snprintf(curr_vol, sizeof(curr_vol), "%d", vol);
|
|
|
|
rb->lcd_putsxy(0,0, curr_vol);
|
|
|
|
rb->lcd_update();
|
|
|
|
rb->sleep(HZ/12);
|
|
|
|
}
|
2004-03-19 22:15:52 +00:00
|
|
|
}
|
|
|
|
|
2007-06-14 20:02:27 +00:00
|
|
|
static bool vu_meter_menu(void)
|
2004-03-19 22:15:52 +00:00
|
|
|
{
|
2007-06-14 20:02:27 +00:00
|
|
|
int selection;
|
|
|
|
bool menu_quit = false;
|
|
|
|
bool exit = false;
|
|
|
|
|
|
|
|
MENUITEM_STRINGLIST(menu,"VU Meter Menu",NULL,"Meter Type","Scale",
|
|
|
|
"Minimeters","Decay Speed","Quit");
|
|
|
|
|
|
|
|
static const struct opt_items meter_type_option[2] = {
|
|
|
|
{ "Analog", -1 },
|
|
|
|
{ "Digital", -1 },
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct opt_items decay_speed_option[7] = {
|
|
|
|
{ "No Decay", -1 },
|
|
|
|
{ "Very Fast", -1 },
|
|
|
|
{ "Fast", -1 },
|
|
|
|
{ "Medium", -1 },
|
|
|
|
{ "Medium-Slow", -1 },
|
|
|
|
{ "Slow", -1 },
|
|
|
|
{ "Very Slow", -1 },
|
|
|
|
};
|
|
|
|
|
|
|
|
while (!menu_quit) {
|
|
|
|
switch(rb->do_menu(&menu, &selection))
|
2004-03-19 22:15:52 +00:00
|
|
|
{
|
2007-06-14 20:02:27 +00:00
|
|
|
case 0:
|
|
|
|
rb->set_option("Meter Type", &settings.meter_type, INT,
|
|
|
|
meter_type_option, 2, NULL);
|
2004-03-19 22:15:52 +00:00
|
|
|
break;
|
2007-06-14 20:02:27 +00:00
|
|
|
|
|
|
|
case 1:
|
|
|
|
if(settings.meter_type==ANALOG)
|
|
|
|
{
|
|
|
|
rb->set_bool_options("Scale", &settings.analog_use_db_scale,
|
|
|
|
"dBfs", -1, "Linear", -1, NULL);
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
2007-06-14 20:02:27 +00:00
|
|
|
else
|
|
|
|
{
|
|
|
|
rb->set_bool_options("Scale", &settings.digital_use_db_scale,
|
|
|
|
"dBfs", -1, "Linear", -1, NULL);
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
|
|
|
break;
|
2007-06-14 20:02:27 +00:00
|
|
|
|
|
|
|
case 2:
|
|
|
|
if(settings.meter_type==ANALOG)
|
|
|
|
{
|
|
|
|
rb->set_bool("Enable Minimeters",
|
|
|
|
&settings.analog_minimeters);
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
2007-06-14 20:02:27 +00:00
|
|
|
else
|
|
|
|
{
|
|
|
|
rb->set_bool("Enable Minimeters",
|
|
|
|
&settings.digital_minimeters);
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
2004-03-19 22:15:52 +00:00
|
|
|
break;
|
2007-06-14 20:02:27 +00:00
|
|
|
|
|
|
|
case 3:
|
|
|
|
if(settings.meter_type==ANALOG)
|
|
|
|
{
|
|
|
|
rb->set_option("Decay Speed", &settings.analog_decay, INT,
|
|
|
|
decay_speed_option, 7, NULL);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
rb->set_option("Decay Speed", &settings.digital_decay, INT,
|
|
|
|
decay_speed_option, 7, NULL);
|
|
|
|
}
|
2004-03-19 22:15:52 +00:00
|
|
|
break;
|
2004-08-21 23:22:05 +00:00
|
|
|
|
2007-06-14 20:02:27 +00:00
|
|
|
case 4:
|
|
|
|
exit = true;
|
|
|
|
/* fall through to exit the menu */
|
|
|
|
default:
|
|
|
|
menu_quit = true;
|
|
|
|
break;
|
2004-03-19 22:15:52 +00:00
|
|
|
}
|
|
|
|
}
|
2007-06-14 20:02:27 +00:00
|
|
|
/* the menu uses the userfont, set it back to sysfont */
|
|
|
|
rb->lcd_setfont(FONT_SYSFIXED);
|
|
|
|
return exit;
|
2004-03-01 09:52:24 +00:00
|
|
|
}
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
void draw_analog_minimeters(void) {
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_speaker, quarter_width-28, 12, 4, 8);
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_FG);
|
2006-07-12 20:07:08 +00:00
|
|
|
if(analog_mini_1<left_needle_top_x)
|
|
|
|
rb->lcd_mono_bitmap(sound_low_level, quarter_width-23, 12, 2, 8);
|
|
|
|
if(analog_mini_2<left_needle_top_x)
|
|
|
|
rb->lcd_mono_bitmap(sound_med_level, quarter_width-21, 12, 2, 8);
|
|
|
|
if(analog_mini_3<left_needle_top_x)
|
|
|
|
rb->lcd_mono_bitmap(sound_high_level, quarter_width-19, 12, 2, 8);
|
|
|
|
if(analog_mini_4<left_needle_top_x)
|
|
|
|
rb->lcd_mono_bitmap(sound_max_level, quarter_width-16, 12, 3, 8);
|
2004-08-21 23:22:05 +00:00
|
|
|
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_SOLID);
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_speaker, quarter_width+half_width-30, 12, 4, 8);
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_FG);
|
2006-07-12 20:07:08 +00:00
|
|
|
if(analog_mini_1<(right_needle_top_x-half_width))
|
|
|
|
rb->lcd_mono_bitmap(sound_low_level, quarter_width+half_width-25, 12, 2, 8);
|
|
|
|
if(analog_mini_2<(right_needle_top_x-half_width))
|
|
|
|
rb->lcd_mono_bitmap(sound_med_level, quarter_width+half_width-23, 12, 2, 8);
|
|
|
|
if(analog_mini_3<(right_needle_top_x-half_width))
|
|
|
|
rb->lcd_mono_bitmap(sound_high_level, quarter_width+half_width-21, 12, 2, 8);
|
|
|
|
if(analog_mini_4<(right_needle_top_x-half_width))
|
|
|
|
rb->lcd_mono_bitmap(sound_max_level, quarter_width+half_width-18, 12, 3, 8);
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_SOLID);
|
2004-03-19 22:15:52 +00:00
|
|
|
}
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
void draw_digital_minimeters(void) {
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_speaker, 34, half_height-8, 4, 8);
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_FG);
|
2004-08-21 23:22:05 +00:00
|
|
|
if(1<num_left_leds)
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_low_level, 39, half_height-8, 2, 8);
|
2004-08-21 23:22:05 +00:00
|
|
|
if(2<num_left_leds)
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_med_level, 41, half_height-8, 2, 8);
|
2004-08-21 23:22:05 +00:00
|
|
|
if(5<num_left_leds)
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_high_level, 43, half_height-8, 2, 8);
|
2004-08-21 23:22:05 +00:00
|
|
|
if(8<num_left_leds)
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_max_level, 46, half_height-8, 3, 8);
|
2004-08-21 23:22:05 +00:00
|
|
|
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_SOLID);
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_speaker, 34, half_height+8, 4, 8);
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_FG);
|
2004-08-21 23:22:05 +00:00
|
|
|
if(1<(num_right_leds))
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_low_level, 39, half_height+8, 2, 8);
|
2004-08-21 23:22:05 +00:00
|
|
|
if(2<(num_right_leds))
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_med_level, 41, half_height+8, 2, 8);
|
2004-08-21 23:22:05 +00:00
|
|
|
if(5<(num_right_leds))
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_high_level, 43, half_height+8, 2, 8);
|
2004-08-21 23:22:05 +00:00
|
|
|
if(8<(num_right_leds))
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(sound_max_level, 46, half_height+8, 3, 8);
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_SOLID);
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
2003-11-04 00:19:51 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
void analog_meter(void) {
|
2006-03-05 19:34:54 +00:00
|
|
|
|
|
|
|
#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
|
|
|
|
int left_peak = rb->mas_codec_readreg(0xC);
|
|
|
|
int right_peak = rb->mas_codec_readreg(0xD);
|
|
|
|
#elif (CONFIG_CODEC == SWCODEC)
|
|
|
|
int left_peak, right_peak;
|
|
|
|
rb->pcm_calculate_peaks(&left_peak, &right_peak);
|
|
|
|
#endif
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
if(settings.analog_use_db_scale) {
|
2006-07-12 20:07:08 +00:00
|
|
|
left_needle_top_x = analog_db_scale[left_peak * half_width / MAX_PEAK];
|
|
|
|
right_needle_top_x = analog_db_scale[right_peak * half_width / MAX_PEAK] + half_width;
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
|
|
|
else {
|
2006-07-12 20:07:08 +00:00
|
|
|
left_needle_top_x = left_peak * half_width / MAX_PEAK;
|
|
|
|
right_needle_top_x = right_peak * half_width / MAX_PEAK + half_width;
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
2004-03-19 22:15:52 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
/* Makes a decay on the needle */
|
|
|
|
left_needle_top_x = (left_needle_top_x+last_left_needle_top_x*settings.analog_decay)/(settings.analog_decay+1);
|
|
|
|
right_needle_top_x = (right_needle_top_x+last_right_needle_top_x*settings.analog_decay)/(settings.analog_decay+1);
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
last_left_needle_top_x = left_needle_top_x;
|
|
|
|
last_right_needle_top_x = right_needle_top_x;
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
left_needle_top_y = y_values[left_needle_top_x];
|
2006-07-12 20:07:08 +00:00
|
|
|
right_needle_top_y = y_values[right_needle_top_x-half_width];
|
2003-11-04 00:19:51 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
/* Needles */
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_drawline(quarter_width, LCD_HEIGHT-1, left_needle_top_x, left_needle_top_y);
|
|
|
|
rb->lcd_drawline((quarter_width+half_width), LCD_HEIGHT-1, right_needle_top_x, right_needle_top_y);
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
if(settings.analog_minimeters)
|
|
|
|
draw_analog_minimeters();
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
/* Needle covers */
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_FG);
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_mono_bitmap(needle_cover, quarter_width-6, LCD_HEIGHT-5, 13, 5);
|
|
|
|
rb->lcd_mono_bitmap(needle_cover, half_width+quarter_width-6, LCD_HEIGHT-5, 13, 5);
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_SOLID);
|
2003-11-04 00:19:51 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
/* Show Left/Right */
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_putsxy(quarter_width-12, 12, "Left");
|
|
|
|
rb->lcd_putsxy(half_width+quarter_width-12, 12, "Right");
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
/* Line above/below the Left/Right text */
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_drawline(0,9,LCD_WIDTH-1,9);
|
|
|
|
rb->lcd_drawline(0,21,LCD_WIDTH-1,21);
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2006-07-12 20:07:08 +00:00
|
|
|
for(i=0; i<half_width; i++) {
|
2004-08-21 23:22:05 +00:00
|
|
|
rb->lcd_drawpixel(i, (y_values[i])-2);
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_drawpixel(i+half_width, (y_values[i])-2);
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
|
|
|
}
|
2003-11-04 00:19:51 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
void digital_meter(void) {
|
2006-03-05 19:34:54 +00:00
|
|
|
#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
|
|
|
|
int left_peak = rb->mas_codec_readreg(0xC);
|
|
|
|
int right_peak = rb->mas_codec_readreg(0xD);
|
|
|
|
#elif (CONFIG_CODEC == SWCODEC)
|
|
|
|
int left_peak, right_peak;
|
|
|
|
rb->pcm_calculate_peaks(&left_peak, &right_peak);
|
|
|
|
#endif
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
if(settings.digital_use_db_scale) {
|
2006-03-05 19:34:54 +00:00
|
|
|
num_left_leds = digital_db_scale[left_peak * 44 / MAX_PEAK];
|
|
|
|
num_right_leds = digital_db_scale[right_peak * 44 / MAX_PEAK];
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
|
|
|
else {
|
2006-03-05 19:34:54 +00:00
|
|
|
num_left_leds = left_peak * 11 / MAX_PEAK;
|
|
|
|
num_right_leds = right_peak * 11 / MAX_PEAK;
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
num_left_leds = (num_left_leds+last_num_left_leds*settings.digital_decay)/(settings.digital_decay+1);
|
|
|
|
num_right_leds = (num_right_leds+last_num_right_leds*settings.digital_decay)/(settings.digital_decay+1);
|
2006-07-12 20:07:08 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
last_num_left_leds = num_left_leds;
|
|
|
|
last_num_right_leds = num_right_leds;
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2005-06-28 23:15:47 +00:00
|
|
|
rb->lcd_set_drawmode(DRMODE_FG);
|
2004-08-21 23:22:05 +00:00
|
|
|
/* LEDS */
|
|
|
|
for(i=0; i<num_left_leds; i++)
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_fillrect((digital_lead + (i*digital_block_width)),
|
|
|
|
14, digital_block_width - digital_block_gap, digital_block_height);
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
for(i=0; i<num_right_leds; i++)
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_fillrect((digital_lead + (i*digital_block_width)),
|
|
|
|
(half_height + 20), digital_block_width - digital_block_gap,
|
|
|
|
digital_block_height);
|
2005-06-28 23:15:47 +00:00
|
|
|
|
|
|
|
rb->lcd_set_drawmode(DRMODE_SOLID);
|
2004-03-19 22:15:52 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
if(settings.digital_minimeters)
|
|
|
|
draw_digital_minimeters();
|
|
|
|
|
|
|
|
/* Lines above/below where the LEDS are */
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_drawline(0,12,LCD_WIDTH-1,12);
|
|
|
|
rb->lcd_drawline(0,half_height-12,LCD_WIDTH-1,half_height-12);
|
2004-08-21 23:22:05 +00:00
|
|
|
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_drawline(0,half_height+18,LCD_WIDTH-1,half_height+18);
|
|
|
|
rb->lcd_drawline(0,LCD_HEIGHT-6,LCD_WIDTH-1,LCD_HEIGHT-6);
|
2004-08-21 23:22:05 +00:00
|
|
|
|
|
|
|
/* Show Left/Right */
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_putsxy(2, half_height-8, "Left");
|
|
|
|
rb->lcd_putsxy(2, half_height+8, "Right");
|
2004-08-21 23:22:05 +00:00
|
|
|
|
|
|
|
/* Line in the middle */
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_drawline(0,half_height+3,LCD_WIDTH-1,half_height+3);
|
2004-08-21 23:22:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
enum plugin_status plugin_start(struct plugin_api* api, void* parameter) {
|
2004-08-21 23:29:55 +00:00
|
|
|
int button;
|
2004-10-22 00:22:07 +00:00
|
|
|
int lastbutton = BUTTON_NONE;
|
2006-07-12 20:07:08 +00:00
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
(void) parameter;
|
|
|
|
rb = api;
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2006-07-12 20:07:08 +00:00
|
|
|
calc_scales();
|
|
|
|
|
2004-08-21 23:22:05 +00:00
|
|
|
load_settings();
|
|
|
|
rb->lcd_setfont(FONT_SYSFIXED);
|
|
|
|
|
|
|
|
while (1)
|
|
|
|
{
|
|
|
|
rb->lcd_clear_display();
|
2003-12-23 22:24:48 +00:00
|
|
|
|
2006-07-12 20:07:08 +00:00
|
|
|
rb->lcd_putsxy(half_width-23, 0, "VU Meter");
|
2004-08-21 23:22:05 +00:00
|
|
|
|
|
|
|
if(settings.meter_type==ANALOG)
|
|
|
|
analog_meter();
|
|
|
|
else
|
|
|
|
digital_meter();
|
2006-07-12 20:07:08 +00:00
|
|
|
|
2004-03-19 22:15:52 +00:00
|
|
|
rb->lcd_update();
|
|
|
|
|
2004-08-21 23:29:55 +00:00
|
|
|
button = rb->button_get_w_tmo(1);
|
|
|
|
switch (button)
|
2003-11-04 00:19:51 +00:00
|
|
|
{
|
2006-06-30 16:43:47 +00:00
|
|
|
#ifdef VUMETER_RC_QUIT
|
|
|
|
case VUMETER_RC_QUIT:
|
|
|
|
#endif
|
2004-10-22 00:22:07 +00:00
|
|
|
case VUMETER_QUIT:
|
2004-08-21 23:22:05 +00:00
|
|
|
save_settings();
|
2003-11-10 22:00:27 +00:00
|
|
|
return PLUGIN_OK;
|
2004-03-01 09:52:24 +00:00
|
|
|
break;
|
|
|
|
|
2004-10-22 00:22:07 +00:00
|
|
|
case VUMETER_HELP:
|
|
|
|
#ifdef VUMETER_HELP_PRE
|
|
|
|
if (lastbutton != VUMETER_HELP_PRE)
|
|
|
|
break;
|
|
|
|
#endif
|
2004-03-01 09:52:24 +00:00
|
|
|
rb->lcd_clear_display();
|
2004-08-21 23:22:05 +00:00
|
|
|
rb->lcd_puts(0, 0, "OFF: Exit");
|
2004-10-22 00:22:07 +00:00
|
|
|
#if CONFIG_KEYPAD == RECORDER_PAD
|
2004-08-21 23:22:05 +00:00
|
|
|
rb->lcd_puts(0, 1, "F1: Settings");
|
2004-10-22 00:22:07 +00:00
|
|
|
#elif CONFIG_KEYPAD == ONDIO_PAD
|
2004-12-26 14:56:05 +00:00
|
|
|
rb->lcd_puts(0, 1, "MODE..: Settings");
|
2004-10-22 00:22:07 +00:00
|
|
|
#endif
|
2004-08-21 23:22:05 +00:00
|
|
|
rb->lcd_puts(0, 2, "UP/DOWN: Volume");
|
|
|
|
rb->lcd_update();
|
|
|
|
rb->sleep(HZ*3);
|
2004-03-01 09:52:24 +00:00
|
|
|
break;
|
|
|
|
|
2004-10-22 00:22:07 +00:00
|
|
|
case VUMETER_MENU:
|
2007-06-14 20:02:27 +00:00
|
|
|
|
|
|
|
#ifdef VUMETER_MENU2
|
|
|
|
case VUMETER_MENU2:
|
|
|
|
#endif
|
|
|
|
|
2004-10-22 00:22:07 +00:00
|
|
|
#ifdef VUMETER_MENU_PRE
|
|
|
|
if (lastbutton != VUMETER_MENU_PRE)
|
|
|
|
break;
|
|
|
|
#endif
|
2007-06-14 20:02:27 +00:00
|
|
|
if(vu_meter_menu())
|
|
|
|
return PLUGIN_OK;
|
2004-03-19 22:15:52 +00:00
|
|
|
break;
|
|
|
|
|
2006-03-05 19:34:54 +00:00
|
|
|
case VUMETER_UP:
|
|
|
|
case VUMETER_UP | BUTTON_REPEAT:
|
2004-08-21 23:22:05 +00:00
|
|
|
change_volume(1);
|
2004-03-19 22:15:52 +00:00
|
|
|
break;
|
|
|
|
|
2006-03-05 19:34:54 +00:00
|
|
|
case VUMETER_DOWN:
|
|
|
|
case VUMETER_DOWN | BUTTON_REPEAT:
|
2004-08-21 23:22:05 +00:00
|
|
|
change_volume(-1);
|
2004-03-01 09:52:24 +00:00
|
|
|
break;
|
|
|
|
|
2004-08-21 23:29:55 +00:00
|
|
|
default:
|
|
|
|
if(rb->default_event_handler(button) == SYS_USB_CONNECTED)
|
|
|
|
return PLUGIN_USB_CONNECTED;
|
2004-03-01 09:52:24 +00:00
|
|
|
break;
|
2003-11-04 00:19:51 +00:00
|
|
|
}
|
2004-10-22 00:22:07 +00:00
|
|
|
if (button != BUTTON_NONE)
|
|
|
|
lastbutton = button;
|
2003-11-04 00:19:51 +00:00
|
|
|
}
|
|
|
|
}
|
2006-07-12 20:07:08 +00:00
|
|
|
#endif /* #ifdef HAVE_LCD_BITMAP */
|