Csound Csound-dev Csound-tekno Search About

[Csnd] [announce] - VoiceTouch for Android

Date2012-09-18 13:23
FromSteven Yi
Subject[Csnd] [announce] - VoiceTouch for Android
Hi All,

I thought I'd share a small android project I created called
VoiceTouch.  It uses the basic parts of the MultitouchXY example from
the Android Examples project, but adds a vowel filter (vowel2, based
on Isaac Wallis's vowel filter here:
http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
vertical slider on the left controls the vowel filter's morphing, the
top dropdown selects which voice type, and the main area allows
10-finger playing.

Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
not seem to work when the main area is activated on the Nexus One, but
on the tablet you can control both at the same time.  My guess is that
with Android after 2.3 they made the controls multitouch (maybe 4.0+).

Source files are available at:

https://bitbucket.org/kunstmusik/voicetouch/

and an APK is available at:

http://kunstmusik.com/Vt.apk

I am planning to eventually add a few more features, like chorus,
delay, and controls for the reverb.  Future versions may be sold on
the Android Marketplace, but the project will always remain open
source.

Thanks and enjoy!
steven

Date2012-09-18 22:44
FromDave Seidel
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
may use it on my next live gig!

- Dave

On 9/18/2012 8:23 AM, Steven Yi wrote:
> Hi All,
>
> I thought I'd share a small android project I created called
> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
> the Android Examples project, but adds a vowel filter (vowel2, based
> on Isaac Wallis's vowel filter here:
> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
> vertical slider on the left controls the vowel filter's morphing, the
> top dropdown selects which voice type, and the main area allows
> 10-finger playing.
>
> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
> not seem to work when the main area is activated on the Nexus One, but
> on the tablet you can control both at the same time.  My guess is that
> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>
> Source files are available at:
>
> https://bitbucket.org/kunstmusik/voicetouch/
>
> and an APK is available at:
>
> http://kunstmusik.com/Vt.apk
>
> I am planning to eventually add a few more features, like chorus,
> delay, and controls for the reverb.  Future versions may be sold on
> the Android Marketplace, but the project will always remain open
> source.
>
> Thanks and enjoy!
> steven
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Date2012-09-18 22:49
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Nice!  Looking forward to hearing some recordings in the future. :)

On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel  wrote:
> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
> may use it on my next live gig!
>
> - Dave
>
> On 9/18/2012 8:23 AM, Steven Yi wrote:
>> Hi All,
>>
>> I thought I'd share a small android project I created called
>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>> the Android Examples project, but adds a vowel filter (vowel2, based
>> on Isaac Wallis's vowel filter here:
>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>> vertical slider on the left controls the vowel filter's morphing, the
>> top dropdown selects which voice type, and the main area allows
>> 10-finger playing.
>>
>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>> not seem to work when the main area is activated on the Nexus One, but
>> on the tablet you can control both at the same time.  My guess is that
>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>
>> Source files are available at:
>>
>> https://bitbucket.org/kunstmusik/voicetouch/
>>
>> and an APK is available at:
>>
>> http://kunstmusik.com/Vt.apk
>>
>> I am planning to eventually add a few more features, like chorus,
>> delay, and controls for the reverb.  Future versions may be sold on
>> the Android Marketplace, but the project will always remain open
>> source.
>>
>> Thanks and enjoy!
>> steven
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>

Date2012-09-20 17:32
FromRory Walsh
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Great Steven. One thing, the volume is extremely low on my new Galaxy
S3? I really have to strain to hear anything, even with the volume on
the phone turned up full? But when I put my phone through an amp it
sounds great!

On 18 September 2012 22:49, Steven Yi  wrote:
> Nice!  Looking forward to hearing some recordings in the future. :)
>
> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel  wrote:
>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>> may use it on my next live gig!
>>
>> - Dave
>>
>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>> Hi All,
>>>
>>> I thought I'd share a small android project I created called
>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>> on Isaac Wallis's vowel filter here:
>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>> vertical slider on the left controls the vowel filter's morphing, the
>>> top dropdown selects which voice type, and the main area allows
>>> 10-finger playing.
>>>
>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>> not seem to work when the main area is activated on the Nexus One, but
>>> on the tablet you can control both at the same time.  My guess is that
>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>
>>> Source files are available at:
>>>
>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>
>>> and an APK is available at:
>>>
>>> http://kunstmusik.com/Vt.apk
>>>
>>> I am planning to eventually add a few more features, like chorus,
>>> delay, and controls for the reverb.  Future versions may be sold on
>>> the Android Marketplace, but the project will always remain open
>>> source.
>>>
>>> Thanks and enjoy!
>>> steven
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2012-09-20 18:08
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android

Ah thanks or he feedback Rory. I'll update the volume next time I work on it.

Cheers!
Steven

On Sep 20, 2012 5:33 PM, "Rory Walsh" <rorywalsh@ear.ie> wrote:
Great Steven. One thing, the volume is extremely low on my new Galaxy
S3? I really have to strain to hear anything, even with the volume on
the phone turned up full? But when I put my phone through an amp it
sounds great!

On 18 September 2012 22:49, Steven Yi <stevenyi@gmail.com> wrote:
> Nice!  Looking forward to hearing some recordings in the future. :)
>
> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel <dave@superluminal.com> wrote:
>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>> may use it on my next live gig!
>>
>> - Dave
>>
>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>> Hi All,
>>>
>>> I thought I'd share a small android project I created called
>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>> on Isaac Wallis's vowel filter here:
>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>> vertical slider on the left controls the vowel filter's morphing, the
>>> top dropdown selects which voice type, and the main area allows
>>> 10-finger playing.
>>>
>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>> not seem to work when the main area is activated on the Nexus One, but
>>> on the tablet you can control both at the same time.  My guess is that
>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>
>>> Source files are available at:
>>>
>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>
>>> and an APK is available at:
>>>
>>> http://kunstmusik.com/Vt.apk
>>>
>>> I am planning to eventually add a few more features, like chorus,
>>> delay, and controls for the reverb.  Future versions may be sold on
>>> the Android Marketplace, but the project will always remain open
>>> source.
>>>
>>> Thanks and enjoy!
>>> steven
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2012-09-20 23:02
FromDave Seidel
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Yes, I noticed the low output level as well but forgot to mention it.

- Dave

On 9/20/2012 12:32 PM, Rory Walsh wrote:
> Great Steven. One thing, the volume is extremely low on my new Galaxy
> S3? I really have to strain to hear anything, even with the volume on
> the phone turned up full? But when I put my phone through an amp it
> sounds great!
>
> On 18 September 2012 22:49, Steven Yi  wrote:
>> Nice!  Looking forward to hearing some recordings in the future. :)
>>
>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel  wrote:
>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>> may use it on my next live gig!
>>>
>>> - Dave
>>>
>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>> Hi All,
>>>>
>>>> I thought I'd share a small android project I created called
>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>> on Isaac Wallis's vowel filter here:
>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>> top dropdown selects which voice type, and the main area allows
>>>> 10-finger playing.
>>>>
>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>> not seem to work when the main area is activated on the Nexus One, but
>>>> on the tablet you can control both at the same time.  My guess is that
>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>
>>>> Source files are available at:
>>>>
>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>
>>>> and an APK is available at:
>>>>
>>>> http://kunstmusik.com/Vt.apk
>>>>
>>>> I am planning to eventually add a few more features, like chorus,
>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>> the Android Marketplace, but the project will always remain open
>>>> source.
>>>>
>>>> Thanks and enjoy!
>>>> steven
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Date2012-09-22 01:14
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Hi Rory and Dave,

I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
the signal * 2.  Also did a few other changes to stabilize the app
from crashing.

Thanks for the feedback!
steven


On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
> Great Steven. One thing, the volume is extremely low on my new Galaxy
> S3? I really have to strain to hear anything, even with the volume on
> the phone turned up full? But when I put my phone through an amp it
> sounds great!
>
> On 18 September 2012 22:49, Steven Yi  wrote:
>> Nice!  Looking forward to hearing some recordings in the future. :)
>>
>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel  wrote:
>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>> may use it on my next live gig!
>>>
>>> - Dave
>>>
>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>> Hi All,
>>>>
>>>> I thought I'd share a small android project I created called
>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>> on Isaac Wallis's vowel filter here:
>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>> top dropdown selects which voice type, and the main area allows
>>>> 10-finger playing.
>>>>
>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>> not seem to work when the main area is activated on the Nexus One, but
>>>> on the tablet you can control both at the same time.  My guess is that
>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>
>>>> Source files are available at:
>>>>
>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>
>>>> and an APK is available at:
>>>>
>>>> http://kunstmusik.com/Vt.apk
>>>>
>>>> I am planning to eventually add a few more features, like chorus,
>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>> the Android Marketplace, but the project will always remain open
>>>> source.
>>>>
>>>> Thanks and enjoy!
>>>> steven
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2012-09-22 12:21
FromRory Walsh
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Still quite low Steven? I think you could multiply by a factor of 6/7?

On Saturday, 22 September 2012, Steven Yi <stevenyi@gmail.com> wrote:
> Hi Rory and Dave,
>
> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
> the signal * 2.  Also did a few other changes to stabilize the app
> from crashing.
>
> Thanks for the feedback!
> steven
>
>
> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>> S3? I really have to strain to hear anything, even with the volume on
>> the phone turned up full? But when I put my phone through an amp it
>> sounds great!
>>
>> On 18 September 2012 22:49, Steven Yi <stevenyi@gmail.com> wrote:
>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>
>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel <dave@superluminal.com> wrote:
>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>> may use it on my next live gig!
>>>>
>>>> - Dave
>>>>
>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>> Hi All,
>>>>>
>>>>> I thought I'd share a small android project I created called
>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>> on Isaac Wallis's vowel filter here:
>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>> top dropdown selects which voice type, and the main area allows
>>>>> 10-finger playing.
>>>>>
>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>
>>>>> Source files are available at:
>>>>>
>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>
>>>>> and an APK is available at:
>>>>>
>>>>> http://kunstmusik.com/Vt.apk
>>>>>
>>>>> I am planning to eventually add a few more features, like chorus,
>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>> the Android Marketplace, but the project will always remain open
>>>>> source.
>>>>>
>>>>> Thanks and enjoy!
>>>>> steven
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
> Send b

Date2012-09-22 12:24
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Hm, okay, I'll experiment with volumes a bit in a moment and probably
release something soon.  Sidenote, I think I'll put the app on the
marketplace as a free app rather than paid.  So future releases may
just go through there so that updates happen for everyone
automatically.

On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
> Still quite low Steven? I think you could multiply by a factor of 6/7?
>
> On Saturday, 22 September 2012, Steven Yi  wrote:
>> Hi Rory and Dave,
>>
>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>> the signal * 2.  Also did a few other changes to stabilize the app
>> from crashing.
>>
>> Thanks for the feedback!
>> steven
>>
>>
>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>> S3? I really have to strain to hear anything, even with the volume on
>>> the phone turned up full? But when I put my phone through an amp it
>>> sounds great!
>>>
>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>
>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>> wrote:
>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>> may use it on my next live gig!
>>>>>
>>>>> - Dave
>>>>>
>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>> Hi All,
>>>>>>
>>>>>> I thought I'd share a small android project I created called
>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>> on Isaac Wallis's vowel filter here:
>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>> 10-finger playing.
>>>>>>
>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>
>>>>>> Source files are available at:
>>>>>>
>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>
>>>>>> and an APK is available at:
>>>>>>
>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>
>>>>>> I am planning to eventually add a few more features, like chorus,
>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>> the Android Marketplace, but the project will always remain open
>>>>>> source.
>>>>>>
>>>>>> Thanks and enjoy!
>>>>>> steven
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>
>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>> "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>> Send b

Date2012-09-22 13:26
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Hey Rory,

So I updated the amplitude mapping a bit, as well as added two sliders
on the right, the first for chorus and the second for reverb.  Same
link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
GIT.

Thanks!
steven


On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi  wrote:
> Hm, okay, I'll experiment with volumes a bit in a moment and probably
> release something soon.  Sidenote, I think I'll put the app on the
> marketplace as a free app rather than paid.  So future releases may
> just go through there so that updates happen for everyone
> automatically.
>
> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>
>> On Saturday, 22 September 2012, Steven Yi  wrote:
>>> Hi Rory and Dave,
>>>
>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>> the signal * 2.  Also did a few other changes to stabilize the app
>>> from crashing.
>>>
>>> Thanks for the feedback!
>>> steven
>>>
>>>
>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>> S3? I really have to strain to hear anything, even with the volume on
>>>> the phone turned up full? But when I put my phone through an amp it
>>>> sounds great!
>>>>
>>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>
>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>>> wrote:
>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>>> may use it on my next live gig!
>>>>>>
>>>>>> - Dave
>>>>>>
>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>> Hi All,
>>>>>>>
>>>>>>> I thought I'd share a small android project I created called
>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>> 10-finger playing.
>>>>>>>
>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>>
>>>>>>> Source files are available at:
>>>>>>>
>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>
>>>>>>> and an APK is available at:
>>>>>>>
>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>
>>>>>>> I am planning to eventually add a few more features, like chorus,
>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>> source.
>>>>>>>
>>>>>>> Thanks and enjoy!
>>>>>>> steven
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>
>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>> "unsubscribe csound"
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>> csound"
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>> Send b

Date2012-09-22 13:29
FromRory Walsh
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
I'm getting no sound at all now?

On Saturday, 22 September 2012, Steven Yi <stevenyi@gmail.com> wrote:
> Hey Rory,
>
> So I updated the amplitude mapping a bit, as well as added two sliders
> on the right, the first for chorus and the second for reverb.  Same
> link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
> GIT.
>
> Thanks!
> steven
>
>
> On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi <stevenyi@gmail.com> wrote:
>> Hm, okay, I'll experiment with volumes a bit in a moment and probably
>> release something soon.  Sidenote, I think I'll put the app on the
>> marketplace as a free app rather than paid.  So future releases may
>> just go through there so that updates happen for everyone
>> automatically.
>>
>> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>>
>>> On Saturday, 22 September 2012, Steven Yi <stevenyi@gmail.com> wrote:
>>>> Hi Rory and Dave,
>>>>
>>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>>> the signal * 2.  Also did a few other changes to stabilize the app
>>>> from crashing.
>>>>
>>>> Thanks for the feedback!
>>>> steven
>>>>
>>>>
>>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
>>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>>> S3? I really have to strain to hear anything, even with the volume on
>>>>> the phone turned up full? But when I put my phone through an amp it
>>>>> sounds great!
>>>>>
>>>>> On 18 September 2012 22:49, Steven Yi <stevenyi@gmail.com> wrote:
>>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>>
>>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel <dave@superluminal.com>
>>>>>> wrote:
>>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>>>> may use it on my next live gig!
>>>>>>>
>>>>>>> - Dave
>>>>>>>
>>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>>> Hi All,
>>>>>>>>
>>>>>>>> I thought I'd share a small android project I created called
>>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>>> 10-finger playing.
>>>>>>>>
>>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>>>
>>>>>>>> Source files are available at:
>>>>>>>>
>>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>>
>>>>>>>> and an APK is available at:
>>>>>>>>
>>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>>
>>>>>>>> I am planning to eventually add a few more features, like Underworld (DeLillo novel)
>>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>>> sou

Date2012-09-22 13:57
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
That's odd, I just tried the APK on my Nexus One and got sound
(though, I think adding the Chorus makes it a bit too much for this
phone).  Maybe try deleting and reinstalling?

On Sat, Sep 22, 2012 at 1:29 PM, Rory Walsh  wrote:
> I'm getting no sound at all now?
>
>
> On Saturday, 22 September 2012, Steven Yi  wrote:
>> Hey Rory,
>>
>> So I updated the amplitude mapping a bit, as well as added two sliders
>> on the right, the first for chorus and the second for reverb.  Same
>> link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
>> GIT.
>>
>> Thanks!
>> steven
>>
>>
>> On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi  wrote:
>>> Hm, okay, I'll experiment with volumes a bit in a moment and probably
>>> release something soon.  Sidenote, I think I'll put the app on the
>>> marketplace as a free app rather than paid.  So future releases may
>>> just go through there so that updates happen for everyone
>>> automatically.
>>>
>>> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
>>>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>>>
>>>> On Saturday, 22 September 2012, Steven Yi  wrote:
>>>>> Hi Rory and Dave,
>>>>>
>>>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>>>> the signal * 2.  Also did a few other changes to stabilize the app
>>>>> from crashing.
>>>>>
>>>>> Thanks for the feedback!
>>>>> steven
>>>>>
>>>>>
>>>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>>>> S3? I really have to strain to hear anything, even with the volume on
>>>>>> the phone turned up full? But when I put my phone through an amp it
>>>>>> sounds great!
>>>>>>
>>>>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>>>
>>>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>>>>> wrote:
>>>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.
>>>>>>>> I
>>>>>>>> may use it on my next live gig!
>>>>>>>>
>>>>>>>> - Dave
>>>>>>>>
>>>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>>>> Hi All,
>>>>>>>>>
>>>>>>>>> I thought I'd share a small android project I created called
>>>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example
>>>>>>>>> from
>>>>>>>>> the Android Examples project, but adds a vowel filter (vowel2,
>>>>>>>>> based
>>>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>>>> vertical slider on the left controls the vowel filter's morphing,
>>>>>>>>> the
>>>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>>>> 10-finger playing.
>>>>>>>>>
>>>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider
>>>>>>>>> does
>>>>>>>>> not seem to work when the main area is activated on the Nexus One,
>>>>>>>>> but
>>>>>>>>> on the tablet you can control both at the same time.  My guess is
>>>>>>>>> that
>>>>>>>>> with Android after 2.3 they made the controls multitouch (maybe
>>>>>>>>> 4.0+).
>>>>>>>>>
>>>>>>>>> Source files are available at:
>>>>>>>>>
>>>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>>>
>>>>>>>>> and an APK is available at:
>>>>>>>>>
>>>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>>>
>>>>>>>>> I am planning to eventually add a few more features, like
>>>>>>>>> Underworld (DeLillo novel)
>
>>>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>>>> sou

Date2012-09-22 18:22
FromDave Seidel
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
This is working fine for me, but I agree with Rory that it could use
even more amplitude. Maybe add a slider for that parameter as well?

- Dave

On 9/22/2012 8:26 AM, Steven Yi wrote:
> Hey Rory,
>
> So I updated the amplitude mapping a bit, as well as added two sliders
> on the right, the first for chorus and the second for reverb.  Same
> link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
> GIT.
>
> Thanks!
> steven
>
>
> On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi  wrote:
>> Hm, okay, I'll experiment with volumes a bit in a moment and probably
>> release something soon.  Sidenote, I think I'll put the app on the
>> marketplace as a free app rather than paid.  So future releases may
>> just go through there so that updates happen for everyone
>> automatically.
>>
>> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
>>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>>
>>> On Saturday, 22 September 2012, Steven Yi  wrote:
>>>> Hi Rory and Dave,
>>>>
>>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>>> the signal * 2.  Also did a few other changes to stabilize the app
>>>> from crashing.
>>>>
>>>> Thanks for the feedback!
>>>> steven
>>>>
>>>>
>>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>>> S3? I really have to strain to hear anything, even with the volume on
>>>>> the phone turned up full? But when I put my phone through an amp it
>>>>> sounds great!
>>>>>
>>>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>>
>>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>>>> wrote:
>>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>>>> may use it on my next live gig!
>>>>>>>
>>>>>>> - Dave
>>>>>>>
>>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>>> Hi All,
>>>>>>>>
>>>>>>>> I thought I'd share a small android project I created called
>>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>>> 10-finger playing.
>>>>>>>>
>>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>>>
>>>>>>>> Source files are available at:
>>>>>>>>
>>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>>
>>>>>>>> and an APK is available at:
>>>>>>>>
>>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>>
>>>>>>>> I am planning to eventually add a few more features, like chorus,
>>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>>> source.
>>>>>>>>
>>>>>>>> Thanks and enjoy!
>>>>>>>> steven
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>
>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>> "unsubscribe csound"
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>> csound"
>>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>> csound"
>>>>>
>>>>
>>>> Send b
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Date2012-09-22 19:34
FromRory Walsh
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Sorry Steven, now that I try it in a quieter environment I can hear
something, but again, it's very low. I have to say once again however
that the sounds are lovely!

On 22 September 2012 18:22, Dave Seidel  wrote:
> This is working fine for me, but I agree with Rory that it could use
> even more amplitude. Maybe add a slider for that parameter as well?
>
> - Dave
>
> On 9/22/2012 8:26 AM, Steven Yi wrote:
>> Hey Rory,
>>
>> So I updated the amplitude mapping a bit, as well as added two sliders
>> on the right, the first for chorus and the second for reverb.  Same
>> link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
>> GIT.
>>
>> Thanks!
>> steven
>>
>>
>> On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi  wrote:
>>> Hm, okay, I'll experiment with volumes a bit in a moment and probably
>>> release something soon.  Sidenote, I think I'll put the app on the
>>> marketplace as a free app rather than paid.  So future releases may
>>> just go through there so that updates happen for everyone
>>> automatically.
>>>
>>> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
>>>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>>>
>>>> On Saturday, 22 September 2012, Steven Yi  wrote:
>>>>> Hi Rory and Dave,
>>>>>
>>>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>>>> the signal * 2.  Also did a few other changes to stabilize the app
>>>>> from crashing.
>>>>>
>>>>> Thanks for the feedback!
>>>>> steven
>>>>>
>>>>>
>>>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>>>> S3? I really have to strain to hear anything, even with the volume on
>>>>>> the phone turned up full? But when I put my phone through an amp it
>>>>>> sounds great!
>>>>>>
>>>>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>>>
>>>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>>>>> wrote:
>>>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>>>>> may use it on my next live gig!
>>>>>>>>
>>>>>>>> - Dave
>>>>>>>>
>>>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>>>> Hi All,
>>>>>>>>>
>>>>>>>>> I thought I'd share a small android project I created called
>>>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>>>> 10-finger playing.
>>>>>>>>>
>>>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>>>>
>>>>>>>>> Source files are available at:
>>>>>>>>>
>>>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>>>
>>>>>>>>> and an APK is available at:
>>>>>>>>>
>>>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>>>
>>>>>>>>> I am planning to eventually add a few more features, like chorus,
>>>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>>>> source.
>>>>>>>>>
>>>>>>>>> Thanks and enjoy!
>>>>>>>>> steven
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>
>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>> "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>> csound"
>>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>> csound"
>>>>>>
>>>>>
>>>>> Send b
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2012-09-23 00:18
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Hi Dave,

Sounds like a good idea.  The tricky part is that I've found some
overloading when using 10 fingers.  Probably best then to just allow
it to be configurable.  I'll look at adding a settings screen next
time I work on it.

Thanks!
steven

On Sat, Sep 22, 2012 at 6:22 PM, Dave Seidel  wrote:
> This is working fine for me, but I agree with Rory that it could use
> even more amplitude. Maybe add a slider for that parameter as well?
>
> - Dave
>
> On 9/22/2012 8:26 AM, Steven Yi wrote:
>> Hey Rory,
>>
>> So I updated the amplitude mapping a bit, as well as added two sliders
>> on the right, the first for chorus and the second for reverb.  Same
>> link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
>> GIT.
>>
>> Thanks!
>> steven
>>
>>
>> On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi  wrote:
>>> Hm, okay, I'll experiment with volumes a bit in a moment and probably
>>> release something soon.  Sidenote, I think I'll put the app on the
>>> marketplace as a free app rather than paid.  So future releases may
>>> just go through there so that updates happen for everyone
>>> automatically.
>>>
>>> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
>>>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>>>
>>>> On Saturday, 22 September 2012, Steven Yi  wrote:
>>>>> Hi Rory and Dave,
>>>>>
>>>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>>>> the signal * 2.  Also did a few other changes to stabilize the app
>>>>> from crashing.
>>>>>
>>>>> Thanks for the feedback!
>>>>> steven
>>>>>
>>>>>
>>>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>>>> S3? I really have to strain to hear anything, even with the volume on
>>>>>> the phone turned up full? But when I put my phone through an amp it
>>>>>> sounds great!
>>>>>>
>>>>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>>>
>>>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>>>>> wrote:
>>>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>>>>> may use it on my next live gig!
>>>>>>>>
>>>>>>>> - Dave
>>>>>>>>
>>>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>>>> Hi All,
>>>>>>>>>
>>>>>>>>> I thought I'd share a small android project I created called
>>>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>>>> 10-finger playing.
>>>>>>>>>
>>>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>>>>
>>>>>>>>> Source files are available at:
>>>>>>>>>
>>>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>>>
>>>>>>>>> and an APK is available at:
>>>>>>>>>
>>>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>>>
>>>>>>>>> I am planning to eventually add a few more features, like chorus,
>>>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>>>> source.
>>>>>>>>>
>>>>>>>>> Thanks and enjoy!
>>>>>>>>> steven
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>
>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>> "unsubscribe csound"
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>> csound"
>>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>> csound"
>>>>>>
>>>>>
>>>>> Send b
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2012-09-23 00:23
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
Thanks Rory!  Hopefully Dave's suggestion for configurable setting
will do the trick for amplitude.  Also I think I'll look at adding
some other generator options besides vco2 saw (gbuzz, other vco2
waveforms, etc.).

Cheers!
steven

On Sat, Sep 22, 2012 at 7:34 PM, Rory Walsh  wrote:
> Sorry Steven, now that I try it in a quieter environment I can hear
> something, but again, it's very low. I have to say once again however
> that the sounds are lovely!
>
> On 22 September 2012 18:22, Dave Seidel  wrote:
>> This is working fine for me, but I agree with Rory that it could use
>> even more amplitude. Maybe add a slider for that parameter as well?
>>
>> - Dave
>>
>> On 9/22/2012 8:26 AM, Steven Yi wrote:
>>> Hey Rory,
>>>
>>> So I updated the amplitude mapping a bit, as well as added two sliders
>>> on the right, the first for chorus and the second for reverb.  Same
>>> link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
>>> GIT.
>>>
>>> Thanks!
>>> steven
>>>
>>>
>>> On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi  wrote:
>>>> Hm, okay, I'll experiment with volumes a bit in a moment and probably
>>>> release something soon.  Sidenote, I think I'll put the app on the
>>>> marketplace as a free app rather than paid.  So future releases may
>>>> just go through there so that updates happen for everyone
>>>> automatically.
>>>>
>>>> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
>>>>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>>>>
>>>>> On Saturday, 22 September 2012, Steven Yi  wrote:
>>>>>> Hi Rory and Dave,
>>>>>>
>>>>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>>>>> the signal * 2.  Also did a few other changes to stabilize the app
>>>>>> from crashing.
>>>>>>
>>>>>> Thanks for the feedback!
>>>>>> steven
>>>>>>
>>>>>>
>>>>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>>>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>>>>> S3? I really have to strain to hear anything, even with the volume on
>>>>>>> the phone turned up full? But when I put my phone through an amp it
>>>>>>> sounds great!
>>>>>>>
>>>>>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>>>>
>>>>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>>>>>> wrote:
>>>>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>>>>>> may use it on my next live gig!
>>>>>>>>>
>>>>>>>>> - Dave
>>>>>>>>>
>>>>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>>>>> Hi All,
>>>>>>>>>>
>>>>>>>>>> I thought I'd share a small android project I created called
>>>>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>>>>> 10-finger playing.
>>>>>>>>>>
>>>>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>>>>>
>>>>>>>>>> Source files are available at:
>>>>>>>>>>
>>>>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>>>>
>>>>>>>>>> and an APK is available at:
>>>>>>>>>>
>>>>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>>>>
>>>>>>>>>> I am planning to eventually add a few more features, like chorus,
>>>>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>>>>> source.
>>>>>>>>>>
>>>>>>>>>> Thanks and enjoy!
>>>>>>>>>> steven
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>
>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>>> csound"
>>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>> csound"
>>>>>>>
>>>>>>
>>>>>> Send b
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2012-09-23 13:13
FromSteven Yi
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
I've updated the APK and GIT again (http://kunstmusik.com/Vt.apk).  I
added labels to the slider (M for Morph, C for Chorus, R for Reverb,
and V for volume).  The slider goes between -30db and +24db.  I get
some bad distortion with the higher db's, but I can see it as useful
if you're not planning to do multi finger gestures.

Also, if you would like to take a look at the CSD, the latest is at:

https://bitbucket.org/kunstmusik/voicetouch/src/bd1de31d4955/res/raw/multitouch_xy.csd

If you have any suggestions on amplitude balancing, that'd be great.
(I guess I could throw on a compressor?)

Thanks!
steven

On Sun, Sep 23, 2012 at 12:23 AM, Steven Yi  wrote:
> Thanks Rory!  Hopefully Dave's suggestion for configurable setting
> will do the trick for amplitude.  Also I think I'll look at adding
> some other generator options besides vco2 saw (gbuzz, other vco2
> waveforms, etc.).
>
> Cheers!
> steven
>
> On Sat, Sep 22, 2012 at 7:34 PM, Rory Walsh  wrote:
>> Sorry Steven, now that I try it in a quieter environment I can hear
>> something, but again, it's very low. I have to say once again however
>> that the sounds are lovely!
>>
>> On 22 September 2012 18:22, Dave Seidel  wrote:
>>> This is working fine for me, but I agree with Rory that it could use
>>> even more amplitude. Maybe add a slider for that parameter as well?
>>>
>>> - Dave
>>>
>>> On 9/22/2012 8:26 AM, Steven Yi wrote:
>>>> Hey Rory,
>>>>
>>>> So I updated the amplitude mapping a bit, as well as added two sliders
>>>> on the right, the first for chorus and the second for reverb.  Same
>>>> link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
>>>> GIT.
>>>>
>>>> Thanks!
>>>> steven
>>>>
>>>>
>>>> On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi  wrote:
>>>>> Hm, okay, I'll experiment with volumes a bit in a moment and probably
>>>>> release something soon.  Sidenote, I think I'll put the app on the
>>>>> marketplace as a free app rather than paid.  So future releases may
>>>>> just go through there so that updates happen for everyone
>>>>> automatically.
>>>>>
>>>>> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
>>>>>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>>>>>
>>>>>> On Saturday, 22 September 2012, Steven Yi  wrote:
>>>>>>> Hi Rory and Dave,
>>>>>>>
>>>>>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>>>>>> the signal * 2.  Also did a few other changes to stabilize the app
>>>>>>> from crashing.
>>>>>>>
>>>>>>> Thanks for the feedback!
>>>>>>> steven
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>>>>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>>>>>> S3? I really have to strain to hear anything, even with the volume on
>>>>>>>> the phone turned up full? But when I put my phone through an amp it
>>>>>>>> sounds great!
>>>>>>>>
>>>>>>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>>>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>>>>>
>>>>>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>>>>>>> wrote:
>>>>>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>>>>>>> may use it on my next live gig!
>>>>>>>>>>
>>>>>>>>>> - Dave
>>>>>>>>>>
>>>>>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>>>>>> Hi All,
>>>>>>>>>>>
>>>>>>>>>>> I thought I'd share a small android project I created called
>>>>>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>>>>>> 10-finger playing.
>>>>>>>>>>>
>>>>>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>>>>>>
>>>>>>>>>>> Source files are available at:
>>>>>>>>>>>
>>>>>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>>>>>
>>>>>>>>>>> and an APK is available at:
>>>>>>>>>>>
>>>>>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>>>>>
>>>>>>>>>>> I am planning to eventually add a few more features, like chorus,
>>>>>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>>>>>> source.
>>>>>>>>>>>
>>>>>>>>>>> Thanks and enjoy!
>>>>>>>>>>> steven
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>
>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>>>> csound"
>>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>>> csound"
>>>>>>>>
>>>>>>>
>>>>>>> Send b
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>

Date2012-09-23 13:58
FromRory Walsh
SubjectRe: [Csnd] [announce] - VoiceTouch for Android
This is strange! If I turn up to the full I also get distortion.
Pretty nasty stuff, but if I drop the volume just a little I can
hardly hear anything again. I guess it might have something to do with
the frequency response of my phone's speakers but other apps seem to
play fine. I'm not sure how you can sort this one!

On 23 September 2012 13:13, Steven Yi  wrote:
> I've updated the APK and GIT again (http://kunstmusik.com/Vt.apk).  I
> added labels to the slider (M for Morph, C for Chorus, R for Reverb,
> and V for volume).  The slider goes between -30db and +24db.  I get
> some bad distortion with the higher db's, but I can see it as useful
> if you're not planning to do multi finger gestures.
>
> Also, if you would like to take a look at the CSD, the latest is at:
>
> https://bitbucket.org/kunstmusik/voicetouch/src/bd1de31d4955/res/raw/multitouch_xy.csd
>
> If you have any suggestions on amplitude balancing, that'd be great.
> (I guess I could throw on a compressor?)
>
> Thanks!
> steven
>
> On Sun, Sep 23, 2012 at 12:23 AM, Steven Yi  wrote:
>> Thanks Rory!  Hopefully Dave's suggestion for configurable setting
>> will do the trick for amplitude.  Also I think I'll look at adding
>> some other generator options besides vco2 saw (gbuzz, other vco2
>> waveforms, etc.).
>>
>> Cheers!
>> steven
>>
>> On Sat, Sep 22, 2012 at 7:34 PM, Rory Walsh  wrote:
>>> Sorry Steven, now that I try it in a quieter environment I can hear
>>> something, but again, it's very low. I have to say once again however
>>> that the sounds are lovely!
>>>
>>> On 22 September 2012 18:22, Dave Seidel  wrote:
>>>> This is working fine for me, but I agree with Rory that it could use
>>>> even more amplitude. Maybe add a slider for that parameter as well?
>>>>
>>>> - Dave
>>>>
>>>> On 9/22/2012 8:26 AM, Steven Yi wrote:
>>>>> Hey Rory,
>>>>>
>>>>> So I updated the amplitude mapping a bit, as well as added two sliders
>>>>> on the right, the first for chorus and the second for reverb.  Same
>>>>> link as before (http://kunstmusik.com/Vt.apk), and changes pushed to
>>>>> GIT.
>>>>>
>>>>> Thanks!
>>>>> steven
>>>>>
>>>>>
>>>>> On Sat, Sep 22, 2012 at 12:24 PM, Steven Yi  wrote:
>>>>>> Hm, okay, I'll experiment with volumes a bit in a moment and probably
>>>>>> release something soon.  Sidenote, I think I'll put the app on the
>>>>>> marketplace as a free app rather than paid.  So future releases may
>>>>>> just go through there so that updates happen for everyone
>>>>>> automatically.
>>>>>>
>>>>>> On Sat, Sep 22, 2012 at 12:21 PM, Rory Walsh  wrote:
>>>>>>> Still quite low Steven? I think you could multiply by a factor of 6/7?
>>>>>>>
>>>>>>> On Saturday, 22 September 2012, Steven Yi  wrote:
>>>>>>>> Hi Rory and Dave,
>>>>>>>>
>>>>>>>> I've updated the APK (http://www.kunstmusik.com/Vt.apk) and multiplied
>>>>>>>> the signal * 2.  Also did a few other changes to stabilize the app
>>>>>>>> from crashing.
>>>>>>>>
>>>>>>>> Thanks for the feedback!
>>>>>>>> steven
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Sep 20, 2012 at 5:32 PM, Rory Walsh  wrote:
>>>>>>>>> Great Steven. One thing, the volume is extremely low on my new Galaxy
>>>>>>>>> S3? I really have to strain to hear anything, even with the volume on
>>>>>>>>> the phone turned up full? But when I put my phone through an amp it
>>>>>>>>> sounds great!
>>>>>>>>>
>>>>>>>>> On 18 September 2012 22:49, Steven Yi  wrote:
>>>>>>>>>> Nice!  Looking forward to hearing some recordings in the future. :)
>>>>>>>>>>
>>>>>>>>>> On Tue, Sep 18, 2012 at 10:44 PM, Dave Seidel 
>>>>>>>>>> wrote:
>>>>>>>>>>> Cool, Steven!  just installed it on my Nexus 7 and it worked fine.  I
>>>>>>>>>>> may use it on my next live gig!
>>>>>>>>>>>
>>>>>>>>>>> - Dave
>>>>>>>>>>>
>>>>>>>>>>> On 9/18/2012 8:23 AM, Steven Yi wrote:
>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>
>>>>>>>>>>>> I thought I'd share a small android project I created called
>>>>>>>>>>>> VoiceTouch.  It uses the basic parts of the MultitouchXY example from
>>>>>>>>>>>> the Android Examples project, but adds a vowel filter (vowel2, based
>>>>>>>>>>>> on Isaac Wallis's vowel filter here:
>>>>>>>>>>>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=77).  The
>>>>>>>>>>>> vertical slider on the left controls the vowel filter's morphing, the
>>>>>>>>>>>> top dropdown selects which voice type, and the main area allows
>>>>>>>>>>>> 10-finger playing.
>>>>>>>>>>>>
>>>>>>>>>>>> Tested on a Nexus One phone and Nexus 7 tablet.  Note: The slider does
>>>>>>>>>>>> not seem to work when the main area is activated on the Nexus One, but
>>>>>>>>>>>> on the tablet you can control both at the same time.  My guess is that
>>>>>>>>>>>> with Android after 2.3 they made the controls multitouch (maybe 4.0+).
>>>>>>>>>>>>
>>>>>>>>>>>> Source files are available at:
>>>>>>>>>>>>
>>>>>>>>>>>> https://bitbucket.org/kunstmusik/voicetouch/
>>>>>>>>>>>>
>>>>>>>>>>>> and an APK is available at:
>>>>>>>>>>>>
>>>>>>>>>>>> http://kunstmusik.com/Vt.apk
>>>>>>>>>>>>
>>>>>>>>>>>> I am planning to eventually add a few more features, like chorus,
>>>>>>>>>>>> delay, and controls for the reverb.  Future versions may be sold on
>>>>>>>>>>>> the Android Marketplace, but the project will always remain open
>>>>>>>>>>>> source.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks and enjoy!
>>>>>>>>>>>> steven
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>>>
>>>>>>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>>>>>> "unsubscribe csound"
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>>>>> csound"
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>>>>>>> csound"
>>>>>>>>>
>>>>>>>>
>>>>>>>> Send b
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>