| John -
does not work on any recent version of Android Csound. Use .
You can put these tags anywhere you like in your .csd. Mixing html within
Csound code will mightily clutter your Console messages, however -
unnecessarily. (I'd put my html at the beginning or end of the file.)
If the button not working is button 5, you may have Android Csound based on
6.05 on that device. (If that's the case, see my article. You need to change
the channel name for only that button.) There should be no problem when
using 6.06/07 - but of course for that, you need Android OS 5.0+. (You might
check your OS versions and your Android Csound versions to see if they
correspond appropriately.)
Regarding the button code: my button presses put out a 1, and 30ms later put
out a 0 (as in momentary contact rather than toggle). This is one of the
simplest parts of the javascript, and should be relatively easy to change.
(I actually did it myself!)
Finally, sometimes Android Csound seems to get confused, and needs to be
actually closed and reopened to get straightened out.
If it would help, please post your .csd, or send it to me personally
(abhunkin@uncg.edu). I'll be happy to give it a go.
Art Hunkins
----- Original Message -----
From: "jpff"
To:
Sent: Saturday, March 12, 2016 3:34 PM
Subject: Re: [Csnd] Question on Android csound
> It gets odder! On the tablet it usualy works now (one button does not
> work like it did) but on the phone I have a blank screen. Well for the
> use I just need the tablet so it is only the button to fx.
>
> On te base system if I hold te button I get contiuous 1 values, but Art's
> example reverts to 0 quickly. I guess I ca fix tat.
> ==John
>
> On Sat, 12 Mar 2016, jpff wrote:
>
>> I changed the settings and was rewarded with a blank screen and no
>> controls.
>>
>> Mike's examples seem to have a CsHtml section inside sound, while your
>> notes
>> has a bald outside. Note sure which is right now
>>
>> On Sat, 12 Mar 2016, Art Hunkins wrote:
>>
>>> John -
>>>
>>> Dave is correct, and no doubt with his advice, you've already got your
>>> solution.
>>>
>>> The varying display options in the Settings menu is new for the
>>> CS6.06/07
>>> Android Csound6.apk. The earlier versions of Csound6.apk did not include
>>> these
>>> options, and adapted to HTML5 automatically. If you have Android OS <
>>> 5.0,
>>> you
>>> need one of these earlier versions of Android Csound.
>>>
>>> However, since you have Android OS 5.0+, keep on using the version you
>>> have;
>>> it is better. Just be sure you set the display for HTML5. Once set, it
>>> persists.
>>>
>>> Art Hunkins
>>> ----- Original Message -----
>>> From: Dave Seidel
>>> To: CSOUND@LISTSERV.HEANET.IE
>>> Sent: Saturday, March 12, 2016 10:26 AM
>>> Subject: Re: [Csnd] Question on Android csound
>>>
>>> John, I think you need to also change the view setting for the app (in
>>> the Settings menu, as I recall, don't have my tablet in front on me).
>>> The default view uses widgets, the HTML5 view is a different rendering.
>>>
>>> On Sat, Mar 12, 2016 at 10:20 AM, jpff wrote:
>>> Art, your words look hopeful but so far including your
>>> example 1 at the end of my csd fie had no effect; I still
>>> have te trackpad and the standard names. The tagged
>>> stuff is after the
>>> Is that right?
>>>
>>> I am on Android 5 with cs6.06/7 in case that matters
>>>
>>> On Fri, 11 Mar 2016, Art Hunkins wrote:
>>>
>>> http://arthunkins.com/Android_Csound_Apps.htm
>>> First entry - tutorial on HTML5 GUIs for Android
>>> Csound.
>>>
>>> Art Hunkins
>>>
>>>
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>> https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>>
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and features
>>> can be posted here
>>>
>>> Csound mailing list Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to
>>> https://github.com/csound/csound/issues Discussions of bugs and features
>>> can
>>> be posted here
>>>
>>
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>> https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |