Online Sequencer Make music online
  • Sequences
  • Members
  • Chat
  • Forum
  • Wiki

Existing user? Sign In Create account
Login at Online Sequencer Forums

Online Sequencer Forums › Online Sequencer › Online Sequencer Discussion
« Previous 1 … 3 4 5 6 7 … 85 Next »

Eden's OS Tips [Please put in IMPORTANT THREADS]

Thread tools
Eden's OS Tips [Please put in IMPORTANT THREADS]
Eden_ Offline
- Depressed Music Maker -
123 Posts:
 
#1
11-24-2025, 04:30 AM (This post was last modified: 11-24-2025, 10:55 AM by Eden_.)
Hey!
I've been on this site for around 4 years now (with another account called -Eden-Electro-), and I think it could be nice if I share some TIPS to have a better mixing/instruments



1. LAYERING
Layering is the key to add depth in your instrument, and can be done like that: 

1 - Select the instrument you want to layer
2 - Copy and paste it (CTRL+C & CTRL+V)
3 - Go to Options → Avanced
4 - Click on Clone
Now you have cloned your instrument. It should be called < [Instrument Name] 2 >
5 - Make your instrument go 1 note UP ↑ or 1 note DOWN ↓
6 - Still on  Options → Avanced, change the Detune so it's the same note as before (Add 1 if you moved the instrument DOWN ↓, go to -1 if you moved it UP ↑)
7 - Hold SHIFT and drag the Detune value a little bit.

If made correctly, this will make a Chorus effect on your instrument
Exemple: 

2. Synthesizer LFO
The trick I'm going to show you is nice to add a texture to your synthesizer

1 - Go to Options → Synthesizer
2 - Enable LFO by clicking the 1/4 under the LFO tab
3 - Click on the arrow at the right, and chose Custom...
4 - I recommand typing a value between 5000 and 15000, I personally like 8888
5 - Drag the intensity as you like, and experiment using Sn, Sq, St and T. I personnaly like St (Sawtooth)

If made correctly, this will add texture and High EQ on the Synthesizer
Exemple: 

3. -3600 DETUNE
The trick I'm going to show you have an incredible potential, it can make SFXs, Custom instruments etc.
1 - Take a new instrument and make it going all the way the the bottom of the grid
2 - Open console by pressing F12 (or FN+ F12)
3 - Make sure you are in the CONSOLE tab and whrite: ConvertToDetuneMarkers()
4 - Now you should have a C5 note of your instrument and a -3600 detune marker

5 - Now experiment with your -3600 detuned instrument, try it on DRUMS too!

Exemple: 













Thread still WIP :D


-Eden-
  • x1
    • x1
    • Abraham.
Reply
Eden_ Offline
- Depressed Music Maker -
123 Posts:
 
#2
11-24-2025, 10:55 AM
Hope that was useful, I'm still working on it


-Eden-
Reply
Drathey Away
Member
12 Posts:
 
#3
12-16-2025, 03:39 AM
(11-24-2025, 10:55 AM)Eden... Wrote: Hope that was useful, I'm still working on it

useful


Blush Angel coooler than me
Reply
Relic. Offline
Member
15 Posts:
 
#4
12-16-2025, 06:23 AM (This post was last modified: 12-16-2025, 06:24 AM by Relic..)
(11-24-2025, 04:30 AM)Eden... Wrote: Hey!
I've been on this site for around 4 years now (with another account called -Eden-Electro-), and I think it could be nice if I share some TIPS to have a better mixing/instruments



1. LAYERING
Layering is the key to add depth in your instrument, and can be done like that: 

1 - Select the instrument you want to layer
2 - Copy and paste it (CTRL+C & CTRL+V)
3 - Go to Options → Avanced
4 - Click on Clone
Now you have cloned your instrument. It should be called < [Instrument Name] 2 >
5 - Make your instrument go 1 note UP ↑ or 1 note DOWN ↓
6 - Still on  Options → Avanced, change the Detune so it's the same note as before (Add 1 if you moved the instrument DOWN ↓, go to -1 if you moved it UP ↑)
7 - Hold SHIFT and drag the Detune value a little bit.

If made correctly, this will make a Chorus effect on your instrument
Exemple: 

2. Synthesizer LFO
The trick I'm going to show you is nice to add a texture to your synthesizer

1 - Go to Options → Synthesizer
2 - Enable LFO by clicking the 1/4 under the LFO tab
3 - Click on the arrow at the right, and chose Custom...
4 - I recommand typing a value between 5000 and 15000, I personally like 8888
5 - Drag the intensity as you like, and experiment using Sn, Sq, St and T. I personnaly like St (Sawtooth)

If made correctly, this will add texture and High EQ on the Synthesizer
Exemple: 

3. -3600 DETUNE
The trick I'm going to show you have an incredible potential, it can make SFXs, Custom instruments etc.
1 - Take a new instrument and make it going all the way the the bottom of the grid
2 - Open console by pressing F12 (or FN+ F12)
3 - Make sure you are in the CONSOLE tab and whrite: ConvertToDetuneMarkers()
4 - Now you should have a C5 note of your instrument and a -3600 detune marker

5 - Now experiment with your -3600 detuned instrument, try it on DRUMS too!

Exemple: 













Thread still WIP :D

To clarify, you can also set the detune

of an instrument to anything you want  by typing 

setDetune(instrument, detune) in the console.

For example, if you want to set the define to -4000:

setDetune(instrument,4000)


Reply
frozn.ash Away
(Moderator)
426 Posts:
   
#5
12-16-2025, 11:49 AM
(12-16-2025, 06:23 AM)Relic. Wrote:
(11-24-2025, 04:30 AM)Eden... Wrote: Hey!
I've been on this site for around 4 years now (with another account called -Eden-Electro-), and I think it could be nice if I share some TIPS to have a better mixing/instruments



1. LAYERING
Layering is the key to add depth in your instrument, and can be done like that: 

1 - Select the instrument you want to layer
2 - Copy and paste it (CTRL+C & CTRL+V)
3 - Go to Options → Avanced
4 - Click on Clone
Now you have cloned your instrument. It should be called < [Instrument Name] 2 >
5 - Make your instrument go 1 note UP ↑ or 1 note DOWN ↓
6 - Still on  Options → Avanced, change the Detune so it's the same note as before (Add 1 if you moved the instrument DOWN ↓, go to -1 if you moved it UP ↑)
7 - Hold SHIFT and drag the Detune value a little bit.

If made correctly, this will make a Chorus effect on your instrument
Exemple: 

2. Synthesizer LFO
The trick I'm going to show you is nice to add a texture to your synthesizer

1 - Go to Options → Synthesizer
2 - Enable LFO by clicking the 1/4 under the LFO tab
3 - Click on the arrow at the right, and chose Custom...
4 - I recommand typing a value between 5000 and 15000, I personally like 8888
5 - Drag the intensity as you like, and experiment using Sn, Sq, St and T. I personnaly like St (Sawtooth)

If made correctly, this will add texture and High EQ on the Synthesizer
Exemple: 

3. -3600 DETUNE
The trick I'm going to show you have an incredible potential, it can make SFXs, Custom instruments etc.
1 - Take a new instrument and make it going all the way the the bottom of the grid
2 - Open console by pressing F12 (or FN+ F12)
3 - Make sure you are in the CONSOLE tab and whrite: ConvertToDetuneMarkers()
4 - Now you should have a C5 note of your instrument and a -3600 detune marker

5 - Now experiment with your -3600 detuned instrument, try it on DRUMS too!

Exemple: 













Thread still WIP :D

To clarify, you can also set the detune

of an instrument to anything you want  by typing 

setDetune(instrument, detune) in the console.

For example, if you want to set the define to -4000:

setDetune(instrument,4000)

Let's also note that it does this in cents, and 100 cents is a semitone (one note). If i wanted to shift an instrument's pitch down by 14 notes, i would type

setDetune(inst.id, -1400)

in the console. For the instrument value you mentioned, go to the wiki and instruments and instead of putting in the instrument name, put in its id (listed in the table of values).


Legendary
(formerly known as Legendary Remixer)
100k club since Jan 27th, 2024

PURPLE
  • x1
    • x1
    • Eden_
Reply



Users browsing this thread:   1 Guest(s)


  •  Return to Top
  •  Contact Us
  •   Home
  •  Lite mode
© Rush Crafted with ❤ by iAndrew
Powered By MyBB, © 2002-2026 MyBB Group.
Linear Mode
Threaded Mode
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend