This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#N canvas 26 120 658 414 10; | |
#X obj 51 110 noise~; | |
#X obj 83 169 *~; | |
#X obj 138 133 vline~; | |
#X msg 138 96 1 2 \, 0 2 2; | |
#X obj 379 297 dac~; | |
#X obj 83 289 delwrite~ string1 100; | |
#X obj 380 65 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 | |
-1 -1 2700 1; | |
#X obj 377 231 vd~ string1 20; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#N canvas 217 47 886 608 10; | |
#X obj 16 705 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 | |
-262144 -1 -1 0 256; | |
#X obj 16 763 print; | |
#X text 53 245 ctrl/cmd + e to switch; | |
#X text 190 245 between edit (finger cursor); | |
#X text 55 277 & play mode (black arrow); | |
#X text 47 470 Edit -> Autopatch; | |
#X text 80 482 will automatically connect new atoms; | |
#X text 301 482 to previously selected one; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#N canvas 9 28 1011 518 10; | |
#N canvas 0 22 450 300 (subpatch) 0; | |
#X array sample 1.23253e+06 float 2; | |
#X coords 0 1 1.23253e+06 -1 750 140 1 0 0; | |
#X restore 44 42 graph; | |
#X obj 118 347 dac~; | |
#X obj 66 312 tabplay~ sample; | |
#X obj 69 291 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 | |
-1; | |
#X obj 47 187 hsl 750 15 0 1.23253e+06 0 0 pos pos empty -2 -8 0 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#N canvas 14 23 1280 739 10; | |
#X declare -lib mrpeach; | |
#N canvas 546 23 587 516 QSS_1.pd 0; | |
#X text -160 -112 1 [ONE]; | |
#X obj 291 -82 metro; | |
#X obj 273 102 nbx 5 14 0 1e+37 0 0 empty empty empty 0 -8 0 10 -262144 | |
-1 -1 66 256; | |
#X obj 100 44 f; | |
#X obj 134 44 + 1; | |
#X obj 103 138 hradio 16 1 0 8 empty empty empty 0 -8 0 15 -262144 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#N canvas 129 48 1231 628 10; | |
#X declare -lib mrpeach; | |
#X obj 609 -69 import mrpeach; | |
#X obj 913 295 udpsend; | |
#X obj 670 3 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 | |
-1 -1 6629 1; | |
#X obj 694 4 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 | |
-1 -1 6629 1; | |
#X obj 617 3 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144 | |
-1 -1 6629 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eeeeee:kivy-ios-master edward$ ./tools/build-scipy.sh | |
Gonna to try to run /Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/hostpython setup.py build_ext -v | |
~/src/python/kivy-ios-master/tmp/scipy-0.14.0 ~/src/python/kivy-ios-master | |
Traceback (most recent call last): | |
File "setup.py", line 237, in <module> | |
setup_package() | |
File "setup.py", line 225, in setup_package | |
from numpy.distutils.core import setup | |
File "/Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/Lib/numpy/__init__.py", line 153, in <module> | |
from . import add_newdocs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eeeeee:kivy-ios-master edward$ ./tools/build-scipy.sh | |
Gonna to try to run /Users/edward/src/python/kivy-ios-master/tmp/Python-2.7.1/hostpython setup.py build_ext -v | |
~/src/python/kivy-ios-master/tmp/scipy-0.14.0 ~/src/python/kivy-ios-master | |
Traceback (most recent call last): | |
File "setup.py", line 237, in <module> | |
setup_package() | |
File "setup.py", line 225, in setup_package | |
from numpy.distutils.core import setup | |
ImportError: No module named numpy.distutils.core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eeeeee:kivy-ios edward$ tmp/Python-2.7.1/hostpython | |
Python 2.7.1 (r271:86832, Dec 1 2014, 16:11:42) | |
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import numpy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-12-09 10:02:48.117 numpyTestProj[4039:1771091] PythonHome is: /private/var/mobile/Containers/Bundle/Application/D643E332-4669-443D-90AF-E49CFF0257F7/numpyTestProj.app | |
2014-12-09 10:02:48.119 numpyTestProj[4039:1771091] Initializing python | |
2014-12-09 10:02:48.235 numpyTestProj[4039:1771091] Running main.py: /private/var/mobile/Containers/Bundle/Application/D643E332-4669-443D-90AF-E49CFF0257F7/numpyTestProj.app/main.py | |
Traceback (most recent call last): | |
File "/private/var/mobile/Containers/Bundle/Application/D643E332-4669-443D-90AF-E49CFF0257F7/numpyTestProj.app/main.py", line 1, in <module> | |
from numpy import * | |
ImportError: No module named numpy | |
2014-12-09 10:02:48.240 numpyTestProj[4039:1771091] Application quit abnormally! | |
2014-12-09 10:02:48.245 numpyTestProj[4039:1771091] Leaving |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#N canvas 546 24 945 631 10; | |
#X obj 35 54 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 | |
-1; | |
#X obj 35 74 openpanel; | |
#X msg 35 96 open \$1; | |
#X obj 11 235 pix_movie; | |
#X obj 35 130 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 | |
1; | |
#X msg 35 150 auto \$1; | |
#X text 61 128 LOOP; |
OlderNewer