Plans and future development for LCD Smartie.
Moderators: dperrow, caesar, IFR, limbo, hydrolisk1792, fruittool, Development
Forum rules
Only Serious posts about ideas and future development of the Main LCD Smartie Program please.
-
limbo
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
-
Contact:
Post
by limbo »
Try to import this sceen an test it
Code: Select all
Text01="$dll(spc,1,3#3,40) "
Text02="$dll(spc,1,2#3,40) "
Text03="$dll(spc,1,1#3,40)"
Text04="Audio levels"
Text05=""
Text06=""
Text07=""
Text08=""
CustomCharacters1=
CustomCharacters2=
CustomCharacters3=
CustomCharacters4=
CustomCharacters5=
CustomCharacters6=
CustomCharacters7=
CustomCharacters8=
TIP: Be sure that you have the basswasapi.dll and bass.dll into your LCD Smartie root folder
-
trihy
- Posts: 100
- Joined: January 17th, 2018, 1:43 pm
Post
by trihy »
Hi. That somehow worked.
My lcd is 2x16
$dll(spc,1,3#3,40)
$dll(spc,1,1#3,40)
Those worked.
This one crash the eq $dll(spc,1,2#3,40)
Tried changing 40 but didnt help. Still 1#3 seems to be properly connected with 3#3 but will need to test a little more.
-
trihy
- Posts: 100
- Joined: January 17th, 2018, 1:43 pm
Post
by trihy »
Im not completely sure if the continuation of 1-3 is 3-3, looks a little weird the second line.
Oh it has some logic
$dll(spc,1,2#2,40)
$dll(spc,1,1#2,40)
This worked fine.