All Projects → Andymann → ofxOscMidi

Andymann / ofxOscMidi

Licence: other
Midi in, OSC out with Midi thru. Based on openFrameworks

Programming Languages

Makefile
30231 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ofxOscMidi

Ofxremoteui
OpenFrameworks addon serves any number of variables (bool, float, int, enum, string, ofColor) on the network, so that you can modify from outside the OF app. Includes a native OSX Client. OSC based.
Stars: ✭ 132 (+100%)
Mutual labels:  osc, openframeworks, midi
Libossia
A modern C++, cross-environment distributed object model for creative coding and interaction scoring
Stars: ✭ 133 (+101.52%)
Mutual labels:  osc, midi
Lick
LiCK, Library for ChucK
Stars: ✭ 118 (+78.79%)
Mutual labels:  osc, midi
Xrnx
The official Renoise Lua Scripting repository
Stars: ✭ 165 (+150%)
Mutual labels:  osc, midi
Theconductor
Toolset for making musical applications with Unity, Max and Ableton.
Stars: ✭ 48 (-27.27%)
Mutual labels:  osc, midi
X32 Behringer
This GIT repo (C language) holds applications and utilities for the Behringer X32 and M32 mixing consoles. Additional details, documentation, implementation examples and apps can be found in my website:
Stars: ✭ 97 (+46.97%)
Mutual labels:  osc, midi
Fsynth
Web-based and pixels-based collaborative synthesizer
Stars: ✭ 146 (+121.21%)
Mutual labels:  osc, midi
Orca C
Live Programming Environment(C Port)
Stars: ✭ 328 (+396.97%)
Mutual labels:  osc, midi
Midimonster
Multi-protocol control & translation software (ArtNet, MIDI, OSC, sACN, ...)
Stars: ✭ 241 (+265.15%)
Mutual labels:  osc, midi
loaf
loaf: lua, osc, and openFrameworks
Stars: ✭ 37 (-43.94%)
Mutual labels:  osc, openframeworks
Chataigne
Artist-friendly Modular Machine for Art and Technology
Stars: ✭ 251 (+280.3%)
Mutual labels:  osc, midi
Touchosc2midi
a (linux compatible) TouchOSC Midi Bridge written in python
Stars: ✭ 44 (-33.33%)
Mutual labels:  osc, midi
Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (+1124.24%)
Mutual labels:  osc, midi
Open Stage Control
Libre and modular OSC / MIDI controller
Stars: ✭ 436 (+560.61%)
Mutual labels:  osc, midi
osmid
osmid is a tool to bridge MIDI and OSC. It is currently in use in Sonic Pi
Stars: ✭ 63 (-4.55%)
Mutual labels:  osc, midi
Pedalinomini
Same features of Pedalino™ in a compact form.
Stars: ✭ 139 (+110.61%)
Mutual labels:  osc, midi
TouchOSC
A collection of examples and modules for TouchOSC MK2
Stars: ✭ 30 (-54.55%)
Mutual labels:  osc, midi
Orca
Esoteric Programming Language
Stars: ✭ 3,636 (+5409.09%)
Mutual labels:  osc, midi
Iannix
IanniX is a graphical open-source sequencer, based on Iannis Xenakis works, for digital art. IanniX syncs via Open Sound Control (OSC) events and curves to your real-time environment.
Stars: ✭ 238 (+260.61%)
Mutual labels:  osc, midi
Pedalino
Smart wireless MIDI foot controller for guitarists and more.
Stars: ✭ 105 (+59.09%)
Mutual labels:  osc, midi

ofxOscMidi

Midi/OSC helper based on openFrameworks.

Midi In -> OSC Out.
OSC In -> Midi Out.
Midi In -> Midi Thru.

You can decide if OSC messages (in and out) are treated as normalized or as 7bit (0..127).
Settings are stored in 'settings.xml' upon termination.

OSC messages are formatted like this:

   NoteOn/[Channel]/[Pitch].
   ControlChange/[Channel]/[value].

drawing

Dependencies:
ofxDatGui https://github.com/braitsch/ofxDatGui
ofxMidi https://github.com/danomatika/ofxMidi
ofxNetworkUtils https://github.com/bakercp/ofxNetworkUtils
ofxPoco.
ofxOsc.
ofxXmlSettings.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].