View Single Post
Old 02-17-2019, 04:27 AM   #5744
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,032
Default

So afai understood we can use any background images? Which formats are supported, only .png or .svg as well? Second, e.g. could I take an image of TR-808 as background, as jsfx using Tale's simple drum synth, just for the fun of it, if it is possible. For knobs, I would not add any knobs, just a number field, mouseover on the number and change the value. Would this all be possible?

If yes, we could take any real device, and place another jsfx/vst on top of it. Or place sitala on TR-909 for example.
Big thanks to Tale from here!
PHP Code:
desc:Simple drum synth
//tags: generator synthesis
//author: Tale

// Copyright (C) 2014-2017 Theo Niessink
// License: LGPL - http://www.gnu.org/licenses/lgpl.html

// This electronic drum synth supports the following General MIDI (GM)
// subset:

// Note | Sound          | Outputs
// -----+----------------+--------
//  31  | Sticks         |  21/22
//  35  | Bass Drum 2    |   1/2
//  36  | Bass Drum 1    |   1/2
//  37  | Rimshot        |   5/6
//  38  | Snare Drum 1   |   3/4
//  40  | Snare Drum 2   |   3/4
//  41  | [Low Tom]      |   9/10
//  42  | Closed Hi-hat  |   7/8
//  43  | Low Tom        |   9/10
//  44  | Pedal Hi-hat   |   7/8
//  45  | [Mid Tom]      |  11/12
//  46  | Open Hi-hat    |   7/8
//  47  | Mid Tom        |  11/12
//  48  | [High Tom]     |  13/14
//  49  | Crash Cymbal   |  17/18
//  50  | High Tom       |  13/14
//  51  | Ride Cymbal    |  15/16
//  52  | [Crash Cymbal] |  17/18
//  53  | Ride Bell      |  15/16
//  54  | Tambourine     |  19/20
//  55  | [Crash Cymbal] |  17/18
//  56  | Cowbell        |  21/22
//  57  | [Crash Cymbal] |  17/18
//  59  | [Ride Cymbal]  |  15/16
//  82  | Shaker         |  19/20 

Last edited by TonE; 02-17-2019 at 05:50 AM.
TonE is offline   Reply With Quote