July 14, 2008
Here are a couple shell commands I use when compiling PureData externals with flext for Mac Os X. I’m posting them here since it took me a while to find out the right switches. I’m using the experimental version of gcc from http://hpc.sourceforge.net, which installs in /usr/local/bin/
The paths where Pd and Flext source files reside can be easily deduced from the Makefiles. Note that the options -O3 and -march=core2 are of course not necessary and can be omitted while debugging.
Both compile example externals contained in PureData’s source dir.
1) message externals
/usr/local/bin/g++ -o simple1.pd_darwin main.cpp -I/usr/local/pd/src -I/usr/local/include/flext/ -DFLEXT_SYS=2 -lflext-pd_s -undefined dynamic_lookup -bundle -O3 -march=core2
2) signal externals
/usr/local/bin/g++ -o signal1~.pd_darwin main.cpp -I/usr/local/pd/src -I/usr/local/include/flext/ -DFLEXT_SYS=2 -lflext-pd_s -undefined dynamic_lookup -bundle -O3 -march=core2
No Comments » |
computer science | Tagged: flext, pd, puredata, pure data, c++, mac, apple, os x, external |
Permalink
Posted by nicolamontecchio
April 30, 2008
June 20th, 2008
h. 20:30
Palazzo Albrizzi
sede dell’Istituto Culturale Italo-Tedesco
VENEZIA
JOHANNES BRAHMS
Sonata Op. 120 n.1
Allegro appassionato
Andante un poco adagio
Allegretto grazioso
Vivace
Sonata Op. 120 n.2
Allegro amabile
Allegro appassionato
Andante con moto
Francesco Socal, clarinet
Nicola Montecchio, piano
for more info visit:
www.suonardacamera.net
Francesco Socal’s myspace page
Comments Off |
concerts | Tagged: concert, brahms, clarinet, sonata, piano, albrizzi, venice, venezia |
Permalink
Posted by nicolamontecchio
April 18, 2008
Here’s the cadenza I wrote for Mozart’s piano concerto n.26.
Since people didn’t leave the room booing when I played it, I’m posting it here
click the link download it: cadenza
note: some trill symbols are missing since I’m still learning how to use lilypond
No Comments » |
music |
Permalink
Posted by nicolamontecchio
April 10, 2008
New strategy for calculating ghost states observation probability was applied, also fixed a couple of bugs. System now works way better than before!
Here are the results for a home recording of the second movement of Bach’s Italian Concerto.


And here is a link to the audio file (home recording) used for the alignment.
No Comments » |
computer science | Tagged: bach, italian concerto, score following |
Permalink
Posted by nicolamontecchio