Godtone
Joined 17 December 2020
| Line 1,127: | Line 1,127: | ||
<syntaxhighlight lang="python"> | <syntaxhighlight lang="python"> | ||
# this code is licensed under the AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html> | # this code is licensed under the AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html> | ||
import mido # | import mido # pip install python-rtmidi && pip install mido | ||
def basic_iso(vel=100): # y=10, x=1 | def basic_iso(vel=100): # y=10, x=1 | ||
midi_inputs = mido.get_output_names() | midi_inputs = mido.get_output_names() | ||