Phil Jones

Results 46 comments of Phil Jones

OK. Maybe that example answers the question that was still puzzling me. Namely, what's the scope of the scheduledEvents buffer? And how does a user defined processBlock declared in a...

One thing to bear in mind is that Protoplug is still a VST plugin. So it can only communicate with the DAW via the callbacks that are part of the...

I don't know, but one thought on your first problem. The "changed" function in the "Is playing" param is trying to turn the note off by calling noteOff which updates...

Be my guest. It's an honour. The only issue is that the general library functions are a bit mixed up with the specifics eg. the chord is hardwired on line...

Thanks. Sorry, for some reason I didn't see your comment, but I'm honoured. And I'll take that point about the API onboard for a future tutorial. Here's the second :...

Third one out today : https://www.youtube.com/watch?v=8kXs8XIyq1U (I've put a link to the API docs too)

Part b of that noisy square wave synth. Adding ADSR envelope : https://www.youtube.com/watch?v=eBLbpXHaYIE

Part c. Adding a filter : https://www.youtube.com/watch?v=-MMWCTB1WJU

Fx is for effect plugins like delay that process other instruments If you want to just hear protoplug make a sound try the sine mouse example from the generators

This might be dependent on the DAW. In my MIDI arpeggiator tutorial here : https://www.youtube.com/watch?v=MHo1FXyRvrA I take in MIDI data, process it, and send it off to another instrument. But...