Hello World: programming the Korg NTS-1 (part 1)

  Рет қаралды 15,580

Olivier Ozoux

Olivier Ozoux

4 жыл бұрын

I just got the Korg NTS-1 for my first Quarantine Birthday, and while it sounds really good for a tiny digital synth, I'm really interested in the SDK and learning how to write custom Oscillators and Effects for the Korg 'logue platform.
In the first video in this series, I'm assembling the little flat-pack synth, ( it even comes with a tiny tool, just like IKEA furnitures ) and setting up the development environment on my MacBook Pro.
PART 2 is Ready!
My First Plugin: programming the Korg NTS-1 (part 2) • My First Plugin: progr...
Music Gear List: kit.co/o0/musique-electronique
Video Gear List: kit.co/o0/music-video-gear

Пікірлер: 47
@magikhead8055
@magikhead8055 3 жыл бұрын
that minions thing was really trippy. amazing video!
@oakfox
@oakfox 4 жыл бұрын
love the animation :D
@m4nuz
@m4nuz 2 жыл бұрын
instant subscribe :-)
@danbad1380
@danbad1380 2 жыл бұрын
Thanks for the tuto!
@luga1398
@luga1398 4 жыл бұрын
Bonjour from Tokyo Olivier. This video is really great, thank you, can't wait to see you go through this journey. Have a good day, et bon courage !
@OlivierOzoux
@OlivierOzoux 4 жыл бұрын
Merci!
@luga1398
@luga1398 Жыл бұрын
@@OlivierOzoux Bonjour, you haven’t posted lately but I hope you are doing fantastic. KZbin brought me back to this video. Since then, I completely switched my career and became a dev. Your work and Oscillator Sink work had a big impact on introducing me to the pleasure of programming through synths. Don’t know what you’ll do in the future, but I’m sure it will inspire someone, sometime, somewhere. Wish you the best
@djdigital3806
@djdigital3806 4 жыл бұрын
Just got one still in the box, didn't know I had to download file on it, Thanks!
@OlivierOzoux
@OlivierOzoux 4 жыл бұрын
You don't have to, but yeah you can get plugin oscillators and effects for it.
@MrSlipstreem
@MrSlipstreem 3 жыл бұрын
It's good to see someone assembling it properly. Screwing the corner pieces to the base first makes it so much easier. :-)
@OlivierOzoux
@OlivierOzoux 3 жыл бұрын
Ha, I tried to remember how the pieces came together and what an alternate order would have been. Thankfully this is more IKEA style flat-packing than actual DIY
@ireadysucks3026
@ireadysucks3026 2 жыл бұрын
@@OlivierOzoux is ikea not diy?!?!
@napotronix
@napotronix Жыл бұрын
I'm expecting mine in the mail next week so doing some preliminary research on the programming stuff. Never coded a line of DSP and haven't used C++ for about 30 years, but we'll see how it goes :D This was a nice little primer, thanks.
@matthewcody1757
@matthewcody1757 4 жыл бұрын
Im just waiting on one to come by courier , as here in Aus because of all the strife in the world thats happening right now ,they have been kinda hard to order , so thx for this as i was wondering how to do this . Im looking forward to getting it to use with my SQ1 and Ocoast etc
@zobbo123
@zobbo123 4 жыл бұрын
Just what I needed. Thank you !
@ezContents
@ezContents 3 жыл бұрын
This is a great video! I love your screen casting effect.
@richcolour
@richcolour 3 жыл бұрын
This is how to share your screen on YT. Excellent!
@victorderrick2983
@victorderrick2983 2 жыл бұрын
You probably dont care at all but does any of you know of a way to log back into an instagram account? I was stupid forgot the login password. I would love any assistance you can give me.
@maxalfonso9050
@maxalfonso9050 2 жыл бұрын
@Victor Derrick Instablaster :)
@victorderrick2983
@victorderrick2983 2 жыл бұрын
@Max Alfonso I really appreciate your reply. I found the site through google and im waiting for the hacking stuff atm. Looks like it's gonna take a while so I will reply here later with my results.
@victorderrick2983
@victorderrick2983 2 жыл бұрын
@Max Alfonso It did the trick and I now got access to my account again. Im so happy! Thanks so much, you saved my ass :D
@fortheloveofnoise
@fortheloveofnoise 4 жыл бұрын
Very well done video, I think I am going to wait for a good deal on a used Minilogue XD Module though.
@GuidoGautsch
@GuidoGautsch 4 жыл бұрын
The xd is excellent but what makes this little box so cool is the audio in, so you can use it as an FX unit (and something the xd doesn't do!)
@pianoarennzimimikopi
@pianoarennzimimikopi 2 жыл бұрын
日本語の翻訳があったので助かりました。 とてもわかりやすかったです
@klausfruhlingsbirne9433
@klausfruhlingsbirne9433 Жыл бұрын
Hello Olivier, thanks a lot for the beautiful explanation. Unfortunately I can t go further after the step "make", because in my case it creates just the "build" folder and no "waves.ntkdigunit". I am pretty new with the programming worls, and I would be really happy if you could share with me any idea where the problem could be,,, all the steps before I made them carefully, also on a mac. Thanks
@iosmusicman
@iosmusicman 2 жыл бұрын
Cool stuff thanks. I love your little workers video. I would love to know what it took to create that (tools and man hours). Cheers. Lee
@OlivierOzoux
@OlivierOzoux 2 жыл бұрын
I have a couple of stop-motion videos on the channel where I show off some of that
@iosmusicman
@iosmusicman 2 жыл бұрын
Aha. I see you have a link at the end as to how you make the videos . Superb.
@iosmusicman
@iosmusicman 2 жыл бұрын
@@OlivierOzoux yeah sorry I noticed then at then end and replied to my own question. I then posted on the stop motion. Thanks for sharing. Lee
@infinitedigits
@infinitedigits 4 жыл бұрын
Have you been able to program any effects, could you share code you've written for effects? I've cloned their main repo but they don't have a demo for any effects. :( They have the skeleton code that logue-sdk includes for the effects template, and I found the headers with the effects API...but I really would love some demo code to get a better foot to start on with programming an effect.
@OlivierOzoux
@OlivierOzoux 4 жыл бұрын
I'm just diving into this, but I'm a general purpose programmer, not an audio/synth expert. I'll share what I've learned, but it might not be much.
@jamesbritt5597
@jamesbritt5597 4 жыл бұрын
Same. The SDK seems to assume one knows exactly what to code/change/add. I've tried a few semi-random things and gotten nowhere. They need to offer more complex examples with comments explaining the reasoning.
@re8et355
@re8et355 2 жыл бұрын
Please, would it be possible to upload the complete install procedure for linux?? I can't find a guide other than github repo readme files...
@shoseinen
@shoseinen 11 ай бұрын
Hi! Do you have plugins to share? Thank you!
@faceitnow3473
@faceitnow3473 2 жыл бұрын
I can't seem to download a thing from the Korg site. What is the Software pass. The software pass is needed to go ahead with the download of the additional settings. How do I get the downloads to work? When I try to download the librarian all I get is the PDF manual??
@st0rmchild
@st0rmchild 4 жыл бұрын
Are you in Japan? I have a couple of those glow in the dark figures and I've only seen them here. The stop motion animation was a nice touch!
@OlivierOzoux
@OlivierOzoux 4 жыл бұрын
I’m in LA, but I got them at a Japanese store in little Tokyo, so almost? 😎
@feronous8207
@feronous8207 4 жыл бұрын
Where is part 2 through 1000 :) .
@OlivierOzoux
@OlivierOzoux 4 жыл бұрын
Working on part 2 right now. Actually gave example code working. Hopefully shoot tomorrow, and edit this weekend, but we’ll see
@feronous8207
@feronous8207 4 жыл бұрын
@@OlivierOzoux your awesome!
@tgroppi
@tgroppi 4 жыл бұрын
Great production
@PabloSintesMartinez
@PabloSintesMartinez 3 жыл бұрын
Very easy... if you know what to do. For me, your video tutorial was chinese (in Braille). Would you explain it STEP BY STEP... and SLOWLY? Otherwise... it's useless.
@re8et355
@re8et355 2 жыл бұрын
I'd like a linux guide too, the clone procedure is the same on linux but a coherent guide is missing somehow.
@city3015
@city3015 4 жыл бұрын
Why so complicated?
@OlivierOzoux
@OlivierOzoux 4 жыл бұрын
You’re asking me or Korg? As development environments go, this is actually pretty simple...
@vasil3089
@vasil3089 Жыл бұрын
your toys are kinda creepy dude
Korg NTS 1 - подробный обзор и демо
19:16
MusicMagTV
Рет қаралды 24 М.
Sonic LAB: Korg Nu:Tekt NTS-1 Synth
27:13
sonicstate
Рет қаралды 72 М.
This is not my neighbor  Terrible neighbor! #funny #zoonomaly #memes
00:26
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 23 МЛН
Bad Gear - Korg Nu:Tekt NTS-1 - The Stocking Filler
9:19
AudioPilz
Рет қаралды 126 М.
Playing Chords with the Korg NTS-1
22:41
Tim Shoebridge
Рет қаралды 38 М.
NTS-1 Tutorial: HOW TO SYNC WITH POCKET OPERATORS (And Jam)
10:59
The NTS-1 is a GREAT Synth by Itself!
11:36
Free Beat
Рет қаралды 24 М.
Using the Arpeggiator on the Korg NTS-1 Digital Synthesizer
7:40
My Studio MIDI routing. How to wrangle 121 MIDI channels
6:00
Olivier Ozoux
Рет қаралды 1,5 М.
지민 (Jimin) 'Who' Official MV
3:28
HYBE LABELS
Рет қаралды 18 МЛН
akimmmich (feat. Turar) - UMYTTYŃ BA?| official lyric video
2:54
akimmmich
Рет қаралды 3,3 МЛН
Munisa Rizayeva - Aka makasi (Official Music Video)
6:18
Munisa Rizayeva
Рет қаралды 6 МЛН
Alisher Konysbaev - Suie ala ma? | Official Music Video
2:24
Alisher Konysbaev
Рет қаралды 831 М.
Әбдіжаппар Әлқожа - Ұмыт деме
3:58
Әбдіжаппар Әлқожа
Рет қаралды 691 М.