We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I downloaded the rwmidi library from github and placed the unzipped folder in my library folder but processing doesnt see it. The directory structure is different from what I normally see but saw tons of posts where people are successfully using this library.... must be something I have yet to learn how to do....
The folder is structured as follows:
rwmidi [folder]
build.xml
doc.sh
README
src [folder]
rwdoclet [folder]
.project
.classpath
src [folder]
com [folder]
ruinwesen [folder]
doclet [folder]
RWDoclet.java
rwmidi [folder]
RWMidi.java
(11 other .java files in this folder)
Answers
GitHub only hosts source files. They stopped to host distributions a while ago.
You have to locate where the compiled / package versions are.
That's a tough one... RWmidi is mention in so many posts here, yet the website is gone and the library seems to only exist uncompiled.... will keep looking...
See WebArchive site...
A friend passed me a copy of the library... Its a greeat library ... wonder why it went away?????
Could you share that library? I am having the same problem. Thanks,
Bump, I'm having the same problem. Has anyone been able to work this out?
https://github.com/torrejuseppe/rwmidi-revival ???
there's a build.xml file so it's just a case of using running ant in the base directory to compile it.
Does anyone know if this library work also inside an android device? Please if no, and if you know one another that work inside android tell me, i searching it from a long time. Thanks!
There is also a new forum
Hi Chrisir, i'm not sure to understand, are you suggest me to ask it in a new topic, or in a new forum site about? What? Thanks!
Yes, if you don’t receive reply here, ask in
https://discourse.processing.org/
See
https://forum.processing.org/two/discussion/27995/new-forum
@chanof There was a similar issue recently in the new forum. Search for the keyword
papaya
. If you have the sources files, it should be easy to generate the jar files. Just post there and let me know if you need any assistance. By the way, I have no idea if you can use this lib in Android. It will be great to find out. What does this lib do?****EDIT
https://discourse.processing.org/t/can-someone-try-to-find-this-library-in-processing/1488/9
Kf