[Csnd] Android-Csound terminal question
Date | 2014-09-02 11:15 |
From | Askwazzup |
Subject | [Csnd] Android-Csound terminal question |
Hello. I was using the android version of csound on my phone, it's a really nice port, however i was wondering if it is possible to make the terminal window *bigger*, because the touchpad and the sliders are hogging up all the space, while i am not using them at all, and i can hardly see that tiny slab of space for the terminal. -- View this message in context: http://csound.1045644.n5.nabble.com/Android-Csound-terminal-question-tp5737283.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-09-02 12:18 |
From | Michael Gogins |
Subject | Re: [Csnd] Android-Csound terminal question |
Enter a feature request on GitHub and I will see what I can do. Regards, On Sep 2, 2014 6:16 AM, "Askwazzup" <askwazzup@gmail.com> wrote:
Hello. |
Date | 2014-09-02 15:29 |
From | Askwazzup |
Subject | [Csnd] Re: Android-Csound terminal question |
He, he, i actually wanted to ask if it's possible to do in the program, not that someone should spend their valuable time editing the code, but hey, that would be great too . Alas i have no idea how github works (might be a good time to look into it). -- View this message in context: http://csound.1045644.n5.nabble.com/Android-Csound-terminal-question-tp5737283p5737287.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-09-02 19:07 |
From | Jacques Leplat |
Subject | Re: [Csnd] Re: Android-Csound terminal question |
The android download csound-android-6.03.2.zip on sourceforge contains the project files for csd player, and other sample projects. You can of course use github too, but it’s a bit more fiddly. All the best, Jacques On 2 Sep 2014, at 15:29, Askwazzup <askwazzup@gmail.com> wrote: He, he, i actually wanted to ask if it's possible to do in the program, not |
Date | 2014-09-02 19:54 |
From | Askwazzup |
Subject | [Csnd] Re: Android-Csound terminal question |
Sorry if it's a stupid question, but from what i understand it needs to be compiled on android? How is that done and shouldn't one have root access for that? -- View this message in context: http://csound.1045644.n5.nabble.com/Android-Csound-terminal-question-tp5737283p5737299.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-09-02 20:03 |
From | Michael Gogins |
Subject | Re: [Csnd] Re: Android-Csound terminal question |
You need the Android SDK (software development kit) for the Java/HTML parts and the Android NDK (native development kit) for the C/C++ parts (this is Csound itself nd some of its plugins and the audio driver). The SDK and NDK will run on Linux, Windows, and OS X. Both can be downloaded for free from Google. Hope this helps, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Sep 2, 2014 at 2:54 PM, Askwazzup <askwazzup@gmail.com> wrote: Sorry if it's a stupid question, but from what i understand it needs to be |
Date | 2014-09-02 20:22 |
From | Askwazzup |
Subject | [Csnd] Re: Android-Csound terminal question |
Thanks, although i have a very dim clue/idea how all of this would be accomplished, but it might actually be a good learning experience. -- View this message in context: http://csound.1045644.n5.nabble.com/Android-Csound-terminal-question-tp5737283p5737301.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-09-02 21:12 |
From | Michael Gogins |
Subject | Re: [Csnd] Re: Android-Csound terminal question |
These tools are pitched at intermediate to advanced developers. If you are a beginner it would be tough sledding. If you have written some programs that other people use or a lot of programs that you use, you should be able to hack it. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Sep 2, 2014 at 3:22 PM, Askwazzup <askwazzup@gmail.com> wrote: Thanks, although i have a very dim clue/idea how all of this would be |
Date | 2014-09-02 21:46 |
From | Askwazzup |
Subject | [Csnd] Re: Android-Csound terminal question |
I think i may be on an even lower plane than that lol; i began learning csound, c and a bit of c++ by myself this spring (i have 0 formal training) and have been using linux for about a year now. I try to do a lot of programming exercises, but i haven't touched anything outside terminal output yet. Still, i guess it won't harm me to at least research these things a bit. -- View this message in context: http://csound.1045644.n5.nabble.com/Android-Csound-terminal-question-tp5737283p5737305.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2014-09-03 08:04 |
From | Jacques Leplat |
Subject | Re: [Csnd] Re: Android-Csound terminal question |
For android, java knowledge is needed. The sourceforge distro has all the c & c++ libraries compiled for you. 1st step is to be able to knock up a simple, without csound, android app. See developper.android.com Next you can download csound for android zip. That has projects that should compile and run, without you needing to have the ndk (android's native c/c++ sdk). You just need the android sdk, and their version of eclipse. That's the easiest route I can think of. All the best, jacques > On 2 sept. 2014, at 21:46, Askwazzup |