mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
7 lines
133 B
C
7 lines
133 B
C
// slider.h -- simple slider input
|
|
|
|
#define NUMSLIDERS 9
|
|
extern HWND sliders[NUMSLIDERS];
|
|
|
|
void set_slider_pos(HWND hwnd, int ival);
|