lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

65
active users

#puredata

0 posts0 participants0 posts today
Replied in thread

@ai6yr Hydrogen rules! It takes midi-in as well and you can make your own samples.

Other mature #Linux #musicproduction projects:

#Ardour is a complete DAW. Interface is a B- tops, but it has all the power.

#Guitarix is an effects/"amp-sim" package. Fun for practicing, or making a toy keyboard roar

#Mixxx is live DJ software, busy gui but works great

#PureData is a do-anything toolkit. At its most basic, it can turn ANY number change into a midi message...

Here's another intro, I've been off and on Mastodon since 2018. It's nice to have something that gains access to ActivityPub along with other communities so I eventually keep coming back.

Lately I'm learning #puredata, exploring #audio in #Linux. #EndeavourOS is my new fav and #Xfce and I go back a long long ways. A consistent friend. I mostly prefer #bash and am digging into #gopher (pun?). I have a disdain for the tech industry but do love to tinker.

drwx.page for more.

drwx.pagedrwxa blog

#Introduction #NewHere

Hello Fediverse :),
I'm #NewHere and trying to figure this out. So far I know of one friend i know afk who is here too... thats different.
I'm an artist living in Hannover, Germany. I'm working a lot with #SoundInstallation #SonicFiction and programming in #PureData which i also use for #Musick. I'm interested things happening at the edges of reality and how these are moving and wiggling around, #magic, #hauntology, #solarpunk

Last year I started to (re-)release music in a podcast format called Unlive Musick which can be found here (gregorkieseritzky.de/musick/un) with a cool pitch fader and an RSS feed.

www.gregorkieseritzky.deUnlive Musick

#HowTo #PureData on #Android

• Get #Termux from #FDroid, and run:
$ pkg install termux-x11-nightly proot-distro pulseaudio
$ pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1
$ pd install debian
$ pd login debian

• Now in Debian:
$ apt install puredata pulseaudio dwm
$ export PULSE_SERVER=127.0.0.1
$ termux-x11 :1 -xstartup "dbus-launch dwm & puredata"

• Get the #TermuxX11 APK from #Github and open it

• In Pd: Media -> portaudio

Hosting a beginner-friendly Pure Data workshop this Saturday at Pedal Markt!

Embedded Effects in Pure Data
pedalmarkt.com/pages/16-11-202

The workshop about building audio effects with Pure Data: delay, chorus, distortion, phaser, bitcrusher, pitshifter etc.

Taught by Servando Barreiro. Servando has utilised Pd extensively in creating interactive audiovisual works dating back to the early 2000s. He is a co-author of the FLOSS manual for Pure Data.

#puredata#pd#berlin
Continued thread

I was able to generate the chromatic steps in #PureData, but not generate the octatonic scale array to index into the tuning.

I feel like there must be something that I'm missing in how to express the formula, which alternates between x[n-1] + 1 and x[n-1] + 2.....