Skip to content

nicodaleman/real-time-audio-programming-in-C_SoSe2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Audio Programming In C

Teaching material for the programming seminar "Real-Time Audio Programming In C" of the summer semester 2020.

Because we want to write externals for PD in this course, coding style is based on Miller Puckette.

Therefore, there are the following spelling conventions:

Functions:

pseudoClassInLowerCamelCase_methodOfTheClassObject

Structs:

typedef struct _structName
{
  ...
} t_structName

Legal issues:

This repository contains several licenses. Third-party code samples that deviate from the root directory of our GPL license are in the same folder as these files. This is quite simple: it applies the license, which can be found in the lowest folder hierarchy.

About

Course material for the programming seminar summer semester 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.9%
  • Rich Text Format 5.1%