Re: Sample player issue.
Posted: Wed Mar 04, 2020 2:43 am
Thanks trog , yes i can see it now, was expecting to find something else then the bool one. 
In this case I only need to play one loop at a time, no midi or poly is needed at all.
Its just that the wave player that I found uses midi to trigger the playback ,So I made an internal midi trigger.
If I use the stream isPlaying it will be a bit better but still have to convert that trigger to a midi note via green.
If i could just use that bool straight( or as good as).. for triggering playback then I would achieve what i need to to do. Just not sure how to achieve that , I dont know anything about poly signals but I can see that the midi signal goes to a MIDI to Poly and then only the freq output of that goes into the counter, nothing else is connected at the output of the MIDI to poly? So basically I need to send the Float 261.626 into the Freq input of the counter and it plays.
Can this be changed to trigger with the isPlaying Bool or can I use the bool to send that float into the poly stream?
I can see that poly streams are different then what I am used to , bit lost.
For a bit of clarity on what I am trying to achieve.
The plugin is put on a track - after a synth for example, then just loads one loop and plays it at the daw tempo whereby it controls an envelope follower that controls volume and filter, with delay capabilities on the envelope signal.Usually you dont even listen to the loop, its just a fancy modulator, and....as it stands my modulator is not sample accurate when i push play
btw, I dont have any ppq issues as I am running it with a synced ramp , only start times are off.
In this case I only need to play one loop at a time, no midi or poly is needed at all.
Its just that the wave player that I found uses midi to trigger the playback ,So I made an internal midi trigger.
If I use the stream isPlaying it will be a bit better but still have to convert that trigger to a midi note via green.
If i could just use that bool straight( or as good as).. for triggering playback then I would achieve what i need to to do. Just not sure how to achieve that , I dont know anything about poly signals but I can see that the midi signal goes to a MIDI to Poly and then only the freq output of that goes into the counter, nothing else is connected at the output of the MIDI to poly? So basically I need to send the Float 261.626 into the Freq input of the counter and it plays.
Can this be changed to trigger with the isPlaying Bool or can I use the bool to send that float into the poly stream?
I can see that poly streams are different then what I am used to , bit lost.
For a bit of clarity on what I am trying to achieve.
The plugin is put on a track - after a synth for example, then just loads one loop and plays it at the daw tempo whereby it controls an envelope follower that controls volume and filter, with delay capabilities on the envelope signal.Usually you dont even listen to the loop, its just a fancy modulator, and....as it stands my modulator is not sample accurate when i push play
btw, I dont have any ppq issues as I am running it with a synced ramp , only start times are off.