File: control

package info (click to toggle)
osmid 0.8.0~repack-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,968 kB
  • sloc: cpp: 69,544; ansic: 5,781; java: 3,000; sh: 41; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 894 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: osmid
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 libasound2-dev,
 liboscpack-dev,
 libspdlog-dev (>= 1:1.5.0+ds),
Standards-Version: 4.7.2
Homepage: https://github.com/llloret/osmid
Vcs-Browser: https://salsa.debian.org/multimedia-team/osmid
Vcs-Git: https://salsa.debian.org/multimedia-team/osmid.git

Package: osmid
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: tool to convert MIDI to OSC and OSC to MIDI
 osmid aims to provide a lightweight, portable, easy to use tool to convert
 MIDI to OSC and OSC to MIDI. It is the software handling the communication
 with MIDI devices in Sonic Pi. osmid is divided in 2 tools:
 .
  * m2o: MIDI to OSC conversion
  * o2m: OSC to MIDI conversion