At these meetups, SuperCollider users of all skill levels get together to share ideas, frustrations, help each other and show off projects and workflows in an inspiring and friendly way.
Follow this post using the bell icon (right) to see updates to the schedule, and more specific information about meetup topics.
If you have accessibility related requests or questions about the meetup, please do not hesitate to contact me ( @eirikblekesaune ) and I will will do my best to address them.
All community events at Notam fall under the NOTAM Code of Conduct to make them as inclusive as possible. Please follow the link and read the full Code of Conduct before joining an event: Notam Code of Conduct - Notam
Looking forward to see friendly faces from all parts of the globe in the Zoom room!
The meetup dates this fall season are: 2023-01-09T18:00:00Z 2023-02-06T18:00:00Z 2023-03-06T18:00:00Z 2023-05-02T17:00:00Z 2023-05-30T17:00:00Z
This evening 2023-01-09T18:00:00Z is the first NOTAM SuperCollider meetup for 2023!
At the last meetup in 2022 we aimed to get some pulses beating and patterns flowing, but we actually didn’t get to it. So for this evening we will try to re-vamp rhythms, both as a topic and as actual beeps and pops in somewhat organized time structures.
Please don’t hesitate to bring your own rhythmical snippets and/or masterpieces for all of us to enjoy.
And, if you feel like talking about something completely different, a project you have been working on, a problem your stuck with, please do.
Or, if you just wanna hang out and be cool, that is most certainly cool too!
And then the first NOTAM SuperCollider meetup has been wrapped up, and it was supernice hanging out, discussing various tricks and methods for using SuperCollider.
For those who could not make it this time, the next meetup is 2023-02-06T18:00:00Z
Over the course of the upcoming meetups we will continue to explore various ways to work with rhythms in SuperCollider.
Feel free to follow it on GitHub and stay tuned for upcoming examples, tricks, references etc. If you want to contribute with examples etc. please submit pull request and the like.
I mentioned my weekly(-ish) stream sessions in today’s meetup, but (my wife alerted me to the fact that) I gave the wrong weekday! If I said Thursday, that’s wrong. I currently stream on Tuesdays!
Very nice session everyone! I forgot that I also had a problem with array / Pkey selection we discussed about. There is also this solution using @_ operator (don’t know what is the name of it). You can read array’s outside of the pattern with it.
It isn’t an operator. @ is an operator, with different meanings depending on context. _ represents the index (see the help on partial application).
The baseline way to address an array is with the method at. The full way to write out the expression is .collect { |index| ~freq.at(index) }. Partial application makes the index argument implicit, so it doesn’t have to be declared and then used: .collect(~freq.at(_)).
Back in SC2 days, I believe, someone decided .at was too verbose and added the operator @, which for arrays simply redirects to at. So .collect(~freq @ _) is only a shorter way to write the first version, nothing more. (Note that I added spaces around the binary operator, as I normally do in my own code, to make it clear that the two punctuation marks do not fold down into a single operator. They are two distinct syntactic elements. Many users favor a style of minimal whitespace but I don’t fully agree with that.)
SC3 introduced C-style array indexing, do you can also write .collect { |index| ~freq[index] } or .collect(~freq[_]). The brackets simply compile to an at call (that is – key concept – array indexing in SC eventually ends up with at).
Here’s a case, btw, where clever, compact syntax makes it harder for users to understand what is going on.
Yup for sure. I had that Pkey / array problem back in 2017 in when I was enrolled a year long SuperCollider course and my teacher Alejandro Olarte showed that solution. Never really investigated futher what it actually was.
In the meetup redFrik showed this other solution. We discussed about how to select freqs/durs from the same array.
Dear Meetup SC people,
I have finally uplaoded some sketches and notes from the previous meetup here at the repo:
Next meetup is next week. I’ll post some more information about it soon. And, if anyone want to present something, please don’t hesitate to contact me.
Today, This evening, This morning, Tonite, wherever you may find yourself on our globe, next NOTAM SuperCollider is starting at 2023-02-06T18:00:00Z
And, since we are meeting on Zoom, anyone from anywhere can join.
We started this season with talking about rhythms, and that led you us sharing many fine tips and tricks. On this second meetup we will continue our discovery of rhythms using SuperCollider. Who knows what it will lead to? Hopefully total rhythmic enlightenment. Or bodies eagerly dancing to coded beats.
In any case we will most definitely have a good time.
I am sad to say that the SuperCollider-meetup will this evening be postponed to 2023-03-27T17:00:00Z
We apologize for this.
But fear not , because we will continue out explorations and discussions in just 3 weeks.
Hope to see you all then!
Somehow I have mixed up the dates in my calendar, so the culprit is solely me, myself and I, and any well deserved guerilla retaliations should be directed to Trondheim where I live, and not NOTAM’s offices in Oslo.
Really sorry for this, but sincerely happy that the guerilla spirit is strong and full of initiative.
We will add a new meetup date on 26th of June to the calendar, in addition to the next meetup on May 30th.