Quantcast
Channel: JonDent - Exploring Electronic Music
Viewing all 1478 articles
Browse latest View live

Vietnam's first capital - Hoa Lu

$
0
0

The first Ancient Capital of Vietnam is. Hoa Lu, It was established in the 10th Century,
by Emperor Le because it is backed by sharply rising Karst mountains. These made it easy to defend.
It is about 90 km south of Hanoi.


. The main attractions are two temples, the Dinh Temple and the Le Temple.
Each temple was build in one of two dynasties:  The Dinh & the Le Dynasty.


 This bridge marks the main entrance to the complex.



The area is one of rice fields & limestone mountains.


The Dinh Temple.
This was built to honor Dinh Bo Linh, the first emperor of Vietnam.
Bộ Lĩnh  in 968 founded the first imperial dynasty of Vietnam AFTER subjugating 12 warloards. 
He set up the first state government, minted coins, developed trade. 
He passed away in 979AD


 The location is in the style of "feng shui", with a river to the front and a mountain at the back.


.....













---------------------------------------------------------------------------------------------
The Temple of Emperor Le















It's 555 - Nonlinear Circuits 555 resonator - Build notes

$
0
0
These are my build notes for the 555 resonator eurorack module.



I've got a couple of versions of this. .. in banana format and the early metal plate euro format.



This early one was mostly through hole.
The new module is SMD. I understand this is version 5.



Module description:
"it's 555..." resonator/drone/noise source with CV control of pulse width for all five stages (plus a CV all input)


This module takes an input signal and splits it into clusters of 5 independent pulses. Each pulse can have its width modulated by pot or CV and can be set to any amplitude or even inverted. The pulses are summed together at the output to give a rich strong signal, choc-full of harmonics. It is a very powerful sound that cuts through any mix.


Andrew adds in his build notes:
"this design is based on the Electronotes EN#93 Cascaded Monostable Generalized Resonator.
The main changes from the EN version are that it has been expanded to 5 stages and uses \
larger valued capacitors to allow the pulses to get wide enough to merge with each other and promote mayhem".

So whats a resonator?
According to wikipedia:
"A resonator is a device or system that exhibits resonance or resonant behavior. That is, it naturally oscillates with greater amplitude at some frequencies, called resonant frequencies, than at other frequencies."

You will need five 555 ICs


These are pretty easy to get on. Watch the orientation.


Next are  the BCM857
These are bipolar PNP matched transistors


Tricky to get on the pcb , and watch the orientation.
There is a dot on the top left


The BC847s are NPN matched transistors


Links:
+ Wiki
+ BOM & Build notes
+ My build notes for the early Metal faceplate version


To be continued.......


ruyo

Hanoi 1 - Vietnam

$
0
0
Some pics of Hanoi.
Very busy and crowded. These are from the hotel window.








sOME CITY scapes



This is a lake in the city's north
It's part of Thuy Khue Lake.


















----------------------------------------------------------------------------------------------
For more travel postcards click here

Fates - a DIY Norms for Rasberry Pi

Source of Uncertainity - podcast 7

$
0
0
Source of Uncertanity. podcast.
Great interviews.
I'm a regular listener to this. Keep up the good work.

555 Timer IC

$
0
0
A bit about the 555 IC.
This is a very basic introduction for a friend who is learning electronics.
I'm building a NLC 555 resonator which uses five of these. This module provided the
prefect excuse to discuss it.

The 555 is the most popular integrated circuit ever manufactured.
It was developed by Signetics in 1972 and is found in timer, pulse generation, and oscillator applications.
It's commonly known as the 555 timer, but it has many more applications than the name suggests.

There are a few variations of the original 555 ic.
The original were TTL (Transistor-Transistor Logic) or bipolar. These preceded modern CMOS chips
which use much less power. The TTLs use bipolar transistors.
The advantage of TTL is that they are hard to damage and have powerful outputs, but they can generate voltage spikes. In comparison, the CMOS versions don't spike, have less powerful outputs.
The 556 has two timing circuits.
The 558 has four timing circuits in one package.
There is very little standardization among manufacturers.
Sometimes you will see 7555s used instead of 555s
The Intersil ICM7555 is a low-power CMOS version but there are other CMOS versions with no clear
identifing marks.

The 555 IC has 4 operating modes:
1. Astable (free-running) mode
2. Monostable (one-shot) mode
3. Bistable (flip-flop) mode
4. Smitt Trigger (inverter) mode.

Astable Mode
An Astable Circuit has no stable state - hence the name "astable". ... It can also be used to flash lamps and LEDs, and is useful as a 'clock' pulse for other digital ICs and circuits
Here the 555 timer puts out a continuous stream of rectangular pulses at pin 3.
It's output is continually alternating between high (1) and low (0) and it never has a stable state.
The frequency of the pulses at the output  is controlled by an RC network (resistor capacitor)
made up of R1, R2 & C.
The frequency can be calculated with the formula:
F = 1.443/(C(R1+2R2))

Thus the larger the values of R1,R2 & C, the lower the frequency.
The 10nF capacitor connected to pin 5 is a decoupling capacitor to shunt electrical noise

Monostable
A Monostable Circuit produces one pulse of a set length in response to a trigger input (such as a push button). Here the 555 works as a timer (Monostable Multivibrator).
It's output has a stable logic state that only changes when the 555 is triggered or activated.
Normally, the output at pin 3 is low (0). It remains at this state until a low (0) is applied to pin 2 (trigger).
When this happens, the timer is activated and pin 3 goes high (1)...... but only for a certain amount
of time.
Notice that pins 7 and 6 are connected to each other and to C & R.
The time period when the pulse exiting pin 3 is high is determined by the values of R & C.
This time period can be calculated using the following formula:
Time ON = (1.1)(R)(C)

Thus , the larger the values of R & C, the longer the time ON.
The 10nF capacitor connected to pin 5 is a decoupling capacitor to shunt electrical noise, to avoid instability and false triggering.

Bistable (flip-flop) mode.
The full name is a Bistable Multivibrator.
Flipflops are really impt as they are the building blocks of sequential circuits such as counters, registers, decoders, latches, memory, etc etc....
Basically, they are memory circuits that remember the logic state they were set
You can read more about flip flops here:
+ Flip Flops - an introduction

The 555 timer can act as a SR flip-flop.

 (Author of image: Philip Bosma)

You need to put two pull up resistors on pins 4 & 2 to hold the voltage high.
The 10nF capacitor connected to pin 5 is a decoupling capacitor to shunt electrical noise, to avoid instability and false triggering.

For computer applications, the 555 is not very useful as a flip-flop as its output is relatively slow.
Computers are driven by very high speed clocks, and the trigger and reset response times can't keep up.
But it's ok for noncomputer applications where high-speed response isn’t necessary.

Smitt Trigger (inverter) mode.
This  converts a noisy  (analog) input into a clean digital output.
It's a comparator circuit.

 The input signal is connected through a capacitor which onnects to the trigger and threshold pins.
The 10nF capacitor connected to pin 5 is a decoupling capacitor to shunt electrical noise, to avoid instability and false triggering.

Links
+ TTL - transistor-transistor logic  
+ DIY Index
+ CMOS
+ How did NASA steer the saturn V - the computer & data storage in the 1960s (memory module)
+ LVDC - The saturn V memory module

Synthstrom - artists performing on the World Tour


fhk7

Hanoi - 2 Vietnam

$
0
0
Some pics from a recent trip to Vietnam
 Apart from all the bikes, It's very French.


Beautiful architecture.
Hopefully, this wont be lost as they modernise.


dECORATIONS for the coming Chinese New Year celebrations?































Noiro-Ze VCF & VCA

$
0
0
These are my build notes for the Nonlinear Circuits Noiro-Ze VCF/VCA



This looks like a fusion between the VCF is based on the Steiner diode VCF and a Korg PS3100 VCA.
The the Steiner diode VCF uses diodes of course, but Andrew has substituted LDRs.... you are basically
making vactrols. You will build a light proof box on the PCB.



"The nice thing about this filter is you can feed different signals to the LP, BP & HP inputs then 
surf between them with your CV, quite different from regular filters."



Video



Links
+ NLC Blog
+ NLC Wiki
+ Module Info - wiki
+ BOM & Wiki

Python for beginners

Python for Beginners 2

$
0
0
A beginners guide to learning Python.
It's a great language to learn if you are getting started in the world of computer programming.

Python for Beginners 1 is here:
Python for beginners
It contains episode 1, 2& 3.
Covers topics like IDEs, if, else statements, variables and functions.
Really basic stuff to get you started.
-------------------------------------------------------------------------------------

Episode 4 
Introduction To Lists In Python (Python Tutorial #4)



---------------------------------------------------------------------------------------
Links
+Download Python
https://www.python.org/
+ PYO - Ajaz sound studio
+ Wikipedia
+ https://www.simplifiedpython.net/

Basics.
Choosing a IDE(integrated Development Enviroment)
 https://www.simplifiedpython.net/6-best-python-ides/
+ PyCharm
+ Anaconda 


Tutorial Videos
+ CS DoJo
+ https://www.youtube.com/watch?v=_uQrJ0TkZlc 


808 Iducted into the NAMM Hall of Fame

$
0
0
I'm interested in how technology and music interact.
The NAMM TECnology Hall of Fame was founded in 2004 by by George Petersen.
https://www.tecawards.org/tecnology-hall-of-fame
 
It "honors and recognizes audio products and innovations that have made a significant contribution to the advancement of audio technology".

This year the Roland TR 808 was inducted.

I wonder if the 303 or 909 will receive similar awards in the future?
Maybe the Buchla or the Fairlight Synthesizer ?
Maybe the invention of MIDI ?
The award has been given since 2015.

Its interesting to see the past awards
They were given to the following 

2015


Fender Rhodes Electric Piano 1965
Sony C-37A Microphone 1955 
3M Scotch 100 Recording Tape 1947
Electro-Voice RE20 Microphone 1968
ARP 2600 Synthesizer 1970
Otari MTR-90 24-Track 1979
TC Electronic 2290 Digital Delay  1979
SIA Software SMAART Audio Analysis Program 1995
Empirical Labs Distressor Compressor 1996
Propellerhead Reason Music Software 2000

2016


The Decibel Unit, Bell Laboratories 1928
Wurlitzer Electronic Piano 1954
Auratone Sound Cubes 1958
Neumann KM84 microphone 1966
Shure SM58 microphone 1966
Roland RE-201 Space Echo 1973
Lexicon PCM 41 Digital Delay 1980
Eventide's H3000 UltraHarmonizer 1988
Manley VoxBox 1998
Avid Digidesign Pro Tools 2002

2017


Decca Tree spaced microphone array 1954
Neumann U67 tube microphone 1960
Wah Wah Pedal- Bradley Plunkett, Warwick/Thomas Organ Co. 1966
TASCAM 80-8 analog 8-track recorder 1976
Wendel drum machine 1978
API Audio Lunchbox 500-series module housing 1985
Neutrik Speakon connector 1987
Audio Engineering Associates/ AEA R44-C Ribbon Microphone 1998


2018


Phonautograph Edouard-Léon Scott de Martinville  1857
Tape Echo Slap Sam Phillips, Sun Records  1954
Vocal Master PA System Shure 1968
Model 1745 Digital Delay Eventide 1971
990 Discrete Op-Amp Deane Jensen 1979
V-DOSC L-Acoustics 1992
POD Guitar Processor Line 6 1998
AWS 900 Studio Console Solid State Logic 2004

2019


Anechoic Chamber Harvard’s Electro-Acoustic Laboratory  1943
Electret Microphone Patent Bell Labs 1964
M160 Ribbon Microphone Beyerdynamic 1957
RADAR 24-Track Audio Disk Recorder iZ Technology 1991
Professional VerTec line array system JBL 2000
Labs Source Independent Measurement Meyer Sound 1991
HV-3 microphone preamplifier Millennia Media 1992
Modular Moog Synthesizer Moog Music 1964


2020

Multichannel Film for “Fantasia” Walt Disney Productions 1940
Cooper Time Cube UREI/Universal Audio 1971
TR-808 Drum Machine Roland 1980
Rockman Scholz Research & Development 1982
Combo XLR-1/4" connector Neutrik 1992
Phoenix Plug-in Crane Song 2002
k Series Speakers QSC 2010 

Synthstrom Deluge & Buchla 252e


Buchla 252e & 266r

$
0
0
Many thanks to Todd Barton for the idea.
I'm triggering the clocks of the Buchla 252e with a Roman 266.


Here is the general patch.


The 266 sends random CV into the clocks (black banana)
Everytime cell 1 is reached the 252e sends a pulse the clock/s (orange banana)

Joadja Distillery

$
0
0
THis dISTILLERY is in the Southern Highlands of NSW and is very close to Bowral.
Well worth a visit esp if you wish to try Australian Whisky.

 WEbsite:
https://www.joadjadistillery.com.au/






NLC Dispersion Delay - build notes

$
0
0
These are my build notes for the nonlinear circuits Dispersion Delay


Its a eurorack format module.


Some pics of the virgin PCBs and panel.


This module is based on ideas suggested by Lucas Abela. It is three vactrol based bandpass filters in parallel, each filter is fed into a voltage controlled delay stage. The outputs are available individually or there is an OUT ALL where all 3 signals are mixed.




Links
+ NCL official BOM & Build guide
+ NLC Wiki
+ Nonlinearcircuits Builders Guild on FB

This module uses 9 vactrols.
You can make your own if you like.
Try to choose ones with low on & off resistances.
 


Isomorphic Keyboards - Deluge etc

$
0
0
This post is mostly centered around the Synstrom Deluge's isometric keyboard, however the info can be applied to the many other iso - keyboards out there.. both of the software & the hardware variety.
So what's an Isomorphic Keyboard?
There are lots of different varieties. You can find them on devices like the Deluge, the Novation Launchpad, the Linninstrument, Native Instruments Maschine and the Abelton Push controller. These instruments have square keys.


The keys can also have different shapes. Devices like the Hyve Synth and the Axis controllers by C-Thru Music, use hexagonal keys.  


Accordions using round and hexagonal keys in various isomorphic layouts have been built since the 19th century. So the idea isn't new.


The word isomorphic derives from the Greek iso, meaning "equal," and morphosis, meaning "to form" or "to shape."
Your standard keyboard looks like this:

In comparison with the iosmorphic keyboard you have all the notes of a standard keyboard. However, the notes are arranged differently.


Moving left to right horizontally, the lit keys  are A, B, C, D , E , F, G.
The unlit keys are your sharps / flats : A#/B-flat, C#/D-flat, D#/E-flat, etc etc
That is, each key is 1 semitone apart from the next. ... pretty much like a standard keyboard.
However, differences appear when we move in a vertical direction
If we move up or down the isometric keyboard each key is 5 semitones or a perfect 4th from the next.
For example moving from A to D on a normal keyboard looks like this:

But on an isometric keyboard, it's just one button away.
This setup on the Synthstrom Deluge is called a‘chromatic fourths’ arrangement.
It's a bit like a fretted string instrument.

Notice also that each note appears more than once on the isometric keyboard.

The advantage of this layout comes when you try to learn chords.
When you play a chord on a standard keyboard you need to learn many finger positions.
Every chord has a unique finger configuration. Eg if you wish to learn the major chords you have to learn 12 different variations, for each root note.

On an isometric keyboard, you only have to learn one shape or pattern for each chord. Then you just apply that to other notes.

For example a Major chord is a triangle.
So a C major chord (CEG) will look like this:

A D major chord (D,F#,A)









An E Major Chord ( E, G#, B)

 Here are some basic Chromatic Isomorphic keyboard shapes to remember.



Links
* Wicki-Hayden Note Layout
* Axis 49 keyboard
* Hyve Synth
* Linn Instrument 
* XotoPad for Windows multi-touch devices.

NLC Motherload for 2020

$
0
0
This should keep me out of mischief during 2020
Andrew was pretty busy with new modules last year.


 Mobius PiLL
Dual LFO/VCO
1U Signum
VCAs
Beat Freq
1U 6HP Difference Rectifier
Cellular Automata
1U Sloth Chaos
Dispersion Delay
DelayNoMore 3
Bi-di Choppers
I can't believe it's not a VCO

Some NLC words of wisdom:






Viewing all 1478 articles
Browse latest View live