Page 1 of 2

pattern editor colors

Posted: Sat Feb 11, 2012 7:35 pm
by oskari

Re: pattern editor colors

Posted: Sat Feb 11, 2012 8:29 pm
by IXix
Is that a theme thing? Pretty cool. Pretty useful too I bet.

Re: pattern editor colors

Posted: Sat Feb 11, 2012 8:50 pm
by oskari
Yes themes can provide 12 colors. In this case they are actually auto-generated:

Code: Select all

			<ObjectDataProvider x:Key="PatternNoteColors" ObjectType="{x:Type bgc:HSPAColorProvider}">
				<ObjectDataProvider.ConstructorParameters>
					<sys:Int32>12</sys:Int32>
					<sys:Double>0</sys:Double>
					<sys:Double>0.916667</sys:Double>
					<sys:Double>0.7</sys:Double>
					<sys:Double>0.7</sys:Double>
					<sys:Double>0.6</sys:Double>
					<sys:Double>0.6</sys:Double>
				</ObjectDataProvider.ConstructorParameters>
			</ObjectDataProvider>
The user can turn it off in the settings of course.

Re: pattern editor colors

Posted: Sun Feb 12, 2012 1:11 am
by oskari
With scroll bars:

Image

Re: pattern editor colors

Posted: Sun Feb 12, 2012 8:40 pm
by peacemaker
beautiful AND probably very useful :)

Do I have some wrong settings or is this just a preview?

Re: pattern editor colors

Posted: Sun Feb 12, 2012 10:52 pm
by oskari
Next build will have it. (but the editor is still not finished)

Re: pattern editor colors

Posted: Mon Feb 13, 2012 12:32 am
by oskari
Complete view:

Image

Re: pattern editor colors

Posted: Mon Feb 13, 2012 12:56 am
by peacemaker
oooooooohweeewwweee!

Re: pattern editor colors

Posted: Mon Feb 13, 2012 1:25 am
by UNZ
awesomenesssssssssssssss

Re: pattern editor colors

Posted: Mon Feb 13, 2012 12:20 pm
by Klangkulisse
Funky! 8-)
That will stretch the buzzing nights until dawn.

Re: pattern editor colors

Posted: Mon Feb 13, 2012 3:49 pm
by Reefer Sutherland
Daaam bro! That thing sick! :)

Re: pattern editor colors

Posted: Mon Feb 13, 2012 5:00 pm
by strobotone
excellent. with those theming capabilities we can give BUZZ the professional look and feel it deserves.

Re: pattern editor colors

Posted: Mon Feb 13, 2012 6:55 pm
by oskari
More stuff:

Image

Re: pattern editor colors

Posted: Mon Feb 13, 2012 8:36 pm
by Evelon
I love all this! However, I wonder if there ever will be a built-in "edit colors", "edit theme" or similar (into Buzz itself).

Re: pattern editor colors

Posted: Tue Feb 14, 2012 1:20 am
by oskari
Image

Re: pattern editor colors

Posted: Tue Feb 14, 2012 7:41 am
by strobotone
nice work. are the borderless windows WINDOWS theme depedent or is it a BUZZ theme?

Re: pattern editor colors

Posted: Tue Feb 14, 2012 8:10 am
by oskari
Themes can provide a window style called 'ThemeWindowStyle'.

Here's the whole thing, but it requires a new BuzzGUI.Common.dll (next build).

Code: Select all

	<Style TargetType="{x:Type Window}" x:Key="ThemeWindowStyle">
		<Setter Property="OverridesDefaultStyle" Value="True"/>
		<Setter Property="shell:WindowChrome.WindowChrome">
			<Setter.Value>
				<shell:WindowChrome
          ResizeBorderThickness="6"
          CaptionHeight="22"
          CornerRadius="0,0,0,0"
          GlassFrameThickness="0"/>
			</Setter.Value>
		</Setter>

		<Setter Property="Foreground" Value="#F0F0F0"/>
		<Setter Property="UseLayoutRounding" Value="True"/>
		<Setter Property="TextOptions.TextFormattingMode" Value="Display"/>

		<Setter Property="Template">
			<Setter.Value>
				<ControlTemplate TargetType="{x:Type Window}">
					<Border BorderThickness="1" BorderBrush="#545454" Background="#666666">
						<Grid>
							<Grid.RowDefinitions>
								<RowDefinition Height="22"/>
								<RowDefinition Height="*"/>
							</Grid.RowDefinitions>

							<Border Grid.Row="0" BorderThickness="0,0,0,1" BorderBrush="#545454" Background="#595959">
								<Grid>
									<TextBlock Text="{TemplateBinding Title}" VerticalAlignment="Center" Margin="8,0,0,0" Foreground="White" FontWeight="Bold"/>
									<Button shell:WindowChrome.IsHitTestVisibleInChrome="True" BorderThickness="0" Padding="0"
										VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,0,9,0" Width="10" Height="10"
										Command="{x:Static shell:SystemCommands.CloseWindowCommand}">
										<Image Style="{DynamicResource WindowCloseButtonImageStyle}"/>
									</Button>
								</Grid>
							</Border>

							<ContentPresenter Grid.Row="1" Content="{TemplateBinding Content}"/>
						</Grid>
					</Border>
				</ControlTemplate>
			</Setter.Value>
		</Setter>

	</Style>

Re: pattern editor colors

Posted: Tue Feb 14, 2012 8:09 pm
by oskari
I need better vu meter colors for the dark theme. Can some photoshop this to look nicer? New icons would be nice too of course.

Image

Re: pattern editor colors

Posted: Tue Feb 14, 2012 10:00 pm
by IXix
How about blue?

Image

Re: pattern editor colors

Posted: Tue Feb 14, 2012 10:16 pm
by Evelon
Image

Image



Image
Bitwig.
Image


Edit: Scrap that^. Seeing that you are going with light blue for the other stuff, this might be a nicer:
http://www.colourlovers.com/palette/490 ... t_Raindrop
Image