News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - gburks

#1
Yes, I do know C.  I poked around in the code for a minute last night and saw the MIDI CC code, but if you can point me in the right direction of where to access the other functions, I can try to adapt CC control of those functions.  Thanks!
#2
Full midi implementation will be great but I am most interested in midi control of the parameters that don't already have knobs.  I only see two of the "function" settings in the list below (LFO speed, pitch env).  Do other functions have midi control?  Thanks!

Quote from: paulsoulsby on September 03, 2015, 08:02:10 PM
Hi,

Here's the quick answer:
      PITCH LFO = 1,
      FILTER ENVELOPE = 16,
      DISTORTION = 17,
      FILTER CUTOFF = 74,
      FILTER RESONANCE = 71,
      LFO CLOCK DIV = 79,
      PWM = 91,
      AMPLITUDE LFO = 92,
      FILTER LFO = 93,
      PITCH ENV = 94,
      PHASER = 95,
      ALL NOTES OFF = 123

I'll do a proper MIDI table next week, along with other lookup tables.

Paul