Search found 899 matches

by firace
Fri Apr 19, 2024 12:51 pm
Forum: Announcement
Topic: Bitcoin addresses
Replies: 8
Views: 8186

Re: Bitcoin addresses

Just for fun, I'm working on adding bech32 (bc1q) address support to this program. If anyone is interested, I'll be happy to post the code once it's ready.

Image
by firace
Tue Apr 16, 2024 4:44 pm
Forum: Coding Questions
Topic: Modify or create frame around explorer window
Replies: 10
Views: 526

Re: Modify explorer window

I'm glad to see that you still have your gigantic collection of crazy GIFs :D
by firace
Tue Apr 16, 2024 9:59 am
Forum: Coding Questions
Topic: Modify or create frame around explorer window
Replies: 10
Views: 526

Re: Modify explorer window

Hi KCC, happy to talk to you too! Sorry I don't have enough time to look at your frame code, but here's another crazy idea, "shaking" the window so you can notice it: :) ExplorerWindowTitle$ = "OS (C:)" ; <<<--- change this to the title of your explorer window hWnd=FindWindow_(0,...
by firace
Tue Apr 16, 2024 7:44 am
Forum: Coding Questions
Topic: Modify or create frame around explorer window
Replies: 10
Views: 526

Re: Modify explorer window

Not sure if this responds to your needs, but here's a different, very simple solution, using the standard FlashWindow() API: OpenWindow(0, 100, 100, 140, 80, "Test") ExplorerWindowTitle$ = "OS (C:)" ; <<<--- change this to the title of your explorer window hWnd=FindWindow_(0, @Ex...
by firace
Thu Feb 15, 2024 7:42 am
Forum: Coding Questions
Topic: Full justification code?
Replies: 4
Views: 466

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: 1136

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: 1136

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: 1136

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: 1136

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: 2526

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: 2526

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: 1136

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: 1136

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: 1136

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: 1667

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 ...