Hi,

I'm trying to do something quite easy that I already did and that does not
work anymore : use a smartkeyboard app on an Android mobile.

I downloaded the code of a project made during a workshop and available at
https://ccrma.stanford.edu/~rmichon/mobileSynth/  called "Phlute".

- I export it (online) on the Faust Editor for Android / Smartkeyboard
- I can download it on my Android phone, and install it but when I runt it,
I get this message "Patch has stopped. Close the application" (in French
"Patch s'est arrêté".)

(When I export a "normal" appli for Android / Android , I get no problem).

I can't understand this, as 3 months ago, this worked very well.

Has something changed on the application ? Do I have to do something
special on my mobile ?

At last, I thought we could use smartkeyboard on iOS ? Why is the export
for iOS / smartkeyboard doesn't exist anymore ?

Thanks for your help.
Virginie K

Here is the code, in case of ...

// Casey Kim - "Phlute"
// CCRMA Mobile Synth Workshop 6/2017

declare interface "SmartKeyboard{
        'Number of Keyboards':'2',
        'Max Keyboard Polyphony':'0',
  'Inter-Keyboard Slide':'1',
        'Mono Mode':'1',
        'Keyboard 0 - Number of Keys':'13',
  'Keyboard 1 - Number of Keys':'13',
  'Keyboard 0 - Lowest Key':'72',
  'Keyboard 1 - Lowest Key':'60',
  'Rounding Mode':'0'
}";

import("stdfaust.lib");

freq = hslider("freq",440,50,5000,0.01);
ctfreq = hslider("ctfreq[acc: 0 0 -10 0 10]",3000,300,5000,0.01) : si.smoo;
vib = hslider("vib[acc: 1 0 -10 0 10]", 0,0,0.02,0.01);

process = an.amp_follower(0.17)*os.triangle(freq + os.osc(5)*vib*freq)
: fi.resonlp(ctfreq,7,1)
<: dm.zita_rev1;
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to