Giter Club home page Giter Club logo

Comments (7)

melanchall avatar melanchall commented on July 19, 2024

Hi,

You should use StartEvent class. Please let me know if it works.

from drywetmidi.

eriveraa avatar eriveraa commented on July 19, 2024

Hi, I have created and outputDevice bind to a virtual port.
Cakework uses that virtual port as inputDevice.
I send StartEvent using outputDevice but nothing happens on Cakewalk.
I do receive the Event Sent from outputDevice event handler.

from drywetmidi.

melanchall avatar melanchall commented on July 19, 2024

Oh, I didn't notice that you talk about MMC. MMC messages are just system exclusive ones. The library doesn't contain dedicated classes for MMC messages at now (but I already have it in my backlog), so you should use NormalSysExEvent. According to this article – MIDI Machine Control – Play message is:

new NormalSysExEvent(new byte[] { 0x7F, 0x7F, 0x06, 0x02, 0xF7 })

Please try to send this event and let me know if it works.

from drywetmidi.

eriveraa avatar eriveraa commented on July 19, 2024

Just a quick question: On the internet i found that Start MMC is F0 7F 7F 06 06 F7. Why don't you use F0?

from drywetmidi.

melanchall avatar melanchall commented on July 19, 2024

F0 will be written automatically by NormalSysExEvent. In the Wikipedia article I don't see Start message. 06 means Record Strobe (AKA [[Punch in/out|Punch In]]).

from drywetmidi.

melanchall avatar melanchall commented on July 19, 2024

@eriveraa Any news?

from drywetmidi.

melanchall avatar melanchall commented on July 19, 2024

@eriveraa I'm closing the issue. If you have new questions regarding this issue, reopen it.

from drywetmidi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.