Tagged Questions
3
votes
4answers
1k views
Simple embeddable MidiSynth for iOS?
I have a guitar diagram app for Android that I am porting to iOS. Android has a embedded midi synthesizer (sonivox), so I can generate midi files and let Android handle the playback.
Is there a way ...
3
votes
1answer
246 views
How would I go about programatically interacting with VST(i) Plugins to synthesize audio?
Take, for example, the VSTi Triforce, by Tweakbench. When loaded up in any VST host on the market, it allows the host to send a (presumably MIDI) signal to the VSTi. The VSTi will then process that ...
3
votes
3answers
6k views
MIDI player/synthesizer library for the iPhone
Does anyone know if there is a free/cheap MIDI player/synthesizer library that I can incorporate into my iPhone application?
As I understand it the iPhone doesn't have native support for MIDI ...
1
vote
5answers
425 views
Drawing A Piano
I have started working on a software synthesizer (or keyboard). I have decided to use Java because of the available Jfugue API. I am trying to figure out how to go about creating the actual keys ...
1
vote
1answer
463 views
best software synthesizer for piano [closed]
Could someone recommend a good and inexpensive software synthesizer which generates really good piano sound (sample-based); support for other instruments is not required. OS: Windows or MacOS. Java ...
0
votes
2answers
59 views
Class similar to javax.microedition.media.control.MIDIControl in Android API?
Does the Android API have a class similar to javax.microedition.media.control.MIDIControl? I want to generate midi sounds as drums, notes and chords.
0
votes
2answers
215 views
python synthesize midi with fluidsynth
I can't import fluidsynth. [Maybe there's an better module?]
I'm trying to synthesize midi from python or pygame. I can send midi events from pygame.
I'm using mingus, and it seemed pyfluidsynth ...