01:48 ilbot3 joined 07:32 RabidGravy joined 11:10 edehont joined 14:05 mr-foobar joined
mr-foobar hi all. 17:21
I am trying to run github.com/Perl6-Noise-Gang/Audio-...ow-devices on Mac OSX. 17:22
I am getting Cannot locate native library 'libportmidi.0.dylib': dlopen(libportmidi.0.dylib, 1): image not found
timotimo what's the file called on your machine?
mr-foobar bar.pl6 17:23
timotimo no, i mean the dylib you got from portmidi 17:24
mr-foobar hmm I did do brew install portmidi. can't seem to locate it. 17:27
the path of the library is definitely in /usr/local/Cellar/portmidi/217/lib/libportmidi.dylib 17:28
timotimo oh, it doesn't have a .0
mr-foobar where does panda install the modules ?
I'll try to change the path inside the code and check. 17:29
timotimo they are installed into a database-like thing
it'd be better to git clone the Audio-PortMIDI into your filesystem, change the stuff there, and install it
installed code is supposed to be immutable
we currently don't enforce that, though
mr-foobar cool. once I git clone, what command do I run ?
perl Makefile.PL ? 17:30
timotimo "panda install ."
mr-foobar sweet.
I actually want to give github.com/Perl6-Noise-Gang/perl6-...-MIDI-Note a try. 17:31
If I do panda install . will I find code of Audio::Portmidi within the current directory ?
timotimo yes
the current folder must have the meta.info file in it 17:32
mr-foobar I am getting Audio::MIDI::Note:ver<1.001001>:auth<>:api<> already installed 17:34
just cloned.
timotimo ah, yes, you have to --force
mr-foobar sweet. installed. 17:35
mr-foobar meddles
this line seems to be it `constant LIB = ('portmidi',v0)` 17:40
is there a way I can hardcode the path to my localpath ?
timotimo first try removing the parenthesis and the ,v0
mr-foobar the example works ! 17:42
now time to send some midi. 17:43
it works ! got an 808 beat running with fluidsynth. 17:52
is there a live coding environment for perl6 ? 17:53
18:43 mr-foobar joined
mr-foobar alright made a loop soundcloud.com/mr-foobar/808-loop 19:06
timotimo neat :) 19:08
mr-foobar did a quick search. seems there are no live coding envs for perl6. will see if I can put one together.
timotimo cool :)
i've got a livecoding-like thing for cairo
but it's extremely bare-bones
mr-foobar timotimo: how did you approach it ? 19:10
timotimo gimme a sec
mr-foobar I am thinking a stupid filewatcher will do which loops over the tempo beat. 19:11
timotimo github.com/timo/gtk_cairo_shooter/...ecoding.p6
mr-foobar sweet. 19:17
timotimo AFK for maybe an hour 19:23
RabidGravy boom! 21:26
mr-foobar about to sleep. will try and resume gist.github.com/21613554f54784f450...26cd47a5fe tomorrow. 21:29
timotimo thanks for sharing :) 21:42