Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [midi]

MIDI (Musical Instrument Digital Interface) is a protocol used to allow music hardware, software and other equipment to communicate with each other.

midi
0 votes
1 answer
13 views

Piano MIDI input detection via Python

I am trying to create a program that takes an input from my piano and have Python detect what note I just pressed as MIDI. I don't require help with the code itself, but I can't seem to find any ...
Jason Herbert's user avatar
-1 votes
0 answers
22 views

Is there a way to access midi data off of the clipboard? [closed]

I am trying to access MIDI data from my clipboard that another program copied. Specifically, I need to process this data within a C# application I am developing. What steps should I take to retrieve ...
abdullah's user avatar
1 vote
0 answers
27 views

Simulator not creating a MIDI output device?

I'm working with AudioKit and Apple Vision Pro headset. When building for the headset, creating a midiOutput device works as expected and I can send MIDI data (it shows up as Apple Vision Pro ...
Antony Nasce's user avatar
0 votes
0 answers
23 views

Setting notes in a midi files to a custom grid from another midi file

I'm facing problems trying to custom quantize a midi file, this is my best script so far using mido, it is not working properly both the "groove.mid" & "1.mid" have same tempo &...
kevinmcurran's user avatar
0 votes
0 answers
26 views

How do i add Wheel Scrolling?

I have a project that converts MIDI inputs into keyboard actions, specifically optimized for Minecraft. However, I'm struggling with implementing a scrolling function. I've tried various solutions, ...
snoopti's user avatar
  • 11
0 votes
0 answers
22 views

Command line to convert midi into mp3 while adjusting channel level?

I have a midi file with multiple channels (say bass, tenor, alto, soprano). How to produce multiple mp3s with different volume distributions (say b=+0, t=+0, a=+0, s=+0; b=+0, t=-12dB, a=-12dB, s=-...
Martin's user avatar
  • 381
1 vote
0 answers
65 views

How do I load a Soundfont (.sf2) and play instruments from it in a browser?

How do I load a custom Soundfont (.sf2) and play instruments from it in the browser? I am working on a web app where users can edit music via a MIDI sequencer, and put in their own soundfonts. I see ...
hidude562's user avatar
0 votes
1 answer
41 views

Python mido not detecting keyboard input in Raspberry Pi

I have a simple python code that takes MIDI signal from a musical keyboard via USB connected to a PC which then sends command to an Arduino board to write to its digital out. This works perfectly fine ...
Monty Swanson's user avatar
0 votes
0 answers
11 views

How to I save an AudioKit MIDIFile to permanent file in iOS using Swift

I am creating a music app using SwiftUI with AudioKit. The app captures MIDI input from a keyboard and creates a MIDIFile which I want save to the file system so that it can be read into other music ...
user1192887's user avatar
  • 1,034
1 vote
0 answers
60 views

HAL_UART_Transmit_DMA does not send data to serial port

I'm writing an MIDI application on STM32 (NUCLEO-F091RC). I basically have an implementation of midimerger: a program which receives from three different MIDI instruments and merge them into one ...
NFs231dd's user avatar
0 votes
0 answers
31 views

How to play notes on android using Midi Simplified 1.6 (Firemonkey)?

I'm making new version my software cifracil (cifracil.com). Its a editor interpret lryrics and chords , find chords in dictionary and draw diagrams chrods. I put a new feature. User cam make a ...
Leonardo Pereira's user avatar
0 votes
0 answers
38 views

How can I access right and left hands of piano MIDI track separately with python?

I'm exploring MIDI files with Python and MuseScore. When I open a MIDI file from this dataset: PiJAMA dataset, https://zenodo.org/records/8354955, on MuseScore, I see that the piano track is ...
Santiago Gonzalez's user avatar
0 votes
1 answer
29 views

If i write a program to translate MIDI sequence, how do I make it into virtual midi device?

Id like to translate in realtime a midi sequence into another midi sequence. I am not completely sure but I think this is possible with jack or alsa (more jack, right?) for example with this haskell ...
zaabson's user avatar
  • 167
0 votes
1 answer
35 views

Is it possible to open the information in the OMF File (Open Media Framework) in Python or other Language?

I want to make a function to organize the information of the track by reading the information in the OMF file. Is there a library or something where I can read the information in the omf file from the ...
user25147110's user avatar
1 vote
0 answers
30 views

Arduino USB Midi

I'm having an issue with a USB midi controller I have been working on similar to the EWI. The instrument works by an IR LED casting light onto a photodiode with a balloon that inflates to block more ...
Jesse's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
134