Re: [Faudiostream-users] When do int or float numerical entries make a difference?

2021-02-08 Thread Stéphane Letz
time.. Guys if you can recrut an army of compiler competent developers, we would be interested… In the meantime having an extensive list of all the issues you have discovered can help ! Thanks. Stéphane > Le 8 févr. 2021 à 20:42, Oleg Nesterov a écrit : > > On 02/08, Stéphane L

Re: [Faudiostream-users] When do int or float numerical entries make a difference?

2021-02-08 Thread Stéphane Letz
The ‘pow' operation computed on integer arguments was indeed incorrect at compile time. Should be fixed in 2.30.12 version on master-dev. The documentation has been completed for numbers: https://faustdoc.grame.fr/manual/syntax/#numbers Stéphane > Le 8 févr. 2021 à 00:11, Dario Sanfilippo

Re: [Faudiostream-users] uninstall

2021-02-03 Thread Stéphane Letz
« make install » will indeed overwrite the appropriate files. Stéphane > Le 4 févr. 2021 à 00:17, Bob Bobsled a écrit : > > Hi, > I followed the instructions, here, for building on linux fedora: > https://github.com/grame-cncm/faust/wiki/BuildingSimple > > I'm trying to run make uninstall be

[Faudiostream-users] Documentation on architectures files

2021-02-03 Thread Stéphane Letz
Hi all, Never too late, an extensive documentation on architecture files is now published: https://faustdoc.grame.fr/manual/architectures/ Feedback welcome: parts still not so clear, missing explanations, typos... Stéphane ___ Faudiostream-users mai

Re: [Faudiostream-users] Different input and output devices in CAQt applications

2021-02-01 Thread Stéphane Letz
Hi Dario, In CAQt the CoreAudio driver can only access the so-called « default device » of the machine, which is typically configured using the Audi Midi Setup tool. Then since several versions of OSX back, audio devices for input as output are physically separated, and have to be combined as

Re: [Faudiostream-users] What am I missing?

2021-01-29 Thread Stéphane Letz
Hi Bruce, The target you are using produces a single C file that is not self-contained and has to be included in a larger project to be usable. If you want to directly produce a standalone application from the Faust Web IDE, you have a large choice; depending of the OS you are targeting, like

Re: [Faudiostream-users] Faust, Big Sur, Macbook M1 CPU, RME Babyface

2021-01-23 Thread Stéphane Letz
Good to know (we don’t have a M1 Mac Big Sur 11.1 yet). What do you mean by « apart from having to whitelist modules after exporting them » ? Thanks. Stéphane > Le 24 janv. 2021 à 01:02, s...@ethnographer.ca a écrit : > > I’ve used Faust on my M1 Mac (Big Sur 11.1) without too many problems

[Faudiostream-users] Faust 2.30.5 release

2021-01-23 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.30.5 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] FaustLive 2.5.5 release

2021-01-23 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.5 Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] [scale:log] / [scale:exp] behaviour in faustIDE vs. faust2caqt

2021-01-20 Thread Stéphane Letz
scale:log are not implemented in the Faust Web IDE, added on the TODO list. Stéphane > Le 20 janv. 2021 à 09:32, Till Bovermann a écrit : > > Hello :) > > > I discovered that the scale identifier behaves differently in faustIDE to how > it behaves in e.g. faust2caqt: > > > // this in faust

[Faudiostream-users] Faust support in the VCV Prototype

2021-01-19 Thread Stéphane Letz
For VCV-Rack lovers, (https://vcvrack.com/) Faust can now be used in the VCV Prototype, see https://github.com/VCVRack/VCV-Prototype and https://github.com/VCVRack/VCV-Prototype/blob/v1/Faust.md Stéphane ___ Faudiostream-users mailing list Faudiostre

Re: [Faudiostream-users] ESP32 : Sampling Rate can only be 48k?

2021-01-18 Thread Stéphane Letz
https://join.slack.com/t/faustaudio/shared_invite/zt-a624szlz-fL4v2DTR~ZGlI7wARryT7g > Le 18 janv. 2021 à 16:27, francesco mulassano > a écrit : > > Hi! Can i have also the link for the faust slack? > Thanks > > Il giorno lun 18 gen 2021 alle ore 15:38 Stéphane Letz ha

Re: [Faudiostream-users] ESP32 : Sampling Rate can only be 48k?

2021-01-18 Thread Stéphane Letz
How to you produce and compile the C++ code? I’ve sent you an invite link on the Faust Slack channel. Stéphane > Le 18 janv. 2021 à 15:31, Meng Qi a écrit : > > Hi, > > I am using ESP32 with Arduino. > > I've found out that if I use lower sampling rates than 48k when I initialize > the eng

[Faudiostream-users] FaustLive 2.5.5-rc1 to test

2021-01-14 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases/tag/2.5.5-rc1 Please report any problem. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust 2.30.5-rc1 to test

2021-01-14 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases/tag/2.30.5-rc1 Please report any problem. Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] Wavetable oscillator issue

2021-01-13 Thread Stéphane Letz
/ And here I used the previous indexes to create the values of the 4 > > points needed for the spline interpolation and thus, this will generate > > other more inputs... > > v0 = 0,(blend_a*(idx1+bas)) + (blend_b*(idx1+b_next)) : tab; // without > > an LFO modulating th

Re: [Faudiostream-users] Wavetable oscillator issue

2021-01-13 Thread Stéphane Letz
Hi Alessandro, I’m not sure to follows all the details of your code, but compiling it in C++, it generates a DSP with 1344 inputs (!!), 1 output, and 11884 lines of code. So something is probably wrong. Can you possibly explain it more, and/or comment the code in details ? Thanks. Stéphane

Re: [Faudiostream-users] Using Faust in Embedded Rust

2021-01-11 Thread Stéphane Letz
Hi Karl, Yes, the Rust backend has been developed starting in 2017, with very limited experience in Rust at that time, and the generated code is far from optimal. It has been improved a bit recently by Fabian Keller (see https://github.com/bluenote10), but we know (doing some CPU test comparing

Re: [Faudiostream-users] [faudiostream:discussion] double and/or quad precision

2021-01-08 Thread Stéphane Letz
Hi Mark-David, > Le 8 janv. 2021 à 19:36, Mark-David Hosale a > écrit : > > Hi again- > I was wondering if anyone had advice about compiling FAUST using double > and/or quad precision? For the biosensing analysis we are doing we are > working with filters a low frequencies (0.05-40Hz), which

Re: [Faudiostream-users] how to pass sample data from embedded environment to table.

2021-01-02 Thread Stéphane Letz
Happy new year to the entire Faust community ! For sound sample support, a better way would be to use the language primitive «soundfile »: https://faustdoc.grame.fr/manual/syntax/#soundfile-primitive, and implement the C++ architecture file that is needed to load soundfile at init time. Look at

Re: [Faudiostream-users] documentation of headers

2020-12-28 Thread Stéphane Letz
You cal possible use APIUI here : https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/gui/APIUI.h (even it it is possible a bit « too much » for you use case) Stéphan e > Le 28 déc. 2020 à 09:45, Till Bovermann a écrit : > > Season's greetings! > > I was wondering if there

Re: [Faudiostream-users] architecture files and -lang

2020-12-27 Thread Stéphane Letz
> Le 27 déc. 2020 à 14:25, James Mckernon a écrit : > > I am looking at faust's output options for compilation. I have a > couple of questions: > > 1. The -lang option allows a number of options for output language, > including c, cpp, and ocpp. What is ocpp here, and how does it differ > from

Re: [Faudiostream-users] how to get elapsed time or samples between triggers

2020-12-22 Thread Stéphane Letz
ot;, 0, > maxSamples); > recIndex = (+(1) : %(maxSamples)) ~ *(btn) : int : > hbargraph("[2]rec_index", 0, maxSamples); > > looper = rwtable(maxSamples,0.0,recIndex,_,readIndex); > > process = looper <: _,_; > > It needs more work to become usab

Re: [Faudiostream-users] how to get elapsed time or samples between triggers

2020-12-22 Thread Stéphane Letz
> Le 22 déc. 2020 à 14:29, Daniele Pagliero a > écrit : > > this statement is clear: > > recIndex = (+(1) : %(maxSamples)) ~ *(btn) > > and I can translate it in something like: > > recIndex = ((recIndex + 1) % maxSamples) * btn No, you cannot write the second version with « recI

Re: [Faudiostream-users] how to get elapsed time or samples between triggers

2020-12-22 Thread Stéphane Letz
to change it in this way: > > readIndex = (+(1) : %(loopSize)) ~ _ : int > > that for me seems the same syntax of: > > readIndex = (readIndex + 1) % loopSize > > But it doesn't work. Can you please help me? > > Thank you, > Daniele > > >

Re: [Faudiostream-users] how to get elapsed time or samples between triggers

2020-12-22 Thread Stéphane Letz
he online Faust IDE. > > Daniele > > Il giorno mar 22 dic 2020 alle ore 11:40 Stéphane Letz ha > scritto: > Hi Daniele, > > I don’t see this error when compiling here with master-dev 2.30.3 version. > > Which Faust version are you using ? > > Thanks. >

Re: [Faudiostream-users] how to get elapsed time or samples between triggers

2020-12-22 Thread Stéphane Letz
Hi Daniele, I don’t see this error when compiling here with master-dev 2.30.3 version. Which Faust version are you using ? Thanks. Stéphane > Le 22 déc. 2020 à 01:34, daniele.pagli...@gmail.com a écrit : > > Hi Dario, > > thanks a lot! It is exactly what I needed. > To go further with the lo

Re: [Faudiostream-users] noise from fi.highpass

2020-12-21 Thread Stéphane Letz
> > Following this idea, would it be good to have guards in tables and delays to > avoid seg_fault 11 when indexes are weird values such as NAN? INF doesn't > seem to be a problem for delay values in delay lines. For example: > > import("stdfaust.lib"); > process = de.fdelay(16, del, no.noise)

Re: [Faudiostream-users] noise from fi.highpass

2020-12-21 Thread Stéphane Letz
Very interesting discussion ! (even if I do now follow all the details for now): - about the « singleprecision/doubleprecision/quadprecision » recent addition in the language, and about the use of ma.EPSILON (that is indeed defined using singleprecision/doubleprecision/quadprecision model). The

Re: [Faudiostream-users] noise from fi.highpass

2020-12-19 Thread Stéphane Letz
In the C++ backend tan funciton is compiled in the polymorphic std::tan that actually uses the tanf (float) or tan (double) or tanl (quad): https://en.cppreference.com/w/cpp/numeric/math/tan Same for the C backend, so I guess this is correct? Stéphane > Le 20 déc. 2020 à 00:05, Julius Smith

Re: [Faudiostream-users] noise from fi.highpass

2020-12-19 Thread Stéphane Letz
> Le 19 déc. 2020 à 18:58, Oleg Nesterov a écrit : > > On 12/19, Dario Sanfilippo wrote: >> >>> And this probably means that Dario was right, and the problem was caused >>> by quantisation. >>> >>> Because IIUC in theory (and unless you modulate HPFfreq) these 3 filters >>> >>>fi.hig

Re: [Faudiostream-users] Multi-platform mobile dev with Faust

2020-12-18 Thread Stéphane Letz
JUCE's "dsp" namespace. This only bites if you try to use both > Faust and the juce_dsp module, which Plugin GUI Magic happens to require. My > solution was to rename the Faust dsp class to faustdsp, and all is working > well. > I use Faust's APIUI.h as the basis

Re: [Faudiostream-users] Embed faust preview in a webpage

2020-12-18 Thread Stéphane Letz
Hi Francesco, Faust DSP code can be compiled and embedded in Web pages, basically either using the « static » model (precompiling the DSP code to WebAssembly + JavasCript code) or embedding the Faust compiler itself (using web libfaust library compiled for the Web). See more informations here:

Re: [Faudiostream-users] Multi-platform mobile dev with Faust

2020-12-17 Thread Stéphane Letz
Hi Ron, > Le 17 déc. 2020 à 15:13, Ron Herrema a écrit : > > Hi everyone, > > I'm wondering what currently is the most efficient pathway to developing > audio-based apps for iOS and Android using Faust. I'm an iOS developer and > electroacoustic composer who has created a couple of generative

[Faudiostream-users] Dplug support with a new D backed and faust2dplug script

2020-12-16 Thread Stéphane Letz
Hi all, Dplug (https://dplug.org/) is an open-source audio plug-in framework existing since 2013.) A plugin framework is a library whose aim is to make cross-platform audio development a practical reality. As such, Dplug can be used to create audio effects (such as a VST 2.4) for use in popula

[Faudiostream-users] Publication of the libfaust package on NPM

2020-12-04 Thread Stéphane Letz
Hi all, The Faust Web Audio library provides a high level Javascript API over the Faust compiler. The interface is designed to be used with TypeScript, but describes and documents the API for pure Javascript as well. It is now available here: https://www.npmjs.com/package/@grame/libfaust Note

[Faudiostream-users] Video of IFC 2020

2020-12-03 Thread Stéphane Letz
Hi All, Thanks all involved in this somewhat awesome 2nd edition of the IFC, the videos of all presentations are already there: https://www.youtube.com/channel/UCxc8x-JmLtBXMRfDEuV4WXg Alain, I guess you can complete on what will happen regarding the video recording of the Zoom session includi

Re: [Faudiostream-users] Faust & Juce

2020-11-29 Thread Stéphane Letz
Hi Christophe, They are basically 2 way to export from Faust to JUCE: - using the faust2juce tool, that generates the GUI in a automatic way see: - a post here: https://faust.grame.fr/community/news/#2017-02-21-faust-meets-juce - faust2juce documentation here: https://github.c

[Faudiostream-users] Where to learn Faust ?

2020-11-26 Thread Stéphane Letz
Hi all, We would like to prepare a page with a list of all places in the world where you can learn Faust. We started a page here on the Faust website Github, almost empty for now: https://github.com/grame-cncm/faustwebsite/blob/master/mkdocs/docs/community/learning.md People teaching Faust ? T

[Faudiostream-users] Fwd: Public Online Presentations

2020-11-23 Thread Stéphane Letz
--- For online teaching in the summer semester 2020, the regular class 
'Sound Synthesis' at TU Berlin was shifted to Faust. 
Within this session, students will present their projects from this first run: Tuesday 24.11.2020, 4PM CET https://tu-berlin.zoom.us/j/2651160292?pwd=VURPZHBIQWJ0d3dDaThO

Re: [Faudiostream-users] Making a sampler with rwtable

2020-11-16 Thread Stéphane Letz
Definitively is a bug, thanks for reporting, added on the TODO list. Stéphane > Le 13 nov. 2020 à 18:00, Oleg Nesterov a écrit : > > On 11/13, Karl Schultheisz via Faudiostream-users wrote: >> >>process = os.osc(55) : rwtable(1024, 0.1, 42, _, 42); >> >> The result, as demonstrated using

Re: [Faudiostream-users] faust installation on mac osx to use with xcode

2020-11-16 Thread Stéphane Letz
Hi Steve, For iOS support (i guess you want to use faust2api -ios or faust2ios right?), you dont' need to install LLVM. From the base folder: make && sudo install should directly work. Stéphane > Le 15 nov. 2020 à 18:48, da a écrit : > > hello, i am on this tutorial: > https://ccrma.stan

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-10 Thread Stéphane Letz
> > In theory yes, I guess the WebAudio implantation in a given browser has to > support that: have you tried ? > > Yes I did check and only input 1 and 2 of my soundcard works (RME fireface > UCX). > I suggest googleing "multi-channel audio card web audio API » or similar, and possibly imp

Re: [Faudiostream-users] About online editor

2020-11-08 Thread Stéphane Letz
Official versions are : https://fausteditor.grame.fr for the older and simpler version of the Editor https://faustide.grame.fr for the newest and more complete one Both of them use the same remote compilation service with has several targets for ESP32. Stéphane > Le 8 nov. 2020 à 18:11, Maha

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-06 Thread Stéphane Letz
cal ssl key, but browsers won't recognized it as > secure. > So you really need a paid space on a server with security certificates so > that you have https. If you just to test few things out, it appears that > pythonanywhere gives access to https for free for three month wi

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-02 Thread Stéphane Letz
;m using Firefox but the same error shows up in Chrome. > > Loïc > > Le lun. 2 nov. 2020 à 11:20, Stéphane Letz a écrit : > The generated HTML page has to be loaded with http:// protocol, not file://. > > So you will have to start a local server, like using « python -m > S

Re: [Faudiostream-users] Web audio app for hexaphonic effects

2020-11-02 Thread Stéphane Letz
The generated HTML page has to be loaded with http:// protocol, not file://. So you will have to start a local server, like using « python -m SimpleHTTPServer » for instance. Stéphane > Le 2 nov. 2020 à 11:15, Loïc Reboursiere a écrit : > > Hi, > > I'm working on hexaphonic guitar (elect

Re: [Faudiostream-users] gain difference meter

2020-10-19 Thread Stéphane Letz
This version: diffN(fx) = m_in <: fx,(m_in <: (fx,m_in) : ro.interleave(ins,2) : m_sub : m_dmeter) : ro.interleave(ins,2) : m_attach with { ins = inputs(fx); m_in = par(i,ins,_); m_sub = par(i,ins,m_gr); m_dmeter = par(i,ins,dmeter(i)); m_attach = par(i,ins,attach); m_gr(

Re: [Faudiostream-users] Problem with FaustLive under MacOS Catalina

2020-10-14 Thread Stéphane Letz
Well several libraries are actually missing in FaustLive 2.5.4. I've fixed this on Github, and we'll have to prepare a new release. Stéphane > Le 14 oct. 2020 à 17:10, bonardi a écrit : > > Thank you very much, Yann! > > Cheers, > > Alain > >> Le 14 oct. 2020 à 12:07, Yann Orlarey a éc

Re: [Faudiostream-users] Fwd: Export Faust Code not working

2020-09-29 Thread Stéphane Letz
Strange… are you using https://faustide.grame.fr/ ? Which browser ? Stéphane > Le 29 sept. 2020 à 22:05, Rich Cochrane a écrit : > > Hello, > > I'm just getting started with Faust and having fun with it -- so first of > all, thanks to those who make & maintain it. > > I am running into one

Re: [Faudiostream-users] external usb midi keyboard

2020-09-25 Thread Stéphane Letz
- when you design a DSP that following the polyphonic instrument conventions, the MIDI key to freq conversion is done for you. Read again the "MIDI Polyphony Support » in https://faustdoc.grame.fr/manual/midi/ - then you need to activate the polyphonic mode in the Faust IDE, that is « Poly Voic

Re: [Faudiostream-users] external usb midi keyboard

2020-09-23 Thread Stéphane Letz
The up-to-date MIDI documentation is here: https://faustdoc.grame.fr/manual/midi/ HTH, Stéphane > Le 24 sept. 2020 à 04:06, Thadeus Reed a écrit : > > Hi Bob, > > I'm not sure what your development setup is but I found it very helpful to > use the Web IDE when developing https://faust.gram

Re: [Faudiostream-users] Installing Faust on Windows 10

2020-09-16 Thread Stéphane Letz
You can possibly use the binary version from here: https://github.com/grame-cncm/faust/releases/tag/2.27.2 What concrete use-case do you consider ? Stéphane > Le 16 sept. 2020 à 11:00, Erwin Engelsma a écrit > : > > Hello, > > I have just started learning to program, using Victor Lazzarin

Re: [Faudiostream-users] Problem with FaustLive 2.5.0

2020-09-15 Thread Stéphane Letz
Hi Alain, Tested and woking here with latest FL version 2.5.4, see https://github.com/grame-cncm/faustlive/releases/tag/2.5.4 Is there any reason to still use FL 2.5.0 ? Stéphane > Le 15 sept. 2020 à 10:28, Alain Bonardi a écrit : > > Hello dear members of the list, > > I am facing a stra

Re: [Faudiostream-users] Transistor organ and hammond emulation

2020-08-31 Thread Stéphane Letz
BTW foo-yc20 was quite costly, I don't think it can run on teensy Stéphane > Le 31 août 2020 à 19:28, francesco mulassano > a écrit : > > i know the foo-yc20 > but i was looking for something done with faust > for a project I'm working on (based on teensy) > I would need something simple to e

[Faudiostream-users] FaustLive 2.5.4 release

2020-07-27 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust 2.27.1 release

2020-07-27 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] FaustLive 2.5.4 pre-release (RC2) to test

2020-07-23 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust 2.27.1 pre-release (RC2) to test

2020-07-23 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] Compiling W64 VST

2020-07-21 Thread Stéphane Letz
> Le 22 juil. 2020 à 01:33, João Davi Stefanello > a écrit : > > Allright, with the boost library I could create an .lv2 extension... > But is it in ARM 32 bit format? Because I had the same problem with the .lv2 > created on web IDE. I don't think ARM 32 bit comes in the picture. Like mos

[Faudiostream-users] [CORRECTION] FaustLive 2.5.4 pre-release to test

2020-07-21 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Using Faust in the VCV Rack and VCV Prototype

2020-07-21 Thread Stéphane Letz
Hi all, The VCV Rack project is a software simulation of modular synthesis (see https://vcvrack.com) with an active and vibrant community ! There is an interesting project to use Faust to generate models for this software, see Martin Zuther ProtoFaust here: https://github.com/mzuther/ProtoFaus

[Faudiostream-users] Faust 2.27.1 pre-release to test

2020-07-21 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faust/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

[Faudiostream-users] Faust 2.5.4 pre-release to test

2020-07-21 Thread Stéphane Letz
Here: https://github.com/grame-cncm/faustlive/releases Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] Compiling W64 VST

2020-07-20 Thread Stéphane Letz
pile the .dsp files. > > I couldn't "make" Faust Live software too, but I downloaded it from the git > repository. > Any suggestions? > > Regards > > Em qui., 16 de jul. de 2020 às 03:47, Stéphane Letz escreveu: > > > > Le 16 juil. 2020 à 0

Re: [Faudiostream-users] Compiling W64 VST

2020-07-15 Thread Stéphane Letz
> Le 16 juil. 2020 à 02:05, João Davi Stefanello > a écrit : > > > Is your instrument polyphonic? > > > Yes, with 4 voices. More than this presented noise. > > Now I'm trying to export an LV2 plugin to use with Zynthian, which runs on a > Raspberry Pi 3. > The system architecture is an L

Re: [Faudiostream-users] Compiling W64 VST

2020-07-06 Thread Stéphane Letz
> Le 6 juil. 2020 à 23:31, João Davi Stefanello a > écrit : > > First of all, thank you for the amazing work, you're a legend. I agree, Julius is a legend ! > > In fact, there was two string names called "ganho", I thought that would not > be a problem, as there were different local variab

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Stéphane Letz
all pieces of code too, but it doesn't work with > more than an oscillator and an envelope :/ > QR code became broken. Sometimes if I refresh the page and paste the code it > works, maybe it's something in my browser. > Thanks for your attention anyway :) > > Em sáb., 4 d

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Stéphane Letz
oscillator and an envelope :/ > QR code became broken. Sometimes if I refresh the page and paste the code it > works, maybe it's something in my browser. > Thanks for your attention anyway :) > > Em sáb., 4 de jul. de 2020 às 17:44, Stéphane Letz escreveu: > Thanks for

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Stéphane Letz
écrit : > > Sending attached. > > Em sáb., 4 de jul. de 2020 às 17:13, Stéphane Letz escreveu: > What is the DSP code? > > > > Le 4 juil. 2020 à 22:12, João Davi Stefanello > > a écrit : > > > > > What happens exactly ? Does it work with other VST hosts?

Re: [Faudiostream-users] Compiling W64 VST

2020-07-04 Thread Stéphane Letz
> Le 4 juil. 2020 à 21:25, João Davi Stefanello a > écrit : > > I've been developing some subtractive synthesis code in the Faust's web > editor and when i run the code on chrome it works fine (except for the > release of en.adsre wich appears to keep short doesn't matter how i increase > t

Re: [Faudiostream-users] FAUST MIDI Input

2020-06-29 Thread Stéphane Letz
No sure if IPlug2 => Faust connection is already in place. I think you should ask iPlug2 developers, see https://github.com/iPlug2/iPlug2 Maybe Oli Larkin who should be on this list can answer here ? Stéphane > Le 28 juin 2020 à 23:22, Súton a écrit : > > hi, i am working with FAUST and IPlug

Re: [Faudiostream-users] Ris: Faustide and Midi input

2020-06-28 Thread Stéphane Letz
> a écrit : > > hi Stéphane, look at this example > https://faustide.grame.fr/?code=https://faustdoc.grame.fr/manual/midi/exfaust4/exfaust4.dsp > > as you can see in the screenshot, i receive the note 62 from my arturia > keystep but the sound can't change > >

Re: [Faudiostream-users] Faustide and Midi input

2020-06-26 Thread Stéphane Letz
Have you tried the Faust Web IDE ? (running on Chrome so that you can have MIDI) https://faustide.grame.fr/ Stéphane > Le 27 juin 2020 à 01:10, francesco mulassano > a écrit : > > Hi, I'm trying to use a midi keyboard with the faustide, i see the notes but > nothing plays ... I use for ex

Re: [Faudiostream-users] faust2teensy doesn't compile on teensy 4.0

2020-06-26 Thread Stéphane Letz
Read that thread : https://forum.pjrc.com/threads/55274-Using-Faust-with-Teensy Stéphane > Le 26 juin 2020 à 11:04, Ciro Caputo a écrit : > > Hi, first time poster, long time lurker here. > After fiddling with Faust for a bit I bought a Teensy 4 to try to run some > Faust patches I made on it

Re: [Faudiostream-users] loading samples

2020-06-25 Thread Stéphane Letz
Yes look : - at the soundfile primitive here: https://faustdoc.grame.fr/manual/syntax/ - some more explanations here: https://github.com/grame-cncm/faustdoc/blob/master/mkdocs/docs/manual/soundfiles.md - some simple DSP examples here: https://github.com/grame-cncm/faust/tree/master-dev/tests

Re: [Faudiostream-users] FAUSTPy

2020-06-14 Thread Stéphane Letz
Hi Marc, Making the package work again would be great ! Fell free to ask for help if needed. Stéphane > Le 14 juin 2020 à 22:36, Marc Joliet a écrit : > > (Sorry, only sent this to Vince originally.) > > Am Samstag, 13. Juni 2020, 18:11:17 CEST schrieb vince via Faudiostream-users: >> Hi

Re: [Faudiostream-users] FAUSTPy

2020-06-13 Thread Stéphane Letz
Where is it? What are he problems to make it work? Stéphane > Le 13 juin 2020 à 18:11, vince via Faudiostream-users > a écrit : > > Hi everybody! > > just a simple question: Is the FAUSTPy module stil up-to-date or is it > abandonned? Because the last commit was 5 years ago... and can't get

Re: [Faudiostream-users] (no subject)

2020-06-13 Thread Stéphane Letz
Please describe more precisely the procedure you follow, and what does not work. Thanks. Stephane > Le 13 juin 2020 à 17:33, Magnus a écrit : > > Hello, > I'm trying to make a Faust oscillator with multiple voices for a teensy > 3.6, I can't seem to get it working. > > this is my Faust code

Re: [Faudiostream-users] towards 1-bit DSD dsp in faust — state in a foreign function?

2020-06-04 Thread Stéphane Letz
Are you really sure this cannot be expressed using the recursive operator ? Do you have some already written code to show ? Stéphane > Le 4 juin 2020 à 16:58, Till Bovermann a écrit : > > Dear list, > > I am currently trying to implement 1bit-synthesis mechanisms in faust and > have some sk

Re: [Faudiostream-users] Transmitting OSC messages from a FAUST app

2020-05-27 Thread Stéphane Letz
ble to send OSC messages from FAUST? Ultimately, I want to run > the code without a GUI to reduce CPU load. > > James >> On 26 May 2020, at 22:30, Stéphane Letz wrote: >> >> 1) use bargraph (see >> https://faustdoc.grame.fr/manual/syntax/#vbargraph-metadata) &

Re: [Faudiostream-users] Reading wav Files

2020-05-26 Thread Stéphane Letz
1) read for the « soundfile primitive » in the Faust syntax page here: https://faustdoc.grame.fr/manual/syntax 2) since using sound files (actually all formats that can be read by the libsndfile library: http://www.mega-nerd.com/libsndfile/), have to be « combined with the generated binary » (

Re: [Faudiostream-users] Transmitting OSC messages from a FAUST app

2020-05-26 Thread Stéphane Letz
1) use bargraph (see https://faustdoc.grame.fr/manual/syntax/#vbargraph-metadata) 2) compile with -osc like : faust2jack -osc foo.dsp 3) start with -xmit 1 mode like : ./foo -xmit 1 (see https://faustdoc.grame.fr/manual/osc/) Stéphane > Le 26 mai 2020 à 22:51, formuls a écrit : > > Hello

Re: [Faudiostream-users] Pattern matching and lists in Faust

2020-05-26 Thread Stéphane Letz
>> > > Thanks. > > This, and the previous discussion, were helpful in shedding light on > an aspect of faust on which the docs are somewhat unclear. > I hope/guess Yann is going to immediately improve this specific question in the documentation ((-; This is the good time since new updated

Re: [Faudiostream-users] Help with pattern matching to implement an if-then-else-if function

2020-05-22 Thread Stéphane Letz
https://join.slack.com/t/faustaudio/shared_invite/zt-a624szlz-fL4v2DTR~ZGlI7wARryT7g > Le 22 mai 2020 à 09:20, Alejandro Olarte a écrit : > > Could somebody point me to the Slack channel? I like to follow it. > Thanks, > Alejandro > >> On 22 May 2020, at 10.

Re: [Faudiostream-users] Help with pattern matching to implement an if-then-else-if function

2020-05-22 Thread Stéphane Letz
Faust Slack or Discord channels allows faster interactions which helps debug sometimes... We have the mailing list, those 2 channels and the https://github.com/grame-cncm/faust/issues We could even add a forum ? I try to follow everything... Stéphane > Personally, regardless of the compl

Re: [Faudiostream-users] crossfeedback

2020-05-21 Thread Stéphane Letz
> > > Feedback without delay of blocksize is sick. You just can’t make this circuit > in SC. > This was *one* of the initial motivation of the project… ((-; Welcome to Faust ! Stéphane ___ Faudiostream-users mailing list Faudiostream-users@lists

Re: [Faudiostream-users] Help with pattern matching to implement an if-then-else-if function

2020-05-21 Thread Stéphane Letz
> > I managed to find a commit talking about the "route" primitive, but I > couldn't find anything about "outputs": what is it? > > If I run > Look at « Inputs and Outputs of an Expression » section in https://faustdoc.grame.fr/manual/syntax/ Stéphane ___

Re: [Faudiostream-users] Pitch tracker with autocorrelation

2020-05-08 Thread Stéphane Letz
Bart, can you post for everybody some testing code of Julius version? Thanks. Stéphane > Le 8 mai 2020 à 10:38, Bart Brouns a écrit : > > > > Thanks Julius, > > That one works great! > What license is it under? > > Got any more of these gems gathering dust on your HD? ;) > > Cheers, >

Re: [Faudiostream-users] Pitch tracker with autocorrelation

2020-05-07 Thread Stéphane Letz
With BufferLength = 300 the generated C++ code and the CPU costs become huge… so it seems the underlying algorithm is not suited to Faust kind of coding ? Stéphane > Le 7 mai 2020 à 23:35, Bart Brouns a écrit : > > > Hi Nicolas, > > > Great to hear it's GPL! Thank you! > > Do you mean the

Re: [Faudiostream-users] Problem with the control messages using Max .mxo generated from Faust on Mac

2020-05-04 Thread Stéphane Letz
/OS X and tested the 3 modes > you mentioned in the following patch (screenshot under). > > When I try to send a message like @gain 0.2 or @gain 0.05 to the object > mygain~ nothing happens. > > Best, > > Alain > > > > > > >> >>> Le 3

Re: [Faudiostream-users] Problem with the control messages using Max .mxo generated from Faust on Mac

2020-05-03 Thread Stéphane Letz
Hi Alain, I’ve recently added @param_name attribute handling in faust2msp/faust2max which allows to create the object with values at init time, like [foo @param1 0.5 @param2 0.6] kind of syntax. This can be quite convenient. Now I I realise that parameters have to be preceded with this @ cha

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Stéphane Letz
And FBFFcompressor_N-chan seems to be defined in compressors.lib from the git > repo (not from the standard libs) > Klaus > On 29.04.20 18:25, Stéphane Letz wrote: >> If the libraries are part of the standard ones, you don’t need to import >> them, just do import(« stdf

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Stéphane Letz
ing up your time... > > Klaus > > On 29.04.20 18:15, Stéphane Letz wrote: >> The Faust Web ID automatically includes all *standard* libraries (the one >> described here: https://faustlibraries.grame.fr). To used them just add: >> >> import(« stdfaust.lib ») ; line i

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Stéphane Letz
y > round does not work) > > Merci, > Klaus > > > On 29.04.20 17:34, Stéphane Letz wrote: >> Yes, you can drag a foo.lib file in the editor, then refer to it with >> import(« foo.lib »); in your DSP file, and it should work. >> >> Stéphane >> >&

Re: [Faudiostream-users] external .lib in web editor

2020-04-29 Thread Stéphane Letz
Yes, you can drag a foo.lib file in the editor, then refer to it with import(« foo.lib »); in your DSP file, and it should work. Stéphane > Le 29 avr. 2020 à 17:31, Klaus Scheuermann a écrit : > > Hello, > > is it possible to include an external .lib file into the faust web editor? > > Than

Re: [Faudiostream-users] maths.lib : 107 : ERROR with ma.SR

2020-04-27 Thread Stéphane Letz
1.35 is old. Can you try latest 1.41 version form here https://github.com/grame-cncm/faust/releases/tag/2.20.2 ? Stéphane > Le 27 avr. 2020 à 13:33, pierre duchemolle via Faudiostream-users > a écrit : > > Hello, > > Question for Max faustgen~ 1.35. > I am trying to retrieve the MSP's sam

Re: [Faudiostream-users] 4fb8849b833629 ("Fixup quadosc") looks wrong

2020-04-18 Thread Stéphane Letz
Git revert done. Stéphane > Le 18 avr. 2020 à 12:16, Bart Brouns a écrit : > > Hi Oleg, > > > Before I wrote this code I tested yours and got silence. > That test was somehow flawed; I tried again just now and it works as expected. > Sorry for the noise. > > After the silent test, I looke

[Faudiostream-users] End of the coding loop : how to suffer coding back Faust code to C++ (-;

2020-04-16 Thread Stéphane Letz
https://www.kvraudio.com/forum/viewtopic.php?f=33&t=543334&p=7729328#p7729328 ___ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Re: [Faudiostream-users] accessing the SPI RAM on ESP32-A1S (4 MB of it anyway)

2020-04-16 Thread Stéphane Letz
About memory access, my current understanding is that external memory access is much slower compared to internal one. So there is no perfect setup AFAICS. Stéphane > Le 16 avr. 2020 à 16:01, Gary Worsham a écrit : > > I just found a configuration option (under "make menuconfig") that allows

<    1   2   3   4   5   6   7   >