Al Nik's Hackpact: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 25: | Line 25: | ||
'''[process log]''' | '''[process log]''' | ||
''' | '''research''' - for the experiment, i have researched a bit what pure data is and what tutorials we can use to start. As Mitsa and i are interested in creating sounds, music, edit audio with it, i proposed us to try the tutorials created by Australian artist and educator [https://www.explodingart.com/arb/2019/09/17/hello-world/ Andrew R. Brown]. | ||
He has published a series of [https://www.youtube.com/playlist?list=PLuxj2jXSuTvvqYcDLJ-poN-JxvqX0wq-m 53 video tutorials] for getting to use Pure Data for Real-time music and sound. | He has published a series of [https://www.youtube.com/playlist?list=PLuxj2jXSuTvvqYcDLJ-poN-JxvqX0wq-m 53 video tutorials] for getting to use Pure Data for Real-time music and sound. | ||
Line 31: | Line 31: | ||
[[File:Osc info.png|thumb]] | [[File:Osc info.png|thumb]] | ||
''' | '''creating a simple oscillator with pure data - process log''' | ||
1_ download pure data vanilla - [https://puredata.info/downloads/pure-data here] | 1_ download pure data vanilla - [https://puredata.info/downloads/pure-data here] | ||
2_ create a new patch | 2_ create a new patch |
Revision as of 17:25, 28 September 2022
_about
it's just a toy! - bruno
here are several research & experiments hackpacts to start with ⟿
_[audiozines]
[format] playing with audiozines as focus on format rather than on a topic.
[wip pad] is here
_[pure data]
[format] experiment with focus on format (instead of topic). First baby steps in getting to know Pd.
[work] with Mitsa
[wip pad] is here
[process log]
research - for the experiment, i have researched a bit what pure data is and what tutorials we can use to start. As Mitsa and i are interested in creating sounds, music, edit audio with it, i proposed us to try the tutorials created by Australian artist and educator Andrew R. Brown.
He has published a series of 53 video tutorials for getting to use Pure Data for Real-time music and sound.
creating a simple oscillator with pure data - process log
1_ download pure data vanilla - here 2_ create a new patch 3_ create the following boxes: object box with osc~; object box with audio output (digital to analog converter); object for defining the volume - object box with multiplying function and number box to define the volume number; finally, a number box to adjust the osc frequency. 4_ connect them with sound on to hear the osc sound.