@Butahuruf This should toggle the mutes...... maybe....... my_mod_mute.pd
I will look at the other things this evening.
David.
-
This Loop Machine (4 tracks) nearly perfect but.....
-
@whale-av the toggle mute doesn't toogle
the 1st click is muted, 2nd click is still that way.
"I will look at the other things this evening." Yai!
-
@Butahuruf Mute toggle...... If at first you don't succeed try and try_again.zip
All 3 files for the machine/1 folder.
Hoping we are lucky.
David. -
@whale-av It works like a charm
thank you!
Let's go to the next issues -
@whale-av Hi David, I make progress on PD learning. I able to unmute all by press 'global play'
I use 'send and receive' object . Can you check the patch and maybe give me some tips for better code?
send from UI > ui_tempo_small.pd and recieve it on my_mod_mute.pd
ui_tempo_small.pd
my_mod_mute.pd
We have the last issue.... the overdub issueI don't understand yet how it works
Sur -
@whale-av the new un-mute buttons work only on PD GUI. It doesn't send bang if I connect it to the keyboard/midi/arduino.
What did I do wrong? -
@Butahuruf The play button in ui_tempo_small obviously does "play" but when the command comes from a control rather than the Pd GUI it is not actually "banged".
There is an incoming message that changes it's colour to green and that is all,, so here I have just hooked that up to your "unmute" send as well...... ui_tempo_small.pd
David. -
@whale-av Thank you again it works!
now I need more time to understand what you've done.
Sur -
@Butahuruf @whale-av David, do you have time to check the overdub issue? Thanks
Sur -
@Butahuruf I found the logic and where it happens and started to study it again.
Very little time at the moment.
I will try to post something soon and it will be unsure whether it will work.
David. -
@whale-av Happy to hear! can't wait to see it.
Do you how to track/search 'send' and 'receive' easily? -
@Butahuruf with ctrl+f you can search for any names in your patch.
-
@Jona thanks. Can you also track 'send' and 'receive' through windows and patches in a folder?
-
@Butahuruf only if they are part of the patch you are searching in (abstractions for example). (probably you could also do a document text search in a folder structure because a patch is just text, not sure about that).
-
@Jona said:
(probably you could also do a document text search in a folder structure because a patch is just text, not sure about that).
You can, I do it all the time using TextPad's "Find In Files..." tool.
-
@Butahuruf Backup first then instant overdub.zip
[moon_loopstation] to machine/1 and [recloopsaveundo] to patches/audio.
It will do something, but I am not sure what.
David.
-
@whale-av Hi David, thank you but unfortunately it doesn't work. It will 'erase' the existing loop. I mean the tempo and the starting point will not sync anymore.
Sur -
@Butahuruf Ok..... thank you... I will be needing you to test this.
-
@whale-av sure I will be here if you need someone to test. I think, a loop always waits to the beginning of the cycle because of the sync. What if when you record a loop you should create also an empty loop and use this empty loop for overdub (over write it). When you want overdub again you clone the second loop and overwrite it. Indirectly you also can create an undo function by erasing the clone loop. Sur