/

elektronik.hfbk.net

/

Blog

  • en
  • de
  • Introducing: hexmatrix (16×16 channel matrix mixer with OSC-control)

    2021-06-21

    For a now cancelled course I wrote a small utility program that can be used to mix 16 channels arbitrarily to 16 other channels in jack. The levels of each input-output-combination can be controlled by sending OSC messages like /ch/1/send/16 1.0 to the OSC-address of hexmatrix, where the first number ist the input channel, the second number is the output channel and the third (float) number is the volume.

    read more...

    Understanding Levels and dB Scales

    2021-06-21

    There are many different measurements to indicate how loud a signal is on our mixers, recorders or within our DAW software. This article tries to explain the basics so you know where to expand your knowledge, what some important reference values are and maybe even how to built your circuits in order to acommodate the expected voltages.

    read more...

    Send OSC from Arduino to Computer

    2021-04-23

    OSC (Open Sound Control) is a protocol with which data can be sent between applications. For example sending data from a python script to VCV-Rack, audio DAWs, or even to certain hardware synthesizers. OSC acts as a glue, so to be speak.

    read more...

    Control VCVRack via OSC

    2021-01-15

    Ever wondered how control VCVRack (a great open source modular synth software) with arbitrary data from a python script?

    read more...