home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Hang es video
/
CHIP_ZENESZERKESZTO_2005.ISO
/
audio_3
/
audio_edit
/
looptrax
/
looptrax20.exe
/
lxconfighorz.ini
< prev
next >
Wrap
Text File
|
2001-06-27
|
4KB
|
165 lines
<LoopTrax Config>
//
// FIELDS
// x y w h opt font ct cb co tooltips
//
//
// x,y coordinates inside the window in pixels
// w field width in pixels
// h field height in pixels
// font font number (1 to 5)
// opt option (depend of the field)
// ct color for text or border in RGB(red,green,blue)
// cb color for backgound in RGB(red,green,blue)
// co other color in RGB(red,green,blue) (depend of the field)
// tooltips tooltips
// CUSTOM FIELDS
//
// BITMAP definition
// option 0 : normal
// 1 : fill surface
// if transparent_color the bitmap is drawn transparently
//
// width not used yet
// height not used yet
//
// x y width height option transparent_color file
// for example :
//:BITMAP 0 0 0 0 1 RGB(0,0,0) "wall.bmp"
//
// TEXT definition
// x y w h font text corlor text
// for example :
// :TEXT 134 202 40 16 1 RGB(128,128,128) "out"
//
// BORDER definition
// if color = -1 no color for border or background
// x y w h color border color back
// for example :
//:BORDER 2 28 200 80 RGB(255,0,0) RGB(0,92,0)
// interface description
%INTERFACE
:NAME "Test 1"
:THEME "Test"
:AUTHOR "Eric"
:VERSION "1.0"
:DATECREATED "01/25/2001"
:DATELASTMODIFIED "01/25/2001"
:WEB "www.mixvibes.com"
:EMAIL "info@mixvibes.com"
:COMMENT
%MAIN
// N/A N/A N/A Piano opt nb ct cb
// Height octave
//
// option #1 activate animation at startup
:PIANO 0 0 0 336 1 1 RGB(0,0,0) RGB(128,128,128)
// N/A N/A N/A N/A N/A N/A ct cb
:MEDIA 0 0 0 0 0 0 RGB(0,0,0) RGB(128,128,128)
:EVENT 0 0 0 0 0 0 RGB(0,0,0) RGB(128,128,128)
:TIMELINE 0 0 0 0 0 0 RGB(0,0,0) RGB(128,128,128)
// style 0= normal
// 1= bold
// 2= italic
// 3= bold+italic
// #4 vertical
// fonts size style name
:FONT0 8 1 "MS Sans Serif" // font normal
:FONT1 14 0 "MS Sans Serif" // large
:FONT2 10 1 "Arial" // font normal
// ***************
// %MAIN end
// ***************
%PIANO
// support N/A support
// coord. height Color support
// x y ct (N/A) cb
:SUPPORT 58 50 0 19 0 0 RGB(0,0,0) RGB(0,0,0)
// N/A N/A note N/A Color
// border border border
// size white note black note
:NOTEBORDER 0 0 2 0 0 0 RGB(192,192,192) RGB(128,128,128)
// First note N/A N/A opt no font Color
// x y White Text Black Text
:NOTE 60 68 0 0 2 2 RGB(0,0,0) RGB(255,255,255)
// N/A N/A Note Color
// width height Open Play Normal
:WHITE 0 0 100 150 0 0 RGB(255,255,180) RGB(255,255,10) RGB(255,255,255)
:BLACK 0 0 98 76 0 0 RGB(128,0,0) RGB(192,0,0) RGB(0,0,0)
:LEVEL -1 2 10 20 1 RGB(0,0,0) RGB(128,128,128) "level"
:TEXT 22 20 60 16 0 RGB(0,0,64) "mute"
:MUTE -1 23 10 10 "mute"
:TEXT 22 33 60 16 0 RGB(0,0,64) "solo"
:SOLO -1 36 10 10 "solo"
:ACTIVE -1 52 23 12 "active"
:TEXT 20 230 60 16 0 RGB(0,0,64) "Vol"
:VOL -1 218 36 36 0 RGB(50,70,90) RGB(20,60,120) RGB(90,110,130)
:TEXT 20 252 60 16 0 RGB(0,0,64) "Pan"
:PAN -1 254 36 16 0 0 RGB(0,0,0) RGB(128,128,128)
:TEXT 20 280 60 16 0 RGB(0,0,64) "Loop"
:LOOP -1 280 -1 -1 "Loop"
:TEXT 20 296 60 16 0 RGB(0,0,64) "Hold"
:HOLD -1 296 -1 -1 "Hold"
//:TEXT 20 312 60 16 0 RGB(0,0,64) "Sync"
//:SYNC -1 312 -1 -1 "Sync"
:TEXT 4 0 30 16 0 RGB(0,0,64) "Pitch"
:PITCHBEND 4 16 30 220 0 1 RGB(58,58,62) RGB(18,18,22) RGB(192,0,0) "pitch bend"
//:NOTE+ 4 0 24 24 "Note up"
//:NOTE- 4 25 24 24 "Note down"
:PLAY1 4 240 20 20 0 0 "Play 1 time"
:PLAYLOOP 4 264 20 20 0 0 "Play Loop"
:STOP 4 288 20 20 0 0 "Stop"
:ALONE1 4 312 20 20 0 0 "Play Alone 1 time"
:ALONELOOP 4 336 20 20 0 0 "Play Alone Loop"
:SEQUENCE 4 356 20 20 0 0 "Play Sequence"
// ***************
// %PIANO end
// ***************
//
// define all bitmaps in mixvibes for button and sliders
//
%BITMAPDEF
:BMDirectory "loopskin" // define in which realtive path bitmaps are (ex. "\Program Files\Mixvibes Pro\Bitmap\")
// Bitmap File name
// OFF(unpressed) ON (pressed) Transparency color
// RGB(x,x,x)
:BMLoop "kill.bmp" "killon.bmp"
:BMHold "kill.bmp" "killon.bmp"
:BMSync "kill.bmp" "killon.bmp"
:BMActive "voiceu.bmp" "voiced.bmp"
//:BMMute "kill.bmp" "killon.bmp"
//:BMSolo "kill.bmp" "killon.bmp"
//:BMNoteUp
//:BMNoteDn
//:BMPan