Win7-64:
This is my only midi device:
Microsoft GS Wavetable Synth, deviceid = 0.
Is there any way to tell if midi pitch bend is supported on this device?
I managed to play midi files using Java, but it produces some distracting noise. I figured out that this is caused by the poor quality soundbank file shipped with Java 6 SDK/JRE.
How can I improve that quality?
Here is what I have so far:
MidiNote example using a Receiver works fine (sounds the same as when playing midi files with other…
I really need a software which can convert from midi to wav. I've found midiConverter but it seems not work . After click record button, I receive a WEIRD file which is just messy sound not the fancy melody.
THanks for reading this and I'll vote to every answer :)
I need to develop a performance evaluator for piano playing. Based on a midi generated from sheet music, I need to evaluate the midi of the actual playing (midi keyboard). I'm planning to evaluate the playing based on note pitch, duration and loudness. The evaluation is I suppose a comparison of the notes of the sheet music and playing in…
I have been trying to follow the steps in the book Ruby Practical Project - making music with ruby and was trying to get CoreMIDI and output some notes using SimpleSynth. I can connect to the destination but when i do something like
midi = LiveMIDI.new
midi.note_on(0, 60, 100)
I get no output from the sound system. Has anyone…
Hi all,
I have a list of extension to mimetype in a INI file. However some extensions have multiple mimetypes, for example;
midi[] = "application/x-midi"
midi[] = "audio/midi"
midi[] = "audio/x-mid"
midi[] = "audio/x-midi"
midi[] = "music/crescendo"
midi[] = "x-music/x-midi"
6 (possible) mimetypes for 1 extension. Whats common…
Hello,
I noticed that when reading MIDI port names from MME, the names are multi-byte strings encoded using the ANSI Codepage, which my app uses by default. When receiving those names from the DirectMusic driver, the names are wide-character strings encoded with the OEM Codepage. See this article by Raymond Chen for a quick…
Hi.
I am currently programming a Piano Keyboard editor, much like the one you can find in Cubase, Logic, Reason etc..
I have this big grid, double array new int [13][9], which makes it 13 rows, 9 columns.
The first column [0-12][0] is the Keyboard, at the top there's "high C" (midi note 72) and at the bottom there's "low…
I've never written drivers before but I'm starting an open-source project that involves creating virtual MIDI ports that will send the MIDI data over a network.
For this, I presume I would be creating some sort of virtual driver using WDM (unless it's possible with kernel hooks?) - but being a beginner to driver…
I am writing an application that needs to connect with a running network service on a Mac.
Problem is, I have no idea what the service is called or even what port it uses. Is there a way to browse all running network services on my Mac?
More info:
I am connecting to a MIDI network session (found under 'Audio…
If I have a soundbank stored in a JAR, how would I load that soundbank into my application using resource loading...?
I'm trying to consolidate as much of a MIDI program into the jar file as I can, and the last thing I have to add is the soundbank file I'm using, as users won't have the soundbanks installed.…
I'm getting the following error after a crash in an iPad app that uses CoreMIDI (The * are to blank out the app name):
Dyld Error Message:
Symbol not found: _MIDINetworkNotificationContactsDidChange
Referenced from:
/var/mobile/Applications/8F08B78E-929D-4C5A-9F02-08FD5743C17F/***.app/***
Expected in:…
Hello Everyone,
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 (notes) of the keyboard user interface, but I am stuck. I have tried to create an interface…
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 interface would be a great asset.
In Flex, how do I display "midi-channel" to s:Label?
I tried songTitle.text = mainXML.child("movement-title").text(); it worked but unsure how to display for midi-channel part.
<score-partwise>
<movement-title>zsdf</movement-title>
<part-list>
<score-part id="P1">…
Hi!
Once upon a time, my pc suite had a function to prepare ringtones and upload them to the E65. Now I find myself with the all-new Nokia PC Suite 7.1 and I cannot find anything which resembles that function.
I used to select a midi file, add some options, listen to a preview, and then upload it. It…
Hello,
I have a computershop myself, and I repair computers. But one of the things I really don't know (yet) is the performace od audio cards for music creation with midi.
I have searched and searched and came up with some good reviews, but after browsing for a couple of hours I could't see the…
I try to run a game under dosbox, but it has no sound, and in the terminal dosbox says:
MIXER:Can't open audio: No available audio device , running in nosound mode.
ALSA:Can't subscribe to MIDI port (65:0) nor (17:0)
MIDI:Opened device:none
Update
I changed the ports to 128:0 in the dosbox…
Alright, I can't quite figure out how to do this.
Given the following text:
Roland AX-1:
/start
Roland's AX-1 strap-on remote MIDI controller has a very impressive 45-note velocity sensitive keyboard, and has switchable velocity curves, goes octave up/down, transpose, split/layering zones,…
I've made some Ultrabeat patterns but I can't figure out how to trigger them. I make the pattern on C-1, then I go back to the arrange window and hit record and then hit C1 on my keyboard, and it doesn't play the pattern, it just plays a single note. I have Pattern Mode enabled on Ultrabeat…
I have both Fruityloops and Propellerheads Reason software synths on my Windows PC.
Any way I can get at and script these from either Visual Basic or Python? Or at least send Midi messages to the synths from code?
Update : attempts to use something like a "midi-mapper" (thanks for link…
Rencontres designers-développeurs avec Adobe et Développez.com
Le 17 Mai prochain, à Paris, Adobe et Développez organisent en collaboration une après-midi rencontres et découvertes autour de Flash Catalyst CS5, Flash Professional CS5, Flash Builder 4 et Flex 4.
Au cours de cet…
Windows Media Player Vulnerability Targeted by Drive-by-download Attack Security firm Trend Micro recently released details on malware that has been targeting the MIDI Remote Code Execution Vulnerability found in Microsoft's Windows Media Player. A post on Trend Micro's Malware…
Further to this question I've got a supplementary problem.
I've found a track with an "É" in the title.
My code:
var playList = new StreamWriter(playlist, false, Encoding.UTF8);
-
private static void WriteUTF8(StreamWriter playList, string output)
{
byte[] byteArray =…
I have two devices I want maximum throughput and latency with. (Midi drums and midi keyboard for example)
Would connecting both to the same USB port via a hub effectively limit the maximum data transfer rate to 1/2 to each of them?
I am assuming yes, but I didn't know if USB…