Replies: 3 comments 1 reply
-
Please add the workflow with the examples. thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure - attached here (with ".txt" appended to upload), along with the questions for each:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Great, very helpful explanations, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - we're trying to play a sine tone using
Function Generator
, but we're not sure exactly why we see certain things in our workflows.We've made some small examples, where we want to make a waveform for 1/4 second at frequency = 500, so our
Function Generator
parameters look like this:If we just do
Function Generator
toAudio Playback
, this plays a tone forever, though sometimes there's a skip in the tone near the beginning, and we don't understand why this plays forever, where the small skip comes from, and why it's sometimes there and sometimes not?If we try to pair the
Function Generator
with aTake
, this only plays a tone if Take > 1 (Take = 1 shows the waveform, but no audio plays):If we set
Take
= 2 and aRepeat
at the end of that, the tone isn't continuous, so with the above it seems as if the first element in theTake
the sequence is blank:Another issue with the workflow above that we hear a 'click' at the offset of a tone.
Could you help us understand why the above things are happening, and what the best practice is for giving a consistent tone for a set amount of time or continuously?
Beta Was this translation helpful? Give feedback.
All reactions