midi
Retrieving a specific range of data from an array (Java)
I want to populate a ComboBox with the default 128 MIDI instruments, but calling Synthesizer.getDefaultSoundbank().getInstruments() returns a list of every instrument available (more than 400 on my ma[详细]
2023-02-27 03:04 分类:问答Is there any way to instantiate MIDI devices on iPhone/iPad accessible through standard USB connector?
When an iPad is plugged into a Mac with the normal white USB-30 pin connector cable, I would like to be able to send MIDI messages from an app on the Mac to an app running on the iPad through that cab[详细]
2023-02-27 02:03 分类:问答Trouble using Windows MIDI API (no callbacks when playing)
I have an USB-connected MIDI-keyboard. It works fine in other applications. However, in my own program it does not. The midiInOpen() call goes through, I get one callback (from opening the device) but[详细]
2023-02-27 00:37 分类:问答midi keyboard not working on all platforms
I made a keyboard application a while ago that gets a midi soundbank as a resource from a jar, and uses it to get the instrument names contained in the soundbank.This seems to work fine on machines us[详细]
2023-02-26 23:04 分类:问答Track behaviour - Java MIDI
I am removing events from a MIDI Track and I assumed that by doing so the total duration of the Track would reduce accordingly, If there are no events in the Track then I thought that the size of the[详细]
2023-02-26 01:24 分类:问答How to play a midi file in html
how can I play a midi file in m开发者_StackOverflow社区y html/php page Right now I surf the net and got lots of simple embed code like the one I given below[详细]
2023-02-25 17:40 分类:问答MIDI decoder library
I want to know a free 开发者_高级运维C/C++ library that can load and decode MIDI files. I will play it with alsa or DirectSound,Juce is a C++ framework that has a MidiFile class.[详细]
2023-02-25 17:11 分类:问答Audio/MIDI C++ library for a real-time application
As I\'ve already said in another thread, I\'m working on a project related to real-time graphical programming for audio (something like Pure Data, Max/MSP, Reaktor).[详细]
2023-02-23 03:27 分类:问答Reading a MIDI file without going byte by byte
I need to read simple multi-track MIDI files using C#/F#. I began writing a binary reader, but it seems to be an overki开发者_高级运维ll for this purpose. I tried several things I\'ve found on Google,[详细]
2023-02-19 23:34 分类:问答CoreMIDI on the command line
I\'ve started working on a command-line app based on RtMidi that can send arbitrary MIDI data. I\'ve found that, while I can talk to MIDI devices when I run the tool from the console, if I ssh in to m[详细]
2023-02-18 02:21 分类:问答