Search found 4 matches

by FS_User4711
Wed Nov 01, 2023 3:39 pm
Forum: General
Topic: Audio or Mono signal as trigger for a graph module
Replies: 19
Views: 60874

Re: Audio or Mono signal as trigger for a graph module

For me this is interesting, to be able to analyze a signal in full resolution in retrospect.
For real-time applications, this is certainly not necessary. I would rather use this as an analysis possibility, for example to be able to detect the smallest differences between signals or errors in my ...
by FS_User4711
Tue Oct 31, 2023 9:54 pm
Forum: General
Topic: Audio or Mono signal as trigger for a graph module
Replies: 19
Views: 60874

Re: Audio or Mono signal as trigger for a graph module

Wow, thank you so much.

I tried the logger today. It really works great.

I have operated the logger for test purposes 8 times together with 10 oscillators. There were no speed problems. (With other oscilloscopes I had partial sound dropouts).

Thanks again.
by FS_User4711
Mon Oct 30, 2023 9:26 pm
Forum: General
Topic: Audio or Mono signal as trigger for a graph module
Replies: 19
Views: 60874

Re: Audio or Mono signal as trigger for a graph module

Thank you very much for the helpful answers. I really appreciate it.

I have now managed with an auxiliary signal trigger and a bit of Ruby customization in the Oscilloscope to get a quasi-still signal at the trigger time. Attached is the fsm file for this.

(I don't want to read larger samples, but ...
by FS_User4711
Sat Oct 28, 2023 9:16 pm
Forum: General
Topic: Audio or Mono signal as trigger for a graph module
Replies: 19
Views: 60874

Audio or Mono signal as trigger for a graph module

Hello,

I want to trigger a graph modul exactly when a note on is received or when an oscillator starts to run. I do not want to use a timer or tick modul as trigger.

Is it possible to generate a trigger from a stream or audio signal. For example by comparing a signal with a float value (0.0 or 1.0 ...