Discussion:
jm2cv
rosea.grammostola
2012-08-20 22:41:25 UTC
Permalink
Hi,

Where can I find the jm2cv source? It seems to be offline.


Can I control external synths with the non-things? Midi CC are used
normally right?

Is it possible to automate LV2 plugin in Jalv for instance?


Thanks,
\r
David Adler
2012-08-21 01:23:25 UTC
Permalink
Post by rosea.grammostola
Hi,
Where can I find the jm2cv source? It seems to be offline.
Indeed, it is offline since a couple of weeks or rather months.

I'll send you the source off-list, but that's no general sulution.
It would be nice to have it hosted again somwhere.
(cc'ed this mail to jm2cv's author.)


best,
-d
rosea.grammostola
2012-08-21 09:51:15 UTC
Permalink
Post by David Adler
Post by rosea.grammostola
Hi,
Where can I find the jm2cv source? It seems to be offline.
Indeed, it is offline since a couple of weeks or rather months.
I'll send you the source off-list, but that's no general sulution.
It would be nice to have it hosted again somwhere.
(cc'ed this mail to jm2cv's author.)
best,
-d
thanks. Debian here ...
It doesn't build

[ 20%] Building CXX object CMakeFiles/jm2cv.dir/jm2cv.o
/home/derick/4home/jm2cv-git/src/jm2cv/jm2cv.cpp: In function ‘int
main(int, char**)’:
/home/derick/4home/jm2cv-git/src/jm2cv/jm2cv.cpp:157:10: error: ‘sleep’
was not declared in this scope
make[2]: *** [CMakeFiles/jm2cv.dir/jm2cv.o] Error 1
make[1]: *** [CMakeFiles/jm2cv.dir/all] Error 2
make: *** [all] Error 2
David Adler
2012-08-21 11:17:20 UTC
Permalink
Post by rosea.grammostola
thanks. Debian here ...
It doesn't build
[ 20%] Building CXX object CMakeFiles/jm2cv.dir/jm2cv.o
/home/derick/4home/jm2cv-git/src/jm2cv/jm2cv.cpp: In function ‘int main(int,
/home/derick/4home/jm2cv-git/src/jm2cv/jm2cv.cpp:157:10: error: ‘sleep’ was
not declared in this scope
make[2]: *** [CMakeFiles/jm2cv.dir/jm2cv.o] Error 1
make[1]: *** [CMakeFiles/jm2cv.dir/all] Error 2
make: *** [all] Error 2
Add
#include <unistd.h>
to jm2cv.cpp.
rosea.grammostola
2012-08-21 11:20:21 UTC
Permalink
#include<unistd.h>
Thanks!

Wouldn't it be nice and handy if mididings supported CV?


http://das.nasophon.de/mididings/
David Adler
2012-08-21 11:55:00 UTC
Permalink
Post by rosea.grammostola
Wouldn't it be nice and handy if mididings supported CV?
In its current state, mididings only handles discrete messages, no
"continuous" (audio-rate sampling ignored) signals, so this might
require quite a few changes. I can imagine that mididings' author
would show some reluctance towards that (just guessing).

As long as things are session-managed, separate specialised
applications don't actually hurt.

Regarding jm2cv -- to report the above bugfix, I had sent an email
to the author's fuzzle.org address on April 13, no response. It's
likely just as offline as the git repository beneath the same domain.
We might either find a current email address or ask George to give
it refuge in the happy hunting grounds of Jack software heaven.
http://sourceforge.net/projects/heaven/files/Audio%20Applications/Jack%20Related/
Loading...