|
|
|
@ -38,6 +38,7 @@
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="0"
|
|
|
|
|
Text="Jouer"
|
|
|
|
|
FontFamily="RobotoRegular"
|
|
|
|
|
WidthRequest="75"
|
|
|
|
|
HeightRequest="75"
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
@ -46,6 +47,7 @@
|
|
|
|
|
/>
|
|
|
|
|
<Button Grid.Row="1" Grid.Column="1"
|
|
|
|
|
Text="Arrêter"
|
|
|
|
|
FontFamily="RobotoRegular"
|
|
|
|
|
WidthRequest="75"
|
|
|
|
|
HeightRequest="75"
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
@ -72,14 +74,15 @@
|
|
|
|
|
Value="1"
|
|
|
|
|
ValueChanged="TempoSlider" />
|
|
|
|
|
</Border>
|
|
|
|
|
<Label Grid.Row="3" Grid.Column="1" Text="Vitesse musique" WidthRequest="130" HeightRequest="55" HorizontalOptions="End"/>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="0" Text="Paramètres du son " HorizontalOptions="End"/>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="1" Text="de la partition :"/>
|
|
|
|
|
<Label Grid.Row="4" Grid.Column="0" Text="Paramètres du" HorizontalOptions="Center" />
|
|
|
|
|
<Label Grid.Row="4" Grid.Column="1" Text="métronome :" HorizontalOptions="Start"/>
|
|
|
|
|
<Label Grid.Row="7" Grid.Column="1" Text="Vitesse Métronome" WidthRequest="130" HeightRequest="55" HorizontalOptions="End" />
|
|
|
|
|
<Label Grid.Row="3" Grid.Column="1" Text="Vitesse musique" FontFamily="RobotoRegular" WidthRequest="130" HeightRequest="55" HorizontalOptions="End"/>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="0" Text="Paramètres du son " FontFamily="RobotoRegular" HorizontalOptions="End"/>
|
|
|
|
|
<Label Grid.Row="0" Grid.Column="1" Text="de la partition :" FontFamily="RobotoRegular"/>
|
|
|
|
|
<Label Grid.Row="4" Grid.Column="0" Text="Paramètres du" FontFamily="RobotoRegular" HorizontalOptions="Center" />
|
|
|
|
|
<Label Grid.Row="4" Grid.Column="1" Text="métronome :" FontFamily="RobotoRegular" HorizontalOptions="Start"/>
|
|
|
|
|
<Label Grid.Row="7" Grid.Column="1" Text="Vitesse Métronome" FontFamily="RobotoRegular" WidthRequest="130" HeightRequest="55" HorizontalOptions="End" />
|
|
|
|
|
<Button Grid.Row="5" Grid.Column="0"
|
|
|
|
|
Text="Jouer"
|
|
|
|
|
FontFamily="RobotoRegular"
|
|
|
|
|
WidthRequest="75"
|
|
|
|
|
HeightRequest="75"
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
@ -88,6 +91,7 @@
|
|
|
|
|
/>
|
|
|
|
|
<Button Grid.Row="5" Grid.Column="1"
|
|
|
|
|
Text="Arrêter"
|
|
|
|
|
FontFamily="RobotoRegular"
|
|
|
|
|
WidthRequest="75"
|
|
|
|
|
HeightRequest="75"
|
|
|
|
|
HorizontalOptions="Start"
|
|
|
|
|