Working with pure data

I’ve created a task in the github repo:

I’ve been testing with this patch:

generative_relaxing.zip (6.3 KB)

It’s a generative patch that can be tuned using CC 1,2,3,4 & 7.

Regards,

2 Likes

oh wow great thanks !

I’ve a initial version of the PureData engine. Pull “puredata_zyngine” branch of zynthian-ui repository :wink:
Something like this:

apt-get update
apt-get -y install puredata
apt-get -y install python3-yaml
systemctl enable a2jmidid
systemctl start a2jmidid 
cd /zynthian/zynthian-ui
git fetch
git checkout puredata_zyngine
reboot

I’ve prepared some demo patches that you can try and use as example:

puredata.zip (49.0 KB)

Simply copy to the “/zynthian/zynthian-my-data/presets” folder and unzip :wink:

Enjoy!

1 Like

my problem is that i could not get wlan on the zynthian.
i also tried to take the same networkconfiguratione than in the raspien but didn work.

Have you read this post?

Regards

didnt work, also tried this

Could you send the output of this 2 commands?

ifconfig
iwconfig

Also, note that if you are using the aluminum case, the internal wifi device will receive a very weak signal and only will work if you are really close to the router. If not, you should use an usb dongle.

Regards,

its in an plastic case and open

Raspberry 3+? Is the fix that Holger suggested already deployed?
That’s exactly like mine looks like right now.

This is fantastic how would you prepare new pd patches for zynthian use.

got a rough port of Organelle/MI grids_Pd.rar (12.1 KB)
grids here if anyone would like to test.
copy to /zynthian/zynthian-my-data/presets/puredata/synths and unzip.

2 Likes

Like it very much! That’s the first (AFAIK) drum machine (+ with some randomization of beats) on the Zynthian. Just some little requests:

  • the ON/OFF controller does not work properly. Can you change it for PLAY/STOP controller?
  • also would be great to have a volume pot (cc 7) there as well.
    Great job on porting an awesome PD patch to the Zynthian! Waiting for more! :slight_smile:
1 Like

On my zynthian the on/off works. Zero is off and all other numbers are on. I added the cc7 vol control and changed the tempo control to expand it’s range. Let me know what you think
.grids.zip (13.5 KB)

2 Likes

Checking it now. WOW!! LOVE IT!
A couple of my suggestions (only if possible, and only if you feel it will be OK):

  • ON/OFF (again… :wink: ) - I’d put it on the first page of controllers to have it handy all the time. Also, is it possible to make it only two positions (not 1 to 127 but 1 to 2? in other synths this type is used for switch FX on and off). When you scroll the controller pass 1 the tempo becomes erratic. If you’d have only 2 positions, this problem will be eliminated.
  • TEMPO. It’s not showing actual BPM (i.e. the 64-th position is roughly 108 BPM). Would be great if it will show correct BPM.
  • VOLUME. The main volume is great and smooth. But it will be helpful to have all three instruments their own volume pots as well to have better balance between them.
  • SYNC. Is it possible for the drums to start at the beginning all the time? I mean either after the initial start or after off/on cycle? It would be very good then.

Everything else works tremendously GOOD - THANKS again!!

A tiny example:

3 Likes

One more audio clip for fun - good engine representation :slight_smile:

2 Likes

I was planning to add volume controls for each drum, but ran out of time yesterday. I think all of your suggestions are possible but the BPM display on tempo will limit max tempo to 127 BPM. There may be other possibilities for tempo, For instance, it may be possible to increment by 2, so all 128 tempos would be even numbers from 2 to 254. This would cover all tempos from Larghissimo to Prestissimo. I’ll have to look into it further and let you know. Adding volume controls for each drum will give us 3 pages with 4 controls on each. I’m thinking on/off, bass, snare and hihat on page 1,volume controls on page 2, tempo, max_x, max_y and random on page 3. If you don’t mind, I will change the midi controller numbers to match my minilab controller. Let me know a default setting for each control and I’ll try to make it start with those setting when you first add the layer. If I can make the pattern start on the down beat each time you toggle on/off I will. If you meant something else when you mentioned SYNC, please explain further.

Re. Tempo: YESSIR! Increment by 2 will work just great! (I guess…)
Re. Pages: agree on that!
Midi controller numbers - yes, whatever works.
Re. Initial controller settings: current ones work for me (all zeroed, right?), the initial tempo I prefer might be 100bpm, the volumes - 90 (or whichever is good not to overload the outs).
Re. Sync: it’s exactly what I’ve meant - starting on the first beat.
Can’t wait for all those changes! Thanks much!!

Here are the changes I came up with. I couldn’t figure out a way to make it sync to the first beat after toggling the on/off control. I couldn’t make tempo do exactly as I wanted, but I think the BPM is now correct. It took me hours to figure out a way to keep the on/off controller from interfering with the tempo. All other items previously discussed and a few extra changes are done.
grids.zip (26.0 KB)

1 Like

I’m not overly keen on the idea of incrementing bpm by multiples of 2, especially if your working with other things that use internal clocks. I think it would be more useful to use the range 40-167, then mentally divide down or multiply up for faster or slower speeds. But then again I’m not using this patch yet.

2 Likes