Search found 17 matches

by MarcosPC
Fri Feb 21, 2020 7:15 pm
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

OK! My mistake!
In another program that I did in another language, it gave a similar error in windows.
I used the 32bit version of soundcanvas, and it doesn't crash.
That is, my operating system has a problem with the 64-bit host version.
I have a laptop with windows 7 64bit installed, and I'll see ...
by MarcosPC
Fri Feb 21, 2020 4:12 am
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

The pc problem has been solved, and the Roland demo songs using Sysex messages are already working perfectly on the windows media player.
I tested the complete posted code of Infratec.
The code works well with the yamaha vst: (syxg50). Although I did not enter any value. Just what was already. Both ...
by MarcosPC
Wed Feb 19, 2020 5:18 am
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

I am very grateful for everyone's effort to help me.
Unfortunately my computer stopped playing soundcanvas exclusive messages.
I am trying to correct this problem.

Even so, I am already quite optimistic about the codes provided, and I believe that my little mind opens up to this feature unknown to ...
by MarcosPC
Tue Feb 18, 2020 7:12 am
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

If you were able to understand the code, and you do, I would like to know how it is possible to make sysex work in this code, such as controlchange, pitchbender, programchange, etc.
If this is really possible !!!
Grateful for what you've done so far.
by MarcosPC
Tue Feb 18, 2020 7:08 am
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

Hi,

I allowed me to restructure your code.
I eliminate the global and shared variables.
There should only one eventloop inside the code, else you miss events.
Also Gosub is a bit outdated and makes it a bit more difficult to follow the code.

I hope you can follow my code lines:


Although the ...
by MarcosPC
Sun Feb 16, 2020 6:24 am
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

GM is alway a limitation. If you want to do more or you want to be more flexible use the SC an normal midi dive.
You can address every sound by a bank change command followed by a program change.
If you want to assign a CC to a special parameter you must use a SysEx command, but this is not so ...
by MarcosPC
Fri Jan 24, 2020 9:08 pm
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

Hello MarcosPC,

sysex data are device specific data and can contain data for sound parameter or settings for a individual device.
If you want to address specific sounds you should use a GM Player (General MIDI Player).
There are some software programs like Virtual Canvas that can do this job.
Send ...
by MarcosPC
Fri Jan 24, 2020 5:10 pm
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

@MarcosPC: I wrote a sequenser i PureBasic (still in Beta stage) for training your groove timing in samba swing. Really fun to do and to use if you have rhythmic talent. I will post it here when I come home tonight.
/ Sigge

I created something like this!
I'm just involved with sysex, as I said ...
by MarcosPC
Fri Jan 24, 2020 4:35 pm
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

... Is it possible to produce sound in purebasic with sysex in real time? Sysex itself does never produce sound.
Sysex is a block of data that lets an instrument or vst set some or all controls, that it has, to get a specific setup. The instrument will then act according the setup just set. Meaning ...
by MarcosPC
Sat Jan 18, 2020 4:54 pm
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

So!
I wonder if with this code I can have midi sound in real time along with sysex.
I saw that there is no command that plays sound.
I realized that there is instruction to receive messages from a keyboard, if I'm not mistaken.
I don't have a keyboard!
I have a vst installed, which accepts sysex ...
by MarcosPC
Tue Nov 20, 2018 3:02 pm
Forum: Windows
Topic: StringGadget Questions
Replies: 9
Views: 5689

Re: StringGadget Questions

Ok, thanks!
by MarcosPC
Tue Nov 20, 2018 6:06 am
Forum: Windows
Topic: StringGadget Questions
Replies: 9
Views: 5689

Re: Thanks for your reply but . . .

Freak's tip updated for the latest PureBasic (v5.61):

Error on line 30:

SendMessage_() is not a function, array, list, map or macro.


How can I arrange this?
My purebasic is version demo 5.51.
Windows 7 64

Right now, I appreciate any help.

Using google translate ...
by MarcosPC
Fri Jul 06, 2018 3:12 pm
Forum: The PureBasic Editor
Topic: How to upload files with sendnetworkdata/receivnetworkdata?
Replies: 1
Views: 2352

How to upload files with sendnetworkdata/receivnetworkdata?

If this is the way, is there an example as simple as: "NetworkClient.pb / NetworkServer.pb", found in the purebasic help?
If I'm wrong, what would be the command?
I took a look at some topics here, including the transfer limit. But it seems to be something else.

Gracias!

traduzido por google ...
by MarcosPC
Tue Apr 17, 2018 5:34 pm
Forum: The PureBasic Editor
Topic: incoming call commands in the background
Replies: 0
Views: 2053

incoming call commands in the background

Hi!
If anyone has read any of my posts, you already know that I am visually impaired. (Blind).

I am studying the PureBasic help documentation in depth, but I do not find what I need.

I need to create a program that runs invisibly, but that by pressing any key, or set of keys, it performs an action ...
by MarcosPC
Thu Mar 29, 2018 6:43 am
Forum: Coding Questions
Topic: Receiving MIDI System Exclusive Messages
Replies: 26
Views: 10445

Re: Receiving MIDI System Exclusive Messages

Perfect!
Many thanks Khorus!
I'll test here with the files I already have.

I've been looking for this for a long time!
Gracias!