Search found 21 matches

by marcos.exe
Thu Jun 06, 2024 3:53 pm
Forum: Tricks 'n' Tips
Topic: Tesseract — text recognition engine
Replies: 18
Views: 11210

Re: Tesseract — text recognition engine

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!
by marcos.exe
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 ...
by marcos.exe
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.
by marcos.exe
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 ...
by marcos.exe
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 ...
by marcos.exe
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 ...
by marcos.exe
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 ...
by marcos.exe
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 ...
by marcos.exe
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 ...
by marcos.exe
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.
by marcos.exe
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 ...
by marcos.exe
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 ...
by marcos.exe
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 ...
by marcos.exe
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.
by marcos.exe
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 ...