Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HemulGM/VKAudioPlayer
Browse files Browse the repository at this point in the history
# Conflicts:
#	VKAP.Main.dfm
#	VKAP.Main.pas
#	VKAudioPlayer.dproj
  • Loading branch information
alinvip@gmail.com authored and alinvip@gmail.com committed Aug 8, 2023
2 parents 90d4f7e + 9c6e83c commit 9bbe58d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
2 changes: 2 additions & 0 deletions BassPlayer.pas
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ procedure TBASSPlayer.ResetAudioChannel;
function TBASSPlayer.Play: Boolean;
begin
Result := False;
if not IsInit then
Exit;
if FOpenning then
Exit;

Expand Down
2 changes: 1 addition & 1 deletion VKAudioPlayer.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ program VKAudioPlayer;
{$R *.dres}

uses
VCLFlickerReduce in '..\#Fork\VCLFlickerReduce\VCLFlickerReduce.pas',
//VCLFlickerReduce in '..\#Fork\VCLFlickerReduce\VCLFlickerReduce.pas',
Vcl.Forms,
VKAP.Main in 'VKAP.Main.pas' {FormMain},
BassPlayer.Lib in 'BassPlayer.Lib.pas',
Expand Down
30 changes: 3 additions & 27 deletions VKAudioProject.groupproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<Projects Include="VKAudioPlayer.dproj">
<Dependencies/>
</Projects>
<Projects Include="..\#Little\Audio\Audio.dproj">
<Dependencies/>
</Projects>
<Projects Include="..\VK_API\VKComponents.dproj">
<Dependencies/>
</Projects>
Expand All @@ -18,9 +15,6 @@
<Projects Include="FMX\VKPlayer.dproj">
<Dependencies/>
</Projects>
<Projects Include="..\KnigaVuhe\Knigavuhe.dproj">
<Dependencies/>
</Projects>
<Projects Include="..\FMXAudio\FMXAudioHGM.dproj">
<Dependencies/>
</Projects>
Expand All @@ -47,15 +41,6 @@
<Target Name="VKAudioPlayer:Make">
<MSBuild Projects="VKAudioPlayer.dproj" Targets="Make"/>
</Target>
<Target Name="Audio">
<MSBuild Projects="..\#Little\Audio\Audio.dproj"/>
</Target>
<Target Name="Audio:Clean">
<MSBuild Projects="..\#Little\Audio\Audio.dproj" Targets="Clean"/>
</Target>
<Target Name="Audio:Make">
<MSBuild Projects="..\#Little\Audio\Audio.dproj" Targets="Make"/>
</Target>
<Target Name="VKComponents">
<MSBuild Projects="..\VK_API\VKComponents.dproj"/>
</Target>
Expand Down Expand Up @@ -83,15 +68,6 @@
<Target Name="VKPlayer:Make">
<MSBuild Projects="FMX\VKPlayer.dproj" Targets="Make"/>
</Target>
<Target Name="Knigavuhe">
<MSBuild Projects="..\KnigaVuhe\Knigavuhe.dproj"/>
</Target>
<Target Name="Knigavuhe:Clean">
<MSBuild Projects="..\KnigaVuhe\Knigavuhe.dproj" Targets="Clean"/>
</Target>
<Target Name="Knigavuhe:Make">
<MSBuild Projects="..\KnigaVuhe\Knigavuhe.dproj" Targets="Make"/>
</Target>
<Target Name="FMXAudioHGM">
<MSBuild Projects="..\FMXAudio\FMXAudioHGM.dproj"/>
</Target>
Expand Down Expand Up @@ -120,13 +96,13 @@
<MSBuild Projects="..\VK_API\Samples\Auth\VKAuth.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="VKAudioPlayer;Audio;VKComponents;HGMComponents;VKPlayer;Knigavuhe;FMXAudioHGM;VKAudio;VKAuth"/>
<CallTarget Targets="VKAudioPlayer;VKComponents;HGMComponents;VKPlayer;FMXAudioHGM;VKAudio;VKAuth"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="VKAudioPlayer:Clean;Audio:Clean;VKComponents:Clean;HGMComponents:Clean;VKPlayer:Clean;Knigavuhe:Clean;FMXAudioHGM:Clean;VKAudio:Clean;VKAuth:Clean"/>
<CallTarget Targets="VKAudioPlayer:Clean;VKComponents:Clean;HGMComponents:Clean;VKPlayer:Clean;FMXAudioHGM:Clean;VKAudio:Clean;VKAuth:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="VKAudioPlayer:Make;Audio:Make;VKComponents:Make;HGMComponents:Make;VKPlayer:Make;Knigavuhe:Make;FMXAudioHGM:Make;VKAudio:Make;VKAuth:Make"/>
<CallTarget Targets="VKAudioPlayer:Make;VKComponents:Make;HGMComponents:Make;VKPlayer:Make;FMXAudioHGM:Make;VKAudio:Make;VKAuth:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

0 comments on commit 9bbe58d

Please sign in to comment.