From b41d27734adb140adf75e3892d9a2f72f41616db Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 12:14:08 +0200 Subject: [PATCH 01/34] Update invocat.xml add --- control/invocat.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/control/invocat.xml b/control/invocat.xml index d3ac727e13..9eb4248364 100644 --- a/control/invocat.xml +++ b/control/invocat.xml @@ -18,11 +18,22 @@ schedkwhennamed + The mute opcode can be used to mute/unmute instruments during a performance. + Instruments definitions can be removed using the remove opcode. + + These opcodes will compile one or more instruments at init time: + + compilecsd + compileorc + compilestr + + + From 907294df41f9504efba88ac1d98f2192cebe56e7 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 12:16:02 +0200 Subject: [PATCH 02/34] Update compilecsd.xml see also --- opcodes/compilecsd.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/opcodes/compilecsd.xml b/opcodes/compilecsd.xml index db7fc6a7cf..f09635aba9 100644 --- a/opcodes/compilecsd.xml +++ b/opcodes/compilecsd.xml @@ -48,17 +48,10 @@ - - See also - - event, - event_i, - schedule, - schedwhen, - schedkwhen, - schedkwhennamed - - + + See also + Instrument Invocation + Credits From 43b9c61f74c71bed37ae7bbff9925572797073cf Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 12:16:18 +0200 Subject: [PATCH 03/34] Update compileorc.xml see also --- opcodes/compileorc.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/opcodes/compileorc.xml b/opcodes/compileorc.xml index 0a65206302..fb37182cc3 100644 --- a/opcodes/compileorc.xml +++ b/opcodes/compileorc.xml @@ -50,17 +50,10 @@ definition will still perform until it terminates. - - See also - - event, - event_i, - schedule, - schedwhen, - schedkwhen, - schedkwhennamed - - + + See also + Instrument Invocation + Credits From 454742ecceb5dac5a07d84993e2c4ff074faf96c Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 12:16:34 +0200 Subject: [PATCH 04/34] Update compilestr.xml see also --- opcodes/compilestr.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/opcodes/compilestr.xml b/opcodes/compilestr.xml index c7bf5e0a45..33bc12a9d1 100644 --- a/opcodes/compilestr.xml +++ b/opcodes/compilestr.xml @@ -51,17 +51,10 @@ Multi-line strings are accepted, using {{ }} to enclose the string. - - See also - - event, - event_i, - schedule, - schedwhen, - schedkwhen, - schedkwhennamed - - + + See also + Instrument Invocation + Credits From 64de55a88567277fcb33e6ac7be564be4d3fb263 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 13:53:49 +0200 Subject: [PATCH 05/34] Update midifilestatus.xml see also --- opcodes/midifilestatus.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/opcodes/midifilestatus.xml b/opcodes/midifilestatus.xml index 91775c0144..2c20a07ed0 100644 --- a/opcodes/midifilestatus.xml +++ b/opcodes/midifilestatus.xml @@ -1,7 +1,7 @@ midifilestatus - Instrument Control:Sensing and Control + MIDI input and Initialization midifilestatus @@ -29,7 +29,12 @@ has been reached. Syntax ksig midifilestatus - + + + See also + MIDI input and Initialization + + Credits From 76ad056f31f7b29b0cb5e80a79476e3c99b4d733 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 13:57:11 +0200 Subject: [PATCH 06/34] Update input.xml add --- midi/input.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/midi/input.xml b/midi/input.xml index df4b472fb4..3eefa90c0a 100644 --- a/midi/input.xml +++ b/midi/input.xml @@ -1,5 +1,5 @@
- MIDI input and initialization + MIDI input and Initialization The following opcodes can receive MIDI information: @@ -16,7 +16,9 @@ MIDI controller value initialization: initc7, initc14, initc21, ctrlinit, ctrlpreset, ctrlprint, - ctrlprintpresets, ctrlsave and ctrlselect + ctrlprintpresets, ctrlsave and ctrlselect. + + MIDI file input information: midifilestatus. Generic MIDI input: midiin. From c47a4574dbddc23f52ebdc5d8df40d4680c20ab2 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:09:43 +0200 Subject: [PATCH 07/34] add Faust folder --- Faustopcodes/top.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Faustopcodes/top.xml diff --git a/Faustopcodes/top.xml b/Faustopcodes/top.xml new file mode 100644 index 0000000000..41c80bfcbd --- /dev/null +++ b/Faustopcodes/top.xml @@ -0,0 +1,29 @@ + + + Faust Opcodes + + The Faust opcodes allows access from within Csound to the Faust language. Faust (Functional Audio Stream) is a functional programming language for sound synthesis and audio processing: https://faust.grame.fr/. + The following opcodes are available: + + + + faustaudio - Instantiates and runs a compiled Faust program. + + + faustcompile - Produce a instantiable DSP process from a Faust program. + + + faustdsp - Instantiates a Faust program. + + + faustctl - Adjusts a given control in a Faust DSP instance. + + + faustgen - Compiles, Instantiates and runs a compiled Faust program. + + + faustplay - Runs an instantiated Faust program. + + + + From 2f8c0bd290b30caab08d084c568d35e0804654d0 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:12:19 +0200 Subject: [PATCH 08/34] Add files via upload --- manual.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual.xml b/manual.xml index e65d2b3ba0..7d37be28c7 100644 --- a/manual.xml +++ b/manual.xml @@ -76,6 +76,7 @@ + @@ -1997,6 +1998,7 @@ &signalflowgraph; &jacko; &py; + &Faustopcodes; &imageopcodes; &stkopcodes; &miscopcodes; From a29fc5458dc5767d3cb3884913846817a9dbf70d Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:15:31 +0200 Subject: [PATCH 09/34] Update top.xml corr --- Faustopcodes/top.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Faustopcodes/top.xml b/Faustopcodes/top.xml index 41c80bfcbd..c494cd9da6 100644 --- a/Faustopcodes/top.xml +++ b/Faustopcodes/top.xml @@ -1,5 +1,5 @@ - + Faust Opcodes The Faust opcodes allows access from within Csound to the Faust language. Faust (Functional Audio Stream) is a functional programming language for sound synthesis and audio processing: https://faust.grame.fr/. From 514b2528013917730e4ca57de2df0b2a8c2b0489 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:20:21 +0200 Subject: [PATCH 10/34] Update faustaudio.xml see also --- opcodes/faustaudio.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/opcodes/faustaudio.xml b/opcodes/faustaudio.xml index 68d51b2ebd..3be544e3e9 100644 --- a/opcodes/faustaudio.xml +++ b/opcodes/faustaudio.xml @@ -59,7 +59,12 @@ its controls with faustctl. - + + + See also + Faust Opcodes + + Credits Author: &namevictor;, 2013 From 5cf812c6897158e137c488ab427fec4c88376daf Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:20:41 +0200 Subject: [PATCH 11/34] Update faustcompile.xml see also --- opcodes/faustcompile.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opcodes/faustcompile.xml b/opcodes/faustcompile.xml index 10f5016c78..c126379081 100644 --- a/opcodes/faustcompile.xml +++ b/opcodes/faustcompile.xml @@ -58,6 +58,12 @@ + + + See also + Faust Opcodes + + Credits Author: &namevictor;, 2013 From f2f59b1473a93575b2e809a8658f4d2831c4298e Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:21:03 +0200 Subject: [PATCH 12/34] Update faustctl.xml see also --- opcodes/faustctl.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opcodes/faustctl.xml b/opcodes/faustctl.xml index 267266c2f0..ff047d9358 100644 --- a/opcodes/faustctl.xml +++ b/opcodes/faustctl.xml @@ -56,6 +56,12 @@ + + + See also + Faust Opcodes + + Credits Author: &namevictor;, 2013 From f32a85d8206818cef574ccd4e09c75f19060219c Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:21:25 +0200 Subject: [PATCH 13/34] Update faustdsp.xml see also --- opcodes/faustdsp.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opcodes/faustdsp.xml b/opcodes/faustdsp.xml index e66bbb5876..7806cff01f 100644 --- a/opcodes/faustdsp.xml +++ b/opcodes/faustdsp.xml @@ -51,6 +51,11 @@ its controls with faustctl. + + + See also + Faust Opcodes + Credits From 248c9dce3726a2616dff625651a502af841cab82 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:21:45 +0200 Subject: [PATCH 14/34] Update faustgen.xml see also --- opcodes/faustgen.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opcodes/faustgen.xml b/opcodes/faustgen.xml index d4a1689cd9..ca4fe1a471 100644 --- a/opcodes/faustgen.xml +++ b/opcodes/faustgen.xml @@ -59,6 +59,12 @@ its controls with faustctl. + + + See also + Faust Opcodes + + Credits Author: &namevictor;, 2013 From 8d709495f2f7165a74506d1342d232b7b79692a8 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Mon, 27 May 2024 20:22:06 +0200 Subject: [PATCH 15/34] Update faustplay.xml see also --- opcodes/faustplay.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opcodes/faustplay.xml b/opcodes/faustplay.xml index db78da5bcc..a7339079d3 100644 --- a/opcodes/faustplay.xml +++ b/opcodes/faustplay.xml @@ -56,6 +56,11 @@ + + + See also + Faust Opcodes + Credits From 4e861db38d599fded37f6916493ba6bd269cd4be Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 16:19:56 +0200 Subject: [PATCH 16/34] Add files via upload --- manual.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/manual.xml b/manual.xml index 7d37be28c7..738db65b46 100644 --- a/manual.xml +++ b/manual.xml @@ -48,6 +48,7 @@ + From a039bcd8be68b8be9569754d5b9ea0ebcc30fc99 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 16:20:42 +0200 Subject: [PATCH 17/34] Add files via upload --- oscnetwork/nonMIDIdevices.xml | 81 +++++++++++++++++++++++++++++++++++ oscnetwork/top.xml | 5 ++- 2 files changed, 84 insertions(+), 2 deletions(-) create mode 100644 oscnetwork/nonMIDIdevices.xml diff --git a/oscnetwork/nonMIDIdevices.xml b/oscnetwork/nonMIDIdevices.xml new file mode 100644 index 0000000000..aa82a22e0a --- /dev/null +++ b/oscnetwork/nonMIDIdevices.xml @@ -0,0 +1,81 @@ +
+ non-MIDI Devices + + The following opcodes connect and communicate with non-MIDI hardware devices. + + + Arduino + + Opcodes designed to work with an Arduino: + + + + arduinoRead - Read data from an arduino. + + + arduinoReadF - Read data from an arduino. + + + arduinoStart - Open a serial port for use with the Arduino protocol. + + + arduinoStop - Close a serial port using Arduino protocol. + + + serialBegin - Open a serial port for Arduino. + + + serialEnd - Close a serial port for Arduino. + + + serialFlush - Flush data from a serial port. + + + serialPrint - Print data from a serial port. + + + serialRead - Read data from a serial port. + + + serialWrite_i - Write data to a serial port. + + + serialWrite - Write data to a serial port. + + + + + + P5 Glove + Opcodes designed to work with a P5 Glove controller: + + + + p5gconnect - Reads data from a P5 Glove controller. + + + p5gdata - Reads data fields from an external P5 Glove. + + + + + + Nintendo Wiimote + Opcodes designed to work with Nintendo Wiimote controllers: + + + + wiiconnect - Reads data from a number of external Nintendo Wiimote controllers. + + + wiidata - Reads data fields from a number of external Nintendo Wiimote controllers. + + + wiirange - Sets scaling and range limits for certain Wiimote fields. + + + wiisend - Sends data to one of a number of external Nintendo Wiimote controllers. + + + +
diff --git a/oscnetwork/top.xml b/oscnetwork/top.xml index aee2d7e51e..87f7db8f09 100644 --- a/oscnetwork/top.xml +++ b/oscnetwork/top.xml @@ -1,7 +1,8 @@ - OSC and Network + OSC, Network and non-MIDI Devices &AbletonLink; + &nonMIDIdevices; &OSC; &Network; &Remote; - \ No newline at end of file +
From 18be653cac1e8ea1f5044660a3457a59de1c504f Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:37:01 +0200 Subject: [PATCH 18/34] Update arduinoRead.xml see also --- opcodes/arduinoRead.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/opcodes/arduinoRead.xml b/opcodes/arduinoRead.xml index d316e2bbd7..56481dcfbc 100644 --- a/opcodes/arduinoRead.xml +++ b/opcodes/arduinoRead.xml @@ -60,11 +60,8 @@ See Also - More information: New Arduino Opcodes to Simplify the Streaming of Sensor and Controller Data to Csound - - arduinoStart, - arduinoStop, - + non-MIDI Devices + More information: New Arduino Opcodes to Simplify the Streaming of Sensor and Controller Data to Csound From bd610d44b448a91ff24f2e9f98c27c7736252bdc Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:37:21 +0200 Subject: [PATCH 19/34] Update arduinoReadF.xml see also --- opcodes/arduinoReadF.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/opcodes/arduinoReadF.xml b/opcodes/arduinoReadF.xml index 05eed33ace..1e63f7ee1f 100644 --- a/opcodes/arduinoReadF.xml +++ b/opcodes/arduinoReadF.xml @@ -61,12 +61,8 @@ See Also - - arduinoStart, - arduinoStop, - arduinoRead, - - More information: New Arduino Opcodes to Simplify the Streaming of Sensor and Controller Data to Csound + non-MIDI Devices + More information: New Arduino Opcodes to Simplify the Streaming of Sensor and Controller Data to Csound From e9e8011b23aacc2e445ce5ba03b8f299b541c62a Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:37:37 +0200 Subject: [PATCH 20/34] Update arduinoStart.xml see also --- opcodes/arduinoStart.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/opcodes/arduinoStart.xml b/opcodes/arduinoStart.xml index b14af36b19..f6ff6fd24d 100644 --- a/opcodes/arduinoStart.xml +++ b/opcodes/arduinoStart.xml @@ -40,10 +40,8 @@ See Also - - arduinoStop, - arduinoRead, - + non-MIDI Devices + More information: New Arduino Opcodes to Simplify the Streaming of Sensor and Controller Data to Csound From 764723c85fe08702fbbbab3b796aef03ee6bb49d Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:37:54 +0200 Subject: [PATCH 21/34] Update arduinoStop.xml see al;so --- opcodes/arduinoStop.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/opcodes/arduinoStop.xml b/opcodes/arduinoStop.xml index 5b68e11728..88fc971cf9 100644 --- a/opcodes/arduinoStop.xml +++ b/opcodes/arduinoStop.xml @@ -37,10 +37,8 @@ See Also - - arduinoStart, - arduinoRead, - + non-MIDI Devices + More information: New Arduino Opcodes to Simplify the Streaming of Sensor and Controller Data to Csound From de5a85f1765b052f38aa4a7af722149c84ce31c5 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:39:01 +0200 Subject: [PATCH 22/34] Update serialBegin.xml see also --- opcodes/serialBegin.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/opcodes/serialBegin.xml b/opcodes/serialBegin.xml index 8b905d7174..e344dd623c 100644 --- a/opcodes/serialBegin.xml +++ b/opcodes/serialBegin.xml @@ -75,14 +75,7 @@ void loop() { See Also - - serialEnd, - serialWrite_i, - serialWrite, - serialRead, - serialPrint, - serialFlush. - + non-MIDI Devices From cf70a2bfe6c759add139ad23cdf6d97de8450c2e Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:40:05 +0200 Subject: [PATCH 23/34] Update serialEnd.xml see also --- opcodes/serialEnd.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/opcodes/serialEnd.xml b/opcodes/serialEnd.xml index f3b6a9863a..168e1c7ee1 100644 --- a/opcodes/serialEnd.xml +++ b/opcodes/serialEnd.xml @@ -37,14 +37,7 @@ See Also - - serialBegin, - serialWrite_i, - serialWrite, - serialRead, - serialPrint, - serialFlush. - + non-MIDI Devices From 6a53782ac3765027d5a556a6ef99f9910faac20c Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:40:27 +0200 Subject: [PATCH 24/34] Update serialFlush.xml see also --- opcodes/serialFlush.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/opcodes/serialFlush.xml b/opcodes/serialFlush.xml index 2c9aad0274..53b91cf42f 100644 --- a/opcodes/serialFlush.xml +++ b/opcodes/serialFlush.xml @@ -42,14 +42,7 @@ parse the data with the serialRead opcode. See Also - - serialBegin, - serialEnd, - serialWrite_i, - serialWrite, - serialRead, - serialPrint. - + non-MIDI Devices From 6d88e908cdd7d0cb114509df5f6991982f244e14 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:40:53 +0200 Subject: [PATCH 25/34] Update serialPrint.xml see also --- opcodes/serialPrint.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/opcodes/serialPrint.xml b/opcodes/serialPrint.xml index 6be2868974..dc7c912742 100644 --- a/opcodes/serialPrint.xml +++ b/opcodes/serialPrint.xml @@ -42,14 +42,7 @@ parse the data with the serialRead opcode. See Also - - serialBegin, - serialEnd, - serialWrite_i, - serialWrite, - serialRead, - serialFlush. - + non-MIDI Devices From d6674bf2338ea5e153a36512742794e8f3d68056 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:41:12 +0200 Subject: [PATCH 26/34] Update serialRead.xml see also --- opcodes/serialRead.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/opcodes/serialRead.xml b/opcodes/serialRead.xml index e28c673813..73dfc42e68 100644 --- a/opcodes/serialRead.xml +++ b/opcodes/serialRead.xml @@ -75,14 +75,7 @@ void loop() { See Also - - serialBegin, - serialEnd, - serialWrite_i, - serialWrite, - serialPrint, - serialFlush. - + non-MIDI Devices From 35cad2ef11eea22ef76238dcdc02c67cd9472ee8 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:41:46 +0200 Subject: [PATCH 27/34] Update serialWrite.xml see also --- opcodes/serialWrite.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/opcodes/serialWrite.xml b/opcodes/serialWrite.xml index 0cecb19b39..c37d86a283 100644 --- a/opcodes/serialWrite.xml +++ b/opcodes/serialWrite.xml @@ -77,14 +77,7 @@ void loop() { See Also - - serialBegin, - serialEnd, - serialWrite_i, - serialRead, - serialPrint, - serialFlush. - + non-MIDI Devices From fcb794d3027adad932bfe858d9f9da1234a230ec Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:42:05 +0200 Subject: [PATCH 28/34] Update serialWrite_i.xml see also --- opcodes/serialWrite_i.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/opcodes/serialWrite_i.xml b/opcodes/serialWrite_i.xml index 994bb3486a..cacdef91a2 100644 --- a/opcodes/serialWrite_i.xml +++ b/opcodes/serialWrite_i.xml @@ -41,14 +41,7 @@ See Also - - serialBegin, - serialEnd, - serialWrite, - serialRead, - serialPrint, - serialFlush. - + non-MIDI Devices From 393a786397c598ceb6701c07e5304ede6bfc038f Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:42:32 +0200 Subject: [PATCH 29/34] Update p5gdata.xml see also --- opcodes/p5gdata.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/opcodes/p5gdata.xml b/opcodes/p5gdata.xml index 0447ed6c15..291cfe7c2d 100644 --- a/opcodes/p5gdata.xml +++ b/opcodes/p5gdata.xml @@ -129,9 +129,7 @@ See Also - - p5gconnect, - + non-MIDI Devices From 6d15658224efa96e4518c569bd328348419a095f Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:42:49 +0200 Subject: [PATCH 30/34] Update p5gconnect.xml see also --- opcodes/p5gconnect.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/opcodes/p5gconnect.xml b/opcodes/p5gconnect.xml index c5ab9307f0..f94b0b2b6c 100644 --- a/opcodes/p5gconnect.xml +++ b/opcodes/p5gconnect.xml @@ -60,9 +60,7 @@ See Also - - p5gdata, - + non-MIDI Devices From bfaa026486dbc995b445c7c4eec6929335b996dc Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:43:12 +0200 Subject: [PATCH 31/34] Update wiiconnect.xml see also --- opcodes/wiiconnect.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/opcodes/wiiconnect.xml b/opcodes/wiiconnect.xml index dddb16cbba..b181885bd5 100644 --- a/opcodes/wiiconnect.xml +++ b/opcodes/wiiconnect.xml @@ -81,11 +81,7 @@ See Also - - wiidata, - wiirange, - wiisend - + non-MIDI Devices From 87633e04c9e97c945b22e8bc2a14baffa95f8268 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:43:32 +0200 Subject: [PATCH 32/34] Update wiidata.xml see also --- opcodes/wiidata.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/opcodes/wiidata.xml b/opcodes/wiidata.xml index 5aa36c35ab..07c55b8773 100644 --- a/opcodes/wiidata.xml +++ b/opcodes/wiidata.xml @@ -187,11 +187,7 @@ Macros with names like WII_R_TWO etc are defined for this. See Also - - wiiconnect, - wiirange, - wiisend, - + non-MIDI Devices From ef45ca4380cc53d968a51a321224cf849732da28 Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:43:54 +0200 Subject: [PATCH 33/34] Update wiirange.xml see also --- opcodes/wiirange.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/opcodes/wiirange.xml b/opcodes/wiirange.xml index 956916b979..39c047b840 100644 --- a/opcodes/wiirange.xml +++ b/opcodes/wiirange.xml @@ -62,11 +62,7 @@ See Also - - wiiconnect, - wiidata, - wiisend, - + non-MIDI Devices From d81a10968f455ea34183fde87132990570bf851a Mon Sep 17 00:00:00 2001 From: Menno Knevel Date: Tue, 28 May 2024 18:44:14 +0200 Subject: [PATCH 34/34] Update wiisend.xml see also --- opcodes/wiisend.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/opcodes/wiisend.xml b/opcodes/wiisend.xml index d60d868684..83a5af0195 100644 --- a/opcodes/wiisend.xml +++ b/opcodes/wiisend.xml @@ -78,11 +78,7 @@ See Also - - wiiconnect, - wiidata, - wiirange, - + non-MIDI Devices