I want to take a classical music piece in .mp3 (or other audio file if necessary) file and take the same music piece in *.midi f开发者_Go百科ile. then - I want to synchronize between them so as a resu
I have an application that plays MIDI files through the SONiVOX EAS library. Is it possible to load my own DLS or SoundFont wavetables into the pl开发者_运维知识库ayer and have the library use these s
I own a Behringer BCR2000 and the device is awesome but the software for it is really horrible. It fails everytime I try to copy a Preset from my computer to the device which is pretty inconvenient to
I\'m looking for a cross-platform C or C++ MIDI library. Just to send/receive MIDI note events, control codes and timing, not to generate sound.
I am a complete neophyte with Applescript.I am using Midipipe, and trying to set up some conditionals to alter Midi note numbers开发者_StackOverflow社区.
Say, I build my app using iphoneos4.2 as the 开发者_如何学GoBase SDK. Will the Core MIDI part work on older devices? I suppose not, but is there a way to make it work?Because CoreMIDI was only introdu
I wrote a simple synth instrument gui that works well on my machine.However, as soon as I put it in a jar file, it no longer plays sounds 开发者_开发百科when executing that jar file.I assume that has
I am building a small MIDI composer application, using the Stanford Library. It is almost complete, except for a开发者_如何学Python small problem: sound vanishes after the NoteOn command, but I want n
I am designing a VST Audio plug-in that requires amplitude data be extracted from the incoming signal to be used for velocity settings in the midi domain.
I\'m trying to implement multithreading in my Java GUI application to free up the interface when a couple of intensive methods are run. I\'m primarily from a C# development background and have used Th