mirror of
https://codeberg.org/Sonoj/osamc.de
synced 2025-09-09 22:25:31 +02:00
Compare commits
2 Commits
72393c3b48
...
57b44ed041
Author | SHA1 | Date | |
---|---|---|---|
![]() |
57b44ed041 | ||
![]() |
c3cc1c4775 |
55
protokolle/osamc_2025_07_16.txt
Normal file
55
protokolle/osamc_2025_07_16.txt
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# OSAMC 16. Juli 2025, 19:00 Uhr
|
||||||
|
|
||||||
|
## Willkommen
|
||||||
|
|
||||||
|
Begrüßung, Anwesenheit, Vorstellungsrunde
|
||||||
|
|
||||||
|
* Anwesend: nils, darko, sven, flo h, daniel, chris, wolfgang
|
||||||
|
|
||||||
|
|
||||||
|
## Impulse
|
||||||
|
|
||||||
|
Aufwärmen, Spiele und Kleine Praxiseinheiten
|
||||||
|
|
||||||
|
- **OSAMC Bingo:** Bringt eure Zettel vom letzten Mal mit, ich überlege mir neue Begriffe (Sven)
|
||||||
|
- Ich mache neue leere Zettel (nils)
|
||||||
|
|
||||||
|
## Internes
|
||||||
|
|
||||||
|
Rückschau, Organisation und Internes
|
||||||
|
Umfangreiche Planungen zu Veranstaltungen, Ausflügen etc. am Ende
|
||||||
|
|
||||||
|
- OSAMC T-Shirts
|
||||||
|
- https://doc.sonoj.org/lgC8XMUwQzW2DVGL4ea7og?both
|
||||||
|
|
||||||
|
## Neuigkeiten und Empfehlungen - Veranstaltungen, Releases, Termine, Medientipps, Webseiten, Videos, Bücher, Tutorials etc.
|
||||||
|
|
||||||
|
Alle Punkte sind Kurzinformationen, zum genaueren Nachschlagen zuhause, und können bei Bedarf im Diskussionsteil aufgegriffen werden. Sach- und Fachfragen sind aber jederzeit erwünscht.
|
||||||
|
|
||||||
|
* https://signaturesounds.org/
|
||||||
|
* https://github.com/lfnoise/sapf Sound As Pure Form
|
||||||
|
* https://github.com/capocasa/mash Very precise musical virtual keyboard program for Jack MIDI.
|
||||||
|
* Linux Audio Conference 2025
|
||||||
|
* [Videos hier](https://www.youtube.com/@gramecncm/streams)
|
||||||
|
|
||||||
|
## Flohmarkt - Hardware und Zeug
|
||||||
|
|
||||||
|
|
||||||
|
## Kleine und Große Vorträge, Demonstrationen etc
|
||||||
|
Bitte mit Namen und Zeitplanung.
|
||||||
|
|
||||||
|
|
||||||
|
## Freies Gespräch - Diskussionen, Probleme, Sachthemen
|
||||||
|
|
||||||
|
- GxPlugins noise: [Gxoc_2 and GxBoss DS1 generate noise without any input](https://github.com/brummer10/guitarix/issues/216) (Sven)
|
||||||
|
- [Acoustic IR](https://www.acousticir.ovh/rubrique21.html) – Create your own Impulse Responses of your acoustic guitar for Convolver plugins (Sven)
|
||||||
|
- Benutzt jemand aktiv Tuxguitar? (Flo H)
|
||||||
|
- der Fork unter https://github.com/helge17/tuxguitar/ soll mal getestet werden und ist hoffentlich einfacher selbst zu kompilieren
|
||||||
|
|
||||||
|
# Nach-Dem-Treffen
|
||||||
|
|
||||||
|
## Umfangreiche Planungen zu Veranstaltungen, Ausflügen und Projekten
|
||||||
|
- Besprechung FrOSCon Stand:
|
||||||
|
- Weitere Ideen für Hands-On Projekte, die am Stand entdeckt werden können
|
||||||
|
- Werbematerial: Sticker, Buttons, Flyer (?)
|
||||||
|
- Wer kommt mal vorbei zum gucken/ablösen?
|
BIN
stuff/bingo-empty.pdf
Normal file
BIN
stuff/bingo-empty.pdf
Normal file
Binary file not shown.
44
stuff/bingo-empty.typst
Normal file
44
stuff/bingo-empty.typst
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
#set page(flipped: true) // A4 paper format
|
||||||
|
|
||||||
|
// Bingo Title
|
||||||
|
= OSAMC BINGO
|
||||||
|
|
||||||
|
Spielregeln: Schreibe je einen Begriff in ein Feld. Höre während des Treffens zu – sobald jemand den Begriff nennt, markiere das Feld.
|
||||||
|
Übersetzte Begriffe (Ton = Sound o. Beamer = Projektor) zählen auch.
|
||||||
|
|
||||||
|
Gewonnen hat, wer eine durchgehende Reihe horizontal, vertikal oder diagonal markiert.
|
||||||
|
|
||||||
|
|
||||||
|
#h(1cm) // Spacer
|
||||||
|
|
||||||
|
#grid(
|
||||||
|
columns: 4,
|
||||||
|
rows: 4,
|
||||||
|
row-gutter: 1em,
|
||||||
|
column-gutter: 1em,
|
||||||
|
|
||||||
|
[#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) ],
|
||||||
|
[#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) ],
|
||||||
|
[#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) ],
|
||||||
|
[#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) ],
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
#place(top, dy: 8em, dx: 35em, {
|
||||||
|
set align(left)
|
||||||
|
show text: strong
|
||||||
|
|
||||||
|
[
|
||||||
|
#grid(
|
||||||
|
columns: 4,
|
||||||
|
rows: 4,
|
||||||
|
row-gutter: 1em,
|
||||||
|
column-gutter: 1em,
|
||||||
|
|
||||||
|
[#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) ],
|
||||||
|
[#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) ],
|
||||||
|
[#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) ],
|
||||||
|
[#rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) #rect(width: 2cm, height: 2cm) ],
|
||||||
|
)
|
||||||
|
]
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user