Skip to content

Commit

Permalink
Lose author libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ology committed Aug 28, 2024
1 parent c03cb44 commit e87f8e7
Show file tree
Hide file tree
Showing 77 changed files with 1 addition and 78 deletions.
1 change: 0 additions & 1 deletion ai-genetic-pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use warnings;
# These pitches are then fed into contrapuntal transformations
# and the results are appended to this "melody."

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);

use AI::Genetic::Pro ();
use Data::Dumper::Compact qw(ddc);
Expand Down
1 change: 0 additions & 1 deletion all-modes
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use warnings;
# Print out each chromatic note and its modes.
# 12 notes x 7 modes = 84

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);
use MIDI::Util qw(midi_format);
use Music::Scales qw(get_scale_notes);

Expand Down
1 change: 0 additions & 1 deletion analyze-low-level
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use GD::Chart::Radial;
use Math::Utils qw(uniform_01scaling);
use Mojo::File;
use Statistics::Basic qw(mean);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(WebService-AcousticBrainz);
use WebService::AcousticBrainz;
use WebService::MusicBrainz;

Expand Down
1 change: 0 additions & 1 deletion analyze-recordings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use File::Slurper qw(read_lines write_binary);
use List::Util qw(max);
use Math::Utils qw(uniform_01scaling);
use Statistics::Basic qw(mean);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(WebService-AcousticBrainz); # Local author libs
use WebService::AcousticBrainz;
use WebService::MusicBrainz;

Expand Down
1 change: 0 additions & 1 deletion bach-choral-network
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(Music-BachChoralHarmony);
use Music::BachChoralHarmony;
use List::Util qw( any );
use Graph::Easy;
Expand Down
1 change: 0 additions & 1 deletion barycenter
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use warnings;

use AI::Genetic;
use List::Util qw/ uniq /;
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-Interval-Barycentric);
use MIDI::Util qw(setup_score set_chan_patch); # https://metacpan.org/release/MIDI-Util
use Music::Interval::Barycentric; # https://metacpan.org/release/Music-Interval-Barycentric
use Music::Chord::Namer 'chordname';
Expand Down
1 change: 0 additions & 1 deletion barycenter3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-Cadence Music-Duration-Partition Music-Interval-Barycentric Music-ToRoman);

use AI::Genetic;
use List::Util qw/ uniq /;
Expand Down
1 change: 0 additions & 1 deletion barycenter4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

# Use local libraries
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-Duration-Partition Music-Interval-Barycentric);

use AI::Genetic;
use List::Util qw/ uniq /;
Expand Down
1 change: 0 additions & 1 deletion base-fibo2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);
use MIDI::Util qw(setup_score);
use Math::BaseConvert;
use Math::Fibonacci 'series';
Expand Down
1 change: 0 additions & 1 deletion blue-gene
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use warnings;

use Data::Dumper::Compact qw(ddc);
use List::Util qw(any);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(Music-Bassline-Generator MIDI-Chord-Guitar MIDI-Drummer-Tiny MIDI-Util Music-Duration Music-Duration-Partition);
use Music::Bassline::Generator;
use MIDI::Chord::Guitar;
use MIDI::Drummer::Tiny;
Expand Down
1 change: 0 additions & 1 deletion blue-monk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Chord-Guitar MIDI-Praxis-Variation MIDI-Drummer-Tiny MIDI-Util Music-Duration);
use MIDI::Drummer::Tiny;
use MIDI::Chord::Guitar;
use MIDI::Praxis::Variation qw(tie_durations);
Expand Down
1 change: 0 additions & 1 deletion blues-progressions
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use warnings;

# My write-up is: https://ology.github.io/2022/11/25/twelve-bar-jazz-practice/

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-Cadence Music-MelodicDevice-Transposition); # local author libs

use Data::Dumper::Compact qw(ddc);
use Getopt::Long qw(GetOptions);
Expand Down
1 change: 0 additions & 1 deletion buzz
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use warnings;

# https://www.youtube.com/watch?v=_WviF3f1VLM

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-Chord-Progression Music-Duration-Partition);
use MIDI::Util qw(setup_score set_chan_patch midi_format);
use Music::Chord::Progression ();
use Music::Duration::Partition ();
Expand Down
1 change: 0 additions & 1 deletion cadences
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-Cadence Music-ToRoman);
use Music::Cadence; # https://metacpan.org/release/Music-Cadence
use MIDI::Util qw(midi_format setup_score); # https://metacpan.org/release/MIDI-Util
use Music::Chord::Note;
Expand Down
1 change: 0 additions & 1 deletion chord-melody
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

use Data::Dumper::Compact qw(ddc);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-Cadence Music-Chord-Progression Music-Duration-Partition Music-MelodicDevice-Inversion Music-MelodicDevice-Ornamentation Music-ToRoman);
use MIDI::Util qw(midi_format setup_score set_chan_patch);
use Music::Cadence ();
use Music::Chord::Progression ();
Expand Down
1 change: 0 additions & 1 deletion chord-mutate
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-ScaleNote);
use MIDI::Util qw(setup_score set_chan_patch);
use Music::ScaleNote;

Expand Down
1 change: 0 additions & 1 deletion chordal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use warnings;
use v5.24.0;

use Data::Dumper::Compact 'ddc';
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Praxis-Variation MIDI-Util Music-Duration Music-Duration-Partition);
use MIDI::Drummer::Tiny;
use MIDI::Praxis::Variation qw(transposition);
use MIDI::Util qw(set_chan_patch);
Expand Down
1 change: 0 additions & 1 deletion collision
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use warnings;
# Attempt to simulate a wind-chime

use Collision::2D qw(hash2circle dynamic_collision);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);
use MIDI::Util qw(setup_score);

my $max = shift || 32; # Number of times to detect collisions
Expand Down
1 change: 0 additions & 1 deletion coltrane
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use strict;
use warnings;

use List::SomeUtils qw(first_index);
#use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny Music-Duration-Partition Music-ScaleNote);
use MIDI::Drummer::Tiny;
use MIDI::Util qw(set_chan_patch);
use Music::Duration::Partition;
Expand Down
1 change: 0 additions & 1 deletion coltrane-and-company
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use strict;
use warnings;

use List::SomeUtils qw(first_index);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(Music-Bassline-Generator MIDI-Chord-Guitar MIDI-Drummer-Tiny Music-Duration-Partition Music-ScaleNote);
use Music::Bassline::Generator;
use MIDI::Chord::Guitar;
use MIDI::Drummer::Tiny;
Expand Down
1 change: 0 additions & 1 deletion combi-duras.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq 'gene', lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);

use Algorithm::Combinatorics qw(variations_with_repetition);
use Getopt::Long qw(GetOptions);
Expand Down
1 change: 0 additions & 1 deletion cryptomorphic
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

# Prefer my local libraries
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-Duration-Partition);

use List::Util qw/ shuffle /;
use MIDI::Drummer::Tiny; # https://metacpan.org/pod/MIDI::Drummer::Tiny
Expand Down
1 change: 0 additions & 1 deletion dice-game
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use warnings;
# $ timidity dice-game.mid
##

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-Cadence Music-ToRoman); # Local author libs
use MIDI::Util qw(setup_score set_chan_patch);
use Music::Cadence ();

Expand Down
1 change: 0 additions & 1 deletion drum-circle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

# For local development:
use if $ENV{USER} eq 'gene', lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-Duration Music-Duration-Partition);

use Data::Dumper::Compact qw(ddc);
use Getopt::Long qw(GetOptions);
Expand Down
1 change: 0 additions & 1 deletion duration-selection
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

use Data::Dumper::Compact 'ddc';
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-Duration-Partition);
use MIDI::Drummer::Tiny;
use MIDI::Util qw(set_chan_patch);
use Music::Duration::Partition;
Expand Down
1 change: 0 additions & 1 deletion euclidean-beats
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use warnings;

use Data::Dumper::Compact qw(ddc);
use Math::Prime::Util::PrimeIterator ();
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny Music-CreatingRhythms); # local author libs
use MIDI::Drummer::Tiny ();
use Music::CreatingRhythms ();

Expand Down
1 change: 0 additions & 1 deletion event-horizon
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-ScaleNote);
use MIDI::Util qw(setup_score set_chan_patch);
use Music::ScaleNote;
use Music::Chord::Namer qw/ chordname /;
Expand Down
1 change: 0 additions & 1 deletion evolver.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env perl
use strict;
use warnings;
use if $ENV{USER} eq 'gene', lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);

use Algorithm::Combinatorics qw(permutations);
use Data::Dumper::Compact qw(ddc);
Expand Down
1 change: 0 additions & 1 deletion figured-syncopation
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use strict;
use warnings;

# use my local author libraries
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-CreatingRhythms Music-Duration Music-Duration-Partition);

use Getopt::Long qw(GetOptions);
use Data::Dumper::Compact qw(ddc);
Expand Down
1 change: 0 additions & 1 deletion five-four-durations
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

use Data::Dumper::Compact qw(ddc);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Praxis-Variation MIDI-Util Music-Duration Music-Duration-Partition);
use MIDI::Drummer::Tiny;
use MIDI::Praxis::Variation 'diminution';
use MIDI::Util qw(set_chan_patch);
Expand Down
1 change: 0 additions & 1 deletion five-parsecs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util);
use MIDI::Drummer::Tiny;
use MIDI::Util qw(setup_score set_chan_patch);

Expand Down
1 change: 0 additions & 1 deletion follow
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);
use MIDI::Util qw(setup_score set_chan_patch); # https://metacpan.org/pod/MIDI::Util
use Music::Scales;

Expand Down
1 change: 0 additions & 1 deletion fragments
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny Music-Duration-Partition MIDI-Util);

use List::Util qw/ shuffle /;
use MIDI::Drummer::Tiny;
Expand Down
1 change: 0 additions & 1 deletion fulfilled
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

# Use local libraries
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-Duration-Partition);

use Data::Dumper::Compact 'ddc';
use MIDI::Drummer::Tiny;
Expand Down
1 change: 0 additions & 1 deletion game-of-life-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);
use MIDI::Util qw(setup_score); # https://metacpan.org/release/MIDI-Util

use Game::Life;
Expand Down
1 change: 0 additions & 1 deletion gravity-well
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

# Prefer my local libraries
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-Cadence Music-ToRoman);

use MIDI::Util qw(setup_score set_chan_patch);
use MIDI::Drummer::Tiny;
Expand Down
1 change: 0 additions & 1 deletion guidonian
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use warnings;
use Getopt::Long;
use Music::Guidonian;
use Music::Scales qw(get_scale_nums);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);
use MIDI::Util qw(setup_score);
use Mojo::File;

Expand Down
1 change: 0 additions & 1 deletion in-c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use warnings;
# Writeup: https://techn.ology.net/terry-rileys-in-c-in-perl/
##

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);
use MIDI::Util qw(setup_score set_chan_patch);

my @patches = @ARGV ? @ARGV : qw( 0 8 42 69 );
Expand Down
1 change: 0 additions & 1 deletion in-c-randomized
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use warnings;
# Writeup: https://techn.ology.net/terry-rileys-in-c-in-perl/
##

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);
use MIDI::Util qw(setup_score set_chan_patch);
use List::Util qw(shuffle);

Expand Down
3 changes: 1 addition & 2 deletions jingle-bells.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
use strict;
use warnings;

#use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-MelodicDevice-Ornamentation); # local author libraries
use MIDI::Util qw(setup_score midi_format);
#use MIDI::Util qw(setup_score midi_format);
use Music::MelodicDevice::Ornamentation ();

# The number of notes before resetting the note counter
Expand Down
1 change: 0 additions & 1 deletion lindenmayer-midi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-ScaleNote); # local author libraries

use Getopt::Long qw(GetOptions);
use MIDI::Util qw(setup_score set_chan_patch);
Expand Down
1 change: 0 additions & 1 deletion micro-themed
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-Duration-Partition Music-MelodicDevice-Inversion Music-MelodicDevice-Transposition);
use Data::Dumper::Compact qw(ddc);
use MIDI::Util qw(setup_score set_chan_patch midi_format);
use Music::MelodicDevice::Inversion ();
Expand Down
1 change: 0 additions & 1 deletion modal-chords
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use warnings;
# Play the chords of the given scale mode.

use Data::Dumper::Compact qw(ddc);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-ToRoman);
use MIDI::Util qw(setup_score midi_format);
use Music::Chord::Note ();
use Music::Scales qw(get_scale_notes);
Expand Down
1 change: 0 additions & 1 deletion mode-pivot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;
use warnings;

use Data::Dumper::Compact qw(ddc);
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util Music-Chord-Progression Music-ModalFunction);
use MIDI::Util qw(setup_score midi_format);
use Music::Chord::Progression ();
use Music::ModalFunction ();
Expand Down
1 change: 0 additions & 1 deletion mohawk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(Music-Bassline-Generator MIDI-Chord-Guitar Music-Duration MIDI-Drummer-Tiny MIDI-Praxis-Variation MIDI-Util); # local author libs
use Music::Bassline::Generator;
use MIDI::Drummer::Tiny;
use MIDI::Chord::Guitar;
Expand Down
1 change: 0 additions & 1 deletion oddness
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Util Music-Duration-Partition);

use List::Util qw/ shuffle /;
use MIDI::Drummer::Tiny;
Expand Down
1 change: 0 additions & 1 deletion oeis-midi
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use strict;
use warnings;

# Use local libraries
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Util);

use MIDI::Util qw(setup_score);
use Music::Scales qw(get_scale_MIDI);
Expand Down
1 change: 0 additions & 1 deletion phrase-context
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;

use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Praxis-Variation MIDI-Util Music-Duration-Partition);
use MIDI::Drummer::Tiny;
use MIDI::Praxis::Variation qw/diminution transposition/;
use MIDI::Util qw(set_chan_patch);
Expand Down
1 change: 0 additions & 1 deletion polygenic
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use warnings;
use v5.24.0;

use Data::Dumper::Compact 'ddc';
use if $ENV{USER} eq "gene", lib => map { "$ENV{HOME}/sandbox/$_/lib" } qw(MIDI-Drummer-Tiny MIDI-Praxis-Variation MIDI-Util Music-Duration-Partition);
use MIDI::Drummer::Tiny;
use MIDI::Praxis::Variation qw(diminution);
use MIDI::Util qw(set_chan_patch);
Expand Down
Loading

0 comments on commit e87f8e7

Please sign in to comment.