Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #226  
Old 05-03-2023, 08:17
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,028
Thanks: 1,740
Thanked 2,201 Times in 752 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
yes, volume control is neither gradual nor smooth. i agree.
the volume range is (-10,000 to 0).

DSBVOLUME_MAX := 0;
DSBVOLUME_MIN := -10,000

For More Info

i don't know how to do smooth control tho.
what i'm doing is simply just set the value as below.

Code:
Vol := (InputVolPct - 100) * 100;
DirectSoundBuffer.SetVolume(Vol)

if anyone knows a better way let me know.
This makes changing the volume a little smoother.
I hope it helps you!
Attached Files
File Type: rar logarithm Volumen.rar (927.1 KB, 20 views)
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
audiofeel (05-03-2023)
Sponsored Links
  #227  
Old 05-03-2023, 23:47
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

Quote:
Originally Posted by Cesar82 View Post
This makes changing the volume a little smoother.
I hope it helps you!

this could work..


FMXInno Updates:

Code:
What's new:

 * Updated Music Plugin.
 * Updated Skia.
   - Skia Graphic Library   v107.0.0 --> v107.1.1
   - sk4d.dll   v4.0.2 --> v4.1.1

 * Compiled in RadStudio 11.3.
(the first post has also been updated)


.

Last edited by BLACKFIRE69; 14-07-2024 at 02:50.
Reply With Quote
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (06-03-2023), Cesar82 (07-03-2023), hitman797 (06-03-2023)
  #228  
Old 06-03-2023, 00:40
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
this could work..
FMXInno Updates:
Code:
What's new:
 * Updated Music Plugin.
 * Updated Skia.
   - Skia Graphic Library   v107.0.0 --> v107.1.1
   - sk4d.dll   v4.0.2 --> v4.1.1
 * Compiled in RadStudio 11.3.
(the first post has also been updated)
.
Thanks. Everything is working fine, Animation broke, could you bring back the animation? I understand that you can live without animation, but still it was better with it.

Last edited by audiofeel; 06-03-2023 at 09:03.
Reply With Quote
  #229  
Old 06-03-2023, 02:10
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
Iso

Quote:
Originally Posted by nordi View Post
Hi @audiofeel,
i have played a bit with your Installer (Atomic Hearts) and created my own style. All goes well when the Installer is directly on any harddrive...
When I create an ISO with the Installer, mount it and start the Setup.exe, then it only hanging in the background/taskbar and I only can kill it over taskmanager.
(> same with your provided original on my PC)
My Info:
- Win11-2022 using
- my Script has only other Images and more Redist Icons.
- ISO made with ImageBurn / Mounted with Win11 directly

Do you get the same behavier ?! perhaps already any solution ;-)
(Edit: Same for me with the provided CorePack)
If your situation is hopeless at all and nothing but the format if you do recognize .iso, then just try it as an option, I think you will understand the principle, the main thing is that it works inside the .iso.

1- File-mount the disk image.

2 - When requesting an archive, specify the mounted disk.

P.S This is just as a quick solution to the problem, probably someone will offer something better

Last edited by audiofeel; 11-04-2023 at 20:48.
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
Gehrman (07-03-2023)
  #230  
Old 07-03-2023, 05:50
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
combobox (drive letter)

Hello again to everyone who helps with the combobox? (drive letter), does not work normally (you will understand where and how at startup and test)

Last edited by audiofeel; 11-04-2023 at 20:48.
Reply With Quote
The Following User Says Thank You to audiofeel For This Useful Post:
Gehrman (07-03-2023)
  #231  
Old 08-03-2023, 09:45
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

Quote:
Originally Posted by audiofeel View Post
Animation broke, could you bring back the animation? I understand that you can live without animation, but still it was better with it.
first of all i apologize.
it's my responsibility to check that everything is working fine before sharing the new update. but i didn't.

custom page animations seem to not work properly with the latest version of RadStudio(v11.3). so i went back and recompiled the DLL with the previous version(v11.2 + Patch 01). so this might work.




Quote:
Originally Posted by audiofeel View Post
Hello again to everyone who helps with the combobox? (drive letter), does not work normally (you will understand where and how at startup and test)
let's see...



guys, could you check this DLL before updating the first post?



FMXInno - Updates

Code:
* Updated Video Player Volume Function.
* Added new properties/functions for FEdit.
  --Password(FPassword: Boolean) 
  --FilterChar(FFilterStr: WideString) 
  --DisableFocusEffect(FDisable: Boolean) 
  --MaxLength(FLength: Integer) 
  --HitTest(FEnable: Boolean) 
  --Caret(FColor: TAlphaColor FInterval: Integer FWidth: Word) 
  --CheckSpelling(FCheck: Boolean) 
  --CaretShow(FShow: Boolean) 
  --SelectAll 
  --SelectWord 
  --SelStart(FValue: Integer) 
  --SelLength(FValue: Integer) 
  --GetSelText: Widestring 
  --SelectionFillColor(FColor: TAlphaColor) 
  --SelectionFillImage(FImage: WideString) 
  --SelectionFillGradient(FColor1, FColor2: IntegerFStyle: TGradientStyle) 
  --SelectionFillGradientLinearAngle(FAngle: Single) 
  --SelectionFillGradientRadialAngle(FAngle: Single) 
  --OnTyping(FEvent: TNotifyEvent) 
  --OnValidate(FEvent: TValidateTextEvent) 
  --OnValidating(FEvent: TValidateTextEvent) 
  --OnEnter(FEvent: TNotifyEvent) 
  --OnExit(FEvent: TNotifyEvent)
,

Last edited by BLACKFIRE69; 14-07-2024 at 02:50.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (08-03-2023)
  #232  
Old 08-03-2023, 09:55
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
first of all i apologize.
it's my responsibility to check that everything is working fine before sharing the new update. but i didn't.
custom page animations seem to not work properly with the latest version of RadStudio(v11.3). so i went back and recompiled the DLL with the previous version(v11.2 + Patch 01). so this might work.

let's see...

guys, could you check this DLL before updating the first post?

FMXInno - Updates
Code:
* Updated Video Player Volume Function.
* Added new properties/functions for FEdit.
  --Password(FPassword: Boolean) 
  --FilterChar(FFilterStr: WideString) 
  --DisableFocusEffect(FDisable: Boolean) 
  --MaxLength(FLength: Integer) 
  --HitTest(FEnable: Boolean) 
  --Caret(FColor: TAlphaColor FInterval: Integer FWidth: Word) 
  --CheckSpelling(FCheck: Boolean) 
  --CaretShow(FShow: Boolean) 
  --SelectAll 
  --SelectWord 
  --SelStart(FValue: Integer) 
  --SelLength(FValue: Integer) 
  --GetSelText: Widestring 
  --SelectionFillColor(FColor: TAlphaColor) 
  --SelectionFillImage(FImage: WideString) 
  --SelectionFillGradient(FColor1, FColor2: IntegerFStyle: TGradientStyle) 
  --SelectionFillGradientLinearAngle(FAngle: Single) 
  --SelectionFillGradientRadialAngle(FAngle: Single) 
  --OnTyping(FEvent: TNotifyEvent) 
  --OnValidate(FEvent: TValidateTextEvent) 
  --OnValidating(FEvent: TValidateTextEvent) 
  --OnEnter(FEvent: TNotifyEvent) 
  --OnExit(FEvent: TNotifyEvent)
,
Thank you for taking the time. The folder name is duplicated in "DirBrowseForm". I believe that the culprit of this is "ChangeDirectory". This is an old bug, I have never written to you about it, but I just did not use this procedure. Everything else seems fine at first glance. But I could be wrong.

Last edited by audiofeel; 27-12-2023 at 11:08.
Reply With Quote
  #233  
Old 08-03-2023, 10:17
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
Thank you for taking the time. The folder name is duplicated in "DirBrowseForm". I believe that the culprit of this is "ChangeDirectory". This is an old bug, I have never written to you about it, but I just did not use this procedure. Everything else seems fine at first glance. But I could be wrong.
try this...

Last edited by BLACKFIRE69; 09-03-2023 at 04:54.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (08-03-2023)
  #234  
Old 08-03-2023, 10:25
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
try this...
Everything works fine, there is no duplication of the destination folder name
, but it is only with "dll" "_FMXInno_With Custom Skin" with the usual "dll" folder duplication occurs

Last edited by audiofeel; 08-03-2023 at 10:47.
Reply With Quote
  #235  
Old 08-03-2023, 10:55
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMXInno v1.0.0.2 - Updates

the first post has been updated. check it out!
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (08-03-2023), Gehrman (08-03-2023)
  #236  
Old 08-03-2023, 18:45
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
All projects written using "FMXInno" do not run on flash drives, card readers, sd cards, nor do they run on external hard drives and SSDs. also if they are inside the .iso file
this is a minor fix. everything works ok in my tests. but i need you guys to check this further...

Last edited by BLACKFIRE69; 09-03-2023 at 04:54.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (09-03-2023), nordi (10-03-2023)
  #237  
Old 09-03-2023, 00:47
audiofeel's Avatar
audiofeel audiofeel is offline
Registered User
 
Join Date: Jan 2013
Location: Russia
Posts: 372
Thanks: 446
Thanked 864 Times in 312 Posts
audiofeel is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
this is a minor fix. everything works ok in my tests. but i need you guys to check this further...
Everything worked fine on the USB flash drive. In the newly created disk image , too .The ISO is fine, everything has started and is unpacking.
Reply With Quote
The Following 2 Users Say Thank You to audiofeel For This Useful Post:
BLACKFIRE69 (09-03-2023), nordi (10-03-2023)
  #238  
Old 09-03-2023, 03:21
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 42
Thanks: 89
Thanked 23 Times in 16 Posts
Tihiy_Don is on a distinguished road
Good afternoon! You have made adjustments to the shared library, please make adjustments for the library under Windows 7.

Last edited by Tihiy_Don; 09-03-2023 at 03:28.
Reply With Quote
  #239  
Old 09-03-2023, 04:29
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 672
Thanks: 476
Thanked 2,411 Times in 546 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by Tihiy_Don View Post
Good afternoon! You have made adjustments to the shared library, please make adjustments for the library under Windows 7.
it may not possible to have blurred effects on Windows 7. but other features should work, although i haven't tested it once.
Reply With Quote
  #240  
Old 09-03-2023, 04:34
Tihiy_Don Tihiy_Don is offline
Registered User
 
Join Date: Mar 2023
Location: Los Angeles Lakers
Posts: 42
Thanks: 89
Thanked 23 Times in 16 Posts
Tihiy_Don is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
it may not possible to have blurred effects on Windows 7. but other features should work, although i haven't tested it once.
I have no goal to get all sorts of effects, the main thing is to work from Windows 7 to Windows 11. I would appreciate it if you updated the library.
Reply With Quote
The Following User Says Thank You to Tihiy_Don For This Useful Post:
audiofeel (10-03-2023)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Fluent Effects Standalone API - InnoSetup / VCL / FXM BLACKFIRE69 Conversion Tutorials 0 15-11-2023 18:35
Windows Phone Installer similar to razor12911's original design? Kitsune1982 Conversion Tutorials 0 02-07-2020 14:04
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 03:05
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 10:48



All times are GMT -7. The time now is 07:57.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com