Page 1 of 1

Adding second waveform display

Posted: 05 Sep 2020, 22:45
by Ariajazz
Trying to add a second waveform display to a sample player. I'm having trouble with this. I cannot achieve cursor movement on the second waveform display, nor showing of the markers of the player on the second display. I don't know what I'm doing wrong, Can someone show me the correct patching?

Thank you.

Re: Adding second waveform display

Posted: 05 Sep 2020, 23:29
by nay-seven
for which sampler module ?

Re: Adding second waveform display

Posted: 06 Sep 2020, 18:50
by Ariajazz
Audio sampler - player only

Re: Adding second waveform display

Posted: 06 Sep 2020, 20:08
by nay-seven
something like this ?
double display.pat
(78.72 KiB) Downloaded 769 times

Re: Adding second waveform display

Posted: 06 Sep 2020, 21:43
by Ariajazz
Thanks for your reply.

Not really. The idea is to have a second waveform display in a popup window with all the functionallity of the sampler's one, I mean: cursor, markers, etc. The overall purpose (asked in another post) is to have a wave file loaded into sampler that sends midi messages every time the cursor reaches a marker.

The reason for having two waveform displays is to have one in workspace (IB) for sight purposes, and the other one (a bigger one) in a popub window that I can open for controlling its functionality . I need this since I work with a 7 inch touch screen and having this way of setup is very convenient.

By the way, how do I implement a ¨PAUSE¨ (stop and continue playing) function to the sampler?

Re: Adding second waveform display

Posted: 07 Sep 2020, 18:31
by Ariajazz
¿¿¿¿ Any one????

Re: Adding second waveform display

Posted: 07 Sep 2020, 21:14
by SylvainT
Something like that ?
Control Panel to Popup.pat
(55.69 KiB) Downloaded 720 times
For the pause : uncheck on the sampler module the auto restart option and set play mode on play-stop.

Sylvain