Here‘s a short video tutorial for making Modular modules. There are also some graphics for the connectors included.
viewtopic.php?t=45565
Search found 485 matches
- Tue May 06, 2025 7:45 am
- Forum: Scope and XITE Development
- Topic: TUTOR VIDEO - Make a synth in Scope SDK in less than an hour
- Replies: 41
- Views: 114969
- Fri Apr 11, 2025 11:02 pm
- Forum: Problem Solving
- Topic: Luna 2496 I/O box woes
- Replies: 15
- Views: 15809
Re: Luna 2496 I/O box woes
Maybe you can get a key for SCOPE 5.1 from S|C to check if that makes a difference.
- Mon Mar 24, 2025 12:31 pm
- Forum: Modular Talk
- Topic: BC Shell pgr change
- Replies: 6
- Views: 11486
Re: BC Shell pgr change
Does sending the bank change/program change work with a different application (like MIDI-OX for example)?
Did you copy the ScopeVSTClock_VSTPlug.dll into your plugin folder that is used by Live?
Did you copy the ScopeVSTClock_VSTPlug.dll into your plugin folder that is used by Live?
- Mon Mar 24, 2025 3:52 am
- Forum: Modular Talk
- Topic: BC Shell pgr change
- Replies: 6
- Views: 11486
Re: BC Shell pgr change
Spielraum posted a video tutorial here: viewtopic.php?p=369384#p369384
The key is to enumerate the banks and presets properly.
The key is to enumerate the banks and presets properly.
- Sat Mar 22, 2025 12:07 pm
- Forum: Scope and XITE Development
- Topic: Video Tutorial: How to make a Modular module (by sharc)
- Replies: 9
- Views: 25968
Re: Video Tutorial: How to make a Modular module (by sharc)
You missed the thank you in the post above yours 
But we should thank sharc for making the video. Hope, he's fine.

But we should thank sharc for making the video. Hope, he's fine.
- Mon Mar 17, 2025 6:33 am
- Forum: Scope and XITE Development
- Topic: Video Tutorial: How to make a Modular module (by sharc)
- Replies: 9
- Views: 25968
Re: Video Tutorial: How to make a Modular module (by sharc)
The video is in the first zip file (Building-Modular-Modules.zip).
- Sat Mar 08, 2025 10:24 pm
- Forum: Problem Solving
- Topic: Luna II card error and what are my options
- Replies: 5
- Views: 12864
Re: Luna II card error and what are my options
You could use the repair service: https://scopeusers.com/using-scope/17-r ... rvice.html
- Fri Mar 07, 2025 4:38 am
- Forum: Modular Talk
- Topic: Voice card allocation emulation
- Replies: 16
- Views: 18877
Re: Voice card allocation emulation
You only need to store a single value for the note number (in each voice), so the CWM val Monitor might do the trick?
You could use the CWM Midi2Val module to get the actual note number (see http://www.cwmodular.org/bcmcwmmodules01.html). No idea if that works for Note Off as well, though. You‘ll ...
You could use the CWM Midi2Val module to get the actual note number (see http://www.cwmodular.org/bcmcwmmodules01.html). No idea if that works for Note Off as well, though. You‘ll ...
- Fri Mar 07, 2025 1:53 am
- Forum: Modular Talk
- Topic: Voice card allocation emulation
- Replies: 16
- Views: 18877
Re: Voice card allocation emulation
Maybe you can store the note in each voice card and send each Note Off event to all voices, so that each voice can check if it has to trigger its release phase.
- Fri Mar 07, 2025 1:29 am
- Forum: Modular Talk
- Topic: Voice card allocation emulation
- Replies: 16
- Views: 18877
Re: Voice card allocation emulation
You also have to keep track of the note each voice is playing, so that you can trigger the release phase of its envelope when the corresponding Note Off event arrives.
I don’t think that a simple round robin for the voice allocation will work, because you probably want to use the next *free* voice ...
I don’t think that a simple round robin for the voice allocation will work, because you probably want to use the next *free* voice ...
- Tue Mar 04, 2025 10:23 am
- Forum: Ocean Swift Synthesis
- Topic: Modular synthesizer
- Replies: 8
- Views: 45481
Re: Modular synthesizer
AFAIK devices created with the SDK usually work on both the Windows and Mac versions of SCOPE (unless they use a DLL that is only available on one platform). So you could make your device with the SDK on Windows and use it on a Mac. However, the last version of SCOPE for Mac was 4.5 and only runs on ...
- Tue Mar 04, 2025 10:07 am
- Forum: General Scope Discussion
- Topic: Turning an adat port into an SPDIF port?
- Replies: 4
- Views: 18030
Re: Turning an adat port into an SPDIF port?
According to the manual that should be possible. For the details see the "I/O & Drivers" chapter.
- Mon Mar 03, 2025 12:42 pm
- Forum: General Scope Discussion
- Topic: I could use a little favour:)
- Replies: 3
- Views: 11068
Re: I could use a little favour:)
Here you go:
- Mon Mar 03, 2025 11:15 am
- Forum: Ocean Swift Synthesis
- Topic: Modular synthesizer
- Replies: 8
- Views: 45481
Re: Modular synthesizer
See here for a video tutorial that shows how to make a synth with the SDK: viewtopic.php?t=36839
And here's one for a Modular module: viewtopic.php?t=45565
And here's one for a Modular module: viewtopic.php?t=45565
- Mon Mar 03, 2025 11:09 am
- Forum: Scope and XITE Development
- Topic: Video Tutorial: How to make a Modular module (by sharc)
- Replies: 9
- Views: 25968
Video Tutorial: How to make a Modular module (by sharc)
Here's is a 4 minute video showing how to create a Modular module using the SDK.
The video was created by sharc years ago and originally uploaded by him to the BCM forum (which is long gone).
The template zip archive contains the empty module he used in the video, along with some graphics for I/O ...
The video was created by sharc years ago and originally uploaded by him to the BCM forum (which is long gone).
The template zip archive contains the empty module he used in the video, along with some graphics for I/O ...
- Mon Mar 03, 2025 10:18 am
- Forum: Ocean Swift Synthesis
- Topic: Modular synthesizer
- Replies: 8
- Views: 45481
Re: Modular synthesizer
Hi and welcome!
So is your question, how to make a module for Modular III or IV with the SDK?
Or how to make a synthesizer with the SDK?
There's a dedicated forum for development here by the way: viewforum.php?f=11
So is your question, how to make a module for Modular III or IV with the SDK?
Or how to make a synthesizer with the SDK?
There's a dedicated forum for development here by the way: viewforum.php?f=11
- Sun Mar 02, 2025 11:08 am
- Forum: Devices
- Topic: SAL scope modular modules
- Replies: 10
- Views: 20826
Re: SAL scope modular modules
I know what it's like not to get recognition for your work or deeds. That's why I try to lower my expectations. Because if you don't expect anything, you can't be disappointed. It's not always easy, but it has often helped me to remember this.
- Fri Feb 21, 2025 10:56 am
- Forum: Devices
- Topic: SAL scope modular modules
- Replies: 10
- Views: 20826
Re: SAL scope modular modules
Thanks! 

- Sun Feb 09, 2025 10:47 am
- Forum: SpaceF Devices
- Topic: Del-Ray 3
- Replies: 18
- Views: 48723
Re: Del-Ray 3
Thanks for the update!
There are some other basics missing:
- The MIDI channels of Del-Ray and Dubby aren't linked to the Live Bar.
- When you load the devices and right-click on the modules, the Surface menu shows "Open SurfaceInterface" several times (once for each Preset List). Selecting these ...
There are some other basics missing:
- The MIDI channels of Del-Ray and Dubby aren't linked to the Live Bar.
- When you load the devices and right-click on the modules, the Surface menu shows "Open SurfaceInterface" several times (once for each Preset List). Selecting these ...
- Fri Feb 07, 2025 9:27 am
- Forum: SpaceF Devices
- Topic: Rodin Tuned Equalizer ( v 1.1)
- Replies: 11
- Views: 59734
Re: Rodin Tuned Equalizer
You've misspelled your name...
