Search found 8 matches

by FAQ03
Fri Apr 27, 2018 2:40 pm
Forum: Flowcode V6
Topic: MIDI message problem
Replies: 10
Views: 5370

Re: MIDI message problem

You may need the MIDI Initialise command at the beginning of your program. This will set up the UART correctly. I've looked at the code generated by your flowchart and it is not sending the command multiple times. Also, the simulation should not affect the running program once it is downloaded and ...
by FAQ03
Fri Apr 27, 2018 2:31 pm
Forum: Flowcode V6
Topic: MIDI message problem
Replies: 10
Views: 5370

Re: MIDI message problem

You may need the MIDI Initialise command at the beginning of your program. This will set up the UART correctly. I've looked at the code generated by your flowchart and it is not sending the command multiple times. Also, the simulation should not affect the running program once it is downloaded and ...
by FAQ03
Wed Apr 25, 2018 4:11 pm
Forum: Flowcode V6
Topic: MIDI message problem
Replies: 10
Views: 5370

Re: MIDI message problem

please can someone help me! I am convinced that the failure is due to some parameter of flowcode 6.
by FAQ03
Fri Apr 20, 2018 5:37 pm
Forum: Flowcode V6
Topic: MIDI message problem
Replies: 10
Views: 5370

Re: MIDI message problem

Hello, I have had a look through the code and I cannot see how the PIC can be generating the additional MIDI messages. Could these be being generated by something else? The note off messages are very specific, maybe this is automatic from the MIDI instrument when changing patch. Here is the latest ...
by FAQ03
Thu Apr 19, 2018 9:16 pm
Forum: Flowcode V6
Topic: MIDI message problem
Replies: 10
Views: 5370

Re: MIDI message problem

Hello, I have had a look through the code and I cannot see how the PIC can be generating the additional MIDI messages. Could these be being generated by something else? The note off messages are very specific, maybe this is automatic from the MIDI instrument when changing patch. Here is the latest ...
by FAQ03
Thu Apr 19, 2018 7:45 pm
Forum: Flowcode V6
Topic: MIDI message problem
Replies: 10
Views: 5370

Re: MIDI message problem

Hello, I have had a look through the code and I cannot see how the PIC can be generating the additional MIDI messages. Could these be being generated by something else? The note off messages are very specific, maybe this is automatic from the MIDI instrument when changing patch. Here is the latest ...
by FAQ03
Wed Apr 18, 2018 10:00 pm
Forum: Flowcode V6
Topic: MIDI message problem
Replies: 10
Views: 5370

Re: MIDI message problem

Hello Facundo, Can you please attach your program so we can see what's going on. Also I would recommend running a 1 second flasher test to confirm your hardware is running at the right speed otherwise the timings will be off for the MIDI communications. https://www.matrixtsl.com/wiki/index.php?titl...
by FAQ03
Tue Apr 17, 2018 11:54 pm
Forum: Flowcode V6
Topic: MIDI message problem
Replies: 10
Views: 5370

MIDI message problem

Hello, my name is Facundo. I'm from Argentina and I'm using Flowcode 6 to MIDI control a Digitech Whammy V and I have a problem. I work on a PIC 18F4620 and my problem comes when I send the MIDI command. When analyzing the command with MIDIOX I notice that it is sent two or three times at the same t...