Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
3a489eb8
Commit
3a489eb8
authored
10 years ago
by
Mathieu L Bouchard
Browse files
Options
Downloads
Patches
Plain Diff
file missing from the commit about --disable-oss
parent
76f4927a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/src/s_midi_dummy.c
+34
-0
34 additions, 0 deletions
pd/src/s_midi_dummy.c
with
34 additions
and
0 deletions
pd/src/s_midi_dummy.c
0 → 100644
+
34
−
0
View file @
3a489eb8
/* Copyright (c) 1997-2003 Guenter Geiger, Miller Puckette, Larry Troxler,
* Winfried Ritsch, Karl MacMillan, and others.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
this file is a dummy for systems without any MIDI support
*/
void
sys_do_open_midi
(
int
nmidiin
,
int
*
midiinvec
,
int
nmidiout
,
int
*
midioutvec
)
{
}
void
sys_close_midi
(
void
)
{
}
void
sys_putmidimess
(
int
portno
,
int
a
,
int
b
,
int
c
)
{
}
void
sys_putmidibyte
(
int
portno
,
int
byte
)
{
}
void
sys_poll_midi
(
void
)
{
}
void
midi_getdevs
(
char
*
indevlist
,
int
*
nindevs
,
char
*
outdevlist
,
int
*
noutdevs
,
int
maxndev
,
int
devdescsize
)
{
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment