Skip to content

An unspectacular Processing library for managing midi control data; and run LFOs.

Notifications You must be signed in to change notification settings

ludzeller/ControlKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ControlKit

An unspectacular Processing library for managing midi control data; and run LFOs

Build instructions

javac -source 1.6 -target 1.6 -d . -classpath /Applications/Processing3.3.6.app/Contents/Java/core/library/core.jar *.java; 
jar -cf ControlKit.jar ControlKit; 
mv ControlKit.jar ../library/

or as a 1-liner:

javac -Xlint:-options -source 1.6 -target 1.6 -d . -classpath /Applications/Processing3.3.6.app/Contents/Java/core/library/core.jar *.java; jar -cf ControlKit.jar ControlKit; mv ControlKit.jar ../library/
  • Run from within src folder
  • Processing runs in a legacy version of Java, therefore compile for it accordingly

Processing wiki instructions
https://github.com/processing/processing/wiki/Library-Basics

Processing javadocs
https://processing.github.io/processing-javadocs/core/

Processing source code
https://github.com/processing/processing/blob/master/core%2Fsrc%2Fprocessing%2Fcore%2FPApplet.java

Markdown cheatsheet
https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf

About

An unspectacular Processing library for managing midi control data; and run LFOs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published