Skip to content

Commit

Permalink
Merge pull request #92 from artiphishle/89-chord-piano-progression
Browse files Browse the repository at this point in the history
DAW#89 Instrument portal
  • Loading branch information
artiphishle authored Nov 2, 2023
2 parents fe69573 + 3e77dde commit f9fa8d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/app/_components/Arranger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default function Arranger({
);
const loopFn = setPosition;
const { loop } = useTransport({ loopFn });
loop.start();
const { measureCount, quantization, offsetLeft } = project;
const mouseSensor = useSensor(MouseSensor);
const sensors = useSensors(mouseSensor);
Expand Down
4 changes: 1 addition & 3 deletions src/app/_components/Locator.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
'use client';
import { useCallback, useEffect, useState } from 'react';
import * as Tone from 'tone';
import { useEffect, useState } from 'react';
import cn from 'classnames';

import { DEFAULT_OFFSET_LEFT } from 'app/_common/constants';

import { EUnit } from 'app/_common/types/utility.types';
import { ETransportState } from 'app/_common/types/project.types';

import styles from 'app/_common/styles';
const $ = styles.locator;
Expand Down

0 comments on commit f9fa8d6

Please sign in to comment.