Hello!
I'm sorry, but I only just saw your message.
I immediately went to download it, but I couldn't!
It's saying the file has been removed!
Could you please repost???
grateful!
Search found 21 matches
- Thu Jun 06, 2024 3:53 pm
- Forum: Tricks 'n' Tips
- Topic: Tesseract — text recognition engine
- Replies: 18
- Views: 11210
- Sun Dec 24, 2023 9:49 am
- Forum: Tricks 'n' Tips
- Topic: Tesseract — text recognition engine
- Replies: 18
- Views: 11210
Re: Tesseract — text recognition engine
Hello!
I'm blind, and I need to detect the text on the screen, and the coordinate of that text.
It would also be good, if in addition to the coordinate, it also gave the height and width of the text.
Why?
Some texts are detectable by my screen reader, but the limitation does not place the cursor ...
I'm blind, and I need to detect the text on the screen, and the coordinate of that text.
It would also be good, if in addition to the coordinate, it also gave the height and width of the text.
Why?
Some texts are detectable by my screen reader, but the limitation does not place the cursor ...
- Fri Jun 02, 2023 2:38 pm
- Forum: Tricks 'n' Tips
- Topic: MS Speech SAPI Text to speech COM (Windows only)
- Replies: 45
- Views: 13074
Re: MS Speech SAPI Text to speech COM (Windows only)
It is a common sapi 5 voice. Recognized by programs like balabouca and the PureTts library (available only for PureBasic v4.00), among other programs and screen readers.
https://superusuarios.com/download/voz- ... nstalavel/
Only Portuguese from Brazil.
https://superusuarios.com/download/voz- ... nstalavel/
Only Portuguese from Brazil.
- Wed May 31, 2023 9:15 pm
- Forum: Tricks 'n' Tips
- Topic: MS Speech SAPI Text to speech COM (Windows only)
- Replies: 45
- Views: 13074
Re: MS Speech SAPI Text to speech COM (Windows only)
Hello everybody!
The voice I'm using doesn't appear in my screen reader:
scansoft Raquel brazilian portuguese 22khz
I know it's called that because that's what's on my screen reader.
It doesn't appear in the list, and I don't know how to select it in the code either.
32 and 64 bit. It's nothing ...
The voice I'm using doesn't appear in my screen reader:
scansoft Raquel brazilian portuguese 22khz
I know it's called that because that's what's on my screen reader.
It doesn't appear in the list, and I don't know how to select it in the code either.
32 and 64 bit. It's nothing ...
- Sat May 27, 2023 2:26 pm
- Forum: Coding Questions
- Topic: Real time MIDI in PureBasic using external Lib (PortMIDI)
- Replies: 14
- Views: 7216
Re: Real time MIDI in PureBasic using external Lib (PortMIDI)
I know this post is old, but I just started using portmidi.pbi, and I thought I could get my keyboard working easily.
Well, that wasn't possible.
I couldn't find something that already exists here or on the web in general.
could someone help me with a code to use my keyboard with this script?
It ...
Well, that wasn't possible.
I couldn't find something that already exists here or on the web in general.
could someone help me with a code to use my keyboard with this script?
It ...
- Mon Apr 03, 2023 12:20 pm
- Forum: Coding Questions
- Topic: Help converting from Visual Basic
- Replies: 39
- Views: 11206
Re: Help converting from Visual Basic
for that opn.dll need to send registers values. i mean start core, then send that register values. at begin - set instruments registers and only then send key on, wait, key off commands. for your case can be problem with chords - becouse YM2612 have 6 channels and they need to set instruments to ...
- Sat Apr 01, 2023 6:06 am
- Forum: Coding Questions
- Topic: Help converting from Visual Basic
- Replies: 39
- Views: 11206
Re: Help converting from Visual Basic
not clear for me too :) will be nice to know what target you want.
i am use this dll from memory for my editor for old Sega Genesis \ Mega Drive 2 games. for sound part. but it is only one half. because this game console have two sound chips - YM2612 and PSG SNhowitnamesdontrememberthisdigits ...
- Sat Mar 25, 2023 4:01 am
- Forum: General Discussion
- Topic: Purebasic support from GPT-Chat...
- Replies: 29
- Views: 9285
Re: Purebasic support from GPT-Chat...
GPT mixes PureBasic with other basic languages, puts libraries that don't exist as if they exist, as well as import files: "I think.PBI", and then just apologize to try other crazy commands, or simply repeat the error.
So far, it has not given any code that does not contain an error.
But it's still ...
So far, it has not given any code that does not contain an error.
But it's still ...
- Fri Mar 24, 2023 10:45 am
- Forum: Tricks 'n' Tips
- Topic: VST SDK plugin example
- Replies: 48
- Views: 18862
Re: VST SDK plugin example
Hello SofT MANiAC and all!
Sorry for bad link, my notebook is dead and i not have new full plugin code, i post dropbox link for last worked code
https://www.dropbox.com/sh/sz1dgj2d08drd1d/AACxVeXn0YcVTRZNCOWFUJBWa?dl=0
If you have questions for this - i will can to ask.
Cheers!
Sorry it's ...
- Mon Mar 20, 2023 5:52 pm
- Forum: Coding Questions
- Topic: Help converting from Visual Basic
- Replies: 39
- Views: 11206
Re: Help converting from Visual Basic
Looking quickly, I don't understand much. But with the codes in this post + the link you gave me, I believe it's just a matter of patience, and going deeper, to find the solution I need.
I am so grateful for the help!
I hope I can also contribute with what I learn.
I am so grateful for the help!
I hope I can also contribute with what I learn.
- Sat Mar 18, 2023 9:35 pm
- Forum: Coding Questions
- Topic: Help converting from Visual Basic
- Replies: 39
- Views: 11206
Re: Help converting from Visual Basic
I corrected the version above and added a link for explanations.
Now it represents middle octave C4 - B4 (261.63Hz to 493.88Hz)
But in general: it makes more sense to use midi directly instead of this old dll.
It was simpler than I thought. I'm running in Pure Basic in the 32bit version ...
- Fri Mar 17, 2023 8:50 pm
- Forum: Coding Questions
- Topic: Help converting from Visual Basic
- Replies: 39
- Views: 11206
Re: Help converting from Visual Basic
FNum >> 8 i read something about it... it some kind of shift, right?
FNum & $FF what this & means? some kind of +, but more as + for string, not mathematiks?
Hey!
Does this code still work in 2023?
Error:
[ERROR] Invalid memory access. (write error at address 0)
Content:
OPNhdll ...
- Mon May 09, 2022 3:58 pm
- Forum: Coding Questions
- Topic: send keys?
- Replies: 11
- Views: 5026
Re: send keys?
Well, according to what I could find about MAME, is that those who know how to do it, do not that, due to malicious users.
Programmers are encouraged to send joystick buttons. I have no idea how to do this.
I used an old MAME emulator that runs on the command line (v.0.79), and the keystroke works ...
Programmers are encouraged to send joystick buttons. I have no idea how to do this.
I used an old MAME emulator that runs on the command line (v.0.79), and the keystroke works ...
- Sat May 07, 2022 7:15 pm
- Forum: Coding Questions
- Topic: send keys?
- Replies: 11
- Views: 5026
Re: send keys?
Does not work with mame emulator.
SendInput doesn't either.
I'm trying PureAutoIt, but not even the example scripts that come with the package are working in this version of PureBasic.
SendInput doesn't either.
I'm trying PureAutoIt, but not even the example scripts that come with the package are working in this version of PureBasic.
- Sat May 07, 2022 5:59 am
- Forum: Coding Questions
- Topic: send keys?
- Replies: 11
- Views: 5026
Re: send keys?
Hi!
I know the post is old, but I would like to know if there is already some way to have a keystroke simulation that actually works well.
All the examples I found on the forum do not work in certain applications, for example, in games running in full screen, or even many in window.
That's exactly ...
I know the post is old, but I would like to know if there is already some way to have a keystroke simulation that actually works well.
All the examples I found on the forum do not work in certain applications, for example, in games running in full screen, or even many in window.
That's exactly ...