User Tools

Site Tools


misc:nec

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:nec [2022/12/25 23:17] – [Programable / hackable Hardware] gefmisc:nec [2024/06/20 18:23] (current) – wp> hc9
Line 1: Line 1:
 ====== Noise, Electronics and Code ====== ====== Noise, Electronics and Code ======
- 
  
 A tutorial to get you started creating electronic and experimental music on your computer.  A tutorial to get you started creating electronic and experimental music on your computer. 
Line 17: Line 16:
  
 Each section of your [[misc:nec#workflow|workflow]] can be hardware, code or software. For example, you can code your synth, then have a hardware controller to change some of the variables, and use a software sequencer to play the music. Each platform tool will have their strength and weaknesses so you'll have to experiment around to find what works for you.   Each section of your [[misc:nec#workflow|workflow]] can be hardware, code or software. For example, you can code your synth, then have a hardware controller to change some of the variables, and use a software sequencer to play the music. Each platform tool will have their strength and weaknesses so you'll have to experiment around to find what works for you.  
- 
- 
- 
  
 ==== Hardware ==== ==== Hardware ====
  
 {{ :misc:computer_setup.png?900 |}} {{ :misc:computer_setup.png?900 |}}
- 
  
 === Computer and laptop === === Computer and laptop ===
- 
  
 What type of hardware do you need to make music on your computer? Anything goes, really, but you will have to adapt. On older hardware, you might need to limit the number of software you run at once or use a more DIY approach where you code more as it would take fewer resources. A lot of the tools listed below will work on different platforms. You can go a long way with a laptop and headphones.  What type of hardware do you need to make music on your computer? Anything goes, really, but you will have to adapt. On older hardware, you might need to limit the number of software you run at once or use a more DIY approach where you code more as it would take fewer resources. A lot of the tools listed below will work on different platforms. You can go a long way with a laptop and headphones. 
Line 40: Line 34:
  
 When outputting your computer sound to an external sound system or when you want to input sound to your computer, an audio interface becomes quite handy. Some software will also struggle if you are not using an audio interface. It also has the advantage of providing more outputs, which becomes essential if you are mixing, for instance.  When outputting your computer sound to an external sound system or when you want to input sound to your computer, an audio interface becomes quite handy. Some software will also struggle if you are not using an audio interface. It also has the advantage of providing more outputs, which becomes essential if you are mixing, for instance. 
- 
  
 === MIDI controllers === === MIDI controllers ===
  
 MIDI controllers come in different forms and shapes. You have keyboards, pads, sliders and knobs, and a mix of these different parts. Midi controllers will offer a more tactile experience controlling your computer. But again, they are not essential to create music on your computer. It's better to start without a controller to see where there is a need and then start experimenting with different types.   MIDI controllers come in different forms and shapes. You have keyboards, pads, sliders and knobs, and a mix of these different parts. Midi controllers will offer a more tactile experience controlling your computer. But again, they are not essential to create music on your computer. It's better to start without a controller to see where there is a need and then start experimenting with different types.  
- 
- 
  
 ==== Workflow ==== ==== Workflow ====
- 
  
 In a live performance, you might end up using multiple tools. For example, you might have a 'control' or 'sequencer' or an 'algorithm' which would trigger a sound sample or a synth tool. This would then be fed into an effect and mixer, and finally, you would send that to a tool to broadcast or to record in a DAW (digital audio interface).  In a live performance, you might end up using multiple tools. For example, you might have a 'control' or 'sequencer' or an 'algorithm' which would trigger a sound sample or a synth tool. This would then be fed into an effect and mixer, and finally, you would send that to a tool to broadcast or to record in a DAW (digital audio interface). 
  
 {{:misc:chain.png?900|}} {{:misc:chain.png?900|}}
- 
  
 Some tools like pureData can do all of this on one platform. Even using only pureData, you would end up similarly separating your workflow.  Some tools like pureData can do all of this on one platform. Even using only pureData, you would end up similarly separating your workflow. 
Line 60: Line 49:
 To connect all these tools, you will often need to rely on a system to help you route your midi from one too to the other and route the sound to the right destination.  [[https://drobilla.net/software/patchage.html|Patchage]] is one tool that can be used for this.  To connect all these tools, you will often need to rely on a system to help you route your midi from one too to the other and route the sound to the right destination.  [[https://drobilla.net/software/patchage.html|Patchage]] is one tool that can be used for this. 
  
-[[https://en.wikipedia.org/wiki/MIDI|MIDI]],[[https://en.wikipedia.org/wiki/Open_Sound_Control|OSC]] and [[https://en.wikipedia.org/wiki/User_Datagram_Protocol|UDP]] are three communications languages which can be used for that connectivity. While MIDI is a more mature system which is used on hardware synth as well as software synth, OSC is a newer system which offers more possibilities and ease of programming. UDP is used in differents tools and is at the foundation a network protocole.   +[[wp>MIDI|MIDI]],[[wp>Open_Sound_Control|OSC]] and [[wp>User_Datagram_Protocol|UDP]] are three communications languages which can be used for that connectivity. While MIDI is a more mature system which is used on hardware synth as well as software synth, OSC is a newer system which offers more possibilities and ease of programming. UDP is used in differents tools and is at the foundation a network protocole.  
  
 ===== Open source softwares ===== ===== Open source softwares =====
  
 Here is a short list of tools that you can use to start learning about electronic music creation on your computer. Most of these tools are open source.  Here is a short list of tools that you can use to start learning about electronic music creation on your computer. Most of these tools are open source. 
 +
 ==== Programming Language ==== ==== Programming Language ====
  
 Any programming language can be used to create music, but some languages are created for that goal.  Any programming language can be used to create music, but some languages are created for that goal. 
 Here is a short list of some of the main tools to code your music: Here is a short list of some of the main tools to code your music:
- 
- 
  
   * Csound - is a sound and music computing system which was originally developed by Barry Vercoe in 1985 at MIT Media Lab. [[https://csound.com/]]   * Csound - is a sound and music computing system which was originally developed by Barry Vercoe in 1985 at MIT Media Lab. [[https://csound.com/]]
Line 78: Line 65:
   * Clive - Live-coding audio in C. [[https://mathr.co.uk/clive/]]   * Clive - Live-coding audio in C. [[https://mathr.co.uk/clive/]]
  
- 
- 
-  
   * Overtone Collaborative Programmable Music [[https://overtone.github.io/]]   * Overtone Collaborative Programmable Music [[https://overtone.github.io/]]
   * Tidal Cycles Haskel live coding environment connected to supercollider https://tidalcycles.org/   * Tidal Cycles Haskel live coding environment connected to supercollider https://tidalcycles.org/
Line 91: Line 75:
  
 This is not an exhaustive list of all the software synth there is, but a simple list of different types of well-maintained projects that are also open source. It's a starting point in exploring soft synths.  This is not an exhaustive list of all the software synth there is, but a simple list of different types of well-maintained projects that are also open source. It's a starting point in exploring soft synths. 
- 
  
   * vcvRack - Modular synth simulator [[https://vcvrack.com/]]   * vcvRack - Modular synth simulator [[https://vcvrack.com/]]
Line 99: Line 82:
   * Bristol - A vintage synth emulator [[https://bristol.sourceforge.net/]]   * Bristol - A vintage synth emulator [[https://bristol.sourceforge.net/]]
   * DIN (Din is Noise) - Soft synth with a different approach [[https://dinisnoise.org/]]   * DIN (Din is Noise) - Soft synth with a different approach [[https://dinisnoise.org/]]
 +
 ===== Programable / hackable Hardware  ===== ===== Programable / hackable Hardware  =====
  
Line 112: Line 96:
    * Fakedac A perpetual event dedicated to audio visuals (AV) live coding, algorave & new algorithmic artforms [[https://fakedac.net/]]    * Fakedac A perpetual event dedicated to audio visuals (AV) live coding, algorave & new algorithmic artforms [[https://fakedac.net/]]
    * Lurk discussions around net- and computational culture and politics, proto- and post-free culture practices, (experimental) (sound) (new media) (software) art [[https://lurk.org/]]    * Lurk discussions around net- and computational culture and politics, proto- and post-free culture practices, (experimental) (sound) (new media) (software) art [[https://lurk.org/]]
- 
  
misc/nec.1672010234.txt.gz · Last modified: 2022/12/25 23:17 by gef