Skip to content

Commit e07109e

Browse files
committed
openframeworks example with Ableton Link support. (Thanks ofxAbletonLink)
1 parent 395d613 commit e07109e

File tree

16 files changed

+1179
-4
lines changed

16 files changed

+1179
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
### NSYNC
22

3-
If you think this is related with a Boy Band, ~~fuck off~~ ¡Bye! ¡Bye! ¡Bye!
3+
Basic examples that will teach you how to sync animations created with Processing and openframeworks.
44

5-
This is a repository containing basic examples that will teach you how to sync animations created with tools like processing.
6-
7-
Processing example is synced with MIDI clock.
5+
Processing example synced with MIDI clock.
6+
Openframeworks example synced with Ableton Link.
87

98
### Autor
109
Luis Fernando García

openframeworks/OFAbletonLink/Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Attempt to load a config.make file.
2+
# If none is found, project defaults in config.project.make will be used.
3+
ifneq ($(wildcard config.make),)
4+
include config.make
5+
endif
6+
7+
# make sure the the OF_ROOT location is defined
8+
ifndef OF_ROOT
9+
OF_ROOT=$(realpath ../../../../OF/of_v0.9.8_osx_release)
10+
endif
11+
12+
# call the project makefile!
13+
include $(OF_ROOT)/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk

0 commit comments

Comments
 (0)