GITLAB
aarnaude
/
Orchestre_Electronique_P19_IMA4SC_S8
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b8018ff4bc50032bba76258a3dd3937effa49fbf
Authored by
aarnaude
2017-04-28 14:55:51 +0200
1 parent
8ed34d4c
analyse midi
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
test.py
Inline
Side-by-side
test.py
0 → 100644
Show/Hide comments
View file @
b8018ff
@@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
1
+import ctypes as ct
2
+_lib = ct.cdll.LoadLibrary("./analyse.so")
3
+
4
+_lib.lancer()
5
+
6
+