electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
go to the radio page Live at electro-music.com radio 1 Please visit the chat
poster
 Forum index » DIY Hardware and Software » Microcontrollers and Programmable Logic
PIC-based fraktal synth
Post new topic   Reply to topic Moderators: State Machine
Page 7 of 8 [195 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8 Next
Author Message
hanley



Joined: May 24, 2006
Posts: 27
Location: London

PostPosted: Tue Oct 12, 2010 3:08 pm    Post subject: Reply with quote  Mark this post and the followings unread

This sounds great! Must dust off my fraktal synth
Back to top
View user's profile Send private message
hanley



Joined: May 24, 2006
Posts: 27
Location: London

PostPosted: Tue Oct 12, 2010 3:13 pm    Post subject: Reply with quote  Mark this post and the followings unread

okvern wrote:

The attached video shows an Arduino MIDI sequencer I wrote running three channels of MIDI (drum, bass, and groovy organ) on the VS1053. I still need to add controls (because a simple sequencer is kind of dull) and package it up so that it'll fit in The Oscillator's control box.

Thanks,

Ole

Hi Ole,
Do you have any details of your arduino midi sequencer online? was thinking a microprocessor based midi sequencer (or even just a midi file player outputting midi data) would be great
Back to top
View user's profile Send private message
okvern



Joined: Feb 05, 2008
Posts: 78
Location: Seattle, Washington
Audio files: 5

PostPosted: Tue Oct 12, 2010 10:17 pm    Post subject: Reply with quote  Mark this post and the followings unread

Hi hanley,

Hm. I'll have to dig it up. It's been awhile! Just off the top of my head: it's pretty easy to throw together MIDI sequencers if you use this MIDI library:

http://www.arduino.cc/playground/Main/MIDILibrary

...and use the scheduler library by Alexander Brevig, aka AlphaBeta:

http://www.arduino.cc/playground/Code/Scheduler

If you use Scheduler and respond to MIDI note on messages in an interrupt, timing can be quite good. I have a hacked version of the Scheduler library based on MIDI clock pulses (rather than time) that also lets me schedule MIDI events (note values, velocity, etc.). In between clock pulses, the sequencer throws upcoming MIDI events into the schedule; when the clock pulse fires an interrupt, the sequencer sends the events that are currently scheduled to run at that time and then returns to getting ready for the next clock pulse. The sequencer takes a MIDI clock via RX, and sends MIDI messages via TX. The program in the video is just playing a test sequence I put together.

It's been about a year, though, so it'll take some digging!

Thanks,

Ole
Back to top
View user's profile Send private message
okvern



Joined: Feb 05, 2008
Posts: 78
Location: Seattle, Washington
Audio files: 5

PostPosted: Tue Oct 12, 2010 10:20 pm    Post subject: Reply with quote  Mark this post and the followings unread

I guess I should have said: it *feels* like it's been about a year....Smile

I've gotten distracted with some other stuff that I'll unveil pretty soon.

Thanks,

Ole
Back to top
View user's profile Send private message
blue hell
Site Admin


Joined: Apr 03, 2004
Posts: 24075
Location: The Netherlands, Enschede
Audio files: 277
G2 patch files: 320

PostPosted: Sat Oct 16, 2010 2:22 pm    Post subject:
Subject description: new 2ToneDrone drone preset for fraktal synth
Reply with quote  Mark this post and the followings unread

yerpa58 wrote:
Just in time for Halloween


Oh yes! that'd work Smile

Sounds great!

_________________
Jan
also .. could someone please turn down the thermostat a bit.
Posted Image, might have been reduced in size. Click Image to view fullscreen.
Back to top
View user's profile Send private message Visit poster's website
monokinetic



Joined: Aug 01, 2006
Posts: 100
Location: prague

PostPosted: Fri Nov 26, 2010 5:55 am    Post subject: Reply with quote  Mark this post and the followings unread

Yerpa58,
I finally managed to make some time to upload the new .hex, mmmmm I already enjoyed some nice metallic drone patches. Great work man!

I wonder if we should collect all of the info togetehr to create a manual i.e. which display symbol is which patch and what the pots do for each.

Anyone think that would be useful?

David
Back to top
View user's profile Send private message
State Machine
Janitor
Janitor


Joined: Apr 17, 2006
Posts: 2809
Location: New York
Audio files: 24

PostPosted: Fri Nov 26, 2010 6:52 am    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
I wonder if we should collect all of the info togetehr to create a manual i.e. which display symbol is which patch and what the pots do for each.

Anyone think that would be useful?


Oh, that is a fine idea. I realize this is all voluntary work and it takes lots of time (been there many times) BUT oh, that would be nice to have some centralized documentation and DL area for the latest version.

I have several of these MCU's and have been meaning to build one of these into a multi MCU version thus having 2 or 3 instances on a single circuit board.

If there is also interest in any printed circuit boards for a version (1, 2, 3 synths on one board) of the Fraktal synthesizer, please sound your opinions here.

Bill
sMs Audio Electronics
Back to top
View user's profile Send private message Send e-mail
yerpa58



Joined: Mar 08, 2008
Posts: 57
Location: Wisconsin
Audio files: 4

PostPosted: Tue Nov 30, 2010 11:35 am    Post subject: Reply with quote  Mark this post and the followings unread

I have been meaning to do a brief instruction manual. I would also like to do a new board layout using one of the faster PIC chips so that I could add an LED next to each pot to indicate when that pot is active. Not all of the algorithms use all of the pots, so it can be confusing to use the fraktal synth.

Still, I was surprised how good it sounded through a bigger amplifier & speaker, there is a lot of good low-end sound that is completely lost through the little on-board speaker and amp.

Also notice that the new drone algorithm reads the freq pots continuously, but does not change the pitch until the crossfade volume goes to zero. That way, the new tones fade in smoothly when the old tone fades out.
Back to top
View user's profile Send private message Visit poster's website
yerpa58



Joined: Mar 08, 2008
Posts: 57
Location: Wisconsin
Audio files: 4

PostPosted: Wed Dec 29, 2010 8:57 am    Post subject: Reply with quote  Mark this post and the followings unread

Here is a cheatsheet for the fractal synth settings, I hope this helps.


fraktal_synth_chart.pdf
 Description:
preliminary - let me know if you see any errors

Download
 Filename:  fraktal_synth_chart.pdf
 Filesize:  25.45 KB
 Downloaded:  641 Time(s)

Back to top
View user's profile Send private message Visit poster's website
State Machine
Janitor
Janitor


Joined: Apr 17, 2006
Posts: 2809
Location: New York
Audio files: 24

PostPosted: Wed Dec 29, 2010 9:05 am    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
Here is a cheat sheet for the fractal synth settings, I hope this helps.


This is nice Cool Thanks. This really breaks it down. As the firmware changes, it might be a good idea to relate the cheat sheet by the firmware's version number.

Bill
Back to top
View user's profile Send private message Send e-mail
oootini



Joined: Oct 15, 2007
Posts: 80
Location: ireland

PostPosted: Tue Jan 04, 2011 4:09 pm    Post subject: Reply with quote  Mark this post and the followings unread

a pcb of this would be great! 2+ voices would be fantastic.

this was such a great starter project for me. i bet if you got the documentation put together nicely and a pcb you'd get a lot of interest. i still haven't got round to trying out the new firmware though, looks great yerpa...
Back to top
View user's profile Send private message MSN Messenger
cloudscapes



Joined: Feb 09, 2004
Posts: 100
Location: Montreal

PostPosted: Tue Jan 04, 2011 6:54 pm    Post subject: Reply with quote  Mark this post and the followings unread

Has a block diagram of this been posted anywhere? I thought I'd try reinterpreting it to AVR.

I really suck at math so I might not be able the handle the fractal parts. Maybe I'll do the brute-force approach. Random numbers with linear interpolation, or wavetables.

_________________
Sonic Crayon DIY effects lab
Back to top
View user's profile Send private message Visit poster's website
State Machine
Janitor
Janitor


Joined: Apr 17, 2006
Posts: 2809
Location: New York
Audio files: 24

PostPosted: Tue Jan 04, 2011 8:51 pm    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
a pcb of this would be great! 2+ voices would be fantastic.

this was such a great starter project for me. i bet if you got the documentation put together nicely and a pcb you'd get a lot of interest. i still haven't got round to trying out the new firmware though, looks great yerpa...


I am most likely going to lay out a (2) Voice Fraktal synthesizer board with filters. I will be trying out the new firmware (latest changes by Yerpa). I want to try some things on solderless bread boards first to tweak a few things such as the output PWM filter and filters. I will make sure the standard 6 pin PIC programming headers are also on the PC board to keep up with firmware updates.

I want to bring this to the next Kansas City Electronic Music Festival among other things.

http://electro-music.com/forum/topic-43274.html


Bill
Back to top
View user's profile Send private message Send e-mail
yerpa58



Joined: Mar 08, 2008
Posts: 57
Location: Wisconsin
Audio files: 4

PostPosted: Tue Jan 04, 2011 9:09 pm    Post subject: Reply with quote  Mark this post and the followings unread

Will you get two voices by using two PICs? That might call for a new patch to do a beatbox rhythm thing. These PICs are really a lo-fi blast, and having the multiply instruction makes them pretty versatile.

As far as math, there isn't much. The "fraktal" patches are shift registers with logic and feedback applied in a simple way that the PIC can do quickly.

I'm posting the code and cheatsheet to the web at

www.yerpa58.com/fs2.htm

but give me till tomorrow to get the last page done.

Cheers!
Back to top
View user's profile Send private message Visit poster's website
State Machine
Janitor
Janitor


Joined: Apr 17, 2006
Posts: 2809
Location: New York
Audio files: 24

PostPosted: Wed Jan 05, 2011 8:17 am    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
Will you get two voices by using two PICs? That might call for a new patch to do a beatbox rhythm thing. These PICs are really a lo-fi blast, and having the multiply instruction makes them pretty versatile.


Yerpa, sure thing. The board will house (2) PIC IC's, one for each voice. Your idea appeals to me and when you get time to add those type of beat based algorithms, that would be awesome !

Is it safe to assume that the file "PICsynth6.zip" on your web page you posted is the latest and greatest code for this project?

Just a thought for any beat based stuff, you may want to add a CLOCK INPUT and OUTPUT also so that the tempo can be driven independently or by some external source. The OUTPUT CLOCK could be used so that when the Fraktal synth is clocking internally, outboard devices can be synchronized. Cool

There is plenty of extra I/O for expansion so I will make sure the PC board will be able to use it. I may add some extra prototype area so that folks are able to condition the I/O any way they please. I will probably add LINE & standard modular 10V P-P audio levels on the audio outputs and use two of the more popular onboard audio amplifiers, LM386N, in place of the TDA7052 in case someone wants to use it standalone with some speakers.

Bill
Back to top
View user's profile Send private message Send e-mail
yerpa58



Joined: Mar 08, 2008
Posts: 57
Location: Wisconsin
Audio files: 4

PostPosted: Wed Jan 05, 2011 9:00 am    Post subject: Reply with quote  Mark this post and the followings unread

State Machine, that sounds like a nice board. I wish I had included an ICSP header, it sure would be easier than popping chips in and out.

A lo-fi beat box with sync in/out would be a cool patch addition. Most algorithms on the fraktal synth use the Speed parameter, this could also generate a Sync Out pulse which would be useful with presets like the fraktals and the sequencer. For some other presets, maybe sync could be ignored. I'm just tossing ideas out, the more time I spend thinking about it, the faster the code comes together.
Back to top
View user's profile Send private message Visit poster's website
yerpa58



Joined: Mar 08, 2008
Posts: 57
Location: Wisconsin
Audio files: 4

PostPosted: Wed Jan 05, 2011 9:01 am    Post subject: Reply with quote  Mark this post and the followings unread

Also, the latest code including 2ToneDrone, is at:

http://www.yerpa58.com/fs9.htm
Back to top
View user's profile Send private message Visit poster's website
State Machine
Janitor
Janitor


Joined: Apr 17, 2006
Posts: 2809
Location: New York
Audio files: 24

PostPosted: Wed Jan 05, 2011 9:39 am    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
State Machine, that sounds like a nice board. I wish I had included an ICSP header, it sure would be easier than popping chips in and out.


Thanks and yes, it's easier to just plug the programmer right onto the board. Wink

Quote:
A lo-fi beat box with sync in/out would be a cool patch addition. Most algorithms on the fraktal synth use the Speed parameter, this could also generate a Sync Out pulse which would be useful with presets like the fraktals and the sequencer. For some other presets, maybe sync could be ignored. I'm just tossing ideas out, the more time I spend thinking about it, the faster the code comes together.


Oh yes, nice idea. If you do decide to implement that, your chart could have a column that indicates if SYNC is active for the patch or not. In order to make the SYNC or CLOCK output more compatible with modular synth type gear, please use a standard 5 millisecond positive pulse width. Sometimes envelope generators will swallow up narrower pulses and not trigger at all.

Quote:
Also, the latest code including 2ToneDrone, is at:


Ahh, yes, of course, I got it. Cool I was one version behind and would have missed the drone patch. Wink

Thanks
Very Happy
Bill
Back to top
View user's profile Send private message Send e-mail
State Machine
Janitor
Janitor


Joined: Apr 17, 2006
Posts: 2809
Location: New York
Audio files: 24

PostPosted: Tue Mar 01, 2011 1:44 pm    Post subject: Reply with quote  Mark this post and the followings unread

I have the duel fraktal synthesizer on the breadboard and I am a bit mystified as to how to get the "plucked string" patch to work. It seems not to make any sound at all no matter what is done with any of the potentiometers. I do have the latest code loaded (it added the TT Drone) and both MCU's behave the same so there are no errors in the circuit.

Any advice ?

Bill
Back to top
View user's profile Send private message Send e-mail
yerpa58



Joined: Mar 08, 2008
Posts: 57
Location: Wisconsin
Audio files: 4

PostPosted: Tue Mar 01, 2011 2:14 pm    Post subject: Reply with quote  Mark this post and the followings unread

Bill,

I think one of the four control switches might have to be in a certain position for the strings to play. I'm not sure which switch it was, but I know it was not the vibrato switch.

I'm away from the shop right now but I may be able to swing by tonight and check it out for you.
Back to top
View user's profile Send private message Visit poster's website
State Machine
Janitor
Janitor


Joined: Apr 17, 2006
Posts: 2809
Location: New York
Audio files: 24

PostPosted: Tue Mar 01, 2011 2:33 pm    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
I think one of the four control switches might have to be in a certain position for the strings to play. I'm not sure which switch it was, but I know it was not the vibrato switch.

I'm away from the shop right now but I may be able to swing by tonight and check it out for you.


Ahh, OK, me to. I am at work now but MUCH appreciated. I have some things to write you about concerning my board and some additional SYNC signalling. It has to do with that BEAT BOX idea which I really like.

I will post the features of the new board soon, right now I am finishing up on some Klee builds I fell behind on.

Bill
Back to top
View user's profile Send private message Send e-mail
JovianPyx



Joined: Nov 20, 2007
Posts: 1988
Location: West Red Spot, Jupiter
Audio files: 224

PostPosted: Tue Mar 01, 2011 2:37 pm    Post subject: Reply with quote  Mark this post and the followings unread

Hello Fraktal folks,

I have 10 dsPICs here, but have not yet used them. I'm looking for a nice first project - I would love to hear some sound samples, I am assuming that the PIC generates the sound? - any chance that someone can post an MP3 with examples of the different patch settings?

I admit that I've no idea what a fraktal synth is, but I'd love to find out and if it fits in with my personal music needs, then I'd like to build one. I figure if it can be done in a PIC it ought to be possible in a dsPIC - no? The dsPICs I have come with in-chip stereo 16 bit DAC (100 kHz) and two UARTS, so sound output and MIDI input are very little additional circuitry.

_________________
FPGA, dsPIC and Fatman Synth Stuff

Time flies like a banana.
Fruit flies when you're having fun.
BTW, Do these genes make my ass look fat?
corruptio optimi pessima
Back to top
View user's profile Send private message Visit poster's website
yerpa58



Joined: Mar 08, 2008
Posts: 57
Location: Wisconsin
Audio files: 4

PostPosted: Tue Mar 01, 2011 2:55 pm    Post subject: Reply with quote  Mark this post and the followings unread

JovianPyx,

There are all kinds of sound samples earlier in this thread. Yes, the PIC produces the sound directly using PWM through a simple RC filter. I've also been doing a lot of dsPIC programming lately and thought about porting the fraktal synth from the PIC 18F to the dsPIC. I wondered how it would sound with 16 bit words vs the 8-bit PIC. Probably more of a hi-fi sound, but that might wreck some of its appeal.

I'm very impressed with your FPGA projects - they sound great!
Back to top
View user's profile Send private message Visit poster's website
JovianPyx



Joined: Nov 20, 2007
Posts: 1988
Location: West Red Spot, Jupiter
Audio files: 224

PostPosted: Tue Mar 01, 2011 4:01 pm    Post subject: Reply with quote  Mark this post and the followings unread

heh, I sorta like hifi, not sure why ... I went through the thread, but didn't see MP3 posted - is it links? OH MY, I didn't realize it was so many pages...

And I think you could provide a lo-fi option using a dsPIC just by writing zeroes to the lower 8 bits of the DAC... That could be configurable, in fact, select the number from 1 to 16!

Ok, I got sounds now, and I see there's some analog electronics including a filter. I believe I can do a digital state variable filter in a dsPIC and eliminate some of that. The dsPICs I have are dsPIC33FJ128GP802 with 128K program space.

And thank you yerpa58 for the nice comments about my "stuff". Smile

Interesting sounds, kinda synchy. I could use this.

_________________
FPGA, dsPIC and Fatman Synth Stuff

Time flies like a banana.
Fruit flies when you're having fun.
BTW, Do these genes make my ass look fat?
corruptio optimi pessima
Back to top
View user's profile Send private message Visit poster's website
monokinetic



Joined: Aug 01, 2006
Posts: 100
Location: prague

PostPosted: Wed Mar 09, 2011 3:44 pm    Post subject: Reply with quote  Mark this post and the followings unread

Aha well there has been some interesting discussion that I almost missed out on. Bill the 2 PIC board with ICSP sounds super. I thought I could mention that I recently had a lot of fun sending 0-5v control signals from some basic Lunetta type LFOs into the PIC synth. Maybe your board could have patch points for the pot ins to accommodate also sending in such CVs?

JovianPyx, I think Catweazle's original FTP had some fraktal synth example MP3s on it, but it seems to be down. I have sent him a mail to ask if it's OK to repost them. In the meantime, I could record some examples of Yerpa58s more recent additions if you like?

In the original discussion about the fraktal synth algorithm Catweazle posted this link:
http://www.instructables.com/id/Predictive*-digital-music-synthesizer-Pandora_s-B/

I think it would be very interesting to implement this type of algorithm with a higher sample rate on a dsPIC, it spits out some very interesting noises. I have been using my fraktal synth live quite a bit and having heard it through a few KW sound system it rocked!

I still plan to make an attempt to integrate Catweazle's synchronisation suggestions he gave me in this thread last year. One of my stumbling blocks has been that the code requires a paid C compiler. I wonder how hard it would be to port to the Microchip toolchain, or even SDCC. A more accessible toolchain might encourage more people to have a hack at the code...

Anyway, just my 2 (Euro) cents!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Moderators: State Machine
Page 7 of 8 [195 Posts]
View unread posts
View new posts in the last week
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8 Next
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » Microcontrollers and Programmable Logic
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use