Search found 38 matches

by SiggeSvahn
Tue Jan 02, 2024 10:42 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 2274

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 ...
by SiggeSvahn
Tue Jan 02, 2024 8:46 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 2274

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 ...
by SiggeSvahn
Tue Jan 02, 2024 4:30 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 2274

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.
;Incoming SYSEX Tryout.
#WinMIDIrequester=1

Enumeration GADGETS ...
by SiggeSvahn
Tue Jan 02, 2024 3:11 pm
Forum: General Discussion
Topic: KORG X5D via MIDI (was: Where to hire a programmer)
Replies: 10
Views: 2274

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?
by SiggeSvahn
Fri Jun 09, 2023 10:01 pm
Forum: Coding Questions
Topic: Receiving MIDI Sysex Dump
Replies: 0
Views: 469

Receiving MIDI Sysex Dump

Hi! I want to Receive MIDI SYSEX dump (in the size of circa 18 kBytes). I am using the hardware synth KORG X5D (and I also have an X5DR). User Firace is working on this now so the code below might soon be changed.
;Incoming SYSEX Tryout.
#WinMIDIrequester=1

Enumeration GADGETS
#txtOutputDevices ...
by SiggeSvahn
Fri Jun 09, 2023 9:53 pm
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10414

Re: Receiving MIDI System Exclusive Messages

Hi Khorus! After a long break I started coding again. Managed to send short MIDI messages to control my synth but I am failing to receive SYSEX DUMP. Tried you code by putting it amongst code that is working (receiving MIDI notes). Would you be kind to see what I did wrong?
;Incoming SYSEX Tryout ...
by SiggeSvahn
Sun May 03, 2020 8:43 am
Forum: Tricks 'n' Tips
Topic: AngleGadget - circular trackbar + user-defined labels
Replies: 25
Views: 9957

Re: AngleGadget - circular trackbar + user-defined labels

Is working fine if replacing the deprecated #PB_Canvas_GrabMouse with #PB_Canvas_Cursor. Thanks!
by SiggeSvahn
Sun Jan 19, 2020 5:28 pm
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10414

Re: Receiving MIDI System Exclusive Messages

Deleted by author.
by SiggeSvahn
Sat Jan 11, 2020 8:23 pm
Forum: Applications - Feedback and Discussion
Topic: ColorPicker ColorWheel
Replies: 2
Views: 3249

Re: ColoPicker ColorWheel

And here is the very ColorPicker:
;This file is intended to use as XIncludeFile. Therefore all of its resources is initialised here.
EnableExplicit
;Metrics
#WinColpic_W265 = 265
#WinColpic_H265 = 265
#Margin25 = 25

#SaturationSliderX = 2

#CircleDiameter215=215
#AlphaSliderX = #Margin25 + 50 ...
by SiggeSvahn
Sat Jan 11, 2020 8:22 pm
Forum: Applications - Feedback and Discussion
Topic: ColorPicker ColorWheel
Replies: 2
Views: 3249

ColorPicker ColorWheel

Couldn't resist to start working on another ColorPicker. This time in some likeness of the Mac OS. Have fun, use and improve at your will!
; This is a dummy caller to the ColorPicker2023. Please open both files and then Run this dummy caller.

EnableExplicit

#txt1=1 ; Beware of not useing the same ...
by SiggeSvahn
Sat Jan 11, 2020 8:09 pm
Forum: Applications - Feedback and Discussion
Topic: ColorPicker AdobePhotoShop style
Replies: 14
Views: 5792

Re: ColorPicker AdobePhotoShop style

Here are some screenshots but seems like a I have to use some webstorage account which I don't have:
[img]G:\Disken%20Backup%20F%20Stationär\Mina%20dokument\Programmering\PureBasic\Egna%20PB-projekt\ColorPicker\ColorPickerView1.jpg[/img]

[img]G:\Disken%20Backup%20F%20Stationär\Mina%20dokument ...
by SiggeSvahn
Sat Jan 11, 2020 7:08 am
Forum: Applications - Feedback and Discussion
Topic: ColorPicker AdobePhotoShop style
Replies: 14
Views: 5792

Re: ColorPicker AdobePhotoShop style

Forum you are the greatest! I have now updated the first posts and the code is now working working on my computer PureBasic 5.71 LTS (Windows - x64).
by SiggeSvahn
Fri Jan 10, 2020 1:50 pm
Forum: Applications - Feedback and Discussion
Topic: ColorPicker AdobePhotoShop style
Replies: 14
Views: 5792

Re: ColorPicker AdobePhotoShop style

Here is the 2:nd part:


Procedure opt3RedPaintPicThinBox(G.l, B.l)
Define bteX.l, intCtr.l
;Painting picThinBox (19, 255)
If CreateImage(#THINBOX_MEDIA, 20, 256)
If StartDrawing(ImageOutput(#THINBOX_MEDIA))
For bteX = 0 To 19
For intCtr = 0 To 255
;SetPixelV picThinBox.hDC, bteX, intCtr, RGB ...
by SiggeSvahn
Thu Dec 12, 2019 10:23 am
Forum: Coding Questions
Topic: ColorRequester gets stuck in a loop.
Replies: 6
Views: 1474

Re: ColorRequester gets stuck in a loop.

Thankyou all! I was raised with VisualBasic and tought to prefer the simpler gadgets not to spend too much memory (the old days). That way the code from Firace seems to be the fittest.
#TGadget=0

OpenWindow(0, 0, 0, 300, 200, "colorPicker", #PB_Window_SystemMenu | #PB_Window_ScreenCentered ...
by SiggeSvahn
Thu Dec 12, 2019 12:01 am
Forum: Coding Questions
Topic: ColorRequester gets stuck in a loop.
Replies: 6
Views: 1474

ColorRequester gets stuck in a loop.

Hi forum! I'm a newbie. I want to make a colored square. Clicking it shows the colorpicker. Then i gets stuck in a loop. Please show how I can get out of the loop. Best regards!
; A bad colorpicker routine that gets stuck in a loop.
#StringGadget=0
If OpenWindow(0, 0, 0, 300, 200, "colorPicker ...