Designed by alphacore
Monday, December 7, 2009
0 comments 0 commentsreleased through twtmuzik composition(n4)
Thought I give twtmuzik a try and release a track through them give it a listen and let me know what you think if you like it please retweet..
Composition(n4) 01
This is the first song on a upcoming full length Album by the same Name
Compositions n4 01 by alphacore
Compositions n4 01 by alphacore
Tuesday, December 1, 2009
0 commentslive ruby coding (multi-channel-demo)
This is a 2nd Demo screencast created to show users how they can trigger multi-able channels of midi in a live performance environment..
thanks and enjoy
ALPHACORE
thanks and enjoy
ALPHACORE
Monday, November 30, 2009
0 commentsLive ruby coding through tweet a sound
This is a short demo video to show livecoding music with Ruby played through tweet a sound..
More videos coming soon to show muiltchannel routing and more..
thanks for viewing and sharing..
More videos coming soon to show muiltchannel routing and more..
thanks for viewing and sharing..
Tuesday, November 24, 2009
2 commentsSimple Ruby script to convert any website to Music
Simple Ruby script that allows you to convert any website into a musical composition..
# Created using the Midi Library Gem created by Jim Menerad
# to_midi Provided from the Rails Cookbook
# This script generates any website into a single midi Track
# Application website_song method logic Created & Designed by Gabriel G. Updated Nov 24th 2009
require 'rubygems'
require 'midilib'
require 'open-uri'
# Logic Behind the Midi
class Array
def to_midi(file, note_length='half')
midi_max = 128.0
midi_min = 0.0
low, high = min, max
song = MIDI::Sequence.new
song.tracks << (melody = MIDI::Track.new(song))
melody.events <<
MIDI::Tempo.new(MIDI::Tempo.bpm_to_mpq(120))
melody.events << MIDI::ProgramChange.new(0, 0)
each do |number|
midi_note = (midi_min + ((number-midi_min) * (midi_max-low)/high)).to_i
melody.events << MIDI::NoteOnEvent.new(0, midi_note, 127, 0)
melody.events << MIDI::NoteOffEvent.new(0, midi_note, 127,
song.note_to_delta(note_length))
end
open(file, 'w') { |f| song.write(f) }
end
end
# Method converts the website into a Musical composition
def website_song(w,tl)
t_a=[]; t=open("#{w}")
a=t.read; t_a=a.unpack("C*")
t_a.to_midi("#{tl}.mid")
end
# Method needs a website and title for the song example
website_song("http://google.com","google_song")
The Source Code for this app can be downloaded here Download App
# Created using the Midi Library Gem created by Jim Menerad
# to_midi Provided from the Rails Cookbook
# This script generates any website into a single midi Track
# Application website_song method logic Created & Designed by Gabriel G. Updated Nov 24th 2009
require 'rubygems'
require 'midilib'
require 'open-uri'
# Logic Behind the Midi
class Array
def to_midi(file, note_length='half')
midi_max = 128.0
midi_min = 0.0
low, high = min, max
song = MIDI::Sequence.new
song.tracks << (melody = MIDI::Track.new(song))
melody.events <<
MIDI::Tempo.new(MIDI::Tempo.bpm_to_mpq(120))
melody.events << MIDI::ProgramChange.new(0, 0)
each do |number|
midi_note = (midi_min + ((number-midi_min) * (midi_max-low)/high)).to_i
melody.events << MIDI::NoteOnEvent.new(0, midi_note, 127, 0)
melody.events << MIDI::NoteOffEvent.new(0, midi_note, 127,
song.note_to_delta(note_length))
end
open(file, 'w') { |f| song.write(f) }
end
end
# Method converts the website into a Musical composition
def website_song(w,tl)
t_a=[]; t=open("#{w}")
a=t.read; t_a=a.unpack("C*")
t_a.to_midi("#{tl}.mid")
end
# Method needs a website and title for the song example
website_song("http://google.com","google_song")
The Source Code for this app can be downloaded here Download App
Monday, November 23, 2009
0 commentsNeeding donations to cover cost to New Launch Sites
Hello Everyone,
Ive been working very hard on launching several new online ruby music Application.
I'm currently looking for funding to help cover the cost of domain names, hosting and Storage space..
Any size donation is greatly apprecatied
Thank you all for your Support.

Gabriel G Aka Alphacore
Ive been working very hard on launching several new online ruby music Application.
I'm currently looking for funding to help cover the cost of domain names, hosting and Storage space..
Any size donation is greatly apprecatied
Thank you all for your Support.

Gabriel G Aka Alphacore
Ive been working very hard on launching several new online ruby music Application. I'm currently looking for funding to help cover the cost of domain names, hosting and Storage space.. Any size donation is greatly appreciated
Thank you all for your Support. Gabriel G Aka Alphacore
Tour Dates
AUTUMNAL EQUINOX 2009 STREAMING CONCERT Sept.19 Sat.
Oct-29-Oct-31st Electro-music Festival
if you like to book me for a gig in your area please contact me I'm willing to travel anywhere anytime..
Oct-29-Oct-31st Electro-music Festival
if you like to book me for a gig in your area please contact me I'm willing to travel anywhere anytime..
Blogs Showing Support..
From a conceptual thought and design
comes Ambient Drones, Outright Fractured Beats and Abstract Noise Art..
All songs are written, arranged, played, produced, mixed and mastered by Alphacore.
Alphacore on the Net
Alphacore music Site
Alphacore @ myspace
Alphacore fan club on facebook
The Sounds of Alphacore show ( Every Thursday 21:00-23:00 GMT)
Jamendo Experimental Music Group
Alphacore @ myspace
Alphacore fan club on facebook
The Sounds of Alphacore show ( Every Thursday 21:00-23:00 GMT)
Jamendo Experimental Music Group
Labels
- alphacore
- art
- art ascii
- ascii
- Avant Garde
- cd
- charts
- composing
- concept
- demo
- design
- digital art
- download
- DUMG
- experimental
- fractal
- fratcals
- free Download
- generated
- github
- live coding
- livecoding
- midi
- mp3
- music
- new release
- noise
- radio
- ramaze
- random
- ruby
- screencast
- scripts
- sets
- sound art
- Soundcloud
- stream
- text-2-midi
- text2midi
- websites
Blog Archive
-
▼
2009
(50)
-
►
July
(20)
- Ascii Composition N1
- Just a Reminder of Radio show Tomorrow !!
- Alphacore Live Show on Electro-music 07-09-2009
- Noise Splatter Ep
- Fractal Noise Example Mixed Live
- Converting images into ascii musical compositions
- Text 2 Midi Converter Code in ruby
- New Set of Fractal Art
- The Fractal music to the picture below..
- Designed this in school
- Wolfram Experiment
- fractal_n3 Art
- Serial Music Film
- Serial Music Composing with equations..
- The Sample chance Composition Designer
- Some theory of text to midi coversion
- experimental design art
- Live tomorrow 21:00-23:00 GMT
- Four serial Compoistions in midi
- Live Ruby Music Coding..
-
►
July
(20)




