-
Hi there! If you want to contribute in JuliaMusic, there are several directions you can follow:
- [ ] The package https://github.com/JuliaMusic/MusicProcessing.jl has recently been transferred to t…
-
I think all this needs is this at the top of midi2dmx.ino:
`#include `
the following inside the setup method:
```
MIDI.begin(MIDI_CHANNEL_OMNI);
MIDI.setHandleControlChange(OnControlChange);
`…
-
```
What steps will reproduce the problem?
1. start AMsynth and connect the MIDI out to gmidimon
2. turn any knob on the AMsynth GUI
What is the expected output? What do you see instead?
expected :…
-
```
I was thinking about how work-intensive it is to prepare a new set of vocal
tone samples. It seems to be that since Allegro has built-in support for MIDI,
it may be worthwhile to allow it to be…
-
```
I was thinking about how work-intensive it is to prepare a new set of vocal
tone samples. It seems to be that since Allegro has built-in support for MIDI,
it may be worthwhile to allow it to be…
-
@Jason, I think, we had a talk about this in the past: negative note delay depending on the articulation.
A group of composers started to maintain an Excel Sheet with the delay times of different l…
-
Dear users,
terribly sorry that I do not continue to develop this version of VoxYou. I misplaced the source code while moving servers and the most recent version in the issues is from a decompiled …
-
e.g. http://abumarkub.net/midibridge/example/computer-keyboard.html
No errors are shown, just a blank drop-down.
I'm generally running Chrome but I tried in Safari and Firefox (Firefox just froze up…
-
I like the idea of having trakcer-style MIDI sequencer. You might want to take a look at how ReNoise did this (the demo version is fully functional in this area, there's Linux version too). It's a sam…
-
is there any way to decrease the initial playback latency without underrunning?
as at the moment I have
```Java
put(SAMPLE_RATE, 44100);
put(BUFFER_SIZE_BYTES, get(SAMPLE_RATE)…