Skip to content
Snippets Groups Projects
Commit a7a97e2c authored by Albert Gräf's avatar Albert Gräf
Browse files

Increase the maximum MIDI device count, to bring it in line with vanilla Pd.

parent 7615ece7
No related branches found
No related tags found
1 merge request!810Windows fixes
......@@ -486,8 +486,8 @@ void sys_pollmidiqueue( void)
/******************** dialog window and device listing ********************/
#define MAXNDEV 20
#define DEVDESCSIZE 80
#define MAXNDEV 128
#define DEVDESCSIZE 1024
#define DEVONSET 1 /* To agree with command line flags, normally start at 1 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment