Skip to content

Commit

Permalink
add new samples to synth info metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Nov 21, 2014
1 parent d5f2609 commit 39b5d98
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion app/server/sonicpi/lib/sonicpi/synthinfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3659,14 +3659,39 @@ class BaseInfo
:bass_voxy_hit_c,
:bass_dnb_f]},

:snares => {
:desc => "Snare Drums",
:prefix => "ns_",
:samples => [
:sn_dub,
:sn_dolf,
:sn_zome]},

:bass_drums => {
:desc => "Bass Drums",
:prefix => "bd_",
:samples => [
:bd_pure,
:bd_808,
:bd_zum,
:bd_gas,
:bd_sone,
:bd_haus,
:bd_zome,
:bd_boom,
:bd_klub,
:bd_fat ]},

:loop => {
:desc => "Sounds for Looping",
:prefix => "loop_",
:samples => [
:loop_industrial,
:loop_compus,
:loop_amen,
:loop_amen_full]}}
:loop_amen_full,
:loop_garzul,
:loop_mika]}}

@@all_samples = (@@grouped_samples.values.reduce([]) {|s, el| s << el[:samples]}).flatten

Expand Down

0 comments on commit 39b5d98

Please sign in to comment.