Visual Productions forum

Products => Cuelux => Topic started by: TAHS on September 12, 2010, 09:47:28 PM

Title: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on September 12, 2010, 09:47:28 PM
Hello Developers and users from CueLux,

First of all... CueLux looks very nice to use  ;)

In this topic I will share and talk about our setup for in a theater-foyer.
(we still waiting for our DMX USB dongle, so all things showed here is edited/made in off-line modus !)

This fixtures are the basic setup in our Foyer:
16x Ignition FX-TG Platinum Edition 20x3W TruColor
48x Dimmers
1x Smoke-Machine F100
1x Hazer DF50 (with a NonDim dimmer to switch on and off by DMX)
1x Martin Magnum Hazer (2 channels... FogLevel + FanSpeed)

For all smoke- and hazer-machines I have made my own personality, to keep them together in the editor-screen.
Code: [Select]
manufacturer "Generic"

fixture "F100 en Hazer"
smoke   486   0,255
{
    custom
    {
        label   "Hazer"
        msb     487   0,220
    }
    custom
    {
        label   "Fan"
        msb     488   0,255
    }
    reset
    {
        offset 487
        on 221,255
        time 10
    }
    shutter
    {
        offset 0
        on 255,255
    }
}
On the moment the NonDim (shutter) is the first fixture in this personality and start with DMX-channel 24...
For the F100 and the Martin-Hazer the DMX-channels starts now from 510 !
(I'm not sure if I can change the DMX-channel separate from our dimmers...
otherwise I can start with DMX-channel 509 for the NonDim channel to make it easier.)

Also for the Igniton Led's I have changed the personality...
The reason was that with the basic personality we will mis a effect-channel !
Here the code for "mode 5" only:
Code: [Select]
manufacturer "Ignition"

fixture "PAR 64 SHORT FLOOR 20X3W PWM RGB"
{
mode "Mode 5"
{
color red 0 0,255
color green 1 0,255
color blue 2 0,255
strobe
{
offset 3
control 16,255
}
dimmer
{
msb 4 0,255
}
color
     {
     offset        5
         slot 0,31 CLR_WHITE
         slot 32,63 CLR_UV
              slot 64,95 M603
              slot 96,127 M104
         slot 128,159 M312
         slot 160,191 M206
         slot 192,223 M108
         slot 224,255 M301
         scroll        0,255
     }
}
}
I'm using the Color-Mix slots for each separate effect function.
I hope this works well  ::)

Here a screen-shot from our CueLux:
(http://farm5.static.flickr.com/4112/4983339185_6bfe41ec4c_b_d.jpg)
I also edited this a bit to give it more a personal look for our Foyer.
The name TAHS means: Theater Aan Het Spui  ;)

We hope to get the DMX-Dongle next week, so we can test this setup and all the functions with the BCF2000...
For the BCF2000 I have changed the Smoke-Button for the Release-Button.
Because we have already solo-faders for all smoke- hazer-machines, so we don't need the Smoke-Button.
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: Zoë Castle on September 13, 2010, 10:00:28 PM
This looks great!  Your enthusiasm is brilliant - thank you for your support.

I hope all goes to plan when you receive your cable  :)

Greetings from London, Zoe
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: TAHS on September 13, 2010, 10:13:52 PM
Hello Zoë,

Thanks for your positive response  :)

After reading some interesting topics here, it was easy to change some midi-settings/personality's.
Tomorrow I'm back to work and I hope the dongle is arrived to.

Enjoy your time in London...
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: TAHS on September 15, 2010, 06:47:53 PM
Hello To all,

Yesterday the USB->DMX dongle did arrived  :)
All edited Personality's working well.

I did not get enough time to play with CueLux.
I only programmed our basic cue's and this was a easy job.

@ Maarten ore Colleague,
For all SwitchPack fixures the basic Shutter-code is not OK !
I did copy/paste this code for my NonDim function (for our DF50 Hazer on a dimmer)...
When I'm using this original code the used DMX channel stays without the programmer @ 100%...
(for a shutter-function this is true but not for a SwitchPack function)
This means that all SwitchPacks have the same problem.

This code works fine for a SwitchPack or a NonDim function:
Code: [Select]
    shutter
    {
        offset 0
        on 255,255
    }
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: TAHS on October 02, 2010, 05:16:00 PM
Hello All,

I have a question about the fade in/out time...
Is there a limmit in a maximum of seconds ?
On the moment we using a 3000 seconds (is 50 minuts) fade-in/out time for one cue.
It looks there are some problems with this time...
In the first cue all fixtures getting a preset value, the second cue is the cue with the 3000 seconds fade-in/out...
The problem is, all fixtures don't make a crossfade in the 3000 seconds time-line !
After the 3000 seconds, all fixtures going in 2 seconds to the new value's from the second cue.

A other thing with the fade-in/out times...
When I set the speed-slider to 50%, the time-counting go's to fast !
When I set this to 4% it looks OK, when cuelux starts counting by CuePosition.

I hope there is a solution for this.
We using version 1.02 build 13 (Mac OS)
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: Bart van Wunnik on October 04, 2010, 12:32:57 PM
Hi TAHS,

We have reproduced the problem that you describe with the speed/time aspect.
We will look further in to this to get it solved in the next version.

Could you tell me with what attribute that you are fading with? (e.g. dimmer, color)

Regards,
Bart
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: TAHS on October 04, 2010, 12:35:15 PM
I'm sorry...
I forgot to say that it happens with a RGB color-change from our LED-pars (dimmer-functions are fine)
Is it possible to make this functional in a cue.

Otherwise I have to edit the personality for our Ignition LED-pars. (I hope not, otherwise we can't use the color-picker anymore)

Edit: Thanks Bart for your answer... ;) i hope to hear it soon.
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: Bart van Wunnik on October 04, 2010, 01:55:55 PM
Hi Marten,

We have fixed this bug already, it will be solved in the upcoming release.

Regards,
Bart
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: TAHS on October 04, 2010, 02:37:17 PM
Hello Bart,

Thanks for your reply.

The next release, is that a Beta or a non Beta version ?
(I don't like to use a Beta in a live situation)
I just ask you this, because this is now happen in the 1.02 build 13 (Mac OS) and the 1.02 build 14 (Windows) !

Anyway... good to hear that it's solved.
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: Bart van Wunnik on October 05, 2010, 10:37:15 AM
Hi Marten,

I can understand your point, not wanting to use a beta version for live situations.
There is one beta to come, after that we will release a new version of Cuelux.

Regards,
Bart
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: TAHS on October 06, 2010, 07:56:23 AM
Hello Bart,

I will wait until the full release  ;)

Still a question about all new Beta's...
Is it possible (during the setup) to give the Beta-version a separate map/folder in the documents ?
(just like the Program-folder: C:\Program Files\Visual Productions\Cuelux10214)

When I install a Beta-version, it now shares the same map/folder in my documents with the 1.02 version !
This makes it not easier, because all Fixtures are set to DMX-channel 1...
And the 1.02 version can't support some files, like some XML files for personality's.

A other thing about auto-saving the Show-file...
Is it possible to auto-save it during the show/programming as a Temp-file ?
Because now when there is a mistake in that file, it's not always possible to Undo that.
When Cuelux can auto-save Show01.xml as a Show01Temp.xml, the Show01.xml file will always stay as a Back Up...
until I have saved Show01.xml again with the Show01Temp.xml file.
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: Bart van Wunnik on October 06, 2010, 09:32:34 AM
Hi Marten,

It is not possible to change that directory, this is because it can be confusing.

The real time-backup feature that you describe is already on our to-do list.

A new Stable release will be available within 3 weeks :)

Regards,
Bart
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: TAHS on October 13, 2010, 03:18:47 PM
Hello Bart,

Thanks for your reply... I can't wait to the new Stable Release  :)

@ All,

A small Upgrade in our setup:
This week we did start using CueLux together with Qlab (see here for more info about Qlab: http://figure53.com/qlab/ (http://figure53.com/qlab/))
It's a great MAC OS X App to have anyway.
For our Lights in the Foyer, we programmed 4 Cue's in CueLux...
With Qlab I have made some Midi-commands to control CueLux.
The 4 Cue's are all triggered on time and works great.
(now we don't have to press the GO-button anymore, it's now all standalone)

The BCF2000 is also used for some other Lights...(front-lights Fade-in/out and a special Fade-in/out)
With some Buttons We trigger directly the Midi-Cue's in Qlab and Qlab gives the GO to CueLux.
Title: Re: CueLux using for a Theater-Foyer including a BCF2000
Post by: TAHS on November 03, 2010, 03:16:22 PM
Hello @ All,

I'm happy with the new version from CueLux...
By the new Version, the RGB color-change follows now the fade-in/out time.
This is a great upgrade, now it go's more smooth when the color will changed to a new color.

Yesterday I found finally some time to make some changes in the Foyer programming...

In the beginning I made one single cue-list (with 4 cue's) for our Foyer...
With Qlab I made some Midi-cue's to trigger them on time: (was just a GO on time for that single cue-list)
1:00 PM = a cue for daylight
5:00 PM = a cue for the evening
8:25 PM = a cue to make some more light for the public (8:30 PM is our show-time)
8:45 PM = a cue for after the show (not to bright)
The only thing was, it wasn't possible to trigger the cue's direct from Qlab.
This is why I have made 4 separate cue-lists with most 2 cue's included, without a fader-start.
Cue-list one has the "1:00 PM cue and also the 5:00 PM cue"
Cue-list two has the "5:00 PM cue and also the 8:25 PM cue"
Cue-list three has the "8:25 PM cue and also the 8:45 PM cue"
Cue-list four has only the "8:45 PM cue" 

Now I can trigger the cue's directly from Qlab. (and always sure, that the right cue is loaded)
The first Qlab-cue is to set all faders to max and activate the "1:00 PM cue" with a fade-time from 3 seconds. (all fade-times are programmed in CueLux)
The second Qlab-cue is a GO for cue-list one, so it go's to his "5:00 PM cue" in 10 seconds...
After a delay from 20 seconds, there is a GO for cue-list two... to activate the "5:00 PM cue"  in zero seconds.
After a delay from 10 seconds, there is a Release on the first cue-list...
This routine (second Qlab cue until the Release) makes it possible to keep the color-change smooth.
This routine is for all cue-lists the same.

When I'm back @ work, I will make some screen-shots from CueLux and Qlab and some pictures from our Foyer-setup.
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: Bart van Wunnik on November 03, 2010, 04:48:30 PM
Hi Marten,

That sounds like a nice setup with the timed Cue's.
It is a creative way of using Cuelux.

I am looking forward to the pictures and the screen shots!

Regards,
Bart
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on November 08, 2010, 03:40:01 AM
Hello Bart,

Yes, it's nice that our lights will go stand-alone.  ;)

@ All,

Here some screen-shots:
(http://farm2.static.flickr.com/1165/5156768004_ef789df57e_z_d.jpg)
Here a MAP function in Qlab, triggered on 8:30 AM

(http://farm5.static.flickr.com/4042/5156159255_e0073a5c3d_z_d.jpg)
After triggering the MAP, it will start all cue's inside.

(http://farm5.static.flickr.com/4103/5156161083_3a3544fc22_z_d.jpg)
Here our special_light, this one is triggered with a BCF-2000 button.

(http://farm5.static.flickr.com/4091/5156773422_1bc3caafa6_z_d.jpg)
After the triggering, the special makes a fade-in from 2 seconds.

(http://farm2.static.flickr.com/1344/5156164531_9aa67973d6_z_d.jpg)
This is the cue, and will activate when the Foyer is not open...
After this, all lights are off.... only one chase is active during the night.

(http://farm2.static.flickr.com/1315/5156166125_379532e727_b_d.jpg)
This is CueLux after a "Opstart_Manual" or "8:30 uur Stand"

I didn't find time to make some pictures from our Foyer-setup. (coming soon)
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: Maarten Engels on November 08, 2010, 11:07:46 AM
Great to see, very interesting to see the combination with Qlab..
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on November 08, 2010, 03:56:12 PM
Hello Maarten,

Thanks for your reply  ;)

Qlab is a nice app to have...
It makes it easy to run a show with some video's/photo's and audio... (it's a Pro powerpoint/keynote app, with a lot more options  ;D )
The MIDI option makes it possible to trigger all the lights.

BTW: Did you read my PM ? (I sent this one at 3 November)
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: sandersalden on November 16, 2010, 04:37:22 PM
Hey Marten!
Alles goed daar in 't Haagse?
Ik ben nu een beetje aan het klooien met de generic midimap i.c.m. Qlab/Cuelux maar het wil me niet echt
van een Leie dakje vergaan.
als ik bijvoorbeeld een Q maak in Qlab pakt Cuelux hem niet terwijl ik via AUDIO/MIDI config. hem wel heb geselecteerd in
cuelux.
welke midi messages gebruik jij en hoe is je setup?
Hoop dat je een idee hebt wat ik verkeerd doe.
Groetjes Sander.
(van Toneelgroep Maastricht)
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on November 16, 2010, 10:13:07 PM
Hey Sander,

Ja, hier gaat die prima  ;D

Hier een paar voorbeelden, zoals ik het nu toepas:
(here a couple off screenshots from my midi-part)

(http://farm2.static.flickr.com/1271/5182193809_0e59882d57_z_d.jpg)
In de midi-studio heb ik een aparte CueLux midi-configuratie aangemaakt.
(In midi-studio I made a separate CueLux midi-configuration.)
(http://farm2.static.flickr.com/1003/5182792958_6ebf255121_d.jpg)

Hier de setup in CueLux:
(http://farm5.static.flickr.com/4152/5182193615_751bd385e4_b_d.jpg)

Hier de midi-commando om playlist-4 een GO te geven:
(Here the midi-command to give a GO to playlist-4)
(http://farm5.static.flickr.com/4014/5182792764_ffa88cebe8_z_d.jpg)
Zoals je ziet, is dit een fade-out, waarbij de fade-out curve vrijwel direct van 127 naar 0 gaat !
(the fade-out curve is not linear !)

Jammer genoeg mist CueLux soms een GO, ik ben nog aan het uitzoeken of dat dit op te lossen is.
Hetgeen wat een nadeel is, is die 2-seconden release effect op de play-buttons.
Als dit er niet zou zijn, dan zou de fadetijd langer kunnen worden.

Hetgeen waar CueLux op reageert, is voornamelijk op de 0 waarde...
Als je de GO-button op je midi-controller indrukt...
Dan merk je, dat CueLux reageert zodra je de button weer loslaat.
Nu ben ik nog niet zo bekend met midi, ik hoop dat het uiteindelijk zal gaan lukken...
Om safe te kunnen draaien via Qlab.

Stuur mij anders even je email-adres door per PB, dan stuur ik je een test Qlab file toe  ;)
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: RW on November 17, 2010, 10:06:59 AM
Hey Marten,

Looks great!
A few comments that might help you:

Jammer genoeg mist CueLux soms een GO, ik ben nog aan het uitzoeken of dat dit op te lossen is.
Hetgeen wat een nadeel is, is die 2-seconden release effect op de play-buttons.
Als dit er niet zou zijn, dan zou de fadetijd langer kunnen worden.

With a release-action, you can release go-buttons much faster.
I've copied this from the Elation Midicon-map:
Code: [Select]
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 23</trigger>
                    <tasks>
                        <task type="Special" feature="Release" function ="Set"/>
                    </tasks>
</action>

Hetgeen waar CueLux op reageert, is voornamelijk op de 0 waarde...
Als je de GO-button op je midi-controller indrukt...
Dan merk je, dat CueLux reageert zodra je de button weer loslaat.
Nu ben ik nog niet zo bekend met midi, ik hoop dat het uiteindelijk zal gaan lukken...
Om safe te kunnen draaien via Qlab.
That's true, but that has a reason:
When you released your button, Cuelux can check if it was a short or a long press. Maybe you can play with some value so it's long enough to be recognised by Cuelux, but doesn't come in the long-press-range.

Hope this helps you!

Gr,
Rick
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on November 17, 2010, 11:37:17 AM
Hello Rick,

Thanks for your help...
I now about the quick release midi function.
The point is, that there is a risk that the playlist will released when I don't want to let it happen.
With the fade-out time in Qlab, I have played a lot, whit different values and curves.

I'm still thinking to change all RGB-pars to a full dimmer-fixture...(5 dimmer subs)
When I do this, I can use the faders to make a cross-fade between the cue's.

I come back later to this point... I have to go now  :D
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on November 19, 2010, 12:21:36 AM
I'm back again.... ;D

Yesterday it was the first time that I used CueLux with some live bands on stage  :D
In a small time I programmed some easy effects to our RGB-pars on stage...
We also used two extra six-bars to get more impact.
For the six-bars I programmed some chases.

Just one point...
The fader-start function will not work all the time in combination with the BCF2000 !
Sometime the auto GO-function didn't trigger GO, the fader-feedback is no problem and is always 1:1.
I now it's a small area to give the GO-info to CueLux... (otherwise there is all the time a GO-triggering)

Is it possible to make the first Q in that playlist more safe, so it always go's active when you move the fader Upwards ?
(basically I only use a fader-start when I have one Q in that playlist)
When there are more Q's stored in that playlist...
As long the fader is between level 1 and 127 only Q-1 can be activated...
(When Q-1 already is active, there is no GO anymore when you move the fader Upwards.)
When the fader stays at level 5 and you moved the fader Upwards and Q-1 is in-active, then Q-1 will be activated...
When you pressed the GO-button, the playlist go's to Q-2...
When Q-2 ore higher is active, Q-1 can't be activated anymore by fader, until the playlist is released again.
I hope you understand what I mean, otherwise I will sent you a PM in Dutch  ;D

To come back on my last post...

If I will use Qlab safe (on this moment), I have to change the personality from our RGB-pars...
For each RGB-par I will use a generic 3-dimmer pack personality... (don't need all the functions, see code)
This all makes it possible, that I can use the fader-start option...
(when I use the fader-start option with the normal personality... there is a problem with the color-change between different playlists...[HTP/LTP problem]
Also the LTP-function doesn't solved this problem)
A dimmer output-level is also depend from the fader position.
This makes it possible to make a better cross-fade between different playlists, without a hard color-change.

Here the generic personality code:
Code: [Select]
fixture "RGB-par"
mode "mode-5"
{
sub
    {
dimmer msb 0 0,255
    }
sub
    {
dimmer msb 1 0,255
    }
sub
    {
dimmer msb 2 0,255
    }
    preset 3 0
    preset 4 255
    preset 5 0
}

Code: [Select]
preset 3 0This is normally the Strobe-function and is now disabled.

Code: [Select]
preset 4 255The main-dimmer function is now always set to 255.

Code: [Select]
preset 5 0This is normally a effect and is now disabled.

With Qlab I can now use the fade-in to move the fader Upwards, or a fade-out to move the fader Downwards..
This is more safe than a GO-function.

When we have a live-band, then I will open a other show-file.
In this show, all RGB-pars are patch with the normal Ignition personality.
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: RW on November 19, 2010, 10:11:56 AM
Just one point...
The fader-start function will not work all the time in combination with the BCF2000 !
Sometime the auto GO-function didn't trigger GO, the fader-feedback is no problem and is always 1:1.
I now it's a small area to give the GO-info to CueLux... (otherwise there is all the time a GO-triggering)
The only issue that I know with the BCF is that it sometimes doens't sends a 0 value when the fader is down. Then the cue on the fader will not stop. Do you mean the same?

Is it possible to make the first Q in that playlist more safe, so it always go's active when you move the fader Upwards ?
(basically I only use a fader-start when I have one Q in that playlist)
When there are more Q's stored in that playlist...
As long the fader is between level 1 and 127 only Q-1 can be activated...
(When Q-1 already is active, there is no GO anymore when you move the fader Upwards.)
When the fader stays at level 5 and you moved the fader Upwards and Q-1 is in-active, then Q-1 will be activated...
When you pressed the GO-button, the playlist go's to Q-2...
When Q-2 ore higher is active, Q-1 can't be activated anymore by fader, until the playlist is released again.
I hope you understand what I mean, otherwise I will sent you a PM in Dutch  ;D
I think I know what you mean. I'll discuss this with the team.

If I will use Qlab safe (on this moment), I have to change the personality from our RGB-pars...
For each RGB-par I will use a generic 3-dimmer pack personality... (don't need all the functions, see code)
This all makes it possible, that I can use the fader-start option...
(when I use the fader-start option with the normal personality... there is a problem with the color-change between different playlists...[HTP/LTP problem]
Also the LTP-function doesn't solved this problem)
A dimmer output-level is also depend from the fader position.
This makes it possible to make a better cross-fade between different playlists, without a hard color-change.

Here the generic personality code:
[ ... ]
So with both options (HTP/LTP) you don't get a good colormix?

Thanks
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on November 19, 2010, 10:35:03 AM
Hello Rick,

Thanks for your reply.

I'm not sure about the BCF2000, I think the 0 will sent ones shortly...
It's possible that CueLux will miss that triggering.

If I select the LTP option, the color in the new playlist will start with a zero valeu... (the LTP function cleared all color values to zero)
This means that the new playlist starts from dark to the new color.

I hope to try today the new setup with the dimmer personality.
This will saves a lot with this color problem.
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on November 22, 2010, 08:09:30 PM
Hello All,

Here finally some pictures from our setup:

(http://farm5.static.flickr.com/4133/5199195412_450bb266d2_z_d.jpg)
This is the first fader-preset and this starts on 8:30 AM.
(all playlist are selected as background and all fader-starts are deselected.)

(http://farm5.static.flickr.com/4149/5198602111_0b4e466f3d_z_d.jpg)
we only use 8 faders and one button to control all the lights during a evening.
In the BCF2000 midi-map I delete all buttons and encoder-wheels functions.

(http://farm5.static.flickr.com/4111/5198602941_30881d8749_z_d.jpg)
Just one more from the BCF2000...

(http://farm5.static.flickr.com/4126/5198600105_272d1929bf_z_d.jpg)
On this picture you will see our set on the right side in the middle.

The new personality's for the RGB pars are working great and much better for our situation.
All RGB pars are working now like a normal par.
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: RW on November 23, 2010, 09:27:14 AM
Looks great  8)
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: Maarten Engels on November 23, 2010, 09:27:46 AM
Thanks for posting the photos; really nice to see...
Title: Re: CueLux ussing in a Theater-Foyer, including a BCF2000
Post by: TAHS on November 23, 2010, 09:46:20 PM
Hello Maarten en Rick,

Thanks for the positive comment  ;D
I do my best to show here our complete setup, including some personal changes.

Here also a new PrintScreen from how it looks with the new personality's:
(http://farm6.static.flickr.com/5050/5201899843_cc862351ba_b_d.jpg)

I also changed some Fonts, to make it better readable by all the playlists and the editor.