Search found 896 matches

by firace
Thu Feb 15, 2024 7:42 am
Forum: Coding Questions
Topic: Full justification code?
Replies: 4
Views: 451

Re: Full justification code?

Joubarbe wrote: Tue Feb 13, 2024 1:44 pm Does anyone have a full justify function for mono fonts? I'm sure that must exist somewhere :)
For the EditorGadget?
And do you need cross platform?
by firace
Tue Jan 16, 2024 12:47 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 1129

Re: KORG X5D via MIDI (was: Where to hire a programmer)

Hi there, I was wondering, did you have a chance to try out the updated code? I’m curious to know if it provides more Sysex data.
by firace
Wed Jan 03, 2024 1:50 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 1129

Re: KORG X5D via MIDI (was: Where to hire a programmer)

Hey, I've had a bit of time to do some extra debugging and fixed a few more things... I would recommend to try both versions 0.5a and 0.5b (see below) and see which one produces the best result. Hope this helps! ;;; firace debugging ver 0.5a ;Incoming SYSEX Tryout. #WinMIDIrequester=1 Enumeration GA...
by firace
Tue Jan 02, 2024 11:48 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 1129

Re: KORG X5D via MIDI (was: Where to hire a programmer)

Thanks for the generous reward! Here’s another version with increased buffer size, perhaps it will be able to capture more Sysex data. (untested) ;;; firace debugging v0.4 ;Incoming SYSEX Tryout. #WinMIDIrequester=1 Enumeration GADGETS #txtOutputDevices=1 #txtInputDevices #lgtOutputDevices #lgtInput...
by firace
Tue Jan 02, 2024 11:21 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 1129

Re: KORG X5D via MIDI (was: Where to hire a programmer)

NICE TRY! Your version is recieving 5 bytes of SYSEX data and then it stops (F0, 42, 30, 36, 23, F7). It is a kind of success so I want to send 200$ through PayPal. I would like it to continuously show what keeps coming from the synth. I have both the keyboard version KORG X5D and the rack version ...
by firace
Tue Jan 02, 2024 8:53 pm
Forum: Coding Questions
Topic: Len of path limit for FileSize() [Resolved]
Replies: 24
Views: 2498

Re: Len of path limit for FileSize() [Resolved]

Hello FIRACE Thanks a lot for your usefull answer, i know why i have this value now 8) Your answer reminds me of another question :oops: How do you know the combination of constants, when you have the value ? You tried all the possibilities or you knew the answer :wink: The values are hex flags, so...
by firace
Tue Jan 02, 2024 8:26 pm
Forum: Coding Questions
Topic: Len of path limit for FileSize() [Resolved]
Replies: 24
Views: 2498

Re: Len of path limit for FileSize() [Resolved]

Debug GetFileAttributes_("\\?\f:\A\A\B\A\O\Workspaces_Complets\workspacetizen du 180418\tizen-studio\tools\jsa\jalangi\node_modules\jalangi\node_modules\rewriting-proxy\node_modules\jsdom\node_modules\htmlparser2\node_modules\domutils\node_modules\dom-serializer\node_modules\domelementtype&quo...
by firace
Tue Jan 02, 2024 5:23 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 1129

Re: KORG X5D via MIDI (was: Where to hire a programmer)

Some shots in the dark... Could you try the below code? I've fixed a few things like initializing the MIDI header, and the Sysex buffer. ;;; firace debugging v0.3 ;Incoming SYSEX Tryout. #WinMIDIrequester=1 Enumeration GADGETS #txtOutputDevices=1 #txtInputDevices #lgtOutputDevices #lgtInputDevices #...
by firace
Tue Jan 02, 2024 5:03 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 1129

Re: KORG X5D via MIDI (was: Where to hire a programmer)

Well, here is the snippet. I use PC Win11 and syntheziser KORG X5D. The portion that should receive a MIDI Bulf Dump does not work. I would pay 200$ to the first person who presents a version that works on my computer. Nice challenge! I unfortunately don't have a MIDI device to test. But what exact...
by firace
Tue Jan 02, 2024 4:10 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 1129

Re: KORG X5D via MIDI (was: Where to hire a programmer)

Hi! I have a non working snippet that I really would like to get in order. Which subforum is a good place to ask for a programmer to debug for money? I guess this can be the right subforum, assuming it's a PB program. But why not just post the snippet and see if people can help you fix it? Or would...
by firace
Mon Dec 11, 2023 6:11 am
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1626

Re: [solved] How to send Chrome a refresh periodically

Ok, so this is just weird now. The code from 6theo4 works perfectly, refreshing my window at the selected intervals. But only if run from the IDE. If I compile the code, add it to my taskbar and run it from there it does not work anymore. Anyone have an idea? In the compiled version did you remove ...
by firace
Fri Dec 08, 2023 2:35 pm
Forum: Coding Questions
Topic: Image button without outline
Replies: 17
Views: 1121

Re: Image button without outline

mk-soft wrote: Fri Dec 08, 2023 12:49 pm With CanvasGadget ... ;)

Update v1.02 ;)
Hey, that's a nice implementation!
But unfortunately on my main ASUS laptop (where DPI is 150%), there's an issue:

Image
by firace
Wed Dec 06, 2023 4:28 pm
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11538

Re: PureBasic 6.04 beta 2 is out !

Fred wrote: Wed Dec 06, 2023 3:59 pm beta 2 is out, with an optional switch to enable DLL preloading protection as it's not working on XP.

Code: Select all

- Added /DLLPROTECTION flag in commandline and a switch in 'Compiler options' to enable DLL preloading protection
Many thanks Fred, for all the hard work, and for listening to user feedback!
by firace
Tue Dec 05, 2023 11:10 pm
Forum: Tricks 'n' Tips
Topic: 3D Planet Builder
Replies: 28
Views: 8816

Re: 3D Planet Builder

Psychophanta wrote: Mon Dec 04, 2023 10:58 am
firace wrote: Sun Dec 03, 2023 10:32 pm What's the error message?
"Engine3D Failed to initialize"
This is usually due to the Engine3d DLL not being found. Are you able to run other 3D codes for the forum?
by firace
Mon Dec 04, 2023 3:57 pm
Forum: Tricks 'n' Tips
Topic: 3D Planet Builder
Replies: 28
Views: 8816

Re: 3D Planet Builder

@firace Does anyone know how the sphere's "edges" could be made smoother? #PB_AntialiasingMode_None: No antialiasing (default). #PB_AntialiasingMode_x2 : x2 fullscreen antialiasing (FSAA). #PB_AntialiasingMode_x4 : x4 fullscreen antialiasing (FSAA). #PB_AntialiasingMode_x6 : x6 fullscreen...