Тёмный

MIDI - Week 11 Fall 2023 MUS 499C - Intro to SuperCollider 

Eli Fieldsteel
Подписаться 12 тыс.
Просмотров 489
50% 1

Homework Assignments: uofi.box.com/s/wv4wjgkfoqm7ff...
This video covers the basics of reading MIDI data from a controller, and using it to perform arbitrary tasks, like playing or manipulating sound.

Видеоклипы

Опубликовано:

 

7 янв 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@natan77777
@natan77777 2 месяца назад
I really appreciate those videos, they helped me a lot! I still have an issue with using my MIDI controller with supercollider: The latency is too big and I can't find any way to make it reasonable. Did anyone ever encounter this? (I'm using windows)
@elifieldsteel
@elifieldsteel 2 месяца назад
This question would probably be better answered by someone who’s actually had this problem and fixed it. My experience is mostly limited to macOS. I suspect this is a hardware/driver issue, unrelated to your controller or SC. I would guess using a dedicated audio/MIDI interface might be a solution. Some questions: If you simply print (postln) the incoming MIDI data in SC, is the latency still present? Or does the latency only happen when using MIDI to generate sound? Does this latency happen in other audio/MIDI software, like a DAW? Or only SC? Doing some investigating and answering questions like this can sometimes help isolate the source of the problem.
@afrodo
@afrodo 5 месяцев назад
Fantastic tutorial!. I'm just wondering how I would go about mapping two control knobs to the X and Y slider in a Slider2D object?
@elifieldsteel
@elifieldsteel 5 месяцев назад
Something like this? MIDIIn.connectAll; ( var ccx = 0, ccy = 1; // change these to desired MIDI controller numbers ~s2d = Slider2D.new().front; MIDIdef.cc(\x, {|n| {~s2d.x_(n/127)}.defer }, ccx); MIDIdef.cc(\y, {|n| {~s2d.y_(n/127)}.defer }, ccy); )
Далее
Как выжить на 1000 рублей?
13:01
Просмотров 518 тыс.
Pure Data vs SuperCollider race to the finish
12:48
Просмотров 8 тыс.
My Biggest Tips for Diva (After 1000+ Hours!)
26:14
Просмотров 75 тыс.
BLIND TESTING THE CHEAPEST MIDI KEYBOARDS!
12:33
Просмотров 1,4 млн
JANAGA - Интервью (Official Music Video)
2:38
Просмотров 287 тыс.
БОЛЬШЕ НЕ ВАЦОК
1:43
Просмотров 1,4 млн
Sardor Tairov - Sen meni yeding (Official Music Video)
5:02